/*
Theme Name: Simbuh Travels
Theme URI: https://simbuhtravels.example
Author: OpenAI
Description: V2 custom editable travel membership theme with Subscription Tiers, Dispatches, and Customizer controls.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: simbuh-travels
*/

:root{
  --st-bg:#0b1220;
  --st-panel:#121b2d;
  --st-card:#172238;
  --st-text:#f5f7fb;
  --st-muted:#aab6cf;
  --st-accent:#4cc9f0;
  --st-accent-2:#ffd166;
  --st-border:rgba(255,255,255,.08);
  --st-btn:#4cc9f0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--st-bg);color:var(--st-text);font-family:Arial,sans-serif;line-height:1.6}
a{color:var(--st-accent);text-decoration:none}
img{max-width:100%;height:auto}
.site-header,.site-footer{background:#0a0f1b}
.site-header{border-bottom:1px solid var(--st-border);position:sticky;top:0;z-index:20}
.site-footer{border-top:1px solid var(--st-border);padding:30px 20px;text-align:center;color:var(--st-muted)}
.wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 0;gap:20px}
.site-title a{color:#fff;font-weight:800;font-size:24px;letter-spacing:.02em}
.nav-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.nav-menu a{color:#dbe7ff}
.hero{padding:90px 0;background:linear-gradient(135deg,#0d1526,#14213d)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}
.hero h1{font-size:54px;line-height:1.05;margin:0 0 16px}
.hero p{font-size:18px;color:var(--st-muted);max-width:650px}
.btn{display:inline-block;background:var(--st-btn);color:#08111f;padding:14px 22px;border-radius:999px;font-weight:700}
.btn.secondary{background:transparent;color:#fff;border:1px solid var(--st-border)}
.section{padding:72px 0}
.section h2{font-size:36px;margin:0 0 12px}
.section-intro{color:var(--st-muted);max-width:760px;margin-bottom:30px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:var(--st-card);border:1px solid var(--st-border);border-radius:18px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.tier-card.featured{outline:2px solid var(--st-accent-2);transform:translateY(-4px)}
.kicker{color:var(--st-accent-2);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.price{font-size:42px;font-weight:800;margin:10px 0}
.muted{color:var(--st-muted)}
.dispatch-type{font-size:13px;color:var(--st-accent-2);font-weight:700}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;color:#dbe7ff}
.card ul{padding-left:18px;margin:10px 0 0}
.home-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-mini{background:rgba(255,255,255,.04);border:1px solid var(--st-border);border-radius:16px;padding:18px}
@media (max-width:900px){
  .hero-grid,.cards,.home-mini-grid{grid-template-columns:1fr}
  .hero h1{font-size:40px}
}
