/* Archivo CSS principal optimizado - TRAE Valdivia */

:root {
    /* Corporate Colors - WCAG AA Compliant */
    --primary-color: #c44503;  /* Better contrast orange */
    --primary-light: rgba(196, 69, 3, 0.1);
    --primary-dark: #a53b00;   /* Even darker for hover states */
    --secondary-color: #0f4c75; /* Professional blue instead of problematic yellow */
    --secondary-light: rgba(15, 76, 117, 0.1);
    --secondary-dark: #0a3350;
    --dark-blue: #0a1929;
    --light-blue: #e8f1fa;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --text-dark: #1a202c;      /* Darker for better contrast */
    --text-muted: #4a5568;     /* Darker muted text for better readability */
    --text-light: #ffffff;     /* For text on dark backgrounds */
    --border-color: #e2e8f0;
    --whatsapp: #128c7e;       /* Darker WhatsApp green for better contrast */
    --shadow: 0 2px 5px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 16px rgba(0,0,0,0.1);
    --premium-gold: #b8860b;   /* Darker gold for better contrast */
    --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    --gradient-subtle: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    
    /* Spacing & Dimensions */
    --space-xs: 0.4rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 1.75rem;
    --space-xl: 2.5rem;
    --border-radius: 8px;
    --container-max: 540px;
    --container-large: 1000px;
    --header-height: 66px;
    
    /* Theme Variables */
    --background: var(--light-bg);
    --card-bg: var(--white);
    --text-color: var(--text-dark);
    --text-secondary: var(--text-muted);
}

/* Dark Theme Variables - WCAG AA Compliant */
[data-theme="dark"] {
    --background: #121212;
    --card-bg: #1e1e1e;
    --text-color: #f0f0f0;     /* Better contrast on dark background */
    --text-secondary: #b0b0b0; /* Better contrast for secondary text */
    --text-light: #ffffff;
    --border-color: #404040;   /* Better contrast for borders */
    --light-bg: #1a1a1a;
    --primary-color: #ff7f50;  /* Coral orange - better visibility on dark */
    --secondary-color: #4da6ff; /* Light blue for dark theme */
    --secondary-light: rgba(77, 166, 255, 0.1);
    --secondary-dark: #2980b9;
    --whatsapp: #25d366;       /* Original WhatsApp green works on dark */
    --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    --gradient-subtle: linear-gradient(135deg, var(--primary-color) 0%, #ff6347 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--background);
    color: var(--text-color);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    transition: background-color 0.3s ease;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* Main containers */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* BREADCRUMBS */
.breadcrumbs {
    background-color: var(--light-bg);
    padding: var(--space-sm) 0;
    border-bottom: 1px solid var(--border-color);
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin: 0 var(--space-xs);
    color: var(--text-secondary);
    font-weight: 400;
}

.breadcrumb-link {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.breadcrumb-item.active span {
    color: var(--text-secondary);
    font-weight: 500;
}

/* ACCESSIBILITY */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: inherit !important;
}

/* KEYBOARD NAVIGATION */
*:focus {
    outline: 3px solid var(--primary-color) !important;
    outline-offset: 2px !important;
    border-radius: 2px;
}

/* Better focus indicators for interactive elements */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid var(--primary-color) !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(196, 69, 3, 0.3) !important;
}

/* Skip links for keyboard navigation */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-color);
    color: var(--white);
    padding: 8px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.skip-link:focus {
    top: 6px;
    outline: 3px solid var(--white);
}

/* Ensure minimum touch target size */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.btn,
.btn {
    min-height: 44px;
    min-width: 44px;
}

/* Focus management for modals and dropdowns */
.modal:focus,
.dropdown:focus {
    outline: none;
}

.modal[role="dialog"]:focus {
    outline: 2px solid var(--primary-color);
}

/* Keyboard navigation for custom components */
[role="button"]:focus,
[role="link"]:focus,
[role="menuitem"]:focus {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
}

/* FAQ STYLES */
.faq-section {
    padding: var(--space-xl) 0;
}

.faq-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-xl);
    text-align: center;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    margin-bottom: var(--space-md);
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: var(--shadow-hover);
}

.faq-question {
    padding: var(--space-lg);
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--primary-color);
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: var(--space-lg);
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer div {
    padding: 0 var(--space-lg) var(--space-lg);
    color: var(--text-secondary);
    line-height: 1.6;
}

.price-table-faq p {
    margin: var(--space-xs) 0;
    font-weight: 500;
}

.faq-cta {
    text-align: center;
    margin-top: var(--space-xl);
    padding: var(--space-xl);
    background: var(--light-bg);
    border-radius: var(--border-radius);
}

.faq-cta h2 {
    margin-bottom: var(--space-sm);
    color: var(--text-color);
}

.faq-cta p {
    color: var(--text-secondary);
    margin-bottom: var(--space-lg);
}

.container-large {
    max-width: var(--container-large);
}

/* Section backgrounds */
.bg-light {
    background-color: var(--light-bg);
}

.bg-dark {
    background-color: var(--dark-blue);
    color: var(--white);
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s ease-out;
}

p {
    margin-bottom: 1rem;
}

/* UTILITIES */
.text-accent {
    color: var(--primary-color);
}

.text-premium {
    color: var(--premium-gold);
}

.text-center {
    text-align: center;
}

.highlight {
    font-weight: 600;
    color: var(--dark-blue);
}

.badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px;
    background: var(--gradient-primary);
    color: var(--white);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 var(--space-md);
    border-radius: var(--border-radius);
    font-weight: 500;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease-out;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s;
}

.btn:hover::after {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(196, 69, 3, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 6px 15px rgba(196, 69, 3, 0.4);
    transform: translateY(-2px);
}

.btn-outline {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    color: var(--text-color);
}

.btn-outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-whatsapp {
    background-color: var(--whatsapp);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-whatsapp:hover {
    background-color: #1da851;
    transform: translateY(-2px);
}

.btn-block {
    display: flex;
    width: 100%;
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
}

.space-y-sm > * + * {
    margin-top: var(--space-sm);
}

.space-y-md > * + * {
    margin-top: var(--space-md);
}

.icon {
    width: 18px;
    height: 18px;
    margin-right: var(--space-xs);
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background-color: var(--card-bg);
    z-index: 1000;
    box-shadow: var(--shadow);
    transition: 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.header-scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .header-scrolled {
    background-color: rgba(30, 30, 30, 0.9);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: var(--text-color);
}

.logo-icon {
    height: 32px;
    margin-right: var(--space-xs);
    transition: transform 0.3s ease;
}

.logo:hover .logo-icon {
    transform: scale(1.1);
}

.logo span {
    color: var(--primary-color);
}

.header-right {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.header-whatsapp {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--whatsapp);
    color: var(--white);
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.header-whatsapp:hover {
    background-color: #1da851;
    transform: translateY(-2px);
}

.header-whatsapp img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.theme-toggle, 
.language-selector {
    background: none;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.theme-toggle:hover, 
.language-selector:hover {
    background-color: var(--light-bg);
    color: var(--primary-color);
}

.theme-toggle svg, 
.language-selector svg {
    width: 20px;
    height: 20px;
}

.language-menu {
    position: absolute;
    right: 70px;
    top: 60px;
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: var(--space-sm);
    display: none;
    z-index: 1000;
}

.language-menu.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.language-menu a {
    display: block;
    padding: 8px 16px;
    color: var(--text-color);
    font-size: 14px;
    transition: 0.2s ease;
    border-radius: 4px;
}

.language-menu a:hover {
    background-color: var(--light-bg);
}

/* HERO-BOOKING CONTAINER */
.hero-booking-container {
    position: relative;
    background-image: url('/img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hero-booking-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.9));
    z-index: 0;
}

[data-theme="dark"] .hero-booking-container::before {
    background: linear-gradient(to bottom, rgba(18,18,18,0.85), rgba(18,18,18,0.9));
}

.hero-booking-container > section {
    position: relative;
    z-index: 1;
}

/* HERO */
.hero {
    padding-top: calc(var(--header-height) + var(--space-md));
    padding-bottom: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: var(--space-sm);
    font-weight: 700;
    color: var(--text-color);
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInDown 0.8s forwards;
}

.hero p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    max-width: 500px;
    margin: 0 auto var(--space-md);
    color: var(--text-secondary);
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s forwards;
}

.hero-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: var(--space-md);
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards;
}

.hero-badge {
    background-color: rgba(10, 25, 41, 0.08);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.hero-badge:hover {
    transform: translateY(-2px);
    background-color: rgba(10, 25, 41, 0.12);
}

[data-theme="dark"] .hero-badge {
    background-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .hero-badge:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

/* BOOKING FORM */
.booking-section {
    padding-bottom: var(--space-lg);
}

.booking-card {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: var(--space-md) var(--space-sm);
    margin-bottom: var(--space-lg);
    margin-top: -10px;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.8s 0.6s forwards;
    border: 1px solid var(--border-color);
    will-change: transform, opacity;
}

.booking-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius);
    z-index: 1;
}

[data-theme="dark"] .booking-card::before {
    background-color: rgba(30, 30, 30, 0.9);
}

.booking-card > * {
    position: relative;
    z-index: 2;
}

.form-title {
    font-size: 1.3rem;
    margin-bottom: var(--space-xs);
    text-align: center;
    color: var(--text-color);
}

.form-subtitle {
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
    text-align: center;
    font-size: 0.85rem;
}

.form-group {
    margin-bottom: var(--space-sm);
}

.form-label {
    display: block;
    margin-bottom: var(--space-xs);
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.form-control {
    width: 100%;
    height: 44px;
    padding: 0 var(--space-sm);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    background-color: var(--card-bg);
    color: var(--text-color);
    font-size: 16px;
    transition: 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(196, 69, 3, 0.15);
}

select.form-control {
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

[data-theme="dark"] select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z' fill='rgba(255,255,255,0.5)'/%3E%3C/svg%3E");
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm);
}

/* Swap origin/destination button */
.swap-btn-wrapper {
    display: flex;
    justify-content: center;
    margin: -4px 0;
}

.btn-swap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.btn-swap:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.btn-swap:active {
    transform: rotate(180deg);
}

.btn-swap svg {
    width: 18px;
    height: 18px;
}

.price-estimate {
    margin: var(--space-sm) 0;
    padding: var(--space-sm);
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(196, 69, 3, 0.1);
}

.price-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-xs);
}

.price-value {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-block;
    position: relative;
}

.price-value:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.price-estimate:hover .price-value:after {
    transform: scaleX(1);
}

.price-note {
    font-size: 0.7rem;
    color: var(--text-secondary);
    font-style: italic;
    margin-top: 5px;
}

.travel-time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 5px;
}

.travel-time svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: var(--space-sm) 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
}

.trust-badge img {
    width: 14px;
    height: 14px;
    opacity: 0.8;
}

/* Special Offer - Free Tourism Guide */
.special-offer {
    background: linear-gradient(120deg, rgba(196, 69, 3, 0.1), rgba(249, 192, 69, 0.1));
    border: 1px dashed var(--primary-color);
    border-radius: var(--border-radius);
    padding: var(--space-sm);
    margin: var(--space-md) 0;
    position: relative;
    text-align: center;
}

.special-offer p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-color);
}

.offer-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-primary);
    color: white;
    font-weight: bold;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.more-fields {
    display: none;
    margin-top: var(--space-md);
    padding-top: var(--space-sm);
    border-top: 1px solid var(--border-color);
}

.show-more {
    text-align: center;
    margin-top: var(--space-sm);
    color: var(--text-secondary);
    font-size: 13px;
}

.show-more a {
    color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
    position: relative;
}

.show-more a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.show-more a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Form validation styles */
.form-control.invalid {
    border-color: #e53e3e;
    box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.1);
}

.field-error, .error-message {
    color: #e53e3e;
    font-size: 0.75rem;
    margin-top: 4px;
}

.form-error-summary {
    color: #e53e3e;
    font-size: 0.9rem;
    background-color: rgba(229, 62, 62, 0.1);
    padding: 10px;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    text-align: center;
}

/* SECTION STYLING */
.section {
    padding: var(--space-lg) 0;
    overflow: hidden;
}

.section-title {
    font-size: 1.7rem;
    margin-bottom: var(--space-md);
    text-align: center;
    color: var(--text-color);
    position: relative;
    padding-bottom: 8px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-loaded .section-title {
    opacity: 0;
    transform: translateY(10px);
    will-change: opacity, transform;
}

.js-loaded .section-title.in-view,
.section-title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 3px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-secondary);
    max-width: 650px;
    margin: -10px auto var(--space-lg);
    font-size: 1rem;
}

/* VEHICLE SELECTOR */
.vehicle-selector {
    margin-bottom: var(--space-lg);
}

.vehicles-nav {
    display: flex;
    justify-content: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
    flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
}

.vehicle-nav-item {
    background-color: var(--light-bg);
    border-radius: 30px;
    padding: var(--space-sm) var(--space-md);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    border: 1px solid transparent;
    -webkit-tap-highlight-color: transparent;
}

.vehicle-nav-item.active {
    background-color: var(--card-bg);
    border-color: var(--primary-color);
    box-shadow: 0 4px 10px rgba(196, 69, 3, 0.15);
}

.vehicle-nav-item h3 {
    font-size: 0.95rem;
    margin-bottom: 4px;
    color: var(--text-color);
}

.vehicle-nav-item p {
    font-size: 0.75rem;
    margin: 0;
    color: var(--text-secondary);
}

.vehicles-display {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    margin: 0 auto var(--space-lg);
    max-width: 800px;
}

.vehicle-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease;
    pointer-events: none;
    will-change: opacity, transform;
}

.vehicle-item.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.vehicle-image {
    width: 60%;
    height: 100%;
    object-fit: cover;
}

.vehicle-details {
    width: 40%;
    background-color: var(--card-bg);
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vehicle-title {
    font-size: 1.2rem;
    margin-bottom: var(--space-xs);
    color: var(--text-color);
}

.vehicle-specs {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-sm);
}

.vehicle-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vehicle-features li {
    font-size: 0.85rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
    color: var(--text-secondary);
}

.vehicle-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.fleet-action {
    margin-top: var(--space-md);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fleet-price {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.fleet-price span {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1rem;
}

.btn-fleet {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 6px 12px;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.btn-fleet:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}

/* PRICING TABLE */
.pricing-section {
    padding: var(--space-lg) 0;
    background-color: var(--card-bg);
}

.pricing-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.vehicle-options {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
    overflow-x: auto;
    padding-bottom: var(--space-sm);
    -webkit-overflow-scrolling: touch;
}

.vehicle-option {
    background-color: var(--light-bg);
    border-radius: 30px;
    padding: var(--space-sm) var(--space-md);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 160px;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.vehicle-option.active {
    background-color: var(--primary-color);
    color: var(--white);
    box-shadow: 0 4px 10px rgba(196, 69, 3, 0.3);
}

.vehicle-option h3 {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.vehicle-option p {
    font-size: 0.75rem;
    margin: 0;
    color: inherit;
    opacity: 0.9;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: var(--space-md);
    box-shadow: var(--shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: var(--card-bg);
}

.pricing-table th {
    background-color: var(--light-bg);
    text-align: left;
    padding: var(--space-sm);
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.9rem;
}

.pricing-table td {
    padding: var(--space-sm);
    border-bottom: 1px solid var(--border-color);
    font-size: 0.9rem;
    color: var(--text-color);
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.time-info {
    display: flex;
    align-items: center;
    color: var(--text-secondary);
    font-size: 0.8rem;
    margin-top: 3px;
}

.time-info svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    opacity: 0.7;
}

.btn-reservar {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 14px;
    border-radius: var(--border-radius);
    font-size: 0.8rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    min-height: 36px;
}

.btn-reservar:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(196, 69, 3, 0.3);
}

/* WHY CHOOSE US */
.why-us-section {
    padding: var(--space-lg) 0;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-lg);
}

.why-us-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    will-change: opacity, transform;
}

.why-us-item.in-view {
    opacity: 1;
    transform: translateY(0);
}

.why-us-icon {
    width: 60px;
    height: 60px;
    margin-bottom: var(--space-sm);
    opacity: 0.85;
    transition: transform 0.3s ease;
}

.why-us-item:hover .why-us-icon {
    transform: translateY(-5px);
}

.why-us-title {
    font-size: 1.1rem;
    margin-bottom: var(--space-xs);
    color: var(--text-color);
}

.why-us-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    max-width: 300px;
}

/* TOURISM SECTION ENHANCED */
.tourism-section {
    position: relative;
    background-color: var(--card-bg);
    color: var(--text-color);
    padding: var(--space-xl) 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    margin: var(--space-lg) 0;
}

.tourism-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
}

.tourism-badge {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: var(--border-radius);
    margin-bottom: var(--space-md);
    box-shadow: 0 2px 6px rgba(196, 69, 3, 0.2);
}

.tourism-title {
    font-size: 2rem;
    margin-bottom: var(--space-md);
    position: relative;
    display: inline-block;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

.tourism-title:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

.tourism-text {
    max-width: 800px;
    margin: 0 auto var(--space-lg);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-secondary);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards;
}

.tourism-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards;
}

.tourism-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 130px;
    text-align: center;
    background-color: var(--light-bg);
    padding: var(--space-sm);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.tourism-feature:hover {
    transform: translateY(-2px);
    background-color: var(--white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.tourism-feature-icon {
    width: 40px;
    height: 40px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.tourism-feature:hover .tourism-feature-icon {
    transform: scale(1.1);
}

.tourism-feature-text {
    font-size: 14px;
    font-weight: 500;
}

.tourism-packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards;
}

.tourism-package {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    padding: var(--space-md);
    width: 280px;
    text-align: left;
    position: relative;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tourism-package:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.tourism-package h3 {
    font-size: 1.1rem;
    margin-bottom: var(--space-xs);
    color: var(--text-color);
}

.tourism-package p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
}

.package-duration {
    display: inline-block;
    font-size: 0.8rem;
    background-color: var(--primary-color);
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    position: absolute;
    bottom: var(--space-sm);
    right: var(--space-sm);
}

.tourism-cta {
    margin-top: var(--space-md);
    opacity: 0;
    animation: fadeInUp 0.8s 0.8s forwards;
}

.btn-tourism {
    background: var(--gradient-primary);
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(196, 69, 3, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    -webkit-tap-highlight-color: transparent;
}

.btn-tourism:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(196, 69, 3, 0.5);
}

.btn-tourism img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* BLOG SECTION */
.blog-section {
    padding: var(--space-lg) 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--space-lg);
    margin: var(--space-lg) 0;
}

.blog-card {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px);
    will-change: opacity, transform;
}

.blog-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.blog-image-container {
    height: 180px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-content {
    padding: var(--space-md);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    font-size: 1.1rem;
    margin-bottom: var(--space-sm);
    color: var(--text-color);
}

.blog-excerpt {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
    flex-grow: 1;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--primary-color);
    gap: 5px;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-top: auto;
}

.blog-link:hover {
    gap: 8px;
}

.blog-link svg {
    width: 16px;
    height: 16px;
}

.blog-cta {
    text-align: center;
    margin-top: var(--space-lg);
}

/* TESTIMONIALS */
.testimonials {
    background-color: var(--card-bg);
    padding: var(--space-lg) 0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    gap: var(--space-md);
    margin-top: var(--space-md);
}

.testimonial-card {
    background-color: var(--background);
    border-radius: var(--border-radius);
    padding: var(--space-md);
    box-shadow: var(--shadow);
    position: relative;
    margin-bottom: var(--space-md);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    border: 1px solid var(--border-color);
    will-change: opacity, transform;
}

.testimonial-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-sm);
}

.testimonial-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: var(--space-sm);
    border: 2px solid var(--primary-light);
}

.testimonial-author-info {
    flex: 1;
}

.testimonial-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-color);
}

.testimonial-trip {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.testimonial-rating {
    display: flex;
    margin-left: auto;
    color: var(--primary-color);
}

.testimonial-rating svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-color);
    margin-bottom: var(--space-sm);
    font-size: 0.9rem;
    line-height: 1.6;
}

.testimonial-date {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-align: right;
}

/* FORM MAP INTEGRATION */
.form-map-container {
    margin-top: var(--space-md);
    border-top: 1px solid var(--border-color);
    padding-top: var(--space-md);
    display: none; /* Initially hidden, shown via JS when route is available */
}

.map-container, 
#form-google-map {
    height: 300px;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-top: var(--space-sm);
}

.route-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space-sm);
}

.route-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--card-bg);
    padding: 8px 12px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}

.route-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.route-icon img {
    width: 18px;
    height: 18px;
    opacity: 0.7;
}

.route-value {
    font-weight: 500;
    font-size: 0.9rem;
}

/* Map errors */
.map-error {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--text-secondary);
    text-align: center;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    font-size: 0.9rem;
}

/* FOOTER */
.footer {
    background-color: var(--dark-blue);
    padding: var(--space-lg) 0 var(--space-sm);
    color: var(--white);
    margin-top: auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--space-lg);
}

.footer-col {
    color: rgba(255, 255, 255, 0.8);
}

.footer-col p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.5;
}

.footer-col h3 {
    font-size: 1rem;
    margin-bottom: var(--space-md);
    color: var(--white);
    position: relative;
    padding-bottom: var(--space-xs);
}

.footer-col h3 a {
    color: inherit;
    text-decoration: none;
}

.footer-col h3 a:hover {
    text-decoration: underline;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: var(--space-xs);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--primary-color);
    transform: translateX(3px);
}

.footer-contact {
    margin-bottom: var(--space-xs);
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--primary-color);
}

.footer-contact svg {
    width: 16px;
    height: 16px;
    margin-right: var(--space-xs);
    color: var(--primary-color);
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    margin: var(--space-lg) 0;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--white);
}

.social-icon:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.social-icon svg {
    width: 18px;
    height: 18px;
}

.footer-disclaimer {
    padding-top: var(--space-sm);
    margin-top: var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    text-align: center;
}

.footer-legal-disclaimer {
    padding-top: var(--space-sm);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

/* FLOATING BUTTONS */
.floating-buttons {
    position: fixed;
    bottom: var(--space-md);
    right: var(--space-md);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.floating-whatsapp {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--whatsapp);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    will-change: transform;
}

.floating-whatsapp:hover {
    transform: scale(1.05);
}

.floating-whatsapp img {
    width: 28px;
    height: 28px;
}

.floating-reservation {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(196, 69, 3, 0.3);
    transition: 0.2s ease;
    transform: translateY(70px);
    opacity: 0;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    will-change: transform, opacity;
}

.floating-reservation.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.floating-reservation:hover {
    transform: scale(1.05);
}

.floating-reservation svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.floating-label {
    position: absolute;
    right: 65px;
    background-color: var(--card-bg);
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color);
    box-shadow: var(--shadow);
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: 0.2s ease;
    pointer-events: none;
}

.floating-whatsapp:hover .floating-label,
.floating-reservation:hover .floating-label {
    opacity: 1;
    transform: translateX(0);
}

/* COOKIE CONSENT */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--card-bg);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: var(--space-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-md);
}

.cookie-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-color);
    flex: 1;
    min-width: 250px;
}

.cookie-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: var(--space-sm);
}

.btn-cookie-accept {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    min-height: 36px;
}

.btn-cookie-reject {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    min-height: 36px;
}

.btn-cookie-accept:hover {
    background-color: var(--primary-dark);
}

.btn-cookie-reject:hover {
    border-color: var(--text-color);
}

/* LANGUAGE SELECTOR */
.language-selector-container {
    position: relative;
    display: flex;
    align-items: center;
}

.language-flags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.language-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    -webkit-tap-highlight-color: transparent;
}

.language-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.language-flag:hover {
    opacity: 1;
    transform: scale(1.1);
}

.language-flag.active {
    opacity: 1;
    border-color: var(--primary-color);
}

/* LOADING OPTIMIZATION */
.lazy-image {
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.lazy-image.loaded {
    opacity: 1;
}

.sr-only-required {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ANIMATIONS */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pulse-highlight {
    animation: highlight 2s infinite;
}

@keyframes highlight {
    0% {
        box-shadow: 0 0 0 0 rgba(196, 69, 3, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(196, 69, 3, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(196, 69, 3, 0);
    }
}

/* Responsive handling - moved to responsive.css */


/* ============================================ */
/* NEW PAGES STYLES - Added 2026-02-14         */
/* ============================================ */

/* ---- MAIN HEADER (alternate header used on some pages) ---- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background-color: var(--card-bg);
    z-index: 1000;
    box-shadow: var(--shadow);
    transition: 0.3s ease;
}

.navbar {
    height: 100%;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.btn-whatsapp-header {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--whatsapp);
    color: var(--white);
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    gap: 6px;
}

.btn-whatsapp-header:hover {
    background-color: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

/* ---- BREADCRUMB NAV (simple breadcrumb used on some pages) ---- */
.breadcrumb-nav {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--light-bg);
    margin-top: var(--header-height);
}

.breadcrumb {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.breadcrumb span {
    color: var(--text-secondary);
    font-weight: 500;
}

/* ---- HERO DESTINATION (full-width hero with background image) ---- */
.hero-destination {
    padding: calc(var(--header-height) + var(--space-xl)) 0 var(--space-xl);
    text-align: center;
    color: var(--white);
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.hero-destination h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    margin-bottom: var(--space-sm);
    color: var(--white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: clamp(0.95rem, 2.5vw, 1.15rem);
    margin-bottom: var(--space-md);
    opacity: 0.95;
    color: inherit;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: var(--space-lg);
}

.hero-features span {
    background-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-features span:hover {
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
}

/* ---- PRIMARY & SECONDARY LARGE BUTTONS ---- */
.btn-primary-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: var(--border-radius);
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(196, 69, 3, 0.4);
    border: none;
    cursor: pointer;
}

.btn-primary-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(196, 69, 3, 0.5);
}

.btn-secondary-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background-color: var(--card-bg);
    color: var(--text-color);
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-secondary-large:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* ---- DESTINATION CONTENT (main article container) ---- */
.destination-content {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    line-height: 1.7;
}

.destination-content h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    margin-top: var(--space-xl);
    margin-bottom: var(--space-md);
    color: var(--text-color);
    position: relative;
    padding-bottom: 8px;
}

.destination-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 3px;
}

.destination-content h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    margin-top: var(--space-lg);
    margin-bottom: var(--space-sm);
    color: var(--text-color);
}

.destination-content h4 {
    font-size: 1.05rem;
    margin-top: var(--space-md);
    margin-bottom: var(--space-xs);
    color: var(--primary-color);
}

.destination-content p {
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
    font-size: 1rem;
    line-height: 1.75;
}

.destination-content ul,
.destination-content ol {
    margin-bottom: var(--space-md);
    padding-left: var(--space-lg);
    color: var(--text-secondary);
}

.destination-content li {
    margin-bottom: var(--space-xs);
    line-height: 1.65;
}

.destination-content a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.destination-content a:hover {
    color: var(--primary-dark);
}

/* ---- TL;DR BOX ---- */
.tldr-box {
    background-color: var(--secondary-light);
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius);
    padding: var(--space-lg);
    margin: var(--space-lg) 0;
}

.tldr-box h2 {
    margin-top: 0 !important;
    font-size: 1.2rem;
    color: var(--text-color);
}

.tldr-box h2::after {
    display: none;
}

.tldr-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.tldr-box li {
    padding: 4px 0;
    padding-left: 20px;
    position: relative;
}

.tldr-box li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

[data-theme="dark"] .tldr-box {
    background-color: rgba(77, 166, 255, 0.08);
    border-color: var(--secondary-color);
}

/* ---- COMPARISON TABLE ---- */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-md) 0;
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    font-size: 0.9rem;
}

.comparison-table thead th {
    background: var(--gradient-primary);
    color: var(--white);
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
}

.comparison-table tbody th {
    background-color: var(--light-bg);
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.85rem;
}

.comparison-table tbody th a {
    color: var(--primary-color);
    text-decoration: underline;
}

.comparison-table td {
    padding: var(--space-sm) var(--space-md);
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
    vertical-align: top;
}

.comparison-table tr:last-child td,
.comparison-table tr:last-child th {
    border-bottom: none;
}

.comparison-table tr:hover td {
    background-color: var(--primary-light);
}

[data-theme="dark"] .comparison-table thead th {
    background: var(--gradient-primary);
}

/* ---- ROUTE INFO TABLE (airport data tables) ---- */
.route-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-md) 0;
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.route-info-table th {
    background-color: var(--light-bg);
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.9rem;
    width: 35%;
    vertical-align: top;
    border-bottom: 1px solid var(--border-color);
}

.route-info-table td {
    padding: var(--space-sm) var(--space-md);
    color: var(--text-secondary);
    font-size: 0.9rem;
    border-bottom: 1px solid var(--border-color);
}

.route-info-table tr:last-child th,
.route-info-table tr:last-child td {
    border-bottom: none;
}

.route-info-table tr:hover td {
    background-color: var(--primary-light);
}

/* ---- INFO TABLE (general purpose styled table) ---- */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-md) 0;
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    font-size: 0.9rem;
}

.info-table thead th {
    background: var(--gradient-primary);
    color: var(--white);
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
}

.info-table tbody th {
    background-color: var(--light-bg);
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    width: 30%;
    vertical-align: top;
    border-bottom: 1px solid var(--border-color);
}

.info-table td {
    padding: var(--space-sm) var(--space-md);
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
    vertical-align: top;
}

.info-table tr:last-child td,
.info-table tr:last-child th {
    border-bottom: none;
}

.info-table tr:hover td {
    background-color: var(--primary-light);
}

/* ---- INCLUDED SERVICES LIST ---- */
.included-services {
    list-style: none;
    padding-left: 0 !important;
    margin: var(--space-md) 0;
}

.included-services li {
    padding: var(--space-xs) 0;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
}

.included-services li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--whatsapp);
    font-weight: 700;
    font-size: 1rem;
}

/* ---- WHY CHOOSE GRID & WHY CARD ---- */
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-lg);
    margin: var(--space-lg) 0;
}

.why-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--space-lg);
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-color);
}

.why-card h3 {
    font-size: 1.05rem;
    margin-bottom: var(--space-sm);
    color: var(--text-color);
}

.why-card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- PRICING CARDS ---- */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--space-lg);
    margin: var(--space-lg) 0;
}

.pricing-card {
    background-color: var(--card-bg);
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--space-lg);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.pricing-card.featured {
    border-color: var(--primary-color);
    box-shadow: 0 4px 20px rgba(196, 69, 3, 0.15);
}

.pricing-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.pricing-card .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.pricing-card h4 {
    font-size: 1.2rem;
    margin-bottom: var(--space-sm);
    color: var(--text-color);
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: var(--space-md) 0;
    flex-grow: 1;
}

.pricing-card li {
    padding: 6px 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-color);
}

.pricing-card li:last-child {
    border-bottom: none;
}

.pricing-card .btn-primary {
    margin-top: auto;
    width: 100%;
    text-decoration: none;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: var(--space-sm) 0;
    line-height: 1.2;
}

.price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-secondary);
}

.btn-price {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-price:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    color: white;
}

.route-note {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-align: center;
    margin-top: 8px;
}

/* ---- FAQ CONTAINER (in destination pages) ---- */
.faq-container {
    margin: var(--space-md) 0;
}

.faq-container .faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--space-lg);
    margin-bottom: var(--space-md);
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.faq-container .faq-item:hover {
    box-shadow: var(--shadow-hover);
}

.faq-container .faq-item h3 {
    font-size: 1.05rem;
    color: var(--text-color);
    margin-bottom: var(--space-sm);
    margin-top: 0;
}

.faq-container .faq-item p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.65;
}

.faq-container .faq-item ul,
.faq-container .faq-item ol {
    margin: var(--space-sm) 0;
    padding-left: var(--space-lg);
    color: var(--text-secondary);
}

.faq-container .faq-item li {
    margin-bottom: 4px;
    font-size: 0.95rem;
}

/* ---- CTA FINAL SECTION ---- */
.cta-final {
    text-align: center;
    background: var(--gradient-primary);
    border-radius: var(--border-radius);
    padding: var(--space-xl);
    margin: var(--space-xl) 0;
    color: var(--white);
}

.cta-final h2 {
    color: var(--white) !important;
    margin-top: 0 !important;
}

.cta-final h2::after {
    display: none !important;
}

.cta-final p {
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-md);
    margin: var(--space-lg) 0 var(--space-sm);
}

.cta-final .btn-primary-large {
    background: var(--white);
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-final .btn-primary-large:hover {
    background: var(--white);
    color: var(--primary-dark);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cta-final .btn-secondary-large {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.5);
}

.cta-final .btn-secondary-large:hover {
    border-color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

/* ---- SMALL PRINT ---- */
.small-print {
    font-size: 0.8rem !important;
    opacity: 0.8 !important;
    margin-top: var(--space-sm);
}

/* ---- CONTENT META (article footer with metadata) ---- */
.content-meta {
    margin-top: var(--space-xl);
    padding-top: var(--space-lg);
    border-top: 2px solid var(--border-color);
}

.content-meta p {
    font-size: 0.85rem !important;
    color: var(--text-secondary) !important;
    margin-bottom: var(--space-xs);
    line-height: 1.5;
}

/* ---- FOOTER SIMPLE (used on new content pages) ---- */
.footer-simple {
    background-color: var(--dark-blue);
    color: rgba(255, 255, 255, 0.85);
    padding: var(--space-xl) 0 var(--space-md);
    margin-top: auto;
}

.footer-simple .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: var(--space-xl);
    margin-bottom: var(--space-lg);
}

.footer-simple .footer-section h3 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: var(--space-md);
    position: relative;
    padding-bottom: var(--space-xs);
}

.footer-simple .footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-simple .footer-section p {
    font-size: 0.85rem;
    margin-bottom: var(--space-xs);
    color: rgba(255, 255, 255, 0.75);
}

.footer-simple .footer-section a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.footer-simple .footer-section a:hover {
    color: var(--primary-color);
}

.footer-simple .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-simple .footer-section ul li {
    margin-bottom: var(--space-xs);
}

.footer-simple .footer-section ul a {
    font-size: 0.85rem;
    display: inline-block;
    transition: all 0.2s ease;
}

.footer-simple .footer-section ul a:hover {
    transform: translateX(3px);
    color: var(--primary-color);
}

.footer-simple .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--space-md);
    text-align: center;
}

.footer-simple .footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: var(--space-xs);
}

.footer-simple .footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-simple .footer-bottom a:hover {
    color: var(--primary-color);
}

/* .main-footer removed — was identical to .footer-simple.
   HTML files updated to use .footer-simple instead. */

/* ---- BLOG POST (article container for blog pages) ---- */
.blog-post {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-xl);
    line-height: 1.75;
    max-width: var(--container-large);
}

.blog-post h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    margin-top: var(--space-xl);
    margin-bottom: var(--space-md);
    color: var(--text-color);
    position: relative;
    padding-bottom: 8px;
}

.blog-post h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 3px;
}

.blog-post h3 {
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    margin-top: var(--space-lg);
    margin-bottom: var(--space-sm);
    color: var(--text-color);
}

.blog-post p {
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
    font-size: 1rem;
    line-height: 1.75;
}

.blog-post ul,
.blog-post ol {
    margin-bottom: var(--space-md);
    padding-left: var(--space-lg);
    color: var(--text-secondary);
}

.blog-post li {
    margin-bottom: var(--space-xs);
    line-height: 1.65;
}

.blog-post a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-post a:hover {
    color: var(--primary-dark);
}

/* ---- ARTICLE HEADER (blog article header) ---- */
.article-header {
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-lg);
    border-bottom: 2px solid var(--border-color);
}

.article-category {
    display: inline-block;
    background: var(--gradient-primary);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: var(--space-md);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.article-header h1 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    margin-bottom: var(--space-sm);
    color: var(--text-color);
    line-height: 1.25;
}

.article-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-lg);
    line-height: 1.5;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--space-md);
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.author-info {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.author-info strong {
    color: var(--text-color);
    display: block;
}

.author-info .small {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.article-dates {
    text-align: right;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* ---- TABLE OF CONTENTS ---- */
.table-of-contents {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--space-lg);
    margin: var(--space-lg) 0;
}

.table-of-contents h2 {
    margin-top: 0 !important;
    font-size: 1.1rem;
}

.table-of-contents h2::after {
    display: none;
}

.table-of-contents ol {
    margin-bottom: 0;
    padding-left: var(--space-lg);
}

.table-of-contents li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.table-of-contents a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.table-of-contents a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* ---- TESTIMONIALS GRID (puerto varas page variant) ---- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-md);
    margin: var(--space-lg) 0;
}

.testimonials-grid .testimonial-card {
    opacity: 1;
    transform: none;
}

.rating {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: var(--space-sm);
}

/* ---- DISCOUNTS LIST ---- */
.discounts {
    list-style: none;
    padding-left: 0 !important;
    margin: var(--space-md) 0;
}

.discounts li {
    padding: var(--space-sm);
    margin-bottom: var(--space-xs);
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    border-left: 4px solid var(--primary-color);
    font-size: 0.95rem;
}

/* ---- HERO SECTION (used on nosotros page reusing .hero) ---- */
/* Note: .hero is already defined in base CSS. These additions ensure
   hero works well after the header on content pages */

/* ---- RESPONSIVE ADJUSTMENTS FOR NEW PAGES ---- */
@media (max-width: 767px) {
    .hero-destination {
        padding: calc(var(--header-height) + var(--space-lg)) 0 var(--space-lg);
        min-height: 300px;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .hero-features span {
        width: auto;
        max-width: 90%;
    }

    .btn-primary-large,
    .btn-secondary-large {
        width: 100%;
        max-width: 320px;
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .comparison-table,
    .route-info-table,
    .info-table {
        font-size: 0.8rem;
    }

    .comparison-table thead th,
    .info-table thead th {
        font-size: 0.78rem;
        padding: var(--space-xs) var(--space-sm);
    }

    .comparison-table td,
    .comparison-table tbody th,
    .route-info-table th,
    .route-info-table td,
    .info-table td,
    .info-table tbody th {
        padding: var(--space-xs) var(--space-sm);
    }

    .footer-simple .footer-content {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .cta-final {
        padding: var(--space-lg);
        margin: var(--space-lg) 0;
    }

    .tldr-box {
        padding: var(--space-md);
    }

    .destination-content {
        padding-top: var(--space-lg);
        padding-bottom: var(--space-lg);
    }

    .article-meta {
        flex-direction: column;
    }

    .article-dates {
        text-align: left;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .breadcrumb-nav {
        margin-top: var(--header-height);
    }
}

@media (min-width: 768px) {
    .footer-simple .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .pricing-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .why-choose-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-destination {
        min-height: 420px;
    }
}

/* ---- DARK MODE ADJUSTMENTS FOR NEW PAGES ---- */
[data-theme="dark"] .hero-destination {
    /* Dark mode hero already works via inline styles,
       just ensure text contrast */
}

[data-theme="dark"] .comparison-table thead th,
[data-theme="dark"] .info-table thead th {
    background: var(--gradient-primary);
    color: var(--white);
}

[data-theme="dark"] .comparison-table tbody th,
[data-theme="dark"] .route-info-table th,
[data-theme="dark"] .info-table tbody th {
    background-color: var(--light-bg);
}

[data-theme="dark"] .comparison-table tr:hover td,
[data-theme="dark"] .route-info-table tr:hover td,
[data-theme="dark"] .info-table tr:hover td {
    background-color: rgba(255, 127, 80, 0.05);
}

[data-theme="dark"] .why-card {
    background-color: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .pricing-card {
    background-color: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .pricing-card.featured {
    border-color: var(--primary-color);
}

[data-theme="dark"] .faq-container .faq-item {
    background-color: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .discounts li {
    background-color: var(--card-bg);
}

[data-theme="dark"] .content-meta {
    border-top-color: var(--border-color);
}

[data-theme="dark"] .footer-simple {
    background-color: #0a0a0a;
}

[data-theme="dark"] .main-header {
    background-color: var(--card-bg);
}

[data-theme="dark"] .breadcrumb-nav {
    background-color: var(--light-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .article-header {
    border-color: var(--border-color);
}

[data-theme="dark"] .table-of-contents {
    background-color: var(--card-bg);
    border-color: var(--border-color);
}

/* --- CONTACT PAGE (contacto-y-faq) --- */
.contact-section {
    padding: var(--space-xl) 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-lg);
}

.contact-card,
.faq-card {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: var(--space-lg);
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.contact-card h2,
.faq-card h2 {
    font-size: 1.3rem;
    margin-bottom: var(--space-md);
    color: var(--text-color);
}

.contact-item {
    margin-bottom: var(--space-lg);
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item strong {
    display: block;
    margin-bottom: var(--space-xs);
    color: var(--text-color);
}

.contact-item p {
    color: var(--text-secondary);
    margin-bottom: var(--space-sm);
}

.faq-summary .faq-item {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid var(--border-color);
}

.faq-summary .faq-item:last-child {
    border-bottom: none;
}

.faq-summary .faq-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text-color);
    font-size: 0.95rem;
}

.faq-summary .faq-item p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 767px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ Category Headers */
.faq-category {
    margin-top: var(--space-xl);
    margin-bottom: var(--space-md);
}

.faq-category:first-child {
    margin-top: 0;
}

.faq-category-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: var(--space-sm);
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: var(--space-md);
}

/* Full FAQ section within contact page */
.faq-full-section {
    padding: var(--space-xl) 0;
}

.faq-full-section h2 {
    text-align: center;
    margin-bottom: var(--space-sm);
}

.faq-full-section .faq-subtitle {
    margin-bottom: var(--space-lg);
}

.faq-count-badge {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Answer paragraphs for GEO/LLM citation */
.answer-paragraph-wrapper {
    background: var(--white);
    padding: 1.5rem 0;
}
.answer-paragraph {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
    border-left: 4px solid var(--primary-color);
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
}
