:root {
  --teal: #005050;
  --teal-dark: #003f3f;
  --teal-soft: #e6f0ed;
  --orange: #ffa41b;
  --orange-dark: #dd8400;
  --ink: #172321;
  --muted: #52615e;
  --cream: #f8f7f1;
  --pale: #f1f8e9;
  --white: #fff;
  --line: #dbe5df;
  --shadow: 0 24px 70px rgba(0, 62, 58, 0.13);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; color: white; background: var(--teal); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(0,50,50,.06); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { flex: 0 0 auto; border-radius: 8px; }
.brand img { width: 143px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.button) { position: relative; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 24px; height: 2px; background: var(--teal); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; color: #132422; background: var(--orange); border: 2px solid var(--orange); border-radius: 999px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px rgba(255,164,27,.2); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #ffb239; box-shadow: 0 14px 30px rgba(255,164,27,.28); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-light { color: var(--teal); background: var(--white); border-color: var(--white); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link.large { font-size: 17px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 28px; height: 2px; background: var(--orange); }
.eyebrow.light { color: #bfe5de; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem, 6.4vw, 5.65rem); line-height: .98; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 3.6rem); line-height: 1.04; }
h1 em, h2 em { color: var(--teal); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
p { line-height: 1.65; }

.hero { position: relative; overflow: hidden; padding: 160px 0 105px; background: radial-gradient(circle at 8% 0%, #f5fbf3 0, transparent 34%), linear-gradient(118deg, #fff 50%, #f1f7f1 50%); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 80px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-bottom: 24px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--muted); font-size: 13px; }
.hero-note svg { width: 20px; flex: 0 0 auto; fill: none; stroke: var(--teal); stroke-width: 1.8; }
.hero-visual { position: relative; min-width: 0; padding: 0 16px 28px 0; }
.image-frame { position: relative; overflow: hidden; aspect-ratio: 1.14; border-radius: 42% 12px 42% 12px; box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,50,50,.25)); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.route-card { position: absolute; left: -50px; bottom: 0; z-index: 3; display: grid; grid-template-columns: auto 18px 1fr; gap: 15px; width: min(370px, 82%); padding: 22px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); border-radius: 20px; box-shadow: 0 18px 45px rgba(0,50,50,.18); backdrop-filter: blur(12px); }
.route-time strong { display: block; color: var(--teal); font-size: 19px; }
.route-time span, .route-places span { color: var(--muted); font-size: 11px; }
.route-line { display: flex; align-items: center; flex-direction: column; padding-top: 3px; }
.route-line i { width: 9px; height: 9px; border: 2px solid var(--teal); border-radius: 50%; }
.route-line i:last-child { background: var(--orange); border-color: var(--orange); }
.route-line b { width: 1px; flex: 1; margin: 4px 0; background: repeating-linear-gradient(var(--teal), var(--teal) 3px, transparent 3px, transparent 6px); }
.route-places p { margin-bottom: 8px; line-height: 1.25; }
.route-places p:last-child { margin: 0; }
.route-places strong, .route-places span { display: block; }
.seat-pill { position: absolute; right: 18px; top: 18px; padding: 6px 10px; color: var(--teal); background: var(--pale); border-radius: 99px; font-size: 11px; font-weight: 800; }
.community-badge { position: absolute; top: 28px; right: -24px; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: var(--teal); border-radius: 14px; box-shadow: var(--shadow); color: white; font-size: 12px; }
.community-badge > span { display: grid; width: 29px; height: 29px; place-items: center; color: var(--teal); background: var(--orange); border-radius: 50%; font-weight: 900; }
.community-badge p { margin: 0; line-height: 1.35; }
.hero-road { position: absolute; right: -90px; bottom: 27px; width: 44%; height: 42px; border-top: 2px dashed rgba(0,80,80,.17); transform: rotate(-4deg); }

.trust-strip { position: relative; z-index: 5; border-block: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { display: flex; align-items: center; gap: 16px; min-height: 140px; padding: 30px 28px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; }
.icon-box { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--teal); background: var(--teal-soft); border-radius: 15px; }
.icon-box svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid h2 { margin-bottom: 5px; font-size: 15px; letter-spacing: -.01em; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }

.section { padding: 120px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 110px; align-items: center; }
.section-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 18px; }
.statements { margin-top: 36px; border-top: 1px solid var(--line); }
.statements div { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.statements strong { color: var(--orange-dark); font-family: Georgia, serif; font-size: 15px; }
.statements span { font-weight: 700; }
.journey-art { position: relative; min-height: 540px; background: var(--pale); border-radius: var(--radius); }
.journey-image-wrap { position: absolute; inset: -35px 65px 35px; overflow: hidden; background: white; border-radius: 110px 110px 15px 15px; box-shadow: var(--shadow); }
.journey-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.journey-quote { position: absolute; right: -25px; bottom: 35px; display: flex; gap: 12px; padding: 20px 24px; color: white; background: var(--teal); border-radius: 18px; box-shadow: var(--shadow); }
.journey-quote > span { color: var(--orange); font-family: Georgia, serif; font-size: 42px; line-height: .7; }
.journey-quote p { margin: 0; line-height: 1.45; }

.flow-section { background: var(--cream); }
.section-heading.center { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.role-switcher { display: grid; grid-template-columns: 1fr 1fr; max-width: 520px; margin: 0 auto 48px; padding: 6px; background: #e5e9e4; border-radius: 999px; }
.role-switcher button { min-height: 46px; border: 0; color: var(--muted); background: transparent; border-radius: 999px; font-weight: 800; cursor: pointer; }
.role-switcher button[aria-selected="true"] { color: white; background: var(--teal); box-shadow: 0 6px 16px rgba(0,80,80,.18); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 300px; padding: 35px; overflow: hidden; background: white; border: 1px solid #e7e9e4; border-radius: 20px; transition: transform .2s, box-shadow .2s; }
.step-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,50,50,.08); }
.step-number { position: absolute; top: 18px; right: 22px; color: #d8ded9; font-family: Georgia, serif; font-size: 34px; }
.step-icon { display: grid; width: 58px; height: 58px; margin-bottom: 38px; place-items: center; color: var(--teal); background: var(--pale); border-radius: 18px; }
.step-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin-bottom: 12px; font-size: 21px; }
.step-card p { margin: 0; color: var(--muted); font-size: 15px; }
.action-row { margin-top: 38px; }
.center { text-align: center; }

.section-heading.split { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; min-height: 285px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card.featured { color: white; background: var(--teal); }
.feature-card > svg { width: 38px; margin-bottom: 50px; fill: none; stroke: var(--teal); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-card.featured > svg { stroke: var(--orange); }
.feature-card h3 { margin-bottom: 10px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-card.featured p { color: #c5dcda; }
.feature-index { position: absolute; top: 34px; right: 34px; color: #aab7b2; font-family: Georgia, serif; }
.feature-card.featured .feature-index { color: #78a4a1; }
.feature-footnote { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 35px 0 0; color: var(--muted); font-size: 14px; }
.feature-footnote span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--teal); background: var(--pale); border-radius: 50%; font-weight: 900; }

.safety-section { color: white; background: var(--teal); }
.safety-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 120px; align-items: center; }
.safety-copy h2 em { color: var(--orange); }
.safety-copy > p:not(.eyebrow) { max-width: 550px; margin-bottom: 32px; color: #c5dcda; font-size: 17px; }
.safety-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.safety-list article:first-child { border-top: 1px solid rgba(255,255,255,.17); }
.safety-list article > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--teal); background: var(--orange); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.safety-list h3 { margin-bottom: 7px; font-size: 19px; }
.safety-list p { margin: 0; color: #b7d1cf; font-size: 14px; }

.routes-section { overflow: hidden; background: var(--pale); }
.routes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.routes-visual { position: relative; }
.map-card { position: relative; min-height: 430px; background: #e7f0e4; border-radius: 50% 50% 20px 20px; }
.map-card svg { width: 100%; height: 100%; padding: 30px; overflow: visible; }
.map-outline { fill: #d6e4d0; stroke: #b8ceb0; stroke-width: 2; }
.route-path { fill: none; stroke: var(--orange); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 10 12; }
.map-card circle { fill: var(--teal); stroke: white; stroke-width: 5; }
.map-label { position: absolute; z-index: 2; padding: 8px 12px; background: white; border-radius: 9px; box-shadow: 0 8px 20px rgba(0,50,50,.13); color: var(--teal); font-size: 12px; font-weight: 800; }
.label-indore { left: 18%; bottom: 23%; }
.label-ujjain { left: 56%; top: 42%; }
.label-bhopal { right: 3%; top: 31%; }
.route-notice { display: flex; flex-direction: column; margin: 28px 0; padding: 18px 20px; background: white; border-left: 3px solid var(--orange); }
.route-notice strong { margin-bottom: 4px; font-size: 14px; }
.route-notice span { color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 13px; left: 7px; width: 12px; height: 1px; background: var(--teal); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { padding-right: 50px; color: var(--muted); font-size: 15px; }

.download-section { padding: 0 0 100px; }
.download-card { position: relative; display: grid; grid-template-columns: 1fr .55fr; min-height: 420px; padding: 70px 80px; overflow: hidden; color: white; background: var(--teal); border-radius: 30px; }
.download-card::before { content: ""; position: absolute; right: -5%; bottom: -80%; width: 550px; height: 550px; border: 2px dashed rgba(255,255,255,.18); border-radius: 50%; }
.download-copy { position: relative; z-index: 2; }
.download-copy h2 em { color: var(--orange); }
.download-copy > p:not(.eyebrow) { max-width: 550px; color: #c5dcda; font-size: 17px; }
.availability-note { display: inline-flex; flex-direction: column; margin-top: 15px; padding: 12px 17px; color: #c5dcda; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; font-size: 12px; line-height: 1.5; }
.availability-note span { color: white; font-size: 14px; font-weight: 800; }
.download-mark { position: absolute; right: 6%; bottom: -5%; width: 300px; opacity: .18; transform: rotate(-7deg); }

.site-footer { padding: 75px 0 28px; background: #f5f6f2; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; padding-bottom: 55px; }
.footer-brand img { width: 145px; margin-bottom: 22px; }
.footer-brand p { max-width: 330px; color: var(--muted); font-size: 14px; }
.footer-grid h2 { margin-bottom: 18px; color: var(--teal); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: var(--teal); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--line); color: #73807d; font-size: 12px; }
.footer-bottom p { margin: 0; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .primary-nav { gap: 14px; font-size: 12px; }
  .primary-nav .button { padding-inline: 15px; }
  .hero-grid { gap: 45px; }
  .community-badge { right: 0; }
  .route-card { left: -20px; }
  .intro-grid, .routes-grid { gap: 60px; }
  .journey-image-wrap { inset-inline: 35px; }
  .safety-grid { gap: 70px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 680px); }
  .nav-shell { height: 72px; }
  .brand img { width: 125px; }
  .menu-button { display: flex; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 28px; background: white; }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { display: block; padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .primary-nav .button { margin-top: 25px; }
  .hero { padding: 125px 0 75px; background: linear-gradient(165deg, #fff 55%, #f1f7f1 55%); }
  .hero-grid, .intro-grid, .safety-grid, .routes-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.15rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { padding-right: 0; }
  .image-frame { aspect-ratio: .98; }
  .route-card { left: 10px; width: calc(100% - 20px); }
  .community-badge { top: -25px; right: 10px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-grid article, .trust-grid article:first-child { min-height: 105px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .section { padding: 85px 0; }
  .intro-grid { gap: 85px; }
  .journey-art { min-height: 500px; }
  .journey-image-wrap { inset: -30px 28px 30px; }
  .journey-quote { right: 4px; }
  .steps-grid, .features-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .section-heading.split { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { min-height: 245px; }
  .safety-grid { gap: 50px; }
  .map-card { min-height: 340px; }
  .faq-grid { gap: 40px; }
  .faq-grid .section-heading { position: static; }
  .download-section { padding-bottom: 60px; }
  .download-card { grid-template-columns: 1fr; min-height: 520px; padding: 50px 28px; border-radius: 22px; }
  .download-mark { right: -35px; width: 260px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .hero-lead, .section-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions { gap: 19px; }
  .route-card { grid-template-columns: auto 16px 1fr; padding: 17px; }
  .seat-pill { display: none; }
  .role-switcher button { padding-inline: 10px; font-size: 13px; }
  .step-card, .feature-card { padding: 28px; }
  .map-card { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
}
