
body.theme-modern { font-family: 'Lato', sans-serif; background-color: #ffffff; color: #1a1a1a; --primary: #000000; --accent: #D4AF37; --bg-body: #ffffff; --text-main: #1a1a1a; --text-muted: #555555; }
body.theme-modern h1, body.theme-modern h2, body.theme-modern h3, body.theme-modern h4, body.theme-modern h5, body.theme-modern h6, body.theme-modern .brand, body.theme-modern .hero-title { font-family: 'Playfair Display', serif; }
body.theme-modern .header { background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid rgba(0,0,0,0.05); padding: 15px 40px; }
body.theme-modern .brand { color: #000; font-size: 1.8rem; letter-spacing: -0.5px; }
body.theme-modern .brand span { color: #D4AF37; }
body.theme-modern .nav-links a { color: #333; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; font-weight: 700; }
body.theme-modern .nav-links a:hover, body.theme-modern .nav-links a.active { color: #D4AF37; }
body.theme-modern .mobile-menu-btn { color: #000; }
body.theme-modern .btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; padding: 16px 32px; border: 1px solid #000; font-weight: 400; box-shadow: none; }
body.theme-modern .btn:hover { background: #fff; color: #000; border-color: #000; transform: translateY(-2px); }
body.theme-modern .btn-outline { background: transparent; color: #000; border: 1px solid #000; border-radius: 0; }
body.theme-modern .btn-outline:hover { background: #000; color: #fff; }
body.theme-modern .hero-content { background: transparent; backdrop-filter: none; border: none; box-shadow: none; text-align: left; align-items: flex-start; padding: 0; max-width: 1200px; width: 100%; }
body.theme-modern .hero-title { font-size: clamp(3.5rem, 6vw, 6rem); font-weight: 400; line-height: 1.1; margin-bottom: 20px; text-shadow: none; color: #fff; }
body.theme-modern .hero-tagline { background: #D4AF37; color: #fff; display: inline-block; padding: 5px 15px; font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 20px; text-shadow: none; }
body.theme-modern .modern-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
body.theme-modern .trust-strip { background: #f9f9f9; padding: 12px 0; border-bottom: 1px solid #eee; font-size: 0.75rem; color: #555; text-transform: uppercase; letter-spacing: 2px; font-family: 'Lato', sans-serif; }
body.theme-modern .trust-strip .modern-container { display: flex; justify-content: space-between; align-items: center; }
body.theme-modern .section-header-modern { text-align: center; margin-bottom: 60px; position: relative; }
body.theme-modern .section-header-modern::after { content: ''; display: block; width: 60px; height: 2px; background: #D4AF37; margin: 25px auto 0; }
body.theme-modern .section-header-modern h2 { font-size: 3rem; margin: 0; color: #000; font-weight: 400; }
body.theme-modern .section-header-modern p { font-family: 'Lato', sans-serif; color: #777; margin-top: 15px; font-size: 1.1rem; font-weight: 300; }
body.theme-modern .tour-card-modern { position: relative; height: 500px; overflow: hidden; cursor: pointer; transition: all 0.5s ease; background: #000; }
body.theme-modern .tour-card-modern img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease, opacity 0.5s ease; opacity: 0.9; border-radius: 0; }
body.theme-modern .tour-card-modern:hover img { transform: scale(1.1); opacity: 0.6; }
body.theme-modern .tour-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; color: white; transition: all 0.3s; }
body.theme-modern .tour-card-title { font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 10px; line-height: 1.1; }
body.theme-modern .tour-card-price { color: #D4AF37; font-weight: 400; font-size: 1.1rem; letter-spacing: 1px; font-family: 'Lato', sans-serif; text-transform: uppercase; }
body.theme-modern .tour-card-btn { margin-top: 25px; opacity: 0; transform: translateY(20px); transition: all 0.4s ease; display: inline-block; border: 1px solid #fff; padding: 12px 30px; color: #fff; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 2px; }
body.theme-modern .tour-card-modern:hover .tour-card-btn { opacity: 1; transform: translateY(0); }
body.theme-modern .tour-card-btn:hover { background: #fff; color: #000; }
body.theme-modern .inner-header { padding: 60px 0 40px; text-align: center; background: #fff; }
body.theme-modern .inner-header h1 { font-size: 3.5rem; color: #000; margin: 0; font-weight: 400; }
body.theme-modern .inner-header-line { width: 40px; height: 2px; background: #D4AF37; margin: 20px auto; }
body.theme-modern .footer { background: #111; color: #888; border-top: 4px solid #D4AF37; }
body.theme-modern .footer h4 { color: #fff; font-family: 'Playfair Display', serif; letter-spacing: 1px; }
body.theme-modern input, body.theme-modern select, body.theme-modern textarea { background: #fff; border: 1px solid #ccc; border-bottom: 2px solid #eee; padding: 15px; color: #000; box-shadow: none; border-radius: 0; }
body.theme-modern input:focus, body.theme-modern select:focus, body.theme-modern textarea:focus { border-color: #D4AF37; outline: none; }
