/*
Theme Name: Ijen Tour Guide - Official Travel Theme
Theme URI: https://ijentourguide.com/
Author: Ijen Tour Guide
Author URI: https://ijentourguide.com/
Description: Tema Agen Travel Wisata Resmi Kawah Ijen & Banyuwangi (ijentourguide.com) dengan WhatsApp Direct Booking, Custom Post Type Paket Tour, SEO Schema, dan WebP Image Compression Support.
Version: 1.2.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: ijen-tour-guide
Tags: travel, tour-operator, ijen-crater, blue-fire, banyuwangi, booking-whatsapp, seo-optimized
*/

/* ==========================================================================
   STANDALONE CSS STYLESHEET (Bekerja otomatis dengan atau tanpa Tailwind CDN)
   ========================================================================== */

:root {
  --primary-color: #0284c7;
  --primary-dark: #0369a1;
  --secondary-color: #0d9488;
  --emerald-green: #059669;
  --emerald-dark: #047857;
  --accent-gold: #f59e0b;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --bg-slate: #0f172a;
  --bg-light: #f8fafc;
  --border-color: #e2e8f0;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: var(--text-main);
  background-color: var(--bg-light);
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: var(--text-main);
  font-weight: 800;
  line-height: 1.25;
}

/* Top Bar */
.top-bar {
  background-color: #030712;
  color: #94a3b8;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #1e293b;
}

.top-bar a {
  color: #38bdf8;
}

/* Header & Navbar */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.site-logo {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.site-logo span {
  color: #0284c7;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-menu a {
  color: #334155;
  font-weight: 600;
  font-size: 14px;
}

.nav-menu a:hover {
  color: #0284c7;
}

/* WhatsApp Buttons */
.btn-whatsapp {
  background-color: #059669;
  color: #ffffff !important;
  padding: 0.65rem 1.25rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s ease, transform 0.1s ease;
  border: none;
  cursor: pointer;
}

.btn-whatsapp:hover {
  background-color: #047857;
  transform: translateY(-1px);
}

.btn-primary {
  background-color: #0284c7;
  color: #ffffff !important;
  padding: 0.65rem 1.25rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary:hover {
  background-color: #0369a1;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #030712 0%, #082f49 50%, #0f172a 100%);
  color: #ffffff;
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
}

.hero-section h1 {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1.25rem;
  letter-spacing: -1px;
}

.hero-badge {
  display: inline-block;
  background-color: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Tour Cards Grid */
.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.tour-card {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  display: flex;
  flex-col;
}

.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.tour-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  background-color: #0f172a;
}

.tour-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tour-card:hover .tour-card-img img {
  transform: scale(1.05);
}

.tour-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tour-card-title {
  font-size: 19px;
  margin-bottom: 8px;
  color: #0f172a;
}

.tour-card-title a {
  color: #0f172a;
}

.tour-card-title a:hover {
  color: #0284c7;
}

.tour-price-box {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-price {
  font-size: 20px;
  font-weight: 800;
  color: #0284c7;
}

/* Floating WhatsApp Button */
.floating-wa-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background-color: #059669;
  color: #ffffff !important;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 25px rgba(5, 150, 105, 0.4);
  text-decoration: none;
  animation: pulse-wa 2s infinite;
}

@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(5, 150, 105, 0); }
  100% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0); }
}

/* Footer */
.site-footer {
  background-color: #030712;
  color: #94a3b8;
  padding: 60px 0 30px;
  border-top: 1px solid #1e293b;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 36px;
  margin-bottom: 40px;
}

.footer-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-bottom {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #1e293b;
  color: #64748b;
  font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
}
