/* Ayodhya App — travel packages (shared). Absolute path: /travel-packages/packages.css */
:root {
  --k1: #FF5C00;
  --k2: #FF8200;
  --k3: #FFB300;
  --k4: #FFD54F;
  --dark: #130200;
  --deep: #1E0400;
  --cream: #FFFCF5;
  --off: #FFF7EE;
  --white: #ffffff;
  --f-display: "Cormorant Garamond", Georgia, serif;
  --f-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --f-deva: "Noto Serif Devanagari", serif;
  --bdr: rgba(255, 92, 0, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 10px 36px rgba(255, 92, 0, 0.12);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--f-body);
  background: var(--cream);
  color: var(--dark);
  line-height: 1.65;
  min-height: 100vh;
}

a { color: var(--k1); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* ── Nav ── */
nav {
  background: rgba(30, 4, 0, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.85rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 179, 0, 0.12);
}

.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  min-width: 0;
}

.nav-logo img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex-shrink: 0;
}

.nav-logo .t1 {
  color: #fff;
  font-weight: 700;
  font-family: var(--f-deva);
  font-size: 1.15rem;
  line-height: 1.15;
}

.nav-logo .t2 {
  font-family: var(--f-body);
  font-size: 0.58rem;
  color: #C9A36A;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.nav-dl {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.15rem;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--k1), var(--k2));
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(255, 92, 0, 0.35);
}

.nav-dl:hover { opacity: 0.95; transform: translateY(-1px); }

/* ── Breadcrumb ── */
.breadcrumb {
  background: var(--off);
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 92, 0, 0.08);
}

.breadcrumb-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
  font-size: 0.8rem;
  color: rgba(19, 2, 0, 0.5);
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb-inner a { color: var(--k1); font-weight: 500; }

/* ── Hero ── */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(255, 179, 0, 0.18), transparent 55%),
    linear-gradient(145deg, var(--deep) 0%, #3d0900 42%, #8B2500 72%, var(--k1) 100%);
  padding: clamp(2.25rem, 5.5vw, 4rem) 0 clamp(2.25rem, 5vw, 3rem);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--cream));
  pointer-events: none;
}

.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
  position: relative;
  z-index: 1;
}

.hero-cat {
  display: inline-block;
  padding: 0.32rem 0.9rem;
  border-radius: 20px;
  background: rgba(255, 179, 0, 0.16);
  border: 1px solid rgba(255, 179, 0, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--k3);
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: var(--f-display);
  font-size: clamp(1.85rem, 5.2vw, 3.05rem);
  color: #fff;
  line-height: 1.12;
  margin-bottom: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-lead {
  font-size: clamp(0.95rem, 2.2vw, 1.08rem);
  color: rgba(255, 252, 245, 0.82);
  max-width: 38rem;
  margin-bottom: 0.85rem;
  line-height: 1.55;
}

.hero-meta {
  font-size: 0.8rem;
  color: rgba(255, 252, 245, 0.48);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.35rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn:hover { transform: translateY(-2px); }

.btn-gold {
  background: linear-gradient(135deg, var(--k3), var(--k4));
  color: var(--dark) !important;
  box-shadow: 0 4px 20px rgba(255, 179, 0, 0.35);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-ghost:hover { background: rgba(255, 255, 255, 0.16); }

/* ── Content ── */
.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4.5vw, 3rem) clamp(1rem, 4vw, 1.5rem);
}

.section-title {
  font-family: var(--f-display);
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  margin-bottom: 0.45rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid rgba(255, 92, 0, 0.12);
  color: var(--dark);
  font-weight: 700;
}

.section-sub {
  color: rgba(19, 2, 0, 0.62);
  margin-bottom: 1.25rem;
  max-width: 40rem;
  font-size: 0.95rem;
}

/* ── City pills ── */
.city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 2rem;
}

.city-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--white);
  border: 1.5px solid var(--bdr);
  color: var(--dark) !important;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(19, 2, 0, 0.03);
}

.city-pill:hover,
.city-pill.is-active {
  background: rgba(255, 92, 0, 0.1);
  border-color: rgba(255, 92, 0, 0.4);
  color: var(--k1) !important;
  transform: translateY(-1px);
}

.city-pill.is-active {
  background: linear-gradient(135deg, var(--k1), var(--k2));
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(255, 92, 0, 0.28);
}

/* ── Package cards ── */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1.15rem;
  margin: 1.25rem 0 2.5rem;
}

.pkg-card {
  background: var(--white);
  border: 1px solid var(--bdr);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
  box-shadow: 0 4px 18px rgba(19, 2, 0, 0.04);
}

.pkg-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.pkg-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  background: #1a0500;
}

.pkg-body {
  padding: 1.15rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pkg-from {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--k1);
  margin-bottom: 0.35rem;
}

.pkg-card h3 {
  font-size: 1.12rem;
  margin-bottom: 0.4rem;
  line-height: 1.3;
  color: var(--dark);
  font-weight: 700;
}

.pkg-card .pkg-desc {
  font-size: 0.9rem;
  color: rgba(19, 2, 0, 0.6);
  margin-bottom: 0.8rem;
  flex: 1;
  line-height: 1.5;
}

.pkg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.chip {
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.28rem 0.58rem;
  border-radius: 7px;
  background: rgba(255, 92, 0, 0.08);
  color: rgba(19, 2, 0, 0.72);
}

.pkg-price {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
  color: var(--dark);
}

.pkg-price small {
  font-weight: 500;
  font-size: 0.8rem;
  color: rgba(19, 2, 0, 0.5);
}

.pkg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pkg-actions a {
  flex: 1;
  min-width: 108px;
  text-align: center;
  padding: 0.6rem 0.7rem;
  border-radius: 11px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s, opacity 0.2s;
}

.pkg-actions a:hover { transform: translateY(-1px); }

.pkg-actions .primary {
  background: linear-gradient(135deg, var(--k1), var(--k2));
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(255, 92, 0, 0.28);
}

.pkg-actions .secondary {
  background: rgba(255, 92, 0, 0.08);
  color: var(--k1) !important;
  border: 1px solid rgba(255, 92, 0, 0.18);
}

/* ── Prose / FAQ ── */
.prose h2 {
  font-family: var(--f-display);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  margin: 2.25rem 0 0.7rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid rgba(255, 92, 0, 0.12);
  font-weight: 700;
}

.prose h3 {
  font-family: var(--f-display);
  font-size: 1.15rem;
  color: var(--k1);
  margin: 1.4rem 0 0.4rem;
}

.prose p,
.prose li {
  color: rgba(19, 2, 0, 0.76);
  margin-bottom: 0.8rem;
  font-size: 0.96rem;
}

.prose ul,
.prose ol {
  padding-left: 1.35rem;
  margin-bottom: 1rem;
}

.highlight {
  background: linear-gradient(135deg, rgba(255, 92, 0, 0.07), rgba(255, 179, 0, 0.06));
  border-left: 4px solid var(--k1);
  border-radius: 0 14px 14px 0;
  padding: 1.05rem 1.25rem;
  margin: 1.4rem 0;
  font-size: 0.93rem;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin-bottom: 0.65rem;
  box-shadow: 0 2px 10px rgba(19, 2, 0, 0.03);
}

.faq summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--dark);
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--k1);
  flex-shrink: 0;
}

.faq details[open] summary::after { content: "−"; }

.faq details p {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
  color: rgba(19, 2, 0, 0.7);
  line-height: 1.55;
}

/* ── App CTA ── */
.app-cta {
  background: linear-gradient(135deg, var(--deep), #5a1200 55%, var(--k1));
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.15rem);
  text-align: center;
  margin: 2.25rem 0 0;
  box-shadow: 0 12px 40px rgba(255, 92, 0, 0.2);
}

.app-cta h2 {
  font-family: var(--f-deva);
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  margin-bottom: 0.5rem;
  border: 0;
  padding: 0;
}

.app-cta p {
  color: rgba(255, 252, 245, 0.72);
  font-size: 0.92rem;
  margin-bottom: 1.15rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.app-cta a {
  display: inline-flex;
  padding: 0.72rem 1.6rem;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--k3), var(--k4));
  color: var(--dark) !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(255, 179, 0, 0.35);
}

.app-cta a:hover { transform: translateY(-2px); }

/* ── Related ── */
.related {
  background: var(--off);
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  border-top: 1px solid rgba(255, 92, 0, 0.08);
}

.related-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
}

.related h2 {
  font-family: var(--f-display);
  font-size: 1.5rem;
  margin-bottom: 1.15rem;
  font-weight: 700;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 0.9rem;
}

.related-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.15rem;
  border: 1px solid rgba(255, 92, 0, 0.1);
  text-decoration: none !important;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}

.related-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.related-card .rc-cat {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--k1);
  margin-bottom: 0.35rem;
}

.related-card h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dark);
}

/* ── Footer ── */
footer {
  background: var(--deep);
  padding: 1.4rem 0;
  text-align: center;
}

footer p {
  font-size: 0.78rem;
  color: rgba(255, 252, 245, 0.38);
  padding: 0 1rem;
  line-height: 1.5;
}

footer a { color: var(--k3); }

/* ── Responsive ── */
@media (max-width: 640px) {
  .nav-logo .t2 { display: none; }
  .pkg-card img { height: 148px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .pkg-actions { flex-direction: column; }
  .pkg-actions a { min-width: 0; }
}

@media (max-width: 380px) {
  .nav-dl { padding: 0.45rem 0.85rem; font-size: 0.78rem; }
}
