/* ============================================
   ESTILOS DE ICONOS SVG - PLANAVENTURA
   ============================================ */

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

/* Clases esenciales de iconos */
.icon-primary { color: #f4a261; }
.icon-success { color: #2f855a; }
.icon-danger { color: #e76f51; }

.icon-xs { width: 0.75rem; height: 0.75rem; }
.icon-sm { width: 1rem; height: 1rem; }
.icon-md { width: 1.25rem; height: 1.25rem; }
.icon-lg { width: 1.5rem; height: 1.5rem; }

/* ============================================
   ESTILOS GENERALES DE PLANAVENTURA
   ============================================ */

body {
    background: linear-gradient(to bottom, #fffbf7 0%, #fff8f0 100%);
    font-family: system-ui, -apple-system, sans-serif;
}

/* ============================================
   ESTILOS PARA CONTENIDO ACF (MINIMALISTA)
   ============================================ */

/* Contenedor general de contenido ACF */
.acf-content {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.acf-content p {
    margin-bottom: 0.75rem;
    text-align: left;
    line-height: 1.5;
}

.acf-content p:last-child {
    margin-bottom: 0;
}

.acf-content h2 {
    font-weight: 600;
    color: #8b2d33;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
}

/* Listas normales (NO info-list) */
.acf-content ul:not(.info-list),
.acf-content ol {
    margin-bottom: 1.25rem;
    padding-left: 0;
    list-style: none;
}

.acf-content ul:not(.info-list) li,
.acf-content ol li {
    position: relative;
    padding: 0.5rem 0.625rem 0.5rem 2rem;
    margin-bottom: 0.5rem;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    line-height: 1.4;
    font-size: 0.75rem;
}

.acf-content ul:not(.info-list) li::before {
    content: "•";
    position: absolute;
    left: 0.625rem;
    top: 0.5rem;
    color: #f4a261;
    font-size: 0.875rem;
}

.acf-content ol {
    counter-reset: item;
}

.acf-content ol li {
    counter-increment: item;
}

.acf-content ol li::before {
    content: counter(item);
    position: absolute;
    left: 0.625rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    background: #f4a261;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5625rem;
    font-weight: 600;
}

/* Enlaces */
.acf-content a {
    color: #8b2d33;
    text-decoration: underline;
}

.acf-content a:hover {
    color: #a53d3b;
}

/* ============================================
   ITINERARIO - ESTILOS MINIMALISTAS
   ============================================ */

#tab-itinerario .acf-content h3,
#tab-itinerario .acf-content h4 {
    font-size: 0.7rem;
    font-weight: 600;
    color: #374151;
    margin: 0.8rem 0 0.4rem 0;
    line-height: 1.3;
}

#tab-itinerario .acf-content h3:first-child,
#tab-itinerario .acf-content h4:first-child {
    margin-top: 0;
}

#tab-itinerario .acf-content p {
    font-size: 0.62rem;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 0.4rem;
}

#tab-itinerario .acf-content ul:not(.info-list) li,
#tab-itinerario .acf-content ol li {
    padding-left: 0;
    margin-bottom: 0.25rem;
    font-size: 0.6rem;
    line-height: 1.4;
    color: #9ca3af;
    margin-left: 1rem;
}

#tab-itinerario .acf-content strong {
    color: #4b5563;
    font-weight: 500;
}

@media (min-width: 768px) {
    #tab-itinerario .acf-content h3,
    #tab-itinerario .acf-content h4 {
        font-size: 0.9rem;
    }
    
    #tab-itinerario .acf-content p {
        font-size: 0.75rem;
    }
    
    #tab-itinerario .acf-content ul:not(.info-list) li,
    #tab-itinerario .acf-content ol li {
        font-size: 0.7rem;
        padding: 0.4rem 0.6rem 0.4rem 1.75rem;
    }
    
    #tab-itinerario .acf-content strong {
        font-size: 0.73rem;
    }
}

/* ============================================
   INCLUYE - ESTILOS MINIMALISTAS
   ============================================ */

/* Títulos en incluye */
#tab-incluye .acf-content h3,
#tab-incluye .acf-content h4 {
    font-size: 0.75rem;
    font-weight: 700;
    color: #16a34a;
    margin: 0.8rem 0 0.4rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Sección "No incluye" - detecta por texto */
#tab-incluye .acf-content h3:is([id*="no-"], [id*="exclu"]),
#tab-incluye .acf-content h4:is([id*="no-"], [id*="exclu"]),
#tab-incluye .acf-content h3:has(+ ul):not(:first-of-type),
#tab-incluye .acf-content h4:has(+ ul):not(:first-of-type) {
    color: #dc2626;
}

/* Párrafos en incluye */
#tab-incluye .acf-content p {
    font-size: 0.68rem;
    line-height: 1.4;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

/* Listas en incluye - INCLUIDOS (verde con ✓) */
#tab-incluye .acf-content ul:not(.info-list) li {
    padding: 0.3rem 0.4rem 0.3rem 1.4rem;
    margin-bottom: 0.3rem;
    font-size: 0.65rem;
    line-height: 1.3;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left-width: 3px;
    border-left-color: #16a34a;
}

#tab-incluye .acf-content ul:not(.info-list) li::before {
    content: "✓";
    left: 0.4rem;
    top: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #16a34a;
}

/* NO INCLUIDOS - Segunda lista y posteriores (rojo con ✕) */
#tab-incluye .acf-content h3:not(:first-of-type) ~ ul li,
#tab-incluye .acf-content h4:not(:first-of-type) ~ ul li,
#tab-incluye .acf-content ul:not(.info-list):not(:first-of-type) li {
    background: #fef2f2;
    border-color: #fecaca;
    border-left-color: #dc2626;
}

#tab-incluye .acf-content h3:not(:first-of-type) ~ ul li::before,
#tab-incluye .acf-content h4:not(:first-of-type) ~ ul li::before,
#tab-incluye .acf-content ul:not(.info-list):not(:first-of-type) li::before {
    content: "✕";
    color: #dc2626;
}

@media (min-width: 768px) {
    #tab-incluye .acf-content h3,
    #tab-incluye .acf-content h4 {
        font-size: 0.8rem;
    }
    
    #tab-incluye .acf-content p {
        font-size: 0.72rem;
    }
    
    #tab-incluye .acf-content ul:not(.info-list) li {
        font-size: 0.7rem;
        padding: 0.35rem 0.5rem 0.35rem 1.5rem;
    }
}

/* ============================================
   QUÉ LLEVAR - CARDS MINIMALISTAS
   ============================================ */

#tab-que-llevar ul {
    list-style: none;
    padding: 0;
}

#tab-que-llevar ul li {
    font-size: 0.7rem;
}

#tab-que-llevar ul li strong {
    font-size: 0.7rem;
    font-weight: 700;
}

#tab-que-llevar ul li p {
    font-size: 0.65rem;
    line-height: 1.3;
    margin-top: 0.2rem;
}

@media (min-width: 768px) {
    #tab-que-llevar ul li {
        font-size: 0.75rem;
    }
    
    #tab-que-llevar ul li strong {
        font-size: 0.75rem;
    }
    
    #tab-que-llevar ul li p {
        font-size: 0.7rem;
    }
}

/* Imágenes */
.acf-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

/* Estilos para impresión */
@media print {
    body { 
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact; 
    }
    
    .no-print { 
        display: none; 
    }
}

/* Modal overflow control */
body.modal-open {
    overflow: hidden;
}

/* ============================================
   TARJETAS DE RESUMEN - MINIMALISTA
   MÁXIMA PRIORIDAD - Sobrescribe cualquier CSS externo
   ============================================ */

/* Selectores combinados: específicos + generales */
#contenido-tour .acf-content ul.info-list,
#contenido-tour .resumen-tarjetas-container ul.info-list,
#contenido-tour ul.info-list,
.acf-content ul.info-list,
.resumen-tarjetas-container ul.info-list,
ul.info-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 0.35rem;
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem 0;
}

#contenido-tour .acf-content ul.info-list li,
#contenido-tour .resumen-tarjetas-container ul.info-list li,
#contenido-tour ul.info-list li,
.acf-content ul.info-list li,
.resumen-tarjetas-container ul.info-list li,
ul.info-list li {
    border-radius: 0.35rem !important;
    border: 1px solid #f2ceb0 !important;
    background-color: #fffaf7 !important;
    padding: 0.3rem 0.4rem !important;
    display: block !important;
    margin: 0 !important;
    font-size: 0.5rem !important;
    line-height: 1.25 !important;
    text-align: left !important;
    color: #4b5563 !important;
    position: relative !important;
}

#contenido-tour .acf-content ul.info-list li::before,
#contenido-tour .resumen-tarjetas-container ul.info-list li::before,
#contenido-tour ul.info-list li::before,
#contenido-tour .acf-content ul.info-list li::after,
#contenido-tour .resumen-tarjetas-container ul.info-list li::after,
#contenido-tour ul.info-list li::after,
.acf-content ul.info-list li::before,
.resumen-tarjetas-container ul.info-list li::before,
ul.info-list li::before,
.acf-content ul.info-list li::after,
.resumen-tarjetas-container ul.info-list li::after,
ul.info-list li::after {
    display: none !important;
    content: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#contenido-tour .acf-content ul.info-list li:hover,
#contenido-tour .resumen-tarjetas-container ul.info-list li:hover,
#contenido-tour ul.info-list li:hover {
    border-color: #e9b589 !important;
    box-shadow: 0 1px 2px rgba(139, 45, 51, 0.05) !important;
}

#contenido-tour .acf-content ul.info-list li strong,
#contenido-tour .resumen-tarjetas-container ul.info-list li strong,
#contenido-tour ul.info-list li strong,
.acf-content ul.info-list li strong,
.resumen-tarjetas-container ul.info-list li strong,
ul.info-list li strong {
    font-size: 0.4rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.015em !important;
    font-weight: 700 !important;
    color: #8b2d33 !important;
    line-height: 1 !important;
    display: block !important;
    margin: 0 0 0.15rem 0 !important;
}

@media (min-width: 768px) {
    #contenido-tour .acf-content ul.info-list,
    #contenido-tour .resumen-tarjetas-container ul.info-list,
    #contenido-tour ul.info-list,
    .acf-content ul.info-list,
    .resumen-tarjetas-container ul.info-list,
    ul.info-list {
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 0.45rem !important;
    }
    
    #contenido-tour .acf-content ul.info-list li,
    #contenido-tour .resumen-tarjetas-container ul.info-list li,
    #contenido-tour ul.info-list li,
    .acf-content ul.info-list li,
    .resumen-tarjetas-container ul.info-list li,
    ul.info-list li {
        padding: 0.4rem 0.5rem !important;
        font-size: 0.55rem !important;
    }
    
    #contenido-tour .acf-content ul.info-list li strong,
    #contenido-tour .resumen-tarjetas-container ul.info-list li strong,
    #contenido-tour ul.info-list li strong,
    .acf-content ul.info-list li strong,
    .resumen-tarjetas-container ul.info-list li strong,
    ul.info-list li strong {
        font-size: 0.43rem !important;
    }
}

/* ============================================
   TAILWIND SHIM - Generated to replace CDN
   ============================================ */

/* Reset / Base / Variables */
*, ::before, ::after { 
    box-sizing: border-box; 
    border-width: 0; 
    border-style: solid; 
    border-color: #e5e7eb;
    
    /* Tailwind Variables Defaults */
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-gradient-from: transparent;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; appearance: button; background-color: transparent; background-image: none; cursor: pointer; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; }
img, video { max-width: 100%; height: auto; }

/* Layout */
.container { width: 100%; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-7xl { max-width: 80rem; }
.max-w-6xl { max-width: 72rem; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.w-screen { width: 100vw; }
.h-screen { height: 100vh; }

/* Flex / Grid */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-stretch { align-items: stretch; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.order-1 { order: 1; }
.order-2 { order: 2; }

/* Spacing */
.p-2 { padding: 0.5rem; }
.p-2\.5 { padding: 0.625rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.pt-3 { padding-top: 0.75rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pl-9 { padding-left: 2.25rem; }
.m-0 { margin: 0; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-2\.5 { margin-bottom: 0.625rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mr-2 { margin-right: 0.5rem; }
.ml-auto { margin-left: auto; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }

/* Sizing */
.w-2 { width: 0.5rem; }
.h-2 { height: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.h-2\.5 { height: 0.625rem; }
.w-3 { width: 0.75rem; }
.h-3 { height: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.h-3\.5 { height: 0.875rem; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.w-7 { width: 1.75rem; }
.h-7 { height: 1.75rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.w-9 { width: 2.25rem; }
.h-9 { height: 2.25rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.w-20 { width: 5rem; }
.h-20 { height: 5rem; }
.w-24 { width: 6rem; }
.h-24 { height: 6rem; }
.min-w-0 { min-width: 0; }
.h-\[465px\] { height: 465px; }

/* Typography */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[13px\] { font-size: 13px; }
.font-light { font-weight: 300; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }
.text-center { text-align: center; }
.whitespace-nowrap { white-space: nowrap; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }

/* Colors */
.text-white { color: #ffffff; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-red-700 { color: #b91c1c; }
.text-orange-500 { color: #f97316; }
.text-orange-600 { color: #ea580c; }
.text-orange-700 { color: #c2410c; }
.text-amber-500 { color: #f59e0b; }
.text-amber-600 { color: #d97706; }
.text-amber-700 { color: #b45309; }
.text-amber-800 { color: #92400e; }
.text-yellow-400 { color: #facc15; }
.text-green-700 { color: #15803d; }
.text-emerald-500 { color: #10b981; }
.text-emerald-600 { color: #059669; }
.text-emerald-700 { color: #047857; }
.text-teal-700 { color: #0f766e; }
.text-cyan-700 { color: #0e7490; }
.text-sky-700 { color: #0369a1; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-purple-600 { color: #9333ea; }
.text-purple-700 { color: #7e22ce; }
.text-rose-600 { color: #e11d48; }
.text-rose-700 { color: #be123c; }
.text-\[\#8b2d33\] { color: #8b2d33; }
.text-\[\#b36f4f\] { color: #b36f4f; }
.text-\[\#f4a261\] { color: #f4a261; }
.text-\[\#22543d\] { color: #22543d; }
.text-\[\#44337a\] { color: #44337a; }
.text-\[\#34E0A1\] { color: #34E0A1; }
.text-\[\#00AF87\] { color: #00AF87; }
.text-\[\#FBBC04\] { color: #FBBC04; }
.text-\[\#111827\] { color: #111827; }

/* Backgrounds */
.bg-white { background-color: #ffffff; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-slate-200 { background-color: #e2e8f0; }
.bg-orange-50 { background-color: #fff7ed; }
.bg-orange-100 { background-color: #ffedd5; }
.bg-orange-500 { background-color: #f97316; }
.bg-orange-600 { background-color: #ea580c; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-amber-100 { background-color: #fef3c7; }
.bg-green-100 { background-color: #dcfce7; }
.bg-emerald-50 { background-color: #ecfdf5; }
.bg-emerald-500 { background-color: #10b981; }
.bg-teal-50 { background-color: #f0fdfa; }
.bg-cyan-50 { background-color: #ecfeff; }
.bg-sky-50 { background-color: #f0f9ff; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-rose-50 { background-color: #fff1f2; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-\[\#8b2d33\] { background-color: #8b2d33; }
.bg-\[\#f59e0b\] { background-color: #f59e0b; }
.bg-\[\#f97316\] { background-color: #f97316; }
.bg-\[\#fffaf4\] { background-color: #fffaf4; }
.bg-\[\#fffdf9\] { background-color: #fffdf9; }
.bg-\[\#2f855a\] { background-color: #2f855a; }
.bg-\[\#805ad5\] { background-color: #805ad5; }
.bg-\[\#25D366\] { background-color: #25D366; }

/* Gradients */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.from-\[\#f59e0b\] { --tw-gradient-from: #f59e0b; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-\[\#f97316\] { --tw-gradient-to: #f97316; }
.from-orange-600 { --tw-gradient-from: #ea580c; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-orange-700 { --tw-gradient-to: #c2410c; }
.from-orange-700 { --tw-gradient-from: #c2410c; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-orange-800 { --tw-gradient-to: #9a3412; }
.from-orange-500 { --tw-gradient-from: #f97316; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-orange-600 { --tw-gradient-to: #ea580c; }
.via-white { --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to); }
.from-\[\#8b2d33\] { --tw-gradient-from: #8b2d33; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-\[\#a23d44\] { --tw-gradient-to: #a23d44; }
.from-\[\#e4f6ea\] { --tw-gradient-from: #e4f6ea; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-\[\#c7eed5\] { --tw-gradient-stops: var(--tw-gradient-from), #c7eed5, var(--tw-gradient-to); }
.to-\[\#a9e6c1\] { --tw-gradient-to: #a9e6c1; }
.from-\[\#f3e9ff\] { --tw-gradient-from: #f3e9ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-\[\#e5d9ff\] { --tw-gradient-stops: var(--tw-gradient-from), #e5d9ff, var(--tw-gradient-to); }
.to-\[\#d7c9ff\] { --tw-gradient-to: #d7c9ff; }
.via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to); }
.to-transparent { --tw-gradient-to: transparent; }
.from-sky-500 { --tw-gradient-from: #0ea5e9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-sky-700 { --tw-gradient-to: #0369a1; }
.from-green-500 { --tw-gradient-from: #22c55e; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-green-700 { --tw-gradient-to: #15803d; }
.from-purple-500 { --tw-gradient-from: #a855f7; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-purple-700 { --tw-gradient-to: #7e22ce; }
.from-green-50 { --tw-gradient-from: #f0fdf4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-blue-50 { --tw-gradient-to: #eff6ff; }

/* Borders */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.border-white { border-color: #ffffff; }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-300 { border-color: #cbd5e1; }
.border-gray-200 { border-color: #e5e7eb; }
.border-orange-100 { border-color: #ffedd5; }
.border-orange-200 { border-color: #fed7aa; }
.border-orange-300 { border-color: #fdba74; }
.border-orange-400 { border-color: #fb923c; }
.border-amber-200 { border-color: #fde68a; }
.border-emerald-200 { border-color: #a7f3d0; }
.border-blue-200 { border-color: #bfdbfe; }
.border-purple-200 { border-color: #e9d5ff; }
.border-green-200 { border-color: #bbf7d0; }
.border-green-300 { border-color: #86efac; }
.border-sky-200 { border-color: #bae6fd; }
.border-red-300 { border-color: #fca5a5; }
.border-\[\#f4a261\] { border-color: #f4a261; }
.border-\[\#f2ceb0\] { border-color: #f2ceb0; }
.border-\[\#8b2d33\] { border-color: #8b2d33; }
.border-\[\#2f855a\] { border-color: #2f855a; }
.border-\[\#805ad5\] { border-color: #805ad5; }
.border-\[\#e5e7eb\] { border-color: #e5e7eb; }
.border-\[\#ffedd5\] { border-color: #ffedd5; }

/* Effects */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.ring-1 { box-shadow: 0 0 0 1px var(--tw-ring-color); }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color); }
.ring-orange-200 { --tw-ring-color: #fed7aa; }
.ring-orange-400 { --tw-ring-color: #fb923c; }
.ring-emerald-200 { --tw-ring-color: #a7f3d0; }
.ring-blue-200 { --tw-ring-color: #bfdbfe; }
.ring-purple-200 { --tw-ring-color: #e9d5ff; }
.ring-amber-200 { --tw-ring-color: #fde68a; }
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-75 { opacity: 0.75; }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.overflow-x-auto { overflow-x: auto; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-4 { top: 1rem; }
.right-4 { right: 1rem; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.object-cover { object-fit: cover; }
.cursor-pointer { cursor: pointer; }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.max-w-lg { max-width: 32rem; }
.max-h-\[90vh\] { max-height: 90vh; }
.hidden { display: none; }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* Modal Contact Form - Scoped Styles */
#contactModal { pointer-events: none; }
#contactModal.flex { pointer-events: auto; }
#contactModal .bg-white { pointer-events: auto; }
#contactModal .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#contactModal .max-w-sm { max-width: 24rem; }
#contactModal .rounded { border-radius: 0.25rem; }
#contactModal .outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
#contactModal .resize-none { resize: none; }
#contactModal .leading-snug { line-height: 1.375; }
#contactModal .transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
#contactModal .focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--tw-ring-color); }
#contactModal .focus\:ring-\[\#8b2d33\]:focus { --tw-ring-color: #8b2d33; }
#contactModal .focus\:border-\[\#8b2d33\]:focus { border-color: #8b2d33; }
#contactModal .hover\:bg-\[\#a53d3b\]:hover { background-color: #a53d3b; }
#contactModal .hover\:underline:hover { text-decoration: underline; }
#contactModal .bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
#contactModal .text-white\/90 { color: rgba(255, 255, 255, 0.9); }

/* Grid responsive fix */
@media (max-width: 640px) {
    #contactModal .max-w-sm { max-width: calc(100vw - 2rem); margin: 0 1rem; }
}
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

/* States */
.hover\:bg-emerald-100:hover { background-color: #d1fae5; }
.hover\:bg-blue-100:hover { background-color: #dbeafe; }
.hover\:bg-orange-100:hover { background-color: #ffedd5; }
.hover\:bg-orange-700:hover { background-color: #c2410c; }
.hover\:bg-purple-100:hover { background-color: #f3e8ff; }
.hover\:bg-cyan-100:hover { background-color: #cffafe; }
.hover\:bg-amber-100:hover { background-color: #fef3c7; }
.hover\:bg-teal-100:hover { background-color: #ccfbf1; }
.hover\:bg-rose-100:hover { background-color: #ffe4e6; }
.hover\:bg-slate-50:hover { background-color: #f8fafc; }
.hover\:bg-slate-200:hover { background-color: #e2e8f0; }
.hover\:bg-sky-50:hover { background-color: #f0f9ff; }
.hover\:bg-green-50:hover { background-color: #f0fdf4; }
.hover\:bg-purple-50:hover { background-color: #faf5ff; }
.hover\:bg-\[\#22543d\]:hover { background-color: #22543d; }
.hover\:bg-\[\#a53d3b\]:hover { background-color: #a53d3b; }
.hover\:bg-\[\#fffaf4\]:hover { background-color: #fffaf4; }
.hover\:bg-\[\#8b2d33\]:hover { background-color: #8b2d33; }
.hover\:bg-\[\#44337a\]:hover { background-color: #44337a; }
.hover\:bg-\[\#128C7E\]:hover { background-color: #128C7E; }
.hover\:text-\[\#a53d3b\]:hover { color: #a53d3b; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-orange-600:hover { color: #ea580c; }
.hover\:border-sky-700:hover { border-color: #0369a1; }
.hover\:border-green-700:hover { border-color: #15803d; }
.hover\:border-purple-600:hover { border-color: #9333ea; }
.hover\:border-orange-300:hover { border-color: #fdba74; }
.hover\:border-orange-400:hover { border-color: #fb923c; }
.hover\:border-slate-300:hover { border-color: #cbd5e1; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:from-\[\#a23d44\]:hover { --tw-gradient-from: #a23d44; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.hover\:to-\[\#b84d54\]:hover { --tw-gradient-to: #b84d54; }
.hover\:from-orange-700:hover { --tw-gradient-from: #c2410c; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.hover\:to-orange-600:hover { --tw-gradient-to: #ea580c; }
.active\:scale-95:active { transform: scale(0.95); }
.group:hover .group-hover\:text-orange-600 { color: #ea580c; }
.group:hover .group-hover\:ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color); }
.group:hover .group-hover\:ring-orange-400 { --tw-ring-color: #fb923c; }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group[open] .group-open\:hidden { display: none; }
.group[open] .group-open\:inline { display: inline; }

/* Responsive */
@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .md\:w-3\.5 { width: 0.875rem; }
    .md\:h-3\.5 { height: 0.875rem; }
    .md\:w-4 { width: 1rem; }
    .md\:h-4 { height: 1rem; }
    .md\:w-6 { width: 1.5rem; }
    .md\:h-6 { height: 1.5rem; }
    .md\:w-8 { width: 2rem; }
    .md\:h-8 { height: 2rem; }
    .md\:w-9 { width: 2.25rem; }
    .md\:h-9 { height: 2.25rem; }
    .md\:w-20 { width: 5rem; }
    .md\:h-20 { height: 5rem; }
    .md\:text-\[9px\] { font-size: 9px; }
    .md\:text-\[10px\] { font-size: 10px; }
    .md\:text-\[11px\] { font-size: 11px; }
    .md\:text-xs { font-size: 0.75rem; line-height: 1rem; }
    .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:p-2\.5 { padding: 0.625rem; }
    .md\:p-3\.5 { padding: 0.875rem; }
    .md\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .md\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
    .md\:py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
    .md\:py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
    .md\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
    .md\:mb-2 { margin-bottom: 0.5rem; }
    .md\:mb-2\.5 { margin-bottom: 0.625rem; }
    .md\:mb-3 { margin-bottom: 0.75rem; }
    .md\:mb-4 { margin-bottom: 1rem; }
    .md\:pl-10 { padding-left: 2.5rem; }
    .md\:gap-2 { gap: 0.5rem; }
    .md\:gap-2\.5 { gap: 0.625rem; }
    .md\:gap-3 { gap: 0.75rem; }
    .md\:gap-4 { gap: 1rem; }
    .md\:gap-6 { gap: 1.5rem; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:rounded-3xl { border-radius: 1.5rem; }
    .md\:border-2 { border-width: 2px; }
    .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
}

@media (min-width: 1024px) {
    .lg\:w-3\.5 { width: 0.875rem; }
    .lg\:h-3\.5 { height: 0.875rem; }
    .lg\:w-4 { width: 1rem; }
    .lg\:h-4 { height: 1rem; }
    .lg\:w-6 { width: 1.5rem; }
    .lg\:h-6 { height: 1.5rem; }
    .lg\:text-\[10px\] { font-size: 10px; }
    .lg\:text-\[11px\] { font-size: 11px; }
    .lg\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .lg\:text-5xl { font-size: 3rem; line-height: 1; }
    .lg\:p-4 { padding: 1rem; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:order-1 { order: 1; }
    .lg\:order-2 { order: 2; }
}

/* Misc */
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
@media print { .no-print { display: none !important; } }

/* Badge de reCAPTCHA */
.recaptcha-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f0f9ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.375rem;
    margin-top: 0.5rem;
}

.recaptcha-badge svg {
    width: 1rem;
    height: 1rem;
    color: #3b82f6;
    flex-shrink: 0;
}

.recaptcha-badge span {
    font-size: 0.625rem;
    color: #1e40af;
    line-height: 1.2;
}

.recaptcha-badge a {
    color: #1e40af;
    text-decoration: underline;
}

.recaptcha-badge a:hover {
    color: #1e3a8a;
}

