d34;
  --bg-soft: #101b35;:root {
  --bg: #081225;
  --bg-2: #111
  --surface: rgba(17, 26, 47, 0.72);
  --surface-strong: rgba(15, 24, 46, 0.9);
  --primary: #4f8cff;
  --primary-2: #7a5cff;
  --primary-3: #26d0ce;
  --accent: #ff9d5c;
  --navy: #edf4ff;
  --text: #eaf1ff;
  --muted: #afc3e6;
  --border: rgba(181, 202, 255, 0.14);
  --shadow: 0 24px 60px rgba(20, 40, 90, 0.5);
  --shadow-soft: 0 14px 30px rgba(11, 18, 34, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(79, 140, 255, 0.35), transparent 26%),
    radial-gradient(circle at right, rgba(122, 92, 255, 0.28), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 45%, #0d1530 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: none;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(12, 18, 34, 0.66);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo-link {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  line-height: 1.1;
}

.brand-tag {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.brand h1 {
  margin: 0;
  font-size: 1.45rem;
  color: var(--navy);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-weight: 600;
}

.main-nav a:hover {
  color: white;
}

.admin-link {
  color: #dfe7ff;
}

.auth-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
}

.btn {
  border-radius: 14px;
  padding: 0.9rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: white;
  box-shadow: 0 14px 28px rgba(111, 118, 255, 0.35);
}

.btn-light {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
}

.btn.small {
  padding: 0.7rem 1rem;
  border-radius: 11px;
}

.wide {
  width: 100%;
}

.hero {
  position: relative;
  padding: 72px 0 42px;
}

.hero-glow {
  position: absolute;
  right: 8%;
  top: 7%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(87, 129, 255, 0.38) 0%, rgba(87, 129, 255, 0) 64%);
  filter: blur(16px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  background: rgba(122, 92, 255, 0.14);
  color: #dfe7ff;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-copy h2 {
  margin: 18px 0 14px;
  font-size: clamp(2.5rem, 4.5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: white;
}

.hero-copy p {
  margin: 0;
  max-width: 610px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.booking-panel {
  margin-top: 30px;
  background: rgba(17, 24, 41, 0.7);
  border: 1px solid rgba(190, 220, 255, 0.15);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 18px;
  backdrop-filter: blur(14px);
}

.panel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.tab {
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
}

.tab.active {
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  color: white;
  box-shadow: 0 12px 24px rgba(95, 109, 255, 0.35);
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1.7fr auto;
  gap: 14px;
  align-items: end;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-group label {
  font-weight: 600;
  color: white;
}

.field-group input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  padding: 0.9rem 1rem;
}

.field-group input[type="date"] {
  min-height: 52px;
}

.date-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.date-pill.active {
  background: linear-gradient(135deg, rgba(38, 208, 206, 0.25), rgba(79, 140, 255, 0.25));
  color: white;
  border-color: rgba(38, 208, 206, 0.45);
}

.tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
}

.submit-btn {
  min-width: 136px;
  min-height: 52px;
}

.hero-side {
  display: flex;
  justify-content: center;
}

.spotlight-card {
  width: 100%;
  background: linear-gradient(160deg, rgba(21, 35, 59, 0.9), rgba(48, 87, 169, 0.94));
  border-radius: 32px;
  padding: 28px 24px;
  color: white;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.spotlight-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -60px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.mini-tag {
  display: inline-flex;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #e3ecff;
  font-size: 0.75rem;
  font-weight: 700;
}

.spotlight-card h3 {
  margin: 18px 0 16px;
  font-size: 2.2rem;
  line-height: 1.1;
}

.trip-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 18px;
}

.trip-meta span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.74rem;
  margin-bottom: 4px;
}

.trip-meta strong {
  font-size: 1.35rem;
}

.spotlight-card ul,
.trek-body ul,
.trek-card.info-card ul {
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
  margin: 0 0 18px;
}

.services,
.trek-section,
.packages,
.wallet,
.payments,
.help {
  padding: 78px 0;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h3 {
  margin: 14px 0 0;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  color: white;
}

.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  background: linear-gradient(180deg, rgba(18, 29, 52, 0.8), rgba(14, 23, 41, 0.92));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: var(--shadow-soft);
}

.icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  background: rgba(102, 146, 255, 0.18);
  margin-bottom: 16px;
}

.service-card h4 {
  margin: 0 0 10px;
  color: white;
  font-size: 1.15rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.trek-grid {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr;
  gap: 22px;
}

.trek-card {
  background: linear-gradient(180deg, rgba(17, 26, 46, 0.92), rgba(13, 21, 39, 0.92));
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.trek-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.trek-body {
  padding: 22px;
}

.tag {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 157, 92, 0.18);
  color: #ffd5b7;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  font-size: 0.72rem;
}

.trek-body h4,
.trek-card.info-card h4 {
  margin: 14px 0 12px;
  color: white;
  font-size: 1.6rem;
}

.trek-body p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.trek-body ul {
  color: var(--muted);
}

.trek-card.info-card {
  padding: 26px 22px;
  background: linear-gradient(180deg, rgba(60, 92, 196, 0.2), rgba(25, 42, 76, 0.9));
}

.trek-card.info-card ul {
  color: #eaf1ff;
  margin-bottom: 0;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.chip.active {
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.5), rgba(122, 92, 255, 0.5));
  color: white;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.package-card {
  background: linear-gradient(180deg, rgba(17, 26, 46, 0.88), rgba(13, 21, 39, 1));
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease;
}

.package-card:hover {
  transform: translateY(-4px);
}

.package-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.package-body {
  padding: 18px 18px 20px;
}

.package-body h4 {
  margin: 12px 0 8px;
  color: white;
  font-size: 1.45rem;
}

.package-body p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.price-row strong {
  color: white;
  font-size: 1.5rem;
}

.wallet-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.wallet-card {
  background: linear-gradient(180deg, rgba(17, 25, 44, 0.96), rgba(12, 19, 36, 1));
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
}

.balance-card {
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.14), rgba(122, 92, 255, 0.12));
}

.amount {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 800;
  color: white;
  margin: 16px 0 10px;
}

.wallet-note {
  margin: 0 0 18px;
  color: var(--muted);
}

.info-card ul {
  margin: 18px 0 20px;
  padding-left: 18px;
  line-height: 2;
  color: var(--muted);
}

.payment-wrap {
  padding-top: 6px;
}

.payment-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.payment-box {
  background: linear-gradient(180deg, rgba(18, 30, 53, 0.9), rgba(12, 19, 35, 0.94));
  border-radius: 22px;
  border: 1px solid var(--border);
  padding: 24px 20px;
}

.payment-box h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: white;
}

.payment-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.payment-box.highlight {
  background: linear-gradient(180deg, #3e6ef5, #5e6cf5);
  border: none;
}

.payment-box.highlight h4,
.payment-box.highlight p {
  color: white;
}

.help-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: center;
}

.help-grid h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.9rem, 2vw, 2.6rem);
  color: white;
}

.help-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.help-card {
  background: linear-gradient(180deg, rgba(255, 157, 92, 0.14), rgba(62, 110, 245, 0.08));
  border: 1px solid rgba(255, 157, 92, 0.18);
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.whatsapp-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  display: grid;
  place-items: center;
  font-size: 2rem;
}

.help-card p {
  margin: 0 0 8px;
  color: white;
  font-weight: 700;
}

.help-card a {
  color: #96c0ff;
  font-size: 1.3rem;
  font-weight: 800;
}

.site-footer {
  background: rgba(6, 11, 19, 0.9);
  color: rgba(255, 255, 255, 0.8);
  padding: 22px 0;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: rgba(4, 11, 22, 0.95);
  color: white;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.admin-body {
  background: linear-gradient(180deg, #091423 0%, #0d1830 100%);
}

.admin-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 17, 30, 0.8);
  backdrop-filter: blur(14px);
}

.admin-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.admin-main {
  padding: 42px 0 72px;
}

.hidden {
  display: none !important;
}

.auth-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 66vh;
}

.access-card {
  max-width: 560px;
  width: 100%;
}

.access-note {
  color: var(--muted);
  margin-bottom: 18px;
}

.otp-form {
  margin-top: 16px;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.admin-form-card,
.admin-preview {
  background: rgba(17, 22, 38, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.admin-form-card h1,
.admin-preview h2 {
  margin-top: 0;
  color: white;
}

.trip-form {
  display: grid;
  gap: 18px;
}

.trip-form label {
  display: grid;
  gap: 8px;
  color: #dfe7ff;
  font-weight: 600;
}

.trip-form input,
.trip-form select,
.trip-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: white;
  padding: 0.9rem 1rem;
}

.trip-form textarea {
  min-height: 120px;
  resize: vertical;
}

.trip-form .btn {
  width: 100%;
}

.trip-list {
  display: grid;
  gap: 14px;
}

.trip-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.trip-item img {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  object-fit: cover;
}

.trip-item h3 {
  margin: 0 0 6px;
  color: white;
  font-size: 1rem;
}

.trip-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.trip-item strong {
  color: #cfe2ff;
}

.delete-trip {
  background: rgba(255, 86, 86, 0.12);
  color: #ffd9d9;
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  align-self: start;
}

.empty-state {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  color: var(--muted);
}

@media (max-width: 940px) {
  .hero-grid,
  .trek-grid,
  .wallet-grid,
  .help-grid,
  .service-grid,
  .package-grid,
  .payment-boxes,
  .admin-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .trek-grid,
  .wallet-grid,
  .help-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .booking-form {
    grid-template-columns: 1fr 1fr;
  }

  .submit-btn {
    width: 100%;
    grid-column: span 2;
  }

  .main-nav {
    display: none;
  }
}

  .hero-grid,
  .trek-grid,
  .wallet-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .booking-form {
    grid-template-columns: 1fr 1fr;
  }

  .submit-btn {
    width: 100%;
    grid-column: span 2;
  }

  .main-nav {
    display: none;
  }
}

@media (max-width: 620px) {
  .auth-buttons {
    display: none;
  }

  .booking-form,
  .service-grid,
  .package-grid,
  .payment-boxes {
    grid-template-columns: 1fr;
  }

  .submit-btn {
    grid-column: auto;
  }

  .split,
  .price-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero {
    padding-top: 42px;
  }
}
