* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: #2d2d2d; background: #fff; }

/* TOPBAR */
.topbar { position: fixed; top: 0; width: 100%; z-index: 300; background: #004d5c; display: flex; justify-content: flex-end; align-items: center; padding: 7px 60px; gap: 24px; }
.topbar a { color: #e0f7fa; font-size: 1.1rem; text-decoration: none; display: flex; align-items: center; gap: 6px; font-weight: 600; transition: color 0.25s; }
.topbar a:hover { color: #4dd0e1; }

/* NAV — solo la barra principal (excluye breadcrumb y subnav) */
nav:not(.breadcrumb):not(.pt-subnav) { position: fixed; top: 42px; width: 100%; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.08); z-index: 200; display: flex; justify-content: space-between; align-items: center; padding: 10px 60px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo img { height: 72px; width: auto; display: block; }
.logo span { font-family: 'Segoe Print', 'Comic Sans MS', cursive; font-size: 2.2rem; font-weight: 700; color: #007c8a; letter-spacing: 2px; }
nav ul { list-style: none; display: flex; gap: 28px; }
nav ul a { text-decoration: none; color: #004d5c; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.5px; transition: color 0.2s; white-space: nowrap; }
nav ul a:hover, nav ul a.active { color: #007c8a; border-bottom: 2px solid #4dd0e1; padding-bottom: 2px; }
.btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: white; padding: 8px 18px; border-radius: 24px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: background 0.2s; white-space: nowrap; }
.btn-wa:hover { background: #1ebe5d; }
.lang-toggle { background: none; border: none; cursor: pointer; padding: 0; line-height: 0; transition: transform 0.2s, opacity 0.2s; }
.lang-toggle img { display: block; border-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,0.25); }
.lang-toggle:hover { transform: scale(1.15); opacity: 0.85; }
.nav-social { display: inline-flex; align-items: center; gap: 8px; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; text-decoration: none; flex-shrink: 0; transition: transform 0.2s, opacity 0.2s; }
.social-btn:hover { transform: scale(1.1); opacity: 0.88; }
.social-btn-fb { background: #1877F2; color: #fff; }
.social-btn-ig { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #fff; }
.footer-social { display: flex; gap: 12px; justify-content: center; margin-bottom: 16px; }
.footer-social .social-btn { width: 34px; height: 34px; }
.footer-social .social-btn svg { width: 16px; height: 16px; }
.mobile-social-row { display: flex; gap: 14px; justify-content: center; padding: 8px 0; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #007c8a; color: white; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: background 0.2s; }
.btn-primary:hover { background: #006577; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 2px solid #007c8a; color: #007c8a; padding: 10px 24px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: all 0.2s; }
.btn-outline:hover { background: #007c8a; color: white; }

/* HAMBURGER */
.nav-toggle { display: none; background: none; border: none; font-size: 1.8rem; cursor: pointer; color: #004d5c; }
.mobile-menu { display: none; position: fixed; inset: 0; background: #004d5c; z-index: 500; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #e0f7fa; font-size: 1.4rem; font-weight: 700; text-decoration: none; }
.mobile-menu-close { background: none; border: none; color: #e0f7fa; font-size: 2rem; cursor: pointer; position: absolute; top: 20px; right: 24px; }

/* HERO PT */
.pt-hero { background: linear-gradient(to right, rgba(0,77,92,0.72) 0%, rgba(0,77,92,0.68) 45%, rgba(0,77,92,0) 58%, rgba(0,0,0,0) 100%), url('TRAVEL.jpg') center center / auto 100% no-repeat #F2F1EC; padding: 180px 60px 80px; color: white; }
.pt-hero-inner { max-width: 900px; margin: 0 0 0 81px; }
.pt-hero .badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4); color: #e0f7fa; font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; }
.pt-hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 20px; line-height: 1.15; }
.pt-hero h1 em { font-style: normal; color: #4dd0e1; }
.pt-hero p { font-size: 1.2rem; opacity: 0.9; line-height: 1.7; max-width: 680px; margin-bottom: 36px; }
.pt-hero .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* BREADCRUMB */
.breadcrumb { background: #f0fafc; padding: 14px 60px; border-bottom: 1px solid #d0eef5; }
.breadcrumb ol { list-style: none; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb li { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #666; }
.breadcrumb li:not(:last-child)::after { content: '›'; color: #99ccd5; }
.breadcrumb a { color: #007c8a; text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li:last-child { color: #004d5c; font-weight: 700; }

/* CONTENIDO PRINCIPAL */
.pt-main { max-width: 1200px; margin: 0 auto; padding: 70px 60px; }
.pt-section { margin-bottom: 70px; }
.pt-section h2 { font-size: 1.9rem; color: #004d5c; margin-bottom: 20px; }
.pt-section h3 { font-size: 1.3rem; color: #007c8a; margin-bottom: 12px; margin-top: 28px; }
.pt-section p { font-size: 1rem; color: #444; line-height: 1.8; margin-bottom: 14px; }
.pt-section ul, .pt-section ol { padding-left: 24px; margin-bottom: 16px; }
.pt-section li { font-size: 1rem; color: #444; line-height: 1.8; margin-bottom: 6px; }
.section-label { display: block; font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #007c8a; margin-bottom: 10px; }

/* CARDS DE DESTINOS / SERVICIOS */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 32px; }
.card { background: #fff; border: 1px solid #d0eef5; border-radius: 16px; padding: 32px 28px; transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,77,92,0.1); }
.card-icon { font-size: 2.4rem; margin-bottom: 16px; }
.card-icon img { width: 56px; height: auto; border-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.card-icon.foto { font-size: 0; line-height: 0; margin: -32px -28px 20px; }
.card-icon.foto img { width: 100%; height: 180px; object-fit: cover; border-radius: 15px 15px 0 0; box-shadow: none; }
.card h3 { font-size: 1.1rem; color: #004d5c; margin-bottom: 10px; font-weight: 700; }
.card p { font-size: 0.93rem; color: #666; line-height: 1.65; margin-bottom: 18px; }
.card a { color: #007c8a; font-weight: 700; text-decoration: none; font-size: 0.9rem; }
.card a:hover { text-decoration: underline; }

/* DESTINOS HERO CARD */
.destino-hero { background: linear-gradient(135deg, #004d5c, #007c8a); border-radius: 20px; padding: 48px; color: white; margin-bottom: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.destino-hero h2 { font-size: 2.2rem; margin-bottom: 16px; }
.destino-hero p { font-size: 1.05rem; opacity: 0.9; line-height: 1.75; }
.destino-requisitos { background: #f0fafc; border-radius: 16px; padding: 36px; margin-bottom: 36px; }
.destino-requisitos h3 { color: #004d5c; font-size: 1.25rem; margin-bottom: 20px; }
.req-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid #d0eef5; }
.req-item:last-child { border-bottom: none; }
.req-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.req-text h4 { font-size: 1rem; color: #004d5c; font-weight: 700; margin-bottom: 4px; }
.req-text p { font-size: 0.93rem; color: #555; line-height: 1.65; margin: 0; }

/* INFO BOX */
.info-box { border-left: 4px solid #4dd0e1; background: #f0fafc; padding: 20px 24px; border-radius: 0 12px 12px 0; margin: 24px 0; }
.info-box.warning { border-color: #f59e0b; background: #fffbeb; }
.info-box.success { border-color: #10b981; background: #ecfdf5; }
.info-box.aviso-orientativo { border-color: #94a3b8; background: #f8fafc; }
.info-box.aviso-orientativo p { font-size: 0.88rem; color: #666; }
.info-box p { margin: 0; font-size: 0.95rem; color: #444; line-height: 1.7; }
.info-box strong { color: #004d5c; }

/* PROCESO PASOS */
.pasos { display: flex; flex-direction: column; gap: 0; margin: 32px 0; }
.paso { display: flex; gap: 24px; position: relative; padding-bottom: 36px; }
.paso:last-child { padding-bottom: 0; }
.paso:not(:last-child)::after { content: ''; position: absolute; left: 20px; top: 48px; bottom: 0; width: 2px; background: #d0eef5; }
.paso-num { width: 42px; height: 42px; border-radius: 50%; background: #007c8a; color: white; font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.paso-content h3 { font-size: 1.1rem; color: #004d5c; font-weight: 700; margin-bottom: 6px; }
.paso-content p { font-size: 0.95rem; color: #555; line-height: 1.7; margin: 0; }

/* FAQ */
.faq-item { border: 1px solid #d0eef5; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; background: #f0fafc; border: none; padding: 20px 24px; text-align: left; font-size: 1rem; font-weight: 700; color: #004d5c; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q:hover { background: #e0f7fa; }
.faq-q::after { content: '+'; font-size: 1.4rem; color: #007c8a; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 20px; }
.faq-item.open .faq-a { display: block; }
.faq-a p { font-size: 0.95rem; color: #555; line-height: 1.75; margin: 16px 0 0; }

/* CTA SECTION */
.cta-section { background: linear-gradient(135deg, #004d5c, #007c8a); color: white; text-align: center; padding: 80px 60px; }
.cta-section h2 { font-size: 2rem; margin-bottom: 16px; }
.cta-section p { font-size: 1.1rem; opacity: 0.9; max-width: 560px; margin: 0 auto 36px; line-height: 1.7; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* CTA CONTACT */
.cta-contact { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.cta-contact-item { color: rgba(255,255,255,0.88); text-decoration: none; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; transition: color 0.2s; }
.cta-contact-item:hover { color: #4dd0e1; }
.cta-contact .sep { color: rgba(255,255,255,0.25); }
.btn-white { display: inline-flex; align-items: center; gap: 8px; background: white; color: #004d5c; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: all 0.2s; }
.btn-white:hover { background: #e0f7fa; }
.btn-wa-lg { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: white; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: background 0.2s; }
.btn-wa-lg:hover { background: #1ebe5d; }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,0.7); color: white; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: all 0.2s; }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); }

/* SUB-NAV INTERNO (links entre páginas pet-travel) */
.pt-subnav { background: #fff; border-bottom: 1px solid #e5f3f7; padding: 0 60px; position: sticky; top: 150px; z-index: 100; }
.pt-subnav ul { list-style: none; display: flex; gap: 0; overflow-x: auto; }
.pt-subnav ul a { display: block; padding: 14px 20px; font-size: 0.9rem; font-weight: 600; color: #555; text-decoration: none; border-bottom: 3px solid transparent; white-space: nowrap; transition: color 0.2s, border-color 0.2s; }
.pt-subnav ul a:hover, .pt-subnav ul a.active { color: #007c8a; border-bottom-color: #007c8a; }

/* FOOTER */
footer { background: #004d5c; color: #e0f7fa; text-align: center; padding: 40px 60px 32px; }
.footer-legal { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.footer-legal a { color: #a0d8e4; font-size: 0.9rem; text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: #4dd0e1; }
footer p { font-size: 0.9rem; opacity: 0.75; }

/* RESPONSIVE */

/* ≤ 1100px: ocultar social del nav (disponibles en menú hamburguesa) */
@media (max-width: 1100px) {
  nav:not(.breadcrumb):not(.pt-subnav) .nav-social { display: none; }
}

/* ≤ 1024px: tablet */
@media (max-width: 1024px) {
  .topbar { padding: 7px 30px; }
  nav:not(.breadcrumb):not(.pt-subnav) { padding: 10px 28px; }
  nav ul { gap: 18px; }
  nav ul a { font-size: 1rem; }
  .logo span { font-size: 1.85rem; }
  .logo img { height: 58px; }
  .pt-hero { padding: 160px 40px 60px; }
  .pt-hero-inner { margin: 0 0 0 55px; }
  .pt-hero h1 { font-size: 2.2rem; }
  .pt-main { padding: 56px 40px; }
  .breadcrumb { padding: 12px 40px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .destino-hero { grid-template-columns: 1fr; }
  .cta-section { padding: 60px 40px; }
  .pt-subnav { padding: 0 40px; top: 140px; }
}

/* ≤ 860px: intermedio */
@media (max-width: 860px) {
  nav ul { gap: 12px; }
  nav ul a { font-size: 0.9rem; }
  .logo span { font-size: 1.6rem; }
  .logo img { height: 52px; }
  .btn-wa { font-size: 0.82rem; padding: 7px 14px; }
  .pt-hero { padding: 150px 32px 55px; }
  .pt-subnav { top: 125px; }
}

/* ≤ 768px: móvil */
@media (max-width: 768px) {
  /* Topbar */
  .topbar { padding: 7px 16px; gap: 10px; }
  .topbar a { font-size: 0.88rem; }
  .topbar a:first-child { display: none; }

  /* Nav */
  nav ul { display: none; }
  .pt-subnav { display: none; }
  .nav-toggle { display: block; }
  nav:not(.breadcrumb):not(.pt-subnav) { padding: 8px 18px; }
  nav:not(.breadcrumb):not(.pt-subnav) .btn-wa { display: none; }
  nav:not(.breadcrumb):not(.pt-subnav) > .btn-primary { display: none !important; }
  .logo img { height: 46px; }
  .logo span { font-size: 1.45rem; font-family: 'Delius', cursive; }

  /* Hero: cover + overlay oscuro para legibilidad */
  .pt-hero { position: relative; padding: 110px 22px 48px; background-size: cover !important; background-position: center center !important; }
  .pt-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,45,58,0.50); pointer-events: none; z-index: 0; }
  .pt-hero-inner { position: relative; z-index: 1; margin: 0; }
  .pt-hero h1 { font-size: 1.8rem; }
  .pt-hero p { font-size: 1rem; }
  .hero-ctas { gap: 10px; }

  /* Contenido */
  .pt-main { padding: 40px 22px; }
  .breadcrumb { padding: 10px 22px; }
  .cards-grid { grid-template-columns: 1fr; }

  /* CTA */
  .cta-section { padding: 50px 22px; }
  .cta-section h2 { font-size: 1.6rem; }
  .cta-contact { gap: 12px; }

  /* Footer */
  .footer-legal { gap: 14px; }
  footer { padding: 32px 22px; }

  /* Menú móvil */
  .mobile-menu { gap: 22px; overflow-y: auto; }
}

/* ≤ 480px: móvil pequeño */
@media (max-width: 480px) {
  .pt-hero { padding: 100px 18px 40px; }
  .pt-hero h1 { font-size: 1.45rem; }
  .pt-hero p { font-size: 0.95rem; margin-bottom: 24px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-outline { text-align: center; justify-content: center; }
  .destino-hero { padding: 28px; }
  .destino-hero h2 { font-size: 1.7rem; }
  .cta-section h2 { font-size: 1.4rem; }
  .cta-btns { flex-direction: column; align-items: center; }
  .mobile-menu { gap: 18px; }
}

/* ≤ 360px: móvil muy pequeño */
@media (max-width: 360px) {
  .topbar a { font-size: 0.8rem; }
  .logo img { height: 40px; }
  .logo span { font-size: 1.25rem; }
  .pt-hero { padding: 96px 16px 36px; }
  .pt-hero h1 { font-size: 1.25rem; }
  .mobile-menu { gap: 14px; }
  .mobile-menu a { font-size: 1.2rem; }
}
