/* ==========================================================
   Jain Travel & Tourism — Design tokens
   Display: Manrope / Body: Inter
   Navy #0F172A · Gold #F4B400 · White / Ivory
   ========================================================== */
:root{
  --navy:#0F172A;
  --navy-2:#16213A;
  --navy-3:#1E2A47;
  --gold:#F4B400;
  --gold-dim:#C98F00;
  --white:#FFFFFF;
  --ivory:#F7F8FC;
  --ink:#0F172A;
  --slate:#5B6478;
  --border:rgba(15,23,42,0.10);
  --shadow:0 10px 30px rgba(15,23,42,0.08);
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:var(--white);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.brand-name{font-family:'Manrope', sans-serif;}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
img{max-width:100%; display:block;}
button{font-family:inherit;}

.skip-link{
  position:absolute; left:-999px; top:0; background:var(--gold); color:var(--navy);
  padding:10px 16px; z-index:200; font-weight:700;
}
.skip-link:focus{left:12px; top:12px;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 22px; border-radius:10px; font-weight:700; font-size:0.92rem;
  border:2px solid transparent; cursor:pointer; transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn-gold{background:var(--gold); color:var(--navy); box-shadow:0 8px 20px rgba(244,180,0,.35);}
.btn-gold:hover{background:#ffc226;}
.btn-outline{border-color:var(--navy); color:var(--navy); background:transparent;}
.btn-outline:hover{background:var(--navy); color:var(--white);}
.btn-outline-light{border-color:rgba(255,255,255,.5); color:var(--white); background:transparent;}
.btn-outline-light:hover{background:rgba(255,255,255,.12);}
.btn-outline-dark{border-color:var(--navy); color:var(--navy);}
.btn-outline-dark:hover{background:var(--navy); color:var(--white);}
.btn-lg{padding:15px 28px; font-size:1rem;}
.btn-block{width:100%;}

/* ---------- Glassmorphism ---------- */
.glass-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:18px;
  padding:28px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}
.glass-card-light{
  background:rgba(15,23,42,0.03);
  border:1px solid var(--border);
  border-radius:18px;
  padding:32px;
  text-align:center;
}

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(15,23,42,0.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(244,180,0,.25);
}
.nav-wrap{
  max-width:1280px; margin:0 auto; padding:14px 24px;
  display:flex; align-items:center; gap:24px;
}
.brand{display:flex; align-items:center; gap:12px; margin-right:auto;}
.brand-mark{
  width:44px; height:44px; border-radius:12px;
  background:linear-gradient(145deg, var(--gold), var(--gold-dim));
  color:var(--navy); font-weight:800; font-size:1.15rem;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.brand-text{display:flex; flex-direction:column; line-height:1.2;}
.brand-name{color:var(--white); font-weight:700; font-size:1.05rem;}
.brand-sub{color:var(--gold); font-size:0.68rem; letter-spacing:.1em; text-transform:uppercase;}

.main-nav ul{display:flex; gap:26px;}
.main-nav a{color:#CBD3E1; font-size:0.92rem; font-weight:500;}
.main-nav a:hover{color:var(--gold);}

.nav-actions{display:flex; gap:10px;}
.nav-toggle{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px;}
.nav-toggle span{width:24px; height:2px; background:var(--white); border-radius:2px;}

.mobile-nav{
  display:none; flex-direction:column; gap:4px; padding:16px 24px 22px;
  background:var(--navy); border-top:1px solid rgba(244,180,0,.2);
}
.mobile-nav a{color:#CBD3E1; padding:10px 0; font-size:0.98rem;}
.mobile-nav .btn{margin-top:10px;}
.mobile-nav.is-open{display:flex;}

@media(max-width:920px){
  .main-nav, .nav-actions{display:none;}
  .nav-toggle{display:flex;}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:radial-gradient(ellipse 80% 60% at 20% 0%, #1B2C55 0%, var(--navy) 55%);
  color:var(--white);
  padding:80px 24px 100px;
  overflow:hidden;
}
.hero-route{position:absolute; right:-40px; top:0; width:min(600px, 60%); height:100%; opacity:.9; pointer-events:none;}
.route-svg{width:100%; height:100%;}
#carMarker{offset-path:path('M60,430 C160,380 140,260 240,230 C340,200 320,90 460,60'); animation:driveRoute 6s linear infinite;}
@keyframes driveRoute{
  0%{offset-distance:0%;}
  100%{offset-distance:100%;}
}

.hero-inner{max-width:1280px; margin:0 auto; position:relative; z-index:2; display:grid; grid-template-columns:1.15fr 0.85fr; gap:56px; align-items:start;}
@media(max-width:980px){.hero-inner{grid-template-columns:1fr;}}

.eyebrow{
  display:inline-flex; align-items:center; gap:8px; color:var(--gold);
  font-size:0.8rem; letter-spacing:.16em; text-transform:uppercase; font-weight:700; margin-bottom:16px;
}
.eyebrow::before{content:''; width:24px; height:2px; background:var(--gold);}
.eyebrow-dark{color:var(--gold-dim);}

.hero h1{font-size:clamp(2.1rem, 4.2vw, 3.2rem); line-height:1.15; font-weight:800; margin-bottom:18px;}
.hero-sub{font-size:1.05rem; color:#C7CFE0; max-width:560px; line-height:1.6; margin-bottom:30px;}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:44px;}

.quote-card{max-width:420px;}
.quote-title{color:var(--white); font-size:1.15rem; margin-bottom:16px;}
.quote-form{display:flex; flex-direction:column; gap:12px;}
.field label{display:block; font-size:0.78rem; color:#C7CFE0; margin-bottom:5px; text-transform:uppercase; letter-spacing:.05em;}
.field input, .field select, .field textarea{
  width:100%; padding:11px 12px; border-radius:8px; border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08); color:var(--white); font-family:inherit; font-size:0.92rem;
}
.field input::placeholder, .field textarea::placeholder{color:#9FA9C0;}
.field select option{color:var(--navy);}
.field input:focus, .field select:focus, .field textarea:focus{outline:2px solid var(--gold); outline-offset:1px;}

/* ---------- Inner page hero ---------- */
.page-hero{
  background:radial-gradient(ellipse 80% 60% at 20% 0%, #1B2C55 0%, var(--navy) 55%);
  color:var(--white);
  padding:64px 24px 56px;
}
.page-hero-inner{max-width:1280px; margin:0 auto;}
.breadcrumb{display:flex; gap:8px; font-size:0.85rem; color:#9FA9C0; margin-bottom:18px;}
.breadcrumb a{color:#C7CFE0;}
.breadcrumb a:hover{color:var(--gold);}
.page-hero h1{font-size:clamp(1.8rem,3.6vw,2.6rem); font-weight:800; margin-bottom:14px;}
.page-hero p{color:#C7CFE0; max-width:640px; line-height:1.6; font-size:1.02rem;}

/* ---------- Section shells ---------- */
.section{padding:88px 24px;}
.section-inner{max-width:1280px; margin:0 auto;}
.band-white{background:var(--white);}
.band-ivory{background:var(--ivory);}
.band-navy{background:var(--navy); color:var(--white);}
.on-dark{color:var(--white);}
.on-dark-muted{color:#C7CFE0; margin-bottom:24px; max-width:480px;}

.section h2{font-size:clamp(1.6rem,3vw,2.3rem); font-weight:800; margin-bottom:40px; max-width:640px;}

/* ---------- Why choose us ---------- */
.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
@media(max-width:860px){.why-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.why-grid{grid-template-columns:1fr;}}
.why-card{
  background:var(--white); border:1px solid var(--border); border-radius:16px; padding:28px;
  box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;
}
.why-card:hover{transform:translateY(-6px); box-shadow:0 20px 40px rgba(15,23,42,.12);}
.why-icon{font-size:1.6rem; margin-bottom:14px;}
.why-card h3{font-size:1.05rem; margin-bottom:8px;}
.why-card p{color:var(--slate); font-size:0.92rem; line-height:1.6;}

/* ---------- Services ---------- */
.services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
@media(max-width:860px){.services-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.services-grid{grid-template-columns:1fr;}}
.service-card{
  background:var(--white); border-radius:16px; padding:26px; border:1px solid var(--border);
  transition:transform .25s ease, border-color .25s ease;
}
.service-card:hover{transform:translateY(-6px) scale(1.015); border-color:var(--gold);}
.service-icon{font-size:1.5rem; margin-bottom:12px;}
.service-card h3{font-size:1.02rem; margin-bottom:6px;}
.service-card p{color:var(--slate); font-size:0.88rem; line-height:1.55;}

/* ---------- Fleet ---------- */
.fleet-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
@media(max-width:920px){.fleet-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.fleet-grid{grid-template-columns:1fr;}}
.fleet-card{
  background:var(--ivory); border-radius:16px; padding:24px; text-align:center;
  border:1px solid var(--border); transition:transform .25s ease;
}
.fleet-card:hover{transform:translateY(-6px);}
.fleet-icon{width:100%; margin-bottom:14px;}
.fleet-img-wrap{
  width:100%; aspect-ratio:4/3; border-radius:10px; overflow:hidden;
  background:var(--ivory); margin-bottom:14px;
}
.fleet-img{width:100%; height:100%; object-fit:cover; display:block;}
.fleet-card h3{font-size:1.05rem; margin-bottom:6px;}
.fleet-card p{color:var(--slate); font-size:0.86rem;}

/* ---------- Routes ---------- */
.routes-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
@media(max-width:980px){.routes-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:700px){.routes-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:460px){.routes-grid{grid-template-columns:1fr;}}
.route-card{
  background:rgba(255,255,255,.06); border:1px solid rgba(244,180,0,.25); border-radius:14px;
  padding:20px; display:flex; align-items:center; gap:10px; color:var(--white);
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}
.route-card:hover{transform:translateY(-4px); background:rgba(244,180,0,.12); border-color:var(--gold);}
.route-from{color:#B9C2D6; font-size:0.85rem;}
.route-arrow{color:var(--gold); font-weight:700;}
.route-to{font-weight:700;}
.routes-note{margin-top:28px; color:#C7CFE0; font-size:0.92rem;}
.routes-note a{color:var(--gold); font-weight:600;}

/* ---------- Process ---------- */
.process-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
@media(max-width:860px){.process-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.process-grid{grid-template-columns:1fr;}}
.process-card{background:var(--white); border:1px solid var(--border); border-radius:16px; padding:26px;}
.process-no{color:var(--gold-dim); font-family:'Manrope',sans-serif; font-weight:800; font-size:1.6rem;}
.process-card h3{margin:10px 0 6px; font-size:1.02rem;}
.process-card p{color:var(--slate); font-size:0.88rem; line-height:1.55;}

/* ---------- Reviews ---------- */
.reviews-inner{text-align:center;}
.reviews-cta{max-width:640px; margin:0 auto;}
.reviews-cta p{color:var(--slate); margin-bottom:20px; line-height:1.6;}

/* ---------- FAQ ---------- */
.faq-list{display:flex; flex-direction:column; gap:12px; max-width:800px;}
.faq-item{background:var(--white); border:1px solid var(--border); border-radius:12px; padding:18px 22px;}
.faq-item summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; position:relative; padding-right:28px;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+'; position:absolute; right:0; top:0; color:var(--gold-dim); font-size:1.3rem; font-weight:700;}
.faq-item[open] summary::after{content:'−';}
.faq-item p{color:var(--slate); font-size:0.92rem; line-height:1.6; margin-top:10px;}

/* ---------- Contact ---------- */
.contact-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:start;}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr;}}
.contact-list{margin:22px 0; display:flex; flex-direction:column; gap:10px; color:#C7CFE0;}
.contact-list a{color:var(--white); font-weight:600;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-2); color:#C7CFE0;}
.footer-inner{
  max-width:1280px; margin:0 auto; padding:56px 24px 32px;
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:36px;
}
@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.footer-inner{grid-template-columns:1fr;}}
.footer-brand{display:flex; align-items:center; gap:12px;}
.footer-name{color:var(--white); font-weight:700; font-size:1.05rem;}
.footer-sub{font-size:0.75rem; color:var(--gold); text-transform:uppercase; letter-spacing:.08em;}
.footer-col h4{color:var(--white); font-size:0.85rem; text-transform:uppercase; letter-spacing:.07em; margin-bottom:14px;}
.footer-col a{display:block; margin-bottom:9px; font-size:0.92rem;}
.footer-col a:hover{color:var(--gold);}
.footer-col p{font-size:0.88rem; line-height:1.6;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08); text-align:center; padding:18px; font-size:0.8rem;}

/* ---------- Floating actions ---------- */
.fab-whatsapp{
  position:fixed; right:20px; bottom:88px; z-index:150;
  width:56px; height:56px; border-radius:50%; background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.5rem;
  box-shadow:0 10px 24px rgba(37,211,102,.45);
  animation:fabPulse 2.4s ease-in-out infinite;
}
@keyframes fabPulse{
  0%,100%{box-shadow:0 10px 24px rgba(37,211,102,.45);}
  50%{box-shadow:0 10px 24px rgba(37,211,102,.15);}
}
.sticky-call{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:150;
  background:var(--gold); color:var(--navy); text-align:center; font-weight:800;
  padding:14px; font-size:0.95rem;
}
@media(max-width:720px){
  .sticky-call{display:block;}
  .fab-whatsapp{bottom:76px;}
}

/* ---------- Scroll reveal ---------- */
.reveal{opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease;}
.reveal.is-visible{opacity:1; transform:translateY(0);}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .reveal{opacity:1; transform:none; transition:none;}
  #carMarker{animation:none;}
  .fab-whatsapp{animation:none;}
}
