/* ================================================================
   Llama Adventure Tours — Custom Modern Styles
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --accent:      #F63854;
  --accent-dark: #d42a44;
  --dark:        #1a1a2e;
  --dark2:       #16213e;
  --text:        #4a4a4a;
  --text-light:  #888;
  --border:      #e8e8e8;
  --gray:        #f8f8f8;
  --white:       #ffffff;
  --shadow-sm:   0 2px 15px rgba(0,0,0,.08);
  --shadow:      0 8px 30px rgba(0,0,0,.12);
  --shadow-lg:   0 20px 60px rgba(0,0,0,.15);
  --radius:      12px;
  --radius-lg:   20px;
  --transition:  all .3s cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter', 'Open Sans', sans-serif; color: var(--text); background: #fff; overflow-x: hidden; line-height: 1.7; }
h1,h2,h3,h4,h5 { font-family: 'Playfair Display', 'Arvo', serif; color: var(--dark); line-height: 1.3; }
a { transition: var(--transition); }
a:hover { text-decoration: none; }

/* === NAVBAR === */
.navbar { padding: 18px 0; transition: var(--transition); background: transparent !important; }
.navbar.scrolled, .navbar.bg-inverse {
  background: rgba(26,26,46,.97) !important;
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
}
.navbar-brand img { height: 52px; width: auto; }
.nav-link { color: rgba(255,255,255,.9) !important; font-weight: 500; font-size: 14px; letter-spacing: .5px; padding: 8px 14px !important; border-radius: 6px; transition: var(--transition); }
.nav-link:hover { color: #fff !important; background: rgba(255,255,255,.12); }
.nav-item.active .nav-link { color: #fff !important; }
.navbar-toggler { border: 2px solid rgba(255,255,255,.5); padding: 6px 10px; border-radius: 8px; }
.navbar-toggler i { font-size: 20px; color: #fff; }
.nav-item.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu { border: none; border-radius: var(--radius); box-shadow: var(--shadow); padding: 8px; min-width: 140px; margin-top: 8px; }
.dropdown-item { border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.dropdown-item img { width: 20px; height: 14px; object-fit: cover; border-radius: 2px; }
.dropdown-item:hover { background: var(--gray); color: var(--accent); }
.nav-whatsapp { background: #25d366 !important; color: #fff !important; border-radius: 20px !important; padding: 8px 18px !important; font-weight: 600 !important; font-size: 13px !important; margin-left: 6px; }
.nav-whatsapp:hover { background: #1eb858 !important; transform: translateY(-1px); }

/* === SECTION COMMONS === */
.section-padding { padding: 90px 0; }
.section-header { margin-bottom: 55px; }
.section-tag { display: inline-block; background: rgba(246,56,84,.1); color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 14px; }
.section-title { font-size: 38px; font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 16px; }
.section-subtitle { font-size: 16px; color: var(--text-light); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.divider { width: 60px; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-dark)); border-radius: 4px; margin: 18px auto 0; }

/* === BUTTONS === */
.btn-primary-custom, .btn-common {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark)) !important;
  color: #fff !important; padding: 13px 32px; border-radius: 50px; font-weight: 600;
  font-size: 14px; letter-spacing: .5px; border: none; display: inline-flex;
  align-items: center; gap: 8px; transition: var(--transition); text-decoration: none; cursor: pointer;
}
.btn-primary-custom:hover, .btn-common:hover { color: #fff !important; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(246,56,84,.4); }
.btn-outline-custom {
  background: transparent; color: #fff; padding: 12px 30px; border-radius: 50px;
  font-weight: 600; font-size: 14px; border: 2px solid rgba(255,255,255,.7);
  display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); text-decoration: none;
}
.btn-outline-custom:hover { background: #fff; color: var(--dark); border-color: #fff; transform: translateY(-2px); }

/* === HERO === */
.hero-area-bg { position: relative; }
#header-carousel .carousel-item { height: 100vh; min-height: 600px; position: relative; }
#header-carousel .carousel-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.62); }
#header-carousel .carousel-caption {
  bottom: 0; top: 0; left: 0; right: 0;
  display: flex !important; align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.5));
  padding: 0 20px;
}
.hero-text { max-width: 800px; }
.hero-tag { display: inline-block; background: rgba(246,56,84,.85); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 8px 20px; border-radius: 20px; margin-bottom: 22px; }
.hero-title { font-size: clamp(36px,6vw,70px); color: #fff; font-weight: 700; line-height: 1.1; margin-bottom: 20px; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.hero-subtitle { font-size: 18px; color: rgba(255,255,255,.88); margin-bottom: 36px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.carousel-indicators li { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.55); border: none; margin: 0 5px; }
.carousel-indicators .active { background: var(--accent); width: 28px; border-radius: 5px; }

/* === TOUR CARDS === */
.tour-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); height: 100%; display: flex; flex-direction: column; border: 1px solid var(--border); }
.tour-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.tour-card-img { position: relative; overflow: hidden; height: 220px; }
.tour-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-card-img img { transform: scale(1.08); }
.tour-badge { position: absolute; top: 14px; left: 14px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; }
.tour-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.tour-card-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.tour-card-body h3 a { color: inherit; text-decoration: none; }
.tour-card-body h3 a:hover { color: var(--accent); }
.tour-card-body p { font-size: 14px; color: var(--text-light); margin-bottom: 16px; flex: 1; line-height: 1.6; }
.tour-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); margin-top: auto; }
.btn-tour { background: var(--accent); color: #fff; padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 600; text-decoration: none; transition: var(--transition); }
.btn-tour:hover { background: var(--accent-dark); color: #fff; }
.tour-duration { font-size: 13px; color: var(--text-light); display: flex; align-items: center; gap: 5px; }
.tour-duration i { color: var(--accent); }

/* === ABOUT === */
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; }
.about-badge { position: absolute; bottom: -20px; right: 20px; background: var(--accent); color: #fff; padding: 20px 24px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow); }
.about-badge .num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; line-height: 1; }
.about-badge .lbl { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; opacity: .9; }
.about-stats { display: flex; gap: 32px; margin: 28px 0; flex-wrap: wrap; }
.stat-item .num { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: var(--accent); line-height: 1; }
.stat-item .lbl { font-size: 12px; color: var(--text-light); margin-top: 4px; }

/* === FEATURES === */
.feature-card { background: #fff; border-radius: var(--radius); padding: 30px 26px; text-align: center; border: 1px solid var(--border); transition: var(--transition); height: 100%; }
.feature-card:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-5px); }
.feature-icon { width: 64px; height: 64px; background: rgba(246,56,84,.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; transition: var(--transition); }
.feature-card:hover .feature-icon { background: var(--accent); }
.feature-icon i { font-size: 28px; color: var(--accent); transition: var(--transition); }
.feature-card:hover .feature-icon i { color: #fff; }
.feature-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.feature-card p { font-size: 14px; color: var(--text-light); line-height: 1.65; }

/* === PACKAGES === */
.package-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--border); height: 100%; }
.package-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.package-card.featured { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(246,56,84,.15), var(--shadow); }
.package-img { position: relative; height: 240px; overflow: hidden; }
.package-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.package-card:hover .package-img img { transform: scale(1.06); }
.package-badge { position: absolute; top: 14px; right: 14px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
.package-body { padding: 24px; }
.package-body h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.package-meta { display: flex; gap: 16px; margin-bottom: 14px; flex-wrap: wrap; }
.package-meta span { font-size: 13px; color: var(--text-light); display: flex; align-items: center; gap: 5px; }
.package-meta i { color: var(--accent); }
.package-body p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 16px; }
.btn-package { display: block; text-align: center; background: var(--accent); color: #fff; padding: 12px; border-radius: 50px; font-weight: 600; font-size: 14px; text-decoration: none; transition: var(--transition); }
.btn-package:hover { background: var(--accent-dark); color: #fff; transform: translateY(-1px); }

/* === TESTIMONIALS === */
#testimonios { background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%); }
#testimonios .section-title { color: #fff; }
#testimonios .section-tag { background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); }
#testimonios .divider { background: linear-gradient(90deg, rgba(255,255,255,.3), var(--accent)); }
.testimonial-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 32px; text-align: center; transition: var(--transition); }
.testimonial-card:hover { background: rgba(255,255,255,.11); border-color: rgba(246,56,84,.4); }
.testimonial-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); display: block; margin: 0 auto 16px; }
.testimonial-text { font-size: 15px; color: rgba(255,255,255,.85); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.testimonial-name { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.testimonial-country { font-size: 13px; color: rgba(255,255,255,.5); }
.testimonial-stars { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

/* === CTA === */
#cta { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); position: relative; overflow: hidden; }
#cta::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,.06); border-radius: 50%; }
#cta h2 { color: #fff; }
#cta p { color: rgba(255,255,255,.88); font-size: 16px; }

/* === CONTACT === */
.contact-block { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.form-control { border: 2px solid var(--border); border-radius: 10px; padding: 13px 16px; font-size: 14px; transition: var(--transition); background: var(--gray); }
.form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(246,56,84,.08); background: #fff; outline: none; }
.form-group { margin-bottom: 16px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 16px; padding: 18px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); margin-bottom: 14px; border: 1px solid var(--border); transition: var(--transition); }
.contact-info-card:hover { border-color: var(--accent); box-shadow: var(--shadow); }
.ci-icon { width: 44px; height: 44px; background: rgba(246,56,84,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon i { color: var(--accent); font-size: 18px; }
.contact-info-card h5 { font-size: 14px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.contact-info-card p, .contact-info-card a { font-size: 13px; color: var(--text-light); text-decoration: none; line-height: 1.5; margin: 0; }
.contact-info-card a:hover { color: var(--accent); }

/* === FOOTER === */
.footer-area { background: var(--dark); padding: 70px 0 0; }
.footer-logo-img { height: 50px; margin-bottom: 16px; }
.footer-area p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.6); }
.footer-title { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: var(--accent); border-radius: 3px; }
.footer-link { list-style: none; padding: 0; margin: 0; }
.footer-link li { margin-bottom: 10px; }
.footer-link li a { color: rgba(255,255,255,.6); font-size: 14px; text-decoration: none; transition: var(--transition); }
.footer-link li a:hover { color: var(--accent); padding-left: 5px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: 16px; transition: var(--transition); text-decoration: none; }
.footer-social a:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.footer-contact-item i { color: var(--accent); font-size: 14px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.65); font-size: 13px; text-decoration: none; line-height: 1.5; transition: var(--transition); }
.footer-contact-item a:hover { color: var(--accent); }
.footer-divider { border-color: rgba(255,255,255,.08); margin: 40px 0 0; }
.footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 13px; margin: 0; color: rgba(255,255,255,.45); }

/* === WHATSAPP + BACK TO TOP === */
.whattsap-stilo { position: fixed; bottom: 28px; right: 28px; z-index: 9999; }
.whattsap-stilo a { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; background: #25d366; border-radius: 50%; box-shadow: 0 6px 25px rgba(37,211,102,.4); transition: var(--transition); text-decoration: none; }
.whattsap-stilo a:hover { transform: scale(1.12); box-shadow: 0 8px 30px rgba(37,211,102,.55); }
.whattsap-stilo img { width: 32px; height: 32px; }
.back-to-top { position: fixed; bottom: 96px; right: 30px; z-index: 9998; background: var(--dark); color: #fff; width: 44px; height: 44px; border-radius: 12px; display: none; align-items: center; justify-content: center; text-decoration: none; font-size: 18px; transition: var(--transition); }
.back-to-top:hover { background: var(--accent); color: #fff; transform: translateY(-3px); }
.back-to-top.show { display: flex; }

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .section-padding { padding: 70px 0; }
  .section-title { font-size: 30px; }
  .navbar-collapse { background: rgba(26,26,46,.98); backdrop-filter: blur(20px); border-radius: 14px; padding: 16px; margin-top: 12px; border: 1px solid rgba(255,255,255,.1); }
  .nav-whatsapp { margin-left: 0 !important; margin-top: 8px; display: inline-block; }
  .about-badge { right: 10px; bottom: -10px; }
}
@media (max-width: 767px) {
  .section-padding { padding: 55px 0; }
  .section-title { font-size: 26px; }
  .hero-title { font-size: 32px; }
  .hero-subtitle { font-size: 15px; }
  #header-carousel .carousel-item { height: 90vh; }
  .about-stats { justify-content: center; }
  .tour-card-img { height: 190px; }
  .package-img { height: 200px; }
  .contact-block { padding: 24px 18px; }
}
@media (max-width: 575px) {
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-buttons a { width: 100%; max-width: 280px; justify-content: center; }
}

/* === PRELOADER === */
#preloader { position: fixed; inset: 0; background: #fff; z-index: 99999; display: flex; align-items: center; justify-content: center; }
.loader { width: 44px; height: 44px; border: 4px solid var(--border); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* === BG GRAY === */
.bg-gray { background: var(--gray) !important; }
