/*
Theme Name:     Chasky Tours
Theme URI:      https://chaskytour.com/
Author:         Chasky Team / Edison
Author URI:     https://chaskytour.com/
Description:    Tema ligero y optimizado para SEO, diseñado para el sitio web de Chasky Tours en la región de Apurímac.
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           light, responsive, seo-friendly, travel, minimal
Text Domain:    chasky-tours
*/
/* --- 1. VARIABLES & RESET --- */
:root {
    --primary: #ea580c;
    --primary-hover: #f97316;
    --secondary: #0f172a;
    --dark: #020617;
    --white: #ffffff;
    --whatsapp: #25d366;
    --fb-blue: #1877F2;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-600: #475569;
    --radius-soft: 1.5rem; 
    --radius-4: 1.2rem;
    --shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --gap-master: 2.5rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; border: none; outline: none; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: #475569; background: var(--white); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; color: var(--secondary); line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); cursor: pointer; }
ul { list-style: none; }

/* --- LAYOUT SISTEMA --- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 var(--gap-master); width: 100%; }
.section { padding: 5rem 0; overflow: hidden; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-master); }
.text-justify { text-align: justify; }

.header-box { text-align: center; margin-bottom: 4rem; }
.header-box span { color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: 4px; font-size: 0.9rem; display: block; margin-bottom: 1rem; }
.header-box h2 { font-size: 2.8rem; font-weight: 900; letter-spacing: -1px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; padding: 1.2rem 2.2rem; border-radius: 50px; font-weight: 800; text-transform: uppercase; font-family: 'Montserrat', sans-serif; transition: var(--transition); min-width: 240px; height: 60px; border: 2px solid transparent; cursor: pointer; }

/* --- 1. MENU --- */
.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(15, 23, 42, 0.98); padding: 0.8rem 0; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.1); }
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 0.8rem; }
.logo-icon { color: var(--primary); width: 45px; height: 45px; }
.logo-text h1 { font-size: 1.6rem; font-weight: 900; color: var(--white); margin: 0; letter-spacing: -1px; }
.logo-text h1 span { color: var(--primary); }
.logo-sub { font-size: 0.8rem; color: var(--primary); font-weight: 700; display: block; margin-top: -3px; text-transform: uppercase; letter-spacing: 2px; }
.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-link { color: rgba(255,255,255,0.8); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; position: relative; }
.nav-link:hover { color: var(--white); transform: scale(1.05); text-shadow: 0 0 10px var(--primary); }
.nav-contact-box { border: 2px solid var(--primary); padding: 0.6rem 1.4rem; border-radius: 50px; color: var(--white); font-weight: 800; display: flex; align-items: center; gap: 0.6rem; transition: var(--transition); background: rgba(234, 88, 12, 0.05); }
.mobile-toggle { display: none; color: white; font-size: 2.2rem; background: none; cursor: pointer; }

.mobile-menu-overlay { position: fixed; inset: 0; background: var(--secondary); z-index: 2000; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; transform: translateX(100%); transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
.mobile-menu-overlay.active { transform: translateX(0); }
.mm-link { font-size: 2.2rem; font-weight: 800; color: var(--white); text-transform: uppercase; }
.mm-close { position: absolute; top: 2rem; right: 2rem; color: var(--white); background: none; cursor: pointer; }

/* --- 2. SLIDER --- */
.hero { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; color: white; overflow: hidden; }
.hero-bg { 
    position: absolute; inset: 0; z-index: -1; 
    background: url('https://images.unsplash.com/photo-1526392060635-9d6019884377?auto=format&fit=crop&q=80&w=1920') center/cover; 
    animation: moveBackground 25s linear infinite alternate; 
}
@keyframes moveBackground {
    from { transform: scale(1); }
    to { transform: scale(1.12); }
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 6, 23, 0.9) 0%, rgba(2, 6, 23, 0.4) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 10; max-width: 750px; padding: 0 1.5rem; transform: translateY(-3%); }
.badge-gps { display: inline-flex; align-items: center; gap: 1rem; background: rgba(0,0,0,0.6); border: 2px solid var(--primary); padding: 0.6rem 2rem; border-radius: 50px; margin-bottom: 2rem; font-weight: 800; font-size: 0.95rem; text-transform: uppercase; }
.gps-dot { position: relative; width: 12px; height: 12px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.gps-dot::after { content: ''; position: absolute; width: 100%; height: 100%; background: var(--primary); border-radius: 50%; animation: gpsPulse 2s infinite; }
@keyframes gpsPulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(2.5); opacity: 0; } }
.hero-h1 { font-size: 3.5rem; font-weight: 900; margin-bottom: 1.5rem; line-height: 1.1; letter-spacing: -2px; }
.h-white { color: var(--white) !important; }
.h-orange { color: var(--primary); }
.hero-btns { display: flex; flex-direction: row; gap: 1.5rem; justify-content: center; margin-top: 3.5rem; }
.btn-wa { background: var(--whatsapp); color: white; border-color: var(--whatsapp); }
.btn-wa:hover { background: #16a34a; transform: translateY(-5px); }
.btn-ex { background: rgba(255, 255, 255, 0.15); color: white; border-color: var(--white); backdrop-filter: blur(8px); }
.btn-ex:hover { background: var(--white); color: var(--dark); transform: translateY(-5px); }
.hero-diagonal-box { position: absolute; bottom: -1px; left: 0; width: 100%; height: 120px; z-index: 5; }
.hero-diagonal { position: absolute; inset: 0; background: var(--white); clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 50%); }
.hero-accent-line { position: absolute; bottom: 58px; left: 0; width: 100%; height: 5px; background: var(--primary); transform: rotate(-1.5deg); transform-origin: left; box-shadow: 0 0 25px rgba(234, 88, 12, 0.4); }

/* --- 3. SERVICIOS --- */
.premium-card { height: 550px; border-radius: var(--radius-4); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 4rem 3rem; transition: var(--transition); background: var(--dark); cursor: pointer; }
.premium-img-bg { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: 1s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0.9; }
.premium-card:hover .premium-img-bg { transform: scale(1.1); opacity: 0.6; }
.premium-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.2) 60%, transparent 100%); }
.premium-content { position: relative; z-index: 3; width: 100%; text-align: center; }
.premium-cat { color: #4ade80; font-weight: 800; font-size: 0.9rem; text-transform: uppercase; margin-bottom: 1rem; letter-spacing: 2px; }
.premium-title { font-size: 2.2rem; font-weight: 900; margin-bottom: 1.2rem; color: var(--primary) !important; transition: var(--transition); }
.premium-p { font-size: 1.05rem; color: #f1f5f9; margin-bottom: 3.5rem; font-weight: 600; transition: var(--transition); }
.premium-card:hover .premium-title { color: var(--white) !important; text-shadow: 0 0 15px var(--primary); transform: translateY(-3px); }
.btn-card-action { padding: 1rem 2.2rem; border-radius: 12px; font-weight: 800; text-transform: uppercase; border: 2px solid; background: transparent; color: white; transition: 0.3s; font-size: 0.85rem; cursor: pointer; }

/* --- 4. DESTINOS APURIMAC --- */
.tour-dest-card { height: 500px; border-radius: var(--radius-soft); overflow: hidden; position: relative; cursor: pointer; transition: var(--transition); display: block; border-bottom: 8px solid var(--primary); }
.tour-dest-img { position: absolute; inset: 0; width: 100%; height: 100%; transition: 1.5s ease-out; object-fit: cover; filter: brightness(0.85); }
.tour-dest-card:hover .tour-dest-img { transform: scale(1.12); filter: brightness(1); }
.tour-dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,23,42,1) 0%, rgba(15,23,42,0.3) 60%, transparent 100%); }
.tour-dest-info { position: absolute; bottom: 0; padding: 4rem 3rem; width: 100%; text-align: center; }
.tour-dest-info span { color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; display: block; margin-bottom: 1rem; }
.tour-dest-info h3 { color: var(--white); font-size: 2.2rem; margin-bottom: 1.2rem; font-weight: 900; transition: 0.3s; }
.tour-dest-info p { color: #ffffff; font-size: 0.95rem; line-height: 1.5; opacity: 0; transform: translateY(30px); transition: 0.4s; max-height: 0; overflow: hidden; }
.tour-dest-card:hover .tour-dest-info h3 { color: var(--primary); transform: translateY(-5px); }
.tour-dest-card:hover .tour-dest-info p { opacity: 1; transform: translateY(0); max-height: 100px; margin-top: 10px; }
.pagination-pro { display: flex; justify-content: center; gap: 1rem; margin-top: 5rem; }
.page-num { width: 50px; height: 50px; border-radius: 15px; display: flex; align-items: center; justify-content: center; background: white; border: 2px solid #eee; font-weight: 800; color: var(--secondary); transition: 0.3s; }
.page-num.active { background: var(--primary); color: white; border-color: var(--primary); }

/* --- 5. TESTIMONIOS --- */
.testimonials-container { position: relative; width: 100%; min-height: 250px; }
.testi-slide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; display: none; }
.testi-slide.active { display: grid; animation: fadeInTesti 0.8s forwards; }
@keyframes fadeInTesti { from { opacity: 0; } to { opacity: 1; } }
.testi-card { background: white; padding: 2rem; border-radius: 1.8rem; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-left: 6px solid var(--primary); border-top: 1px solid #f1f5f9; height: fit-content; }
.testi-user { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.testi-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.testi-name { font-weight: 800; color: var(--secondary); font-size: 1rem; }
.testi-rating { color: #fbbf24; font-size: 0.8rem; }
.testi-text { font-style: italic; color: var(--gray-600); line-height: 1.6; font-size: 0.95rem; }

/* --- 6. CONTACTO --- */
.contact-pro-section { position: relative; padding: 5rem 0; background: #01040a; overflow: hidden; color: white; }
.contact-lady-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1556745753-b2904692b3cd?q=80&w=1920') center/cover; opacity: 0.3; filter: contrast(1.1); }
.contact-grid-master { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 6rem; position: relative; z-index: 10; align-items: center; }
.atencion-content h2 { font-size: 5rem; font-weight: 900; line-height: 0.95; letter-spacing: -2px; margin-bottom: 3.5rem; color: #f97316; } 
.contact-number-elegant { font-size: 3.5rem; font-weight: 900; color: var(--white); display: flex; align-items: center; gap: 1.5rem; margin-top: 3rem; transition: 0.3s; width: fit-content; }
.input-human-modern { width: 100%; padding: 2rem; background: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.1); border-radius: 1.5rem; margin-bottom: 2.5rem; color: var(--white); font-size: 1.2rem; transition: 0.3s; }

/* --- 7. QUIÉNES SOMOS --- */
.nosotros-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.nosotros-img { width: 100%; border-radius: 2rem; box-shadow: var(--shadow-lg); transition: var(--transition); }
.nosotros-img:hover { transform: scale(1.02); }
.nosotros-stats { display: flex; gap: 2.5rem; margin-top: 3rem; border-top: 1px solid var(--gray-200); padding-top: 2rem; }
.stat-item { text-align: center; }
.stat-number { color: var(--primary); font-size: 2.2rem; font-weight: 900; display: block; margin-bottom: 0.2rem; }
.stat-label { font-weight: 800; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--secondary); }

/* --- 8. POST PRINCIPAL --- */
.post-master-layout { display: grid; grid-template-columns: 2.6fr 1.4fr; gap: var(--gap-master); align-items: start; position: relative; }
.post-title-wrapper { margin-top: 0.5rem; margin-bottom: 2.5rem; }
.post-h1-main { font-size: 3.2rem; font-weight: 900; color: var(--secondary); line-height: 1.1; margin-bottom: 1.5rem; }
.post-main-content-wrapper { display: flex; flex-direction: column; gap: 5rem; padding-bottom: 5rem; }
.post-seo-desc { font-size: 1.4rem; color: #64748b; line-height: 1.8; border-left: 10px solid var(--primary); padding: 2rem 2.5rem; font-style: italic; background: var(--gray-50); border-radius: 0 1.2rem 1.2rem 0; }
.post-full-img { width: 100%; border-radius: 2.5rem; box-shadow: var(--shadow-lg); transition: 0.4s; }
.post-h2-title { font-size: 2rem; font-weight: 900; margin-top: 1rem; margin-bottom: 2rem; display: flex; align-items: center; gap: 1.2rem; color: var(--secondary); border-bottom: 2px solid var(--gray-100); padding-bottom: 1.2rem; }
.post-h2-title i { color: var(--primary); width: 32px; height: 32px; }
.video-box-clean { width: 100%; border-radius: 2.5rem; overflow: hidden; box-shadow: var(--shadow-lg); position: relative; padding-bottom: 56.25%; height: 0; }
.video-box-clean iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.roadmap-card { background: var(--gray-50); padding: 3.5rem; border-radius: 3rem; border: 2px dashed var(--primary); display: grid; gap: 3rem; }
.roadmap-item { display: flex; gap: 1.8rem; align-items: flex-start; }
.roadmap-icon { width: 55px; height: 55px; background: var(--white); border: 2px solid var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
.roadmap-text h5 { font-weight: 800; font-size: 1.3rem; margin-bottom: 0.5rem; color: var(--secondary); }
.travel-checklist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 0.5rem; }
.checklist-item-minimal { background: var(--white); padding: 1.5rem; border-radius: 1.2rem; display: flex; align-items: center; gap: 1.2rem; border: 1px solid #f1f5f9; font-weight: 700; transition: var(--transition); font-size: 1rem; color: var(--gray-600); }
.checklist-item-minimal:hover { transform: translateY(-5px); border-color: var(--primary); color: var(--secondary); box-shadow: 0 15px 30px -10px rgba(0,0,0,0.08); }
.checklist-item-minimal .item-icon { width: 36px; height: 36px; background: rgba(234, 88, 12, 0.08); color: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.post-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gallery-item-img { width: 100%; height: 180px; object-fit: cover; border-radius: 1.8rem; cursor: zoom-in; transition: 0.4s; border: 2px solid transparent; }
.gallery-item-img:hover { border-color: var(--primary); transform: scale(1.03); }
.drivers-id-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.5rem; }
.driver-id-card { background: var(--white); padding: 3rem 2rem; border-radius: 2.5rem; text-align: center; border: 1px solid #eee; border-top: 10px solid var(--secondary); box-shadow: var(--shadow-lg); transition: 0.3s; }
.driver-avatar-img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; margin: 0 auto 2rem; border: 5px solid var(--gray-50); }
.driver-plate-box { background: var(--primary); color: var(--white); padding: 8px 18px; border-radius: 10px; font-weight: 900; font-size: 0.85rem; margin: 1.5rem 0; display: inline-block; letter-spacing: 1px; }
.driver-join-box { background: var(--secondary); color: var(--white); padding: 4.5rem 3.5rem; border-radius: 1.2rem; position: relative; overflow: hidden; margin-top: 2rem; border-left: 12px solid var(--primary); }
.join-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.join-input { width: 100%; padding: 1.4rem; background: rgba(255,255,255,0.08); border-radius: 0.8rem; border: 1.5px solid rgba(255,255,255,0.15); color: var(--white); font-weight: 600; transition: 0.3s; }
.join-input:focus { background: rgba(255,255,255,0.12); border-color: var(--primary); outline: none; }
.btn-join-submit { grid-column: span 2; padding: 1.6rem; background: var(--primary); color: white; border-radius: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-top: 1rem; transition: 0.3s; cursor: pointer; }
.sidebar-sticky-col { position: sticky; top: 115px; display: flex; flex-direction: column; gap: 4rem; z-index: 100; align-self: start; }
.reserve-premium-card { background: var(--white); padding: 3rem 2.5rem; border-radius: 2.5rem; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.15); border: 1px solid #f1f5f9; position: relative; overflow: hidden; }
.reserve-premium-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 8px; background: var(--primary); }
.sb-title-pro { font-weight: 900; font-size: 1.6rem; margin-bottom: 2rem; color: var(--secondary); display: flex; align-items: center; gap: 0.8rem; }
.input-premium { width: 100%; padding: 1.2rem 1.6rem; background: var(--gray-50); border: 1.5px solid #eef2f6; border-radius: 1.2rem; color: var(--secondary); font-size: 0.95rem; font-weight: 600; transition: 0.3s; margin-bottom: 1.5rem; }
.input-premium:focus { border-color: var(--primary); background: white; outline: none; box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.05); }
.btn-reserve-submit { width: 100%; padding: 1.4rem; background: var(--whatsapp); color: white; border-radius: 1.2rem; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 0.8rem; border-bottom: 5px solid #16a34a; transition: 0.3s; cursor: pointer; }
.related-posts-area { display: flex; flex-direction: column; gap: 1.8rem; }
.related-link-box { display: grid; grid-template-columns: 90px 1fr; gap: 1.2rem; align-items: center; padding: 1rem; border-radius: 1.8rem; background: var(--white); border: 1.5px solid #f1f5f9; transition: var(--transition); overflow: hidden; }
.related-link-box:hover { transform: scale(1.05) translateX(10px); border-color: var(--primary); box-shadow: 0 20px 40px -15px rgba(234, 88, 12, 0.15); }
.rel-thumb-wrapper { width: 90px; height: 90px; overflow: hidden; border-radius: 1.2rem; }
.rel-thumb-img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.related-link-box:hover .rel-thumb-img { transform: scale(1.2); }
.rel-cat-text { font-size: 0.65rem; color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 0.4rem; }
.rel-title-h5 { font-size: 1rem; font-weight: 800; color: var(--secondary); line-height: 1.2; }
.facebook-comments-area { border-top: 2px solid #eee; padding-top: 4rem; margin-top: 2rem; }
.fb-placeholder-box { background: #f0f2f5; padding: 3rem; border-radius: 1.5rem; color: #666; font-weight: 700; text-align: center; border: 1px dashed #ccc; }

/* --- 9. FOOTER PREMIUM (REDISEÑO DE COLORES) --- */
.footer-base { 
    background: var(--dark); /* Cambiado de #01040a a var(--dark) para armonizar con Navbar */
    padding: 5rem 0 0; 
    color: #94a3b8; /* Gris azulado más suave */
    border-top: 10px solid var(--primary); 
    position: relative; 
    overflow: hidden; 
}
.footer-grid-layout { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 3rem; 
    align-items: start; 
    padding-bottom: 4rem; 
}

.footer-brand-text h2 { color: var(--white); font-weight: 900; font-size: 2rem; margin-bottom: 1.5rem; }
.footer-brand-text h2 span { color: var(--primary); }
.footer-brand-text p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 2.5rem; opacity: 0.9; }

.footer-title-h4 { 
    color: var(--white); 
    font-weight: 800; 
    font-size: 1.05rem; 
    margin-bottom: 2.5rem; 
    text-transform: uppercase; 
    border-bottom: 3px solid var(--primary); 
    padding-bottom: 8px; 
    width: fit-content; 
    letter-spacing: 1.5px; 
}

.footer-links-list li { margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.8rem; font-size: 0.95rem; font-weight: 600; }
.footer-links-list a { color: #94a3b8; transition: var(--transition); }
.footer-links-list a:hover { color: var(--primary); transform: translateX(8px); }
.footer-links-list i { color: var(--primary); width: 18px; }

.footer-social-box { display: flex; gap: 1rem; margin-top: 2rem; }
.social-link-icon { 
    width: 45px; height: 45px; 
    border-radius: 12px; 
    background: rgba(255,255,255,0.03); 
    border: 1.5px solid rgba(255,255,255,0.07); 
    display: flex; align-items: center; justify-content: center; 
    color: var(--white); transition: var(--transition); 
}
.social-link-icon:hover { 
    background: var(--primary); 
    border-color: var(--primary); 
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(234, 88, 12, 0.3);
}

.footer-copyright { 
    border-top: 1px solid rgba(255,255,255,0.05); 
    padding: 2.5rem 0; 
    text-align: center; 
    background: rgba(0,0,0,0.1);
}
.footer-copyright p { font-size: 0.9rem; font-weight: 700; color: #475569; letter-spacing: 0.5px; }

@media (max-width: 1024px) {
    .navbar .nav-links, .navbar .nav-actions { display: none; }
    .mobile-toggle { display: block; }
    .grid-3, .post-master-layout, .footer-grid-layout, .contact-grid-master, .nosotros-layout { grid-template-columns: 1fr; }
    .sidebar-sticky-col { position: static; margin-top: 10rem; }
    .join-grid { grid-template-columns: 1fr; }
    .btn-join-submit { grid-column: span 1; }
}

.gal-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.98); z-index: 3000; display: none; align-items: center; justify-content: center; padding: 3rem; cursor: zoom-out; }
.gal-modal.active { display: flex; }
.gal-img-full { max-width: 95%; max-height: 90%; border-radius: 1rem; }