/* Header + Footer estándar CholloTravel 2026 — coherente con index.html (Fase 1 rediseño) */
/* Variables de soporte si la página no las declara */
:root{
  --ct-orange:#FF6B35;--ct-orange-dark:#e55a25;--ct-orange-light:#fff3ee;
  --ct-turquoise:#00B4D8;--ct-turquoise-dark:#0096b8;--ct-turquoise-light:#e6f8fc;
  --ct-white:#ffffff;--ct-grey-light:#F7F8FA;--ct-grey-mid:#eaeef2;
  --ct-text:#1a1f2e;--ct-text-mid:#4a5568;--ct-text-light:#8a94a6;
}

/* Header sticky con blur (igual que home) */
.ct-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--ct-grey-mid);z-index:99;padding:0 24px;font-family:Montserrat,sans-serif}
.ct-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:96px;gap:24px}
.ct-header .ct-logo{font-size:22px;font-weight:900;text-decoration:none;letter-spacing:-.5px;flex-shrink:0;display:flex;align-items:center;gap:8px}
.ct-header .ct-logo img{height:80px;display:block;object-fit:contain}
.ct-nav{display:flex;align-items:center;gap:4px}
.ct-nav a{color:var(--ct-text-mid);text-decoration:none;font-size:14px;font-weight:600;padding:8px 14px;border-radius:8px;transition:all .2s;white-space:nowrap}
.ct-nav a:hover{color:var(--ct-orange);background:var(--ct-orange-light)}
.ct-nav a.active{color:var(--ct-orange)}
.ct-nav-brujula{width:40px;height:40px;object-fit:contain;opacity:.85;flex-shrink:0}
.ct-btn-header{background:var(--ct-orange);color:#fff!important;padding:10px 20px!important;border-radius:50px!important;font-weight:700!important;font-size:13px!important;display:flex;align-items:center;gap:6px;flex-shrink:0;transition:all .2s!important;box-shadow:0 4px 14px rgba(255,107,53,.35);text-decoration:none}
.ct-btn-header:hover{background:var(--ct-orange-dark)!important;transform:translateY(-1px);box-shadow:0 6px 20px rgba(255,107,53,.45)!important}

/* Hamburger mobile */
.ct-hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.ct-hamburger span{display:block;width:24px;height:2px;background:var(--ct-text);border-radius:2px;transition:all .3s}
.ct-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;padding:24px;flex-direction:column;gap:8px;overflow-y:auto}
.ct-mobile-menu.open{display:flex}
.ct-mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.ct-mobile-menu a{color:var(--ct-text);text-decoration:none;font-size:18px;font-weight:700;padding:14px 0;border-bottom:1px solid var(--ct-grey-mid);display:block;font-family:Montserrat,sans-serif}
.ct-mobile-menu a:hover{color:var(--ct-orange)}
.ct-mobile-close{background:0 0;border:none;font-size:28px;cursor:pointer;color:var(--ct-text)}
.ct-mobile-menu-logo img{height:80px;display:block;object-fit:contain}

@media (max-width:900px){
  .ct-nav,.ct-btn-header{display:none}
  .ct-hamburger{display:flex}
}

/* Footer 4 cols + social + 8 mascotas + bottom */
.ct-footer{background:var(--ct-text);color:rgba(255,255,255,.7);padding:56px 24px 32px;font-family:Montserrat,sans-serif}
.ct-footer-inner{max-width:1200px;margin:0 auto}
.ct-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.ct-footer-logo{font-size:24px;font-weight:900;margin-bottom:16px;display:block;text-decoration:none;letter-spacing:-.5px}
.ct-footer-logo img{height:80px;display:block;margin-bottom:.5rem;object-fit:contain}
.ct-footer-about{font-size:13px;line-height:1.8;max-width:280px}
.ct-footer-about strong{color:#fff}
.ct-footer-col h4{font-size:13px;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:.05em;text-transform:uppercase}
.ct-footer-col a{display:block;color:rgba(255,255,255,.6);text-decoration:none;font-size:13px;margin-bottom:10px;font-weight:500;transition:color .2s}
.ct-footer-col a:hover{color:var(--ct-orange)}
.ct-footer-social{display:flex;align-items:center;justify-content:center;gap:14px;padding:28px 0 8px;flex-wrap:wrap}
.ct-footer-social-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-right:4px}
.ct-social-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);border-radius:50%;transition:all .2s;text-decoration:none}
.ct-social-icon:hover{background:var(--ct-orange);color:#fff;transform:translateY(-2px)}
.ct-footer-mascots{display:flex;gap:14px;justify-content:center;align-items:center;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.08);margin-top:16px;flex-wrap:wrap}
.ct-footer-mascots img{width:56px;height:56px;object-fit:contain;opacity:.65;transition:opacity .2s}
.ct-footer-mascots img:hover{opacity:1}
.ct-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:12px}
.ct-footer-disclaimer{max-width:500px;line-height:1.6;font-size:12px;color:rgba(255,255,255,.4)}
.ct-footer-links{display:flex;gap:20px}
.ct-footer-links a{color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.ct-footer-links a:hover{color:#fff}

@media (max-width:900px){
  .ct-footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .ct-footer-top{grid-template-columns:1fr}
}
