/* ============================================================
   ESSE INDIA — START YOUR JOURNEY PAGE
   Location: /assets/css/journey.css
   ============================================================ */

.jn-hero,
.jn-process,
.jn-dest,
.jn-stats,
.jn-testi,
.jn-cta {
  --jn-jade: #0ea89e;
  --jn-jade-light: #5be0d3;
  --jn-stamp-red: #e14b4b;
}

/* ============================================================
   HERO — 3D SCENE
   ============================================================ */
.jn-hero {
  position: relative;
  background: radial-gradient(ellipse at 30% 0%, #241154, #0b0620 60%);
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 70px 0;
}
.jn-hero-grain {
  position: absolute;
  inset: 0;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cfilter id='jn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='60' height='60' filter='url(%23jn)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.jn-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(14, 168, 158, .18), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(245, 180, 0, .15), transparent 45%);
}

.jn-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
}

.jn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lilac-100, #f1ecfc);
  color: var(--purple-600, #4b21c4);
  font-weight: 600;
  font-size: 12.5px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.jn-eyebrow-dark {
  background: rgba(255, 255, 255, .08);
  color: #e3d9ff;
  border: 1px solid rgba(255, 255, 255, .14);
}

.jn-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin: 0 0 20px;
}
.jn-grad {
  background: linear-gradient(135deg, var(--purple-400, #8b5cf6), var(--gold, #f5b400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jn-lead {
  color: #b3a6d6;
  font-size: 17px;
  max-width: 520px;
  line-height: 1.8;
  margin: 0 0 28px;
}

.jn-trust-row {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin: 0 0 34px;
}
.jn-trust-item b {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 24px;
  display: block;
  color: var(--gold-light, #ffd76b);
  line-height: 1.1;
}
.jn-trust-item span {
  font-size: 11.5px;
  color: #a99fcc;
  letter-spacing: .3px;
}

.jn-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============ 3D SCENE ============ */
.jn-scene-wrap {
  position: relative;
  height: 520px;
  perspective: 1400px;
}
.jn-scene {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .15s ease-out;
}

/* Orbit */
.jn-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  transform-style: preserve-3d;
  animation: jnOrbit 34s linear infinite;
}
@keyframes jnOrbit {
  from { transform: translate(-50%, -50%) rotateY(0deg); }
  to   { transform: translate(-50%, -50%) rotateY(360deg); }
}

.jn-orbit .jn-chip {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  margin: -48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  border: 1.5px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5);
}
.jn-orbit .jn-chip img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .25);
}
.jn-orbit .jn-chip b {
  font-size: 10px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #e3d9ff;
}

/* Passport */
.jn-passport {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 320px;
  margin: -160px 0 0 -115px;
  transform-style: preserve-3d;
  animation: jnPassportSpin 16s ease-in-out infinite;
}
@keyframes jnPassportSpin {
  0%, 100% { transform: rotateY(-14deg) rotateX(4deg); }
  50%      { transform: rotateY(14deg) rotateX(-2deg); }
}
.jn-passport-face {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6);
  background: linear-gradient(155deg, var(--purple-800, #321a7a), var(--purple-950, #1a0d3d));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
}
.jn-passport-face i { font-size: 44px; color: var(--gold-light, #ffd76b); }
.jn-passport-face b {
  color: #fff;
  font-family: var(--font-display, 'Outfit', sans-serif);
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}
.jn-passport-face span {
  color: #a99fcc;
  font-size: 10.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.jn-passport-edge {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: linear-gradient(90deg, var(--purple-950, #1a0d3d), var(--purple-800, #321a7a));
  transform: rotateY(90deg) translateZ(-7px);
  border-radius: 16px 0 0 16px;
}

/* Approval stamp */
.jn-ink-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 4px solid var(--jn-stamp-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jn-stamp-red);
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateZ(60px) rotate(-18deg) scale(2.4);
  opacity: 0;
  animation: jnStampDown 5s cubic-bezier(.2, 1.4, .4, 1) infinite;
}
.jn-ink-stamp::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1.5px solid var(--jn-stamp-red);
  border-radius: 50%;
}
@keyframes jnStampDown {
  0%, 55%  { opacity: 0; transform: translateZ(60px) rotate(-18deg) scale(2.4); }
  62%      { opacity: .9; transform: translateZ(60px) rotate(-14deg) scale(1); }
  72%      { opacity: .9; transform: translateZ(60px) rotate(-14deg) scale(1.04); }
  92%      { opacity: .85; transform: translateZ(60px) rotate(-14deg) scale(1); }
  100%     { opacity: 0; transform: translateZ(60px) rotate(-14deg) scale(1); }
}

/* Scene floor */
.jn-scene-floor {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 340px;
  height: 60px;
  margin-left: -170px;
  background: radial-gradient(ellipse, rgba(139, 92, 246, .35), transparent 70%);
  filter: blur(6px);
}

/* Award badge */
.jn-award-badge {
  position: absolute;
  top: 6%;
  right: 2%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--gold-light, #ffd76b), var(--gold, #f5b400));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--purple-950, #1a0d3d);
  box-shadow: 0 16px 34px -10px rgba(245, 180, 0, .55);
  transform: translateZ(90px) rotate(-8deg);
  animation: jnBadgeFloat 5s ease-in-out infinite;
  z-index: 5;
}
.jn-award-badge i { font-size: 20px; margin-bottom: 4px; }
.jn-award-badge b { font-size: 10.5px; font-weight: 800; line-height: 1.2; }
.jn-award-badge span { font-size: 8px; font-weight: 700; letter-spacing: .5px; }
@keyframes jnBadgeFloat {
  0%, 100% { transform: translateZ(90px) rotate(-8deg) translateY(0); }
  50%      { transform: translateZ(90px) rotate(-4deg) translateY(-10px); }
}

/* ============================================================
   TICKER
   ============================================================ */
.jn-ticker {
  background: linear-gradient(135deg, var(--jn-jade), var(--purple-800, #321a7a));
  padding: 14px 0;
  overflow: hidden;
}
.jn-ticker-row {
  display: flex;
  width: max-content;
  gap: 40px;
  white-space: nowrap;
  animation: jnTickL 24s linear infinite;
}
@keyframes jnTickL {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.jn-ticker-row span {
  color: #fff;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 15.5px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: .92;
}
.jn-ticker-row span i { color: var(--gold-light, #ffd76b); font-size: 9px; }

/* ============================================================
   SECTION HEAD (shared)
   ============================================================ */
.jn-head {
  max-width: 640px;
  margin: 0 0 50px;
  position: relative;
  z-index: 2;
}
.jn-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.jn-head h2 {
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink, #150c2e);
  margin: 8px 0 0;
}
.jn-section-divider {
  display: block;
  height: 2px;
  width: 64px;
  background: linear-gradient(90deg, var(--jn-jade), var(--gold, #f5b400));
  border-radius: 2px;
  margin-bottom: 18px;
}
.jn-head-center .jn-section-divider { margin-left: auto; margin-right: auto; }

/* ============================================================
   PROCESS
   ============================================================ */
.jn-process {
  padding: 110px 0 90px;
  position: relative;
  overflow: hidden;
}
.jn-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  perspective: 1200px;
  position: relative;
  z-index: 2;
}
.jn-p-card {
  background: #fff;
  border-radius: var(--radius-md, 18px);
  box-shadow: var(--shadow-card, 0 10px 30px -12px rgba(26, 13, 61, .18));
  padding: 34px 24px 28px;
  transition: transform .35s ease, box-shadow .35s ease;
  transform-style: preserve-3d;
  position: relative;
  border-top: 4px solid var(--jn-jade);
}
.jn-p-card:nth-child(2) { border-top-color: var(--purple-500, #6a35e6); }
.jn-p-card:nth-child(3) { border-top-color: var(--gold, #f5b400); }
.jn-p-card:nth-child(4) { border-top-color: var(--jn-jade); }
.jn-p-card:hover {
  transform: rotateY(-6deg) rotateX(4deg) translateY(-8px);
  box-shadow: 0 26px 46px -16px rgba(26, 13, 61, .28);
}
.jn-p-num {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 11.5px;
  color: var(--purple-600, #4b21c4);
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.jn-p-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--lilac-100, #f1ecfc);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--purple-600, #4b21c4);
}
.jn-p-icon i { font-size: 22px; }
.jn-p-card h4 { font-size: 17px; margin: 0 0 8px; color: var(--ink, #150c2e); }
.jn-p-card p { font-size: 13.5px; color: var(--gray, #6d6d80); line-height: 1.7; margin: 0; }

/* ============================================================
   DESTINATIONS — FLIP CARDS
   ============================================================ */
.jn-dest {
  padding: 90px 0;
  background: var(--lilac-50, #f8f6fd);
}
.jn-dest-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  perspective: 1000px;
}
.jn-flip {
  height: 240px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.jn-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
  transform-style: preserve-3d;
}
.jn-flip:hover .jn-flip-inner { transform: rotateY(180deg); }

.jn-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius-md, 18px);
  overflow: hidden;
  box-shadow: var(--shadow-card, 0 10px 30px -12px rgba(26, 13, 61, .18));
  display: flex;
  flex-direction: column;
}
.jn-front {
  background: #fff;
  border: 1px solid rgba(75, 33, 196, .08);
}
.jn-flag {
  height: 56%;
  width: 100%;
  object-fit: cover;
  display: block;
  background: var(--lilac-100, #f1ecfc);
}
.jn-corner {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-600, #4b21c4);
  box-shadow: 0 6px 14px -6px rgba(26, 13, 61, .35);
}
.jn-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
}
.jn-copy b { font-size: 14.5px; color: var(--ink, #150c2e); }
.jn-copy small { color: var(--gray, #6d6d80); font-size: 11.5px; }

.jn-back {
  background: linear-gradient(155deg, var(--purple-900, #221056), var(--purple-600, #4b21c4));
  transform: rotateY(180deg);
  color: #fff;
  justify-content: center;
  gap: 8px;
  position: relative;
  padding: 22px;
}
.jn-back::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -30%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 107, .18), transparent 70%);
  pointer-events: none;
}
.jn-back b { font-size: 13px; color: var(--gold-light, #ffd76b); }
.jn-back p { font-size: 11.5px; color: #dcd0f7; line-height: 1.6; margin: 0; }
.jn-back-cta {
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   STATS — BOARDING PASS
   ============================================================ */
.jn-stats {
  padding: 70px 0;
  background: linear-gradient(155deg, var(--purple-950, #1a0d3d), var(--purple-700, #3a1889));
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jn-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='60' height='60' filter='url(%23n2)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.jn-ticket {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg, 28px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.jn-stat-box {
  padding: 30px 14px;
  text-align: center;
  position: relative;
}
.jn-stat-box:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 0;
  border-right: 2px dashed rgba(255, 255, 255, .16);
}
.jn-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(155deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--gold-light, #ffd76b);
  font-size: 17px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.jn-stat-box b {
  display: inline-block;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.jn-suffix {
  display: inline-block;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--gold-light, #ffd76b);
  margin-left: 2px;
}
.jn-label {
  display: block;
  margin-top: 10px;
  color: #cfc4ec;
  font-size: 12.5px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.jn-testi {
  padding: 110px 0;
  overflow: hidden;
}
.jn-testi-wrap {
  position: relative;
}
.jn-testi-track {
  position: relative;
  height: 300px;
  perspective: 1400px;
}
.jn-testi-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 240px;
  margin: -120px 0 0 -210px;
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--radius-md, 18px);
  box-shadow: var(--shadow-card, 0 10px 30px -12px rgba(26, 13, 61, .18));
  padding: 32px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .5s, filter .5s;
  border-top: 3px solid var(--gold, #f5b400);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.jn-testi-card .jn-quote {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 44px;
  color: var(--lilac-100, #f1ecfc);
  line-height: 0;
  display: block;
  margin-bottom: 6px;
  flex-shrink: 0;
}
.jn-testi-card p {
  font-size: 14.5px;
  color: var(--ink, #150c2e);
  line-height: 1.75;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.jn-testi-who {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-top: auto;
}
.jn-testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--jn-jade), var(--purple-600, #4b21c4));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.jn-testi-who b { display: block; font-size: 13.5px; color: var(--ink, #150c2e); }
.jn-testi-who span { font-size: 11.5px; color: var(--gray, #6d6d80); }

.jn-testi-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.jn-testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lilac-100, #f1ecfc);
  transition: .25s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.jn-testi-dot.active {
  background: var(--purple-500, #6a35e6);
  width: 22px;
  border-radius: 5px;
}

/* ============================================================
   CTA + MINI FORM
   ============================================================ */
.jn-cta {
  padding: 100px 0;
  position: relative;
  background: #0b0620;
  overflow: hidden;
}
.jn-cta-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--gold-light, #ffd76b);
  border-radius: 50%;
  opacity: .6;
  animation: jnPfloat linear infinite;
}
@keyframes jnPfloat {
  from { transform: translateY(0); }
  to   { transform: translateY(-600px); }
}

.jn-cta-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.jn-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 800;
  margin: 0 0 16px;
}
.jn-cta p {
  color: #b3a6d6;
  line-height: 1.8;
  max-width: 440px;
  margin: 0;
}

.jn-mini-form {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-md, 18px);
  padding: 30px;
  box-shadow: 0 30px 60px -24px rgba(14, 168, 158, .25);
  position: relative;
}
.jn-mini-form::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-md, 18px);
  padding: 1px;
  background: linear-gradient(135deg, rgba(14, 168, 158, .5), rgba(245, 180, 0, .3), transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.jn-form-tag {
  color: var(--gold-light, #ffd76b);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.jn-mini-form input,
.jn-mini-form select {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  outline: none;
  font-family: inherit;
  transition: border-color .2s, background .2s;
}
.jn-mini-form input:focus,
.jn-mini-form select:focus {
  border-color: rgba(255, 215, 107, .5);
  background: rgba(255, 255, 255, .08);
}
.jn-mini-form input::placeholder { color: #8b7fb0; }
.jn-mini-form select option { color: #000; }
.jn-form-submit { width: 100%; justify-content: center; margin-top: 4px; }
.jn-form-fine {
  color: #8b7fb0;
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
.jn-form-error {
  display: none;
  align-items: flex-start;
  gap: 8px;
  background: rgba(225, 75, 75, .15);
  border: 1px solid rgba(225, 75, 75, .4);
  color: #ffb3b3;
  font-size: 12.5px;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 14px;
}
.jn-form-error.show { display: flex; }
.jn-form-error i { margin-top: 2px; flex-shrink: 0; }

.jn-form-success {
  display: none;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.jn-form-success.show { display: block; }
.jn-form-success i {
  font-size: 44px;
  color: var(--jn-jade-light);
  margin-bottom: 12px;
  display: block;
}
.jn-form-success h4 { font-size: 20px; margin: 0 0 6px; }
.jn-form-success p { color: #cfc4ec; font-size: 13.5px; margin: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .jn-hero-grid { grid-template-columns: 1fr; }
  .jn-scene-wrap { height: 440px; order: -1; }
  .jn-process-grid { grid-template-columns: repeat(2, 1fr); }
  .jn-dest-grid { grid-template-columns: repeat(3, 1fr); }
  .jn-ticket { grid-template-columns: repeat(2, 1fr); }
  .jn-cta-grid { grid-template-columns: 1fr; }
  .jn-testi-card { width: 88vw; padding: 24px; }
}

@media (max-width: 640px) {
  .jn-hero { padding: 50px 0; }
  .jn-process-grid { grid-template-columns: 1fr; }
  .jn-dest-grid { grid-template-columns: repeat(2, 1fr); }
  .jn-ticket { grid-template-columns: 1fr 1fr; }
  .jn-stat-box b { font-size: 32px; }
  .jn-suffix { font-size: 26px; }
  .jn-flip { height: 220px; }
  .jn-award-badge { width: 84px; height: 84px; }
  .jn-award-badge i { font-size: 16px; }
  .jn-award-badge b { font-size: 9px; }
  .jn-award-badge span { font-size: 7px; }
  .jn-orbit .jn-chip { width: 76px; height: 76px; margin: -38px; }
  .jn-orbit .jn-chip img { width: 24px; height: 24px; }
  .jn-orbit .jn-chip b { font-size: 8.5px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .jn-orbit,
  .jn-passport,
  .jn-ink-stamp,
  .jn-award-badge,
  .jn-ticker-row,
  .jn-cta-particles span {
    animation: none !important;
  }
  .jn-flip-inner,
  .jn-p-card,
  .jn-testi-card {
    transition: none !important;
  }
  .jn-ink-stamp { opacity: .9; transform: translateZ(60px) rotate(-14deg) scale(1); }
}