/* ============================================================
   HORIZON TRAVEL CO. — TRAVEL & TOURISM TEMPLATE
   ============================================================ */

:root {
  --primary:      #1e4b8f;
  --primary-dark: #153868;
  --primary-rgb:  30,75,143;
  --accent:       #e8aa3c;
  --accent-rgb:   232,170,60;
  --bg:           #f8f9fc;
  --bg-dark:      #080f1e;
  --surface:      #eef1f7;
  --border:       rgba(30,75,143,0.12);
  --text:         #0d1729;
  --text-muted:   #5c6d84;
  --text-dim:     #9aa8bb;
  --radius:       12px;
  --radius-lg:    20px;
  --shadow-sm:    0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:    0 8px 32px rgba(0,0,0,0.1);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.16);
  --t:            0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ANNOUNCE */
.announce-bar { background: var(--primary); color: #fff; text-align: center; padding: 10px 48px; font-size: .82rem; position: relative; }
.announce-close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(255,255,255,.6); cursor: pointer; }

/* NAVBAR */
.navbar { position: sticky; top: 0; z-index: 100; background: rgba(248,249,252,0.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.navbar.scrolled { box-shadow: var(--shadow-sm); }
.nav-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 68px; gap: 28px; }
.nav-brand { display: flex; flex-direction: column; line-height: 1; margin-right: auto; }
.brand-main { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--primary); letter-spacing: 1px; }
.brand-sub { font-size: .48rem; font-weight: 600; letter-spacing: 3px; color: var(--text-muted); text-transform: uppercase; }
.nav-links { display: flex; gap: 24px; }
.nav-link { font-size: .84rem; font-weight: 500; color: var(--text-muted); transition: color var(--t); }
.nav-link:hover, .nav-link.active { color: var(--primary); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--t); display: block; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: .88rem; font-weight: 600; cursor: pointer; border: none; transition: var(--t); }
.btn-lg { padding: 15px 32px; font-size: .95rem; }
.btn-sm { padding: 9px 20px; font-size: .82rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); box-shadow: 0 8px 24px rgba(var(--primary-rgb),.35); transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #0d1729; }
.btn-accent:hover { background: #d49a2a; transform: translateY(-1px); }
.btn-glass { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgba(255,255,255,0.2); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg-img { object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(8,15,30,0.7) 30%, rgba(8,15,30,0.35) 70%); }
.hero-inner { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 80px; padding-bottom: 160px; }
.hero-eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; color: #f0f4ff; line-height: 1.08; margin-bottom: 24px; }
.title-accent { color: var(--accent); font-style: italic; }
.hero-sub { font-size: clamp(.9rem,1.5vw,1.05rem); color: rgba(240,244,255,0.72); max-width: 520px; line-height: 1.75; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* HERO SEARCH */
.hero-search { position: relative; z-index: 10; margin-top: -48px; padding: 0 24px; }
.search-box { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: flex; align-items: center; overflow: hidden; max-width: 900px; margin: 0 auto; }
.search-field { flex: 1; display: flex; align-items: center; gap: 10px; padding: 20px 22px; }
.search-field input, .search-field select { border: none; outline: none; font-family: 'Inter', sans-serif; font-size: .9rem; color: var(--text); background: transparent; width: 100%; }
.search-field select { cursor: pointer; appearance: none; }
.search-icon { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }
.search-divider { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }
.search-cta { border-radius: 0; padding: 24px 28px; font-size: .9rem; border-left: 1px solid var(--border); }

/* HERO STATS BAR */
.hero-stats-bar { position: relative; z-index: 2; background: var(--primary); padding: 28px 0; margin-top: 64px; }
.hero-stats { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; gap: 0; }
.hero-stat { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.1); padding: 0 16px; }
.hero-stat:last-child { border-right: none; }
.stat-val { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 6px; }
.stat-lbl { font-size: .72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* SECTION */
.section { padding: 96px 0; }
.section-dark { background: var(--bg-dark); }
.section-surface { background: var(--surface); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.eyebrow-accent { color: var(--accent); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--text); line-height: 1.15; margin-bottom: 14px; }
.section-title.text-light { color: #e8edf8; }
.section-sub { font-size: .93rem; color: var(--text-muted); line-height: 1.7; }
.section-sub.text-dim { color: rgba(232,237,248,0.5); }

/* DESTINATIONS GRID */
.destinations-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 280px 240px; gap: 14px; }
.dest-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; display: block; }
.dest-card--tall { grid-row: span 2; }
.dest-img { transition: transform 0.6s ease; height: 100%; }
.dest-card:hover .dest-img { transform: scale(1.06); }
.dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,15,30,0.85) 0%, rgba(8,15,30,0.1) 60%); }
.dest-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; }
.dest-region { font-size: .65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 4px; }
.dest-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.dest-tagline { font-size: .78rem; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
.dest-meta { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.1); padding-top: 8px; }

/* TOURS */
.tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tour-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t); }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tour-image-wrap { height: 230px; position: relative; }
.tour-img { height: 100%; }
.tour-badge { position: absolute; top: 14px; left: 14px; background: var(--accent); color: #0d1729; font-size: .65rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: .3px; }
.tour-style { position: absolute; top: 14px; right: 14px; background: rgba(8,15,30,0.6); color: #fff; font-size: .65rem; font-weight: 600; padding: 4px 10px; border-radius: 100px; backdrop-filter: blur(4px); }
.tour-body { padding: 24px; }
.tour-body h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.tour-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.tour-meta span { display: flex; align-items: center; gap: 5px; font-size: .78rem; color: var(--text-muted); }
.tour-rating { color: var(--accent); font-weight: 600; }
.star-fill { fill: var(--accent); color: var(--accent); }
.tour-highlights { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.tour-highlights li { display: flex; align-items: flex-start; gap: 7px; font-size: .82rem; color: var(--text-muted); }
.check-icon { color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.tour-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(30,75,143,0.08); }
.tour-price { display: flex; align-items: baseline; gap: 4px; }
.price-from { font-size: .72rem; color: var(--text-dim); }
.price-val { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--primary); }
.price-per { font-size: .72rem; color: var(--text-dim); }

/* WHY US */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); padding: 28px; transition: var(--t); }
.why-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,170,60,0.25); }
.why-icon { width: 48px; height: 48px; background: rgba(232,170,60,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 16px; }
.why-icon svg { width: 22px; height: 22px; }
.why-card h3 { font-size: 1rem; font-weight: 600; color: #e8edf8; margin-bottom: 8px; }
.why-card p { font-size: .84rem; color: rgba(232,237,248,0.5); line-height: 1.7; }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: #fff; border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border); transition: var(--t); }
.testi-card:hover { box-shadow: var(--shadow-md); border-color: rgba(var(--accent-rgb),0.3); }
.testi-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.star-icon { width: 14px; height: 14px; fill: var(--accent); color: var(--accent); }
.testi-card blockquote { font-size: .9rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.testi-meta { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.testi-meta strong { display: block; font-size: .88rem; color: var(--text); }
.testi-meta span { font-size: .75rem; color: var(--text-dim); display: block; }
.testi-meta em { font-size: .72rem; color: var(--primary); font-style: normal; font-weight: 600; display: block; margin-top: 2px; }

/* ABOUT SPLIT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-media { border-radius: var(--radius-lg); overflow: hidden; height: 480px; }
.about-img { object-position: center; }
.about-text .section-title { margin-bottom: 20px; }
.about-p { font-size: .92rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-badge { display: flex; align-items: center; gap: 6px; background: rgba(var(--primary-rgb),0.08); border: 1px solid var(--border); color: var(--primary); font-size: .78rem; font-weight: 600; padding: 7px 14px; border-radius: 100px; }
.trust-badge svg { width: 13px; height: 13px; }

/* FAQ */
.faq-wrap { max-width: 740px; }
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { border-radius: 10px; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; background: #fff; border: 1.5px solid var(--border); border-radius: 10px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 600; color: var(--text); text-align: left; transition: var(--t); }
.faq-q:hover { border-color: var(--primary); }
.faq-q[aria-expanded="true"] { background: var(--primary); color: #fff; border-color: var(--primary); border-radius: 10px 10px 0 0; }
.faq-icon { width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.3s; }
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-a { background: #fff; border: 1.5px solid var(--border); border-top: none; border-radius: 0 0 10px 10px; }
.faq-a p { padding: 18px 22px; font-size: .86rem; color: var(--text-muted); line-height: 1.7; }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-sub { font-size: .92rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; gap: 14px; }
.cdetail { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--text-muted); }
.cdetail svg { color: var(--primary); flex-shrink: 0; }
.contact-form { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid #dde3ef; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: .88rem; color: var(--text); background: var(--bg); transition: border-color var(--t); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); background: #fff; }
.form-note { text-align: center; font-size: .78rem; color: var(--text-dim); margin-top: 12px; }

/* FOOTER */
.footer { background: var(--bg-dark); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand-mark .brand-main { color: #e8edf8; }
.footer-brand-mark .brand-sub { color: rgba(232,237,248,0.3); }
.footer-tagline { font-family: 'Playfair Display', serif; font-size: .95rem; font-style: italic; color: rgba(232,237,248,0.4); margin: 12px 0 20px; }
.footer-social { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; background: rgba(255,255,255,0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(232,237,248,0.35); transition: var(--t); }
.social-link svg { width: 16px; height: 16px; }
.social-link:hover { background: var(--primary); color: #fff; }
.footer-col h4 { font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(232,237,248,0.3); margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: .84rem; color: rgba(232,237,248,0.45); transition: color var(--t); }
.footer-col ul a:hover { color: #e8edf8; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
.footer-bottom p { font-size: .78rem; color: rgba(232,237,248,0.2); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: .78rem; color: rgba(232,237,248,0.2); transition: color var(--t); }
.footer-legal a:hover { color: rgba(232,237,248,0.5); }

/* BACK TO TOP */
.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--primary); color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transform: translateY(10px); transition: var(--t); z-index: 80; }
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--primary-dark); }
.back-to-top svg { width: 18px; height: 18px; }

/* ICON SIZES */
.icon-xs { width: 14px; height: 14px; }
.icon-sm { width: 18px; height: 18px; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .destinations-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
  .dest-card--tall { grid-row: auto; }
  .tours-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media { height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; margin-left: auto; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 20px 24px; gap: 16px; }
  .hero-title { font-size: clamp(2.4rem, 7vw, 4rem); }
  .search-box { flex-direction: column; }
  .search-divider { width: 100%; height: 1px; margin: 0; }
  .search-field { width: 100%; padding: 14px 18px; }
  .search-cta { width: 100%; border-left: none; border-top: 1px solid var(--border); }
  .hero-stats { flex-wrap: wrap; gap: 0; }
  .hero-stat { flex: 50%; padding: 16px; }
  .hero-stat:nth-child(2) { border-right: none; }
  .destinations-grid { grid-template-columns: 1fr 1fr; }
  .tours-grid, .testi-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .destinations-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
