/* --- BASE --- */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; color: #333; line-height: 1.6; background-color: #fff; overflow-x: hidden; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.container-small { max-width: 850px; margin: 0 auto; padding: 0 20px; text-align: center; }

/* --- HEADER & HERO --- */
.hero-block {
    position: relative; min-height: 100vh;
    display: flex; flex-direction: column;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://hostandboat.com/wp-content/uploads/2025/04/shutterstock_1089838589-scaled-1.jpg') no-repeat center center;
    background-size: cover;
}
.main-header { display: flex; justify-content: space-between; align-items: center; padding: 25px 8%; width: 100%; z-index: 10; flex-shrink: 0; }
.logo img { height: 90px; width: auto; display: block; } 
.nav-menu { display: flex; align-items: center; }
.nav-menu a { color: white; text-decoration: none; margin-left: 25px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; }

/* SELECTOR DE IDIOMAS V5 */
.lang-selector { 
    display: inline-block; 
    margin-left: 25px; 
    font-size: 0.85rem; 
    color: rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 15px;
}
.lang-link { 
    color: white; 
    text-decoration: none !important; 
    margin: 0 3px !important;
    transition: opacity 0.3s;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.lang-active { font-weight: 800 !important; opacity: 1; border-bottom: 1px solid white; }

.hero-content { flex: 1; display: flex; align-items: center; justify-content: space-between; padding: 0 8%; max-width: 1400px; margin: 0 auto; width: 100%; gap: 50px; }
.hero-text { flex: 1; color: white; }
.hero-text h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 20px; }
.hero-text p { font-size: 1.8rem; font-weight: 300; }

/* --- FORMULARIO V5 (Basado en V4) --- */
.form-card { background: white; padding: 40px; border-radius: 12px; width: 400px; box-shadow: 0 15px 40px rgba(0,0,0,0.25); flex-shrink: 0; }
.form-title { color: #0e2b49; text-align: center; margin-bottom: 25px; font-size: 1.8rem; }
.form-card input { width: 100%; padding: 14px; margin-bottom: 12px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 0.95rem; }

.form-row { display: flex; gap: 10px; margin-bottom: 12px; }
.form-row input { width: 100%; margin-bottom: 0 !important; }

.btn-submit { width: 100%; padding: 16px; background: #54accf; color: white; border: none; border-radius: 6px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background 0.3s; }
.btn-submit:hover { background: #4599ba; }

/* --- OFERTAS PRINCIPALES --- */
.promo-section { padding: 80px 0; background: #fff; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.offer-card { text-align: center; padding: 35px 20px; border: 1px solid #eee; border-radius: 15px; transition: transform 0.3s; }
.offer-card:hover { transform: translateY(-5px); }
.month-title { font-size: 1rem; color: #0e2b49; letter-spacing: 2px; font-weight: 700; margin-bottom: 10px; }
.month-title span { font-weight: 800; color: #ff4500; font-size: 1.2rem; } 
.dest-title { color: #0e2b49; font-size: 1.6rem; margin: 15px 0; }
.price-box { color: #54accf; margin-bottom: 20px; }
.price-box .old { text-decoration: line-through; opacity: 0.6; margin-right: 10px; }
.price-box .current { font-size: 2.2rem; font-weight: 700; }
.btn-hollow { display: inline-block; margin-top: 25px; border: 2px solid #54accf; color: #54accf; text-decoration: none; padding: 12px 40px; border-radius: 30px; font-weight: 600; transition: all 0.3s; }
.btn-hollow:hover { background: #54accf; color: white; }

/* --- EXPERIENCIA --- */
.copy-section { padding: 80px 0; background-color: #f9f9f9; }
.section-title { font-size: 2.2rem; color: #0e2b49; margin-bottom: 10px; text-align: center; }
.sub-headline-v4 { font-size: 1rem; color: #666; margin-bottom: 25px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }
.slider-container { width: 660px; height: auto; position: relative; overflow: hidden; border-radius: 10px; margin: 0 auto; }
.slide { width: 100%; height: auto; object-fit: contain; opacity: 0; transition: opacity 1.5s ease-in-out; position: absolute; top: 0; left: 0; }
.slide.active { opacity: 1; position: relative; }
.form-style-text { color: #0e2b49; font-size: 1.8rem; margin: 30px 0 15px; }

/* --- AGENCIAS --- */
.agencies { padding: 60px 0; text-align: center; background: #fff; }
.agency-title-style { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #444; margin-bottom: 25px; }
.agency-logos { display: flex; justify-content: center; gap: 50px; margin-top: 30px; flex-wrap: wrap; align-items: center; }
.agency-logos img { max-height: 100px; width: auto; max-width: 280px; object-fit: contain; }

/* --- DEALS (OFERTAS DE HOY) --- */
.deals-section { padding: 80px 0; background-color: #fff; text-align: center; }
.deals-grid-boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1100px; margin: 40px auto; }
.deal-box { background: #fdfdfd; padding: 25px; border: 1px solid #f0f0f0; border-radius: 10px; text-align: left; line-height: 1.4; }
.deal-box strong { color: #0e2b49; display: block; font-size: 1.1rem; margin-bottom: 4px; }
.deal-box del { color: #e65527; margin-right: 8px; }
.deal-box .price { color: #54accf; font-weight: 700; font-size: 1.2rem; }
.fine-print { max-width: 1100px; margin: 30px auto; text-align: left; font-size: 0.9rem; color: #777; }
.btn-gold { display: inline-block; background-color: #5bb2d1; color: white; text-decoration: none; padding: 15px 50px; border-radius: 30px; font-weight: 700; margin-top: 20px; transition: background 0.3s; }
.btn-gold:hover { background: #4599ba; }

/* --- IMAGEN SEPARADORA --- */
.image-separator { padding-bottom: 80px; background-color: #fff; }
.full-width-img { width: 100%; height: auto; display: block; border-radius: 10px; }

/* --- FOOTER --- */
.main-footer { background-color: #0e2b49; color: white; padding: 60px 0 20px; margin-top: 80px; }
.footer-content { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; margin-bottom: 30px; align-items: flex-start; }
.footer-col { flex: 1; min-width: 250px; }
.footer-logo { max-width: 200px; height: auto; display: block; }
.footer-col h4 { margin-bottom: 20px; font-size: 1.1rem; color: #54accf; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col ul li a { color: #ccc; text-decoration: none; font-size: 0.9rem; display: block; margin-bottom: 10px; }
.footer-email { color: white !important; text-decoration: none; font-weight: 600; display: inline-block; }
.social-icons { margin-top: 20px; display: flex; gap: 20px; }
.social-icons a { color: white; font-size: 1.4rem; transition: transform 0.3s; display: inline-block; }
.social-icons a:hover { transform: scale(1.1); color: #54accf; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); width: 100%; font-size: 0.75rem; color: #666; }

/* --- MEDIA QUERIES (RESPONSIVE) --- */
@media (max-width: 900px) {
    .offers-grid, .deals-grid-boxes { grid-template-columns: 1fr; }
    .hero-content { flex-direction: column; padding: 100px 20px 40px; text-align: center; }
    .hero-text h1 { font-size: 2.5rem; }
    .form-card { width: 100%; max-width: 400px; }
    .footer-content { flex-direction: column; text-align: center; align-items: center; }
    .logo img { height: 60px; }
    .slider-container { width: 100%; }
    
    .nav-menu { flex-wrap: wrap; justify-content: center; }
    .lang-selector { margin-top: 15px; border: none; padding: 0; }

    /* FORM MOBILE V5 */
    .form-row { flex-direction: column; gap: 12px; }
    .phone-row { flex-direction: row; flex-wrap: wrap; }
    .phone-row input[name="cod_pais"], .phone-row input[name="cod_area"] { flex: 1; }
    .phone-row input[name="celular_num"] { flex: 1 1 100%; margin-top: 10px !important; }
}