/*
Theme Name: Eazi Travel
Theme URI: https://www.eazitravel.co.za
Author: Eazi Travel
Author URI: https://www.eazitravel.co.za
Description: Custom WordPress theme for Eazi Travel – Travel Made Eazi. A South African travel agency offering flights, holiday packages, car hire, visa assistance, cruises, honeymoon packages, corporate travel and more.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eazi-travel
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --ink: #5C3D2E; --sky: #7A6E65; --sand: #E8DCC8;
      --coral: #B85C38; --mist: #F2E6DA; --white: #FDFAF6;
      --mid: #9E8E80; --accent: #C9A84C;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Nunito', sans-serif; background: var(--mist); color: var(--ink); overflow-x: hidden; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 200;
      display: flex; align-items: center; justify-content: space-between;
      padding: 1rem 6vw; background: rgba(242,230,218,0.97);
      backdrop-filter: blur(14px); border-bottom: 1px solid rgba(92,61,46,0.08);
      animation: fadeDown 0.7s ease both;
    }
    .logo img { height: 64px; width: auto; display: block; }
    .nav-links { display: flex; gap: 2rem; list-style: none; }
    .nav-links a { font-size: 0.85rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); text-decoration: none; opacity: 0.65; transition: opacity 0.2s; }
    .nav-links a:hover { opacity: 1; }
    .nav-cta { background: var(--ink); color: var(--white); padding: 0.6rem 1.4rem; border-radius: 2rem; font-size: 0.82rem; font-weight: 500; text-decoration: none; letter-spacing: 0.04em; transition: background 0.25s, transform 0.2s; }
    .nav-cta:hover { background: var(--accent); transform: translateY(-1px); }

    /* HERO */
    .hero { min-height: 100vh; display: grid; place-items: center; padding: 16rem 6vw 6rem; position: relative; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
    .hero-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero-bg::after { content: ''; position: absolute; inset: 0; background: none; z-index: 1; }
    .hero-circle { position: absolute; right: -10vw; top: 10%; width: 55vw; height: 55vw; max-width: 700px; max-height: 700px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(110,100,145,0.15), rgba(110,100,145,0.03)); border: 1px solid rgba(110,100,145,0.1); z-index: 0; }
    .hero-inner { position: relative; z-index: 1; max-width: 680px; animation: fadeUp 0.9s 0.2s ease both; }
    .hero-tag { display: inline-block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C9A84C; border: 1px solid rgba(201,168,76,0.6); padding: 0.35rem 1rem; border-radius: 2rem; margin-bottom: 1.6rem; backdrop-filter: blur(4px); background: rgba(0,0,0,0.15); }
    h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 300; line-height: 1.08; letter-spacing: -0.01em; color: #ffffff; margin-bottom: 1.5rem; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
    h1 em { font-style: italic; color: #C9A84C; }
    .hero p { font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.88); line-height: 1.75; max-width: 480px; margin-bottom: 2.4rem; text-shadow: 0 1px 8px rgba(0,0,0,0.2); }
    .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
    .btn-primary { background: var(--ink); color: var(--white); padding: 0.85rem 2rem; border-radius: 2rem; font-size: 0.9rem; font-weight: 500; text-decoration: none; letter-spacing: 0.03em; transition: background 0.25s, transform 0.2s; }
    .btn-primary:hover { background: var(--accent); transform: translateY(-2px); }
    .btn-outline { border: 1.5px solid rgba(92,61,46,0.2); color: var(--ink); padding: 0.85rem 2rem; border-radius: 2rem; font-size: 0.9rem; font-weight: 500; text-decoration: none; letter-spacing: 0.03em; transition: border-color 0.2s, color 0.2s, transform 0.2s; }
    .btn-outline:hover { border-color: var(--sky); color: var(--sky); transform: translateY(-2px); }
    .hero-stats { display: flex; gap: 3rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.25); animation: fadeUp 0.9s 0.45s ease both; }
    .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; color: #ffffff; line-height: 1; }
    .stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.65); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.3rem; }

    /* SHARED */
    section { padding: 7rem 6vw; }
    .section-tag { font-size: 0.74rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--coral); display: block; margin-bottom: 0.9rem; }
    .section-header { margin-bottom: 3.5rem; }
    .section-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300; line-height: 1.15; color: var(--ink); }
    .section-header p { font-size: 0.95rem; color: var(--mid); line-height: 1.7; max-width: 500px; margin-top: 0.8rem; font-weight: 300; }

    /* DESTINATIONS */
    .destinations { background: var(--white); }
    .dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 240px 240px; gap: 1.2rem; }
    .dest-card { position: relative; border-radius: 1.2rem; overflow: hidden; cursor: pointer; background: var(--sand); }
    .dest-card:first-child { grid-column: span 2; grid-row: span 2; }
    .dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
    .dest-card:hover img { transform: scale(1.06); }
    .dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(59,52,86,0.85) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
    .dest-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--white); line-height: 1.1; }
    .dest-card:first-child .dest-name { font-size: 2.2rem; }
    .dest-tag-label { font-size: 0.7rem; color: rgba(255,255,255,0.7); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.3rem; }
    .dest-from { font-size: 0.8rem; color: rgba(255,255,255,0.8); margin-top: 0.4rem; font-weight: 300; }
    .dest-from strong { color: var(--white); font-weight: 500; }

    /* SERVICES */
    .services { background: var(--mist); }
    .category-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-bottom: 2.5rem; }
    .cat-tile {
      background: var(--white); border: 2px solid rgba(92,61,46,0.1);
      border-radius: 1.4rem; padding: 2rem 1.5rem; text-align: center;
      cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden;
    }
    .cat-tile::before {
      content: ''; position: absolute; inset: 0;
      background: var(--ink); transform: scaleY(0); transform-origin: bottom;
      transition: transform 0.3s ease; z-index: 0;
    }
    .cat-tile.active::before, .cat-tile:hover::before { transform: scaleY(1); }
    .cat-tile.active, .cat-tile:hover { border-color: var(--ink); }
    .cat-tile-inner { position: relative; z-index: 1; }
    .cat-tile-emoji { width: 64px; height: 64px; margin: 0 auto 1rem; display: block; transition: transform 0.3s; }
    .cat-tile-emoji svg { width: 64px; height: 64px; stroke: var(--ink); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.3s; }
    .cat-tile:hover .cat-tile-emoji svg, .cat-tile.active .cat-tile-emoji svg { stroke: white; }
    .cat-tile:hover .cat-tile-emoji, .cat-tile.active .cat-tile-emoji { transform: scale(1.1); }
    .cat-tile h3 {
      font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600;
      color: var(--ink); transition: color 0.3s; margin-bottom: 0.4rem;
    }
    .cat-tile p { font-size: 0.78rem; color: var(--mid); transition: color 0.3s; font-weight: 300; line-height: 1.5; }
    .cat-tile:hover h3, .cat-tile.active h3 { color: var(--white); }
    .cat-tile:hover p, .cat-tile.active p { color: rgba(255,255,255,0.65); }
    .cat-tile-arrow {
      display: inline-block; margin-top: 1rem; font-size: 0.8rem; font-weight: 500;
      color: var(--mid); transition: color 0.3s, transform 0.3s; letter-spacing: 0.04em;
    }
    .cat-tile:hover .cat-tile-arrow, .cat-tile.active .cat-tile-arrow { color: rgba(255,255,255,0.8); transform: translateY(2px); }

    .services-panel { display: none; background: var(--white); border-radius: 1.4rem; padding: 2.5rem; border: 1px solid rgba(92,61,46,0.08); animation: fadeUp 0.4s ease both; }
    .services-panel.active { display: block; }
    .services-panel-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(92,61,46,0.08); }
    .services-panel-icon { width: 52px; height: 52px; background: var(--ink); border-radius: 1rem; display: grid; place-items: center; font-size: 1.5rem; flex-shrink: 0; }
    .services-panel-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--ink); }
    .services-panel-header p { font-size: 0.85rem; color: var(--mid); margin-top: 0.2rem; font-weight: 300; }
    .services-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
    .service-item {
      display: flex; align-items: flex-start; gap: 0.9rem;
      padding: 1.2rem; border-radius: 0.9rem;
      background: var(--mist); border: 1px solid rgba(59,52,86,0.06);
      transition: border-color 0.2s, transform 0.2s;
    }
    .service-item:hover { border-color: var(--accent); transform: translateY(-2px); }
    .service-item-icon { width:40px;height:40px;border-radius:0.8rem;background:var(--sand);display:grid;place-items:center;flex-shrink:0;color:var(--coral);transition:background 0.2s,color 0.2s; } .service-item:hover .service-item-icon { background:var(--coral);color:var(--white); }
    .service-item h4 { font-size: 0.9rem; font-weight: 500; color: var(--ink); margin-bottom: 0.3rem; }
    .service-item p { font-size: 0.78rem; color: var(--mid); line-height: 1.55; font-weight: 300; }
    .service-item-cta { display: inline-block; margin-top: 0.6rem; font-size: 0.75rem; font-weight: 500; color: var(--sky); text-decoration: none; }
    .service-item-cta:hover { color: var(--accent); }
    @media(max-width:768px){ .category-tiles { grid-template-columns: repeat(2,1fr); } }
    @media(max-width:480px){ .category-tiles { grid-template-columns: 1fr 1fr; } }

    /* PACKAGES */
    .packages { background: var(--white); }
    .pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
    .pkg-card { border: 1.5px solid rgba(92,61,46,0.1); border-radius: 1.4rem; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; background: var(--white); position: relative; }
    .pkg-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(92,61,46,0.12); }
    .pkg-card.featured { border-color: var(--accent); }
    .pkg-badge { position: absolute; top: 1.2rem; right: 1.2rem; background: var(--ink); color: var(--white); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 2rem; }
    .pkg-header { padding: 2rem 2rem 1.5rem; border-bottom: 1px solid rgba(92,61,46,0.08); }
    .pkg-type { font-size: 0.73rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-bottom: 0.5rem; }
    .pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--ink); }
    .pkg-price { margin-top: 1rem; }
    .pkg-from { font-size: 0.75rem; color: var(--mid); display: block; }
    .pkg-amount { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 600; color: var(--ink); line-height: 1; }
    .pkg-amount span { font-size: 1rem; font-weight: 300; }
    .pkg-body { padding: 1.5rem 2rem 2rem; }
    .pkg-features { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 1.8rem; }
    .pkg-features li { font-size: 0.87rem; color: var(--ink); display: flex; align-items: center; gap: 0.6rem; }
    .pkg-features li::before { content: '✓'; color: var(--accent); font-weight: 600; flex-shrink: 0; }
    .pkg-btn { display: block; text-align: center; text-decoration: none; padding: 0.8rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.03em; transition: all 0.25s; border: 1.5px solid var(--ink); color: var(--ink); }
    .pkg-card.featured .pkg-btn { background: var(--ink); color: var(--white); }
    .pkg-btn:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }

    /* GALLERY */
    .gallery { background: var(--sand); }
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 1rem; }
    .gallery-item { border-radius: 1rem; overflow: hidden; position: relative; cursor: pointer; }
    .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
    .gallery-item:nth-child(4) { grid-column: span 2; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
    .gallery-item:hover img { transform: scale(1.07); }
    .gallery-item-overlay { position: absolute; inset: 0; background: rgba(59,52,86,0); transition: background 0.3s; display: grid; place-items: center; }
    .gallery-item:hover .gallery-item-overlay { background: rgba(92,61,46,0.25); }
    .gallery-zoom { color: white; font-size: 2rem; opacity: 0; transform: scale(0.7); transition: all 0.3s; }
    .gallery-item:hover .gallery-zoom { opacity: 1; transform: scale(1); }
    .lightbox { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(20,16,36,0.95); place-items: center; }
    .lightbox.active { display: grid; }
    .lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 0.8rem; object-fit: contain; }
    .lightbox-close { position: absolute; top: 1.5rem; right: 2rem; color: white; font-size: 2rem; cursor: pointer; opacity: 0.7; background: none; border: none; transition: opacity 0.2s; }
    .lightbox-close:hover { opacity: 1; }

    /* TESTIMONIALS */
    .testimonials { background: var(--ink); }
    .testimonials .section-tag { color: #C9A84C; }
    .testimonials .section-header h2 { color: var(--white); }
    .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; }
    .testi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 1.2rem; padding: 2rem; transition: background 0.25s, transform 0.25s; }
    .testi-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
    .testi-stars { color: #C9A84C; font-size: 0.9rem; letter-spacing: 0.05em; margin-bottom: 1rem; }
    .testi-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.9); line-height: 1.65; margin-bottom: 1.5rem; }
    .testi-author { display: flex; align-items: center; gap: 0.8rem; }
    .testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #C9A84C, #B85C38); display: grid; place-items: center; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: white; flex-shrink: 0; }
    .testi-name { font-size: 0.88rem; font-weight: 500; color: white; }
    .testi-loc { font-size: 0.76rem; color: rgba(255,255,255,0.45); margin-top: 0.15rem; }

    /* BOOKING */
    .booking { background: var(--mist); }
    .booking-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
    .booking-info h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--ink); margin-bottom: 1rem; }
    .booking-info p { font-size: 0.95rem; color: var(--mid); line-height: 1.75; font-weight: 300; margin-bottom: 2rem; }
    .contact-methods { display: flex; flex-direction: column; gap: 1rem; }
    .contact-method { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: var(--white); border-radius: 0.9rem; border: 1px solid rgba(92,61,46,0.08); text-decoration: none; color: var(--ink); transition: border-color 0.2s, transform 0.2s; }
    .contact-method:hover { border-color: var(--accent); transform: translateX(4px); }
    .contact-method-icon { width: 40px; height: 40px; border-radius: 0.6rem; background: var(--sand); display: grid; place-items: center; font-size: 1.1rem; flex-shrink: 0; }
    .contact-method-label { font-size: 0.72rem; color: var(--mid); letter-spacing: 0.05em; text-transform: uppercase; }
    .contact-method-value { font-size: 0.9rem; font-weight: 500; margin-top: 0.1rem; }
    .booking-form { background: var(--white); border-radius: 1.4rem; padding: 2.4rem; border: 1px solid rgba(92,61,46,0.08); }
    .booking-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--ink); margin-bottom: 1.6rem; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
    .form-group label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mid); }
    .form-group input, .form-group select, .form-group textarea { padding: 0.8rem 1rem; border-radius: 0.7rem; border: 1.5px solid rgba(92,61,46,0.12); background: var(--mist); font-family: 'Nunito', sans-serif; font-size: 0.9rem; color: var(--ink); outline: none; transition: border-color 0.2s; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); }
    .form-group textarea { resize: vertical; min-height: 90px; }
    .form-submit { width: 100%; background: var(--ink); color: white; padding: 1rem; border-radius: 2rem; border: none; font-family: 'Nunito', sans-serif; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.04em; cursor: pointer; transition: background 0.25s, transform 0.2s; margin-top: 0.5rem; }
    .form-submit:hover { background: var(--accent); transform: translateY(-2px); }

    /* WHATSAPP FAB */
    @keyframes wapulse { 0%,100%{box-shadow:0 6px 24px rgba(37,211,102,0.45)} 50%{box-shadow:0 6px 32px rgba(37,211,102,0.75)} }

    /* FOOTER */
    footer { background: var(--ink); color: rgba(255,255,255,0.5); padding: 4rem 6vw 2rem; }
    .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
    .footer-brand p { font-size: 0.85rem; line-height: 1.7; color: rgba(255,255,255,0.4); margin-top: 1rem; font-weight: 300; max-width: 240px; }
    .footer-logo img { height: 38px; filter: brightness(0) invert(1); opacity: 0.75; }
    .footer-col h4 { font-size: 0.74rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 1.2rem; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
    .footer-col ul li a { font-size: 0.85rem; color: rgba(255,255,255,0.38); text-decoration: none; transition: color 0.2s; }
    .footer-col ul li a:hover { color: white; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; }


    /* ABOUT US */
    .about { background: var(--white); }
    .about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .about-image-stack { position: relative; height: 520px; }
    .about-img-main {
      position: absolute; top: 0; left: 0; width: 75%; height: 420px;
      border-radius: 1.4rem; overflow: hidden; box-shadow: 0 24px 60px rgba(59,52,86,0.15);
    }
    .about-img-main img { width: 100%; height: 100%; object-fit: cover; }
    .about-img-accent {
      position: absolute; bottom: 0; right: 0; width: 58%; height: 280px;
      border-radius: 1.4rem; overflow: hidden;
      border: 5px solid var(--white);
      box-shadow: 0 16px 40px rgba(92,61,46,0.15);
    }
    .about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
    .about-badge {
      position: absolute; top: 2rem; right: 0; transform: translateX(20%);
      background: var(--ink); color: white; border-radius: 1.2rem;
      padding: 1.2rem 1.4rem; text-align: center; z-index: 2;
      box-shadow: 0 8px 24px rgba(92,61,46,0.2);
    }
    .about-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; line-height: 1; }
    .about-badge-label { font-size: 0.7rem; color: rgba(255,255,255,0.65); letter-spacing: 0.07em; text-transform: uppercase; margin-top: 0.2rem; }
    .about-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--ink); margin-bottom: 1.2rem; line-height: 1.15; }
    .about-content h2 em { font-style: italic; color: var(--sky); }
    .about-content p { font-size: 0.95rem; color: #7A5C4A; line-height: 1.8; font-weight: 300; margin-bottom: 1rem; }
    .about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.8rem 0; }
    .about-value { display: flex; align-items: flex-start; gap: 0.7rem; }
    .about-value-icon { width: 44px; height: 44px; background: var(--sand); border-radius: 0.8rem; display: grid; place-items: center; flex-shrink: 0; }
    .about-value-icon svg { width: 22px; height: 22px; stroke: var(--ink); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
    .about-value h4 { font-size: 0.88rem; font-weight: 500; color: var(--ink); margin-bottom: 0.2rem; }
    .about-value p { font-size: 0.78rem; color: var(--mid); line-height: 1.5; margin: 0; }
    .about-team { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(92,61,46,0.08); }
    .about-team-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #C9A84C, #B85C38); display: grid; place-items: center; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: white; flex-shrink: 0; }
    .about-team-name { font-size: 0.92rem; font-weight: 500; color: var(--ink); }
    .about-team-role { font-size: 0.78rem; color: var(--mid); margin-top: 0.1rem; }
    @media(max-width:900px){ .about-inner { grid-template-columns: 1fr; } .about-image-stack { height: 360px; } }

    /* WHATSAPP LIVE CHAT */
    .wa-chat-bubble {
      position: fixed; bottom: 6rem; right: 2rem; z-index: 300;
      display: flex; flex-direction: column; align-items: flex-end; gap: 0.8rem;
    }
    .wa-chat-box {
      background: var(--white); border-radius: 1.2rem;
      box-shadow: 0 16px 48px rgba(92,61,46,0.15);
      width: 300px; overflow: hidden;
      opacity: 0; transform: translateY(10px) scale(0.97);
      pointer-events: none; transition: all 0.3s ease;
      transform-origin: bottom right;
    }
    .wa-chat-box.open { opacity: 1; transform: translateY(0) scale(1); pointer-events: all; }
    .wa-chat-header {
      background: #25d366; padding: 1rem 1.2rem;
      display: flex; align-items: center; gap: 0.8rem;
    }
    .wa-chat-avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.25); display: grid; place-items: center; font-size: 1.3rem; flex-shrink: 0; }
    .wa-chat-name { font-size: 0.92rem; font-weight: 500; color: white; }
    .wa-chat-status { font-size: 0.72rem; color: rgba(255,255,255,0.8); margin-top: 0.1rem; display: flex; align-items: center; gap: 0.3rem; }
    .wa-online-dot { width: 7px; height: 7px; background: white; border-radius: 50%; display: inline-block; animation: wablink 2s infinite; }
    @keyframes wablink { 0%,100%{opacity:1} 50%{opacity:0.4} }
    .wa-chat-body { padding: 1rem; background: #f0f4f8; }
    .wa-message { background: white; border-radius: 0.8rem 0.8rem 0.8rem 0.1rem; padding: 0.7rem 0.9rem; font-size: 0.84rem; color: var(--ink); line-height: 1.55; box-shadow: 0 2px 6px rgba(0,0,0,0.06); margin-bottom: 0.5rem; }
    .wa-message-time { font-size: 0.68rem; color: var(--mid); text-align: right; margin-top: 0.3rem; }
    .wa-chat-input { padding: 0.8rem 1rem; display: flex; gap: 0.6rem; align-items: center; border-top: 1px solid rgba(92,61,46,0.08); }
    .wa-chat-input input { flex: 1; border: 1.5px solid rgba(92,61,46,0.12); border-radius: 2rem; padding: 0.55rem 1rem; font-family: 'Nunito', sans-serif; font-size: 0.84rem; color: var(--ink); outline: none; background: var(--mist); }
    .wa-chat-input input:focus { border-color: #25d366; }
    .wa-send-btn { width: 36px; height: 36px; background: #25d366; border: none; border-radius: 50%; display: grid; place-items: center; cursor: pointer; flex-shrink: 0; transition: background 0.2s; }
    .wa-send-btn:hover { background: #1da855; }
    .wa-send-btn svg { width: 16px; height: 16px; fill: white; }
    .wa-toggle {
      width: 60px; height: 60px; border-radius: 50%; background: #25d366;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 24px rgba(37,211,102,0.45); cursor: pointer; border: none;
      transition: transform 0.2s, box-shadow 0.2s; animation: wapulse 2.5s infinite;
      position: relative;
    }
    .wa-toggle:hover { transform: scale(1.1); animation: none; }
    .wa-toggle svg { width: 30px; height: 30px; fill: white; transition: opacity 0.2s; }
    .wa-unread {
      position: absolute; top: -3px; right: -3px;
      background: #e8604c; color: white; font-size: 0.65rem; font-weight: 700;
      width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center;
      border: 2px solid white;
    }


    /* SOCIAL LINKS */
    .social-links { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
    .social-link {
      width: 40px; height: 40px; border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.15);
      display: grid; place-items: center;
      text-decoration: none; transition: all 0.25s;
      color: rgba(255,255,255,0.6); font-size: 1rem;
    }
    .social-link:hover { background: var(--accent); border-color: var(--accent); color: white; transform: translateY(-2px); }
    .social-link svg { width: 18px; height: 18px; fill: currentColor; }


    /* OWNED BADGE */
    .owned-badges { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
    .owned-badge {
      display: inline-flex; align-items: center; gap: 0.4rem;
      padding: 0.3rem 0.85rem; border-radius: 2rem; font-size: 0.7rem;
      font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase;
      border: 1px solid rgba(92,61,46,0.15); color: var(--mid);
      background: transparent;
    }
    .owned-badge.black { border-color: rgba(59,52,86,0.2); }
    .owned-badge.female { border-color: rgba(201,168,76,0.6); color: #C9A84C; }

    /* COOKIE BANNER */
    .cookie-banner {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 500;
      background: var(--ink); color: rgba(255,255,255,0.85);
      padding: 1.2rem 6vw; display: flex; align-items: center;
      justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
      border-top: 3px solid var(--accent);
      transform: translateY(100%); transition: transform 0.5s ease;
    }
    .cookie-banner.visible { transform: translateY(0); }
    .cookie-text { font-size: 0.84rem; line-height: 1.65; max-width: 680px; }
    .cookie-text a { color: #c4b8e8; text-decoration: underline; cursor: pointer; }
    .cookie-text a:hover { color: white; }
    .cookie-btns { display: flex; gap: 0.8rem; flex-shrink: 0; flex-wrap: wrap; }
    .cookie-accept {
      background: var(--accent); color: white; border: none;
      padding: 0.65rem 1.6rem; border-radius: 2rem; font-family: 'Nunito', sans-serif;
      font-size: 0.85rem; font-weight: 500; cursor: pointer;
      transition: background 0.2s, transform 0.2s;
    }
    .cookie-accept:hover { background: #9b8cc5; transform: translateY(-1px); }
    .cookie-decline {
      background: transparent; color: rgba(255,255,255,0.6);
      border: 1px solid rgba(255,255,255,0.25);
      padding: 0.65rem 1.4rem; border-radius: 2rem; font-family: 'Nunito', sans-serif;
      font-size: 0.85rem; cursor: pointer; transition: all 0.2s;
    }
    .cookie-decline:hover { border-color: rgba(255,255,255,0.6); color: white; }

    /* PRIVACY MODAL */
    .privacy-modal {
      display: none; position: fixed; inset: 0; z-index: 600;
      background: rgba(20,16,36,0.85); place-items: center; padding: 2rem;
    }
    .privacy-modal.active { display: grid; }
    .privacy-box {
      background: var(--white); border-radius: 1.4rem;
      max-width: 640px; width: 100%; max-height: 80vh;
      overflow-y: auto; padding: 2.5rem; position: relative;
    }
    .privacy-box h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--ink); margin-bottom: 0.5rem; }
    .privacy-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--ink); margin: 1.4rem 0 0.4rem; }
    .privacy-box p, .privacy-box li { font-size: 0.88rem; color: #7A5C4A; line-height: 1.75; font-weight: 300; }
    .privacy-box ul { padding-left: 1.2rem; margin-top: 0.4rem; }
    .privacy-box li { margin-bottom: 0.3rem; }
    .privacy-date { font-size: 0.75rem; color: var(--mid); margin-bottom: 1.5rem; }
    .privacy-close {
      position: absolute; top: 1.2rem; right: 1.4rem;
      background: var(--sand); border: none; border-radius: 50%;
      width: 34px; height: 34px; cursor: pointer; font-size: 1rem;
      display: grid; place-items: center; transition: background 0.2s;
    }
    .privacy-close:hover { background: var(--mid); color: white; }

    /* ANIMATIONS */
    @keyframes fadeDown { from{opacity:0;transform:translateY(-16px)} to{opacity:1;transform:translateY(0)} }
    @keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }

    /* RESPONSIVE */
    @media(max-width:900px){
      .dest-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}
      .dest-card:first-child{grid-column:span 2;grid-row:span 1;min-height:280px}
      .gallery-grid{grid-template-columns:repeat(2,1fr)}
      .gallery-item:nth-child(1){grid-column:span 2}
      .gallery-item:nth-child(4){grid-column:span 1}
      .booking-inner{grid-template-columns:1fr;gap:3rem}
      .footer-top{grid-template-columns:1fr 1fr}
    }
    @media(max-width:620px){
      .nav-links{display:none}
      .dest-grid{grid-template-columns:1fr}
      .dest-card:first-child{grid-column:span 1}
      .form-row{grid-template-columns:1fr}
      .hero-stats{gap:1.5rem;flex-wrap:wrap}
      .footer-top{grid-template-columns:1fr;gap:2rem}
    }