/* Scoped landing-page redesign styles. All rules are namespaced under .lp so they cannot leak into (or be overridden by) the existing booking-form / dashboard styling in styles.css. */

/* styles.css forces a dark "space" theme onto <html>/<body> with !important (legacy
   full-bleed landing experiment). Re-assert a normal light page here, loaded after
   styles.css, so the new marketing sections aren't forced to white-on-white. This does
   not affect the booking form/drawer/modals below since those all set their own colors
   on their own elements rather than inheriting from body. */
html, body {
  background: #f8f9ff !important;
  color: #10183d !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.lp {
  --navy: #06113c;
  --navy-2: #08164b;
  --ink: #10183d;
  --muted: #5c6687;
  --purple: #7548f5;
  --purple-2: #a36fff;
  --blue: #3478f6;
  --green: #28c978;
  --white: #ffffff;
  --soft: #f6f7ff;
  --line: rgba(124, 139, 190, .22);
  --glass: rgba(255, 255, 255, .1);
  --shadow: 0 24px 70px rgba(17, 28, 73, .18);
}

:where(.lp) * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.lp {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f8f9ff;
}

:where(.lp) button,
:where(.lp) input {
  font: inherit;
}

:where(.lp) a {
  color: inherit;
  text-decoration: none;
}

:where(.lp) button,
:where(.lp) input {
  border: 0;
}

:where(.lp) button {
  cursor: pointer;
}

:where(.lp) img {
  display: block;
  max-width: 100%;
}

.lp .shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.lp .hero {
  min-height: 640px;
  color: var(--white);
  position: relative;
  z-index: 3;
  overflow: visible;
  background: #06113c;
}

/* The plane photo is pinned to a fixed-height layer matching Codex's
   original crop (760px), instead of stretching across the whole hero.
   The taller booking form below it no longer forces `cover` to zoom the
   image in — the extra height just falls on the solid navy background. */
.lp .hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 640px;
  background:
    linear-gradient(180deg, rgba(6, 17, 60, 0) 65%, #06113c 100%),
    linear-gradient(90deg, rgba(4, 12, 48, .98) 0%, rgba(5, 15, 59, .82) 34%, rgba(8, 14, 52, .28) 76%),
    linear-gradient(180deg, rgba(6, 17, 60, .3), rgba(6, 17, 60, .72)),
    url("images/landing-hero-plane.png") center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.lp .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 230px;
  background: linear-gradient(180deg, rgba(6, 17, 60, 0), rgba(6, 17, 60, .82));
  pointer-events: none;
  z-index: 0;
}

.lp .nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  position: relative;
  z-index: 3;
}

.lp .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0;
}

.lp .brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--purple-2);
}

.lp .brand-mark svg {
  width: 100%;
  height: 100%;
}

.lp .nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, .82);
}

.lp .nav-links a {
  position: relative;
  padding-block: 10px;
}

.lp .nav-links a.active,
.lp .nav-links a:hover {
  color: #fff;
}

.lp .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: #fff;
}

.lp .nav-cta,
.lp .primary-btn,
.lp .search-btn {
  color: #fff;
  font-weight: 800;
  border-radius: 12px;
  background: linear-gradient(135deg, #6d49ff, #a46bff);
  box-shadow: 0 16px 30px rgba(101, 78, 255, .35);
}

.lp .nav-cta {
  padding: 18px 32px;
}

.lp .hero-content {
  position: relative;
  z-index: 4;
  padding: 66px 0 50px;
}

.lp .hero-copy {
  max-width: 1040px;
  position: relative;
}

.lp .hero h1 {
  margin: 0;
  font-size: clamp(54px, 7.2vw, 86px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 900;
}

.lp .hero h1 span,
.lp .why-head h2 span,
.lp .reason-copy h2 span {
  color: var(--purple-2);
}

.lp .hero-copy p {
  margin: 24px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, .92);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 500;
}

.lp .flight-path {
  position: absolute;
  border-top: 1.5px dashed rgba(206, 214, 255, .52);
  width: 240px;
  height: 80px;
  transform: rotate(-12deg);
  border-radius: 50%;
}

.lp .path-one {
  left: 360px;
  top: 100px;
}

.lp .path-two {
  width: 290px;
  height: 150px;
  left: -260px;
  top: 25px;
  transform: rotate(12deg);
}

.lp .plane-glyph {
  position: absolute;
  color: rgba(255, 255, 255, .95);
  font-size: 34px;
  line-height: 1;
}

.lp .plane-one {
  left: 455px;
  top: 96px;
  transform: rotate(18deg);
}

.lp .trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 54px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 600;
}

.lp .trust-row span,
.lp .cta-badges span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.lp .icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: var(--purple-2);
  position: relative;
}

.lp .icon::before {
  font-size: 25px;
}

.lp .shield::before { content: "♢"; }

.lp .tag::before { content: "◇"; }

.lp .headset::before { content: "♧"; }

.lp .lock::before { content: "▢"; }

.lp .why-section,
.lp .reasons-section {
  background:
    radial-gradient(circle at 13% 10%, rgba(112, 79, 244, .11), transparent 26%),
    linear-gradient(180deg, #fbfbff 0%, #f4f6ff 100%);
}

.lp .why-section {
  padding: 78px 0 74px;
}

.lp .why-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 110px;
  align-items: center;
  position: relative;
}

.lp .eyebrow {
  margin: 0 0 18px;
  color: #644dff;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 13px;
  font-weight: 900;
}

.lp .centered {
  text-align: center;
}

.lp .why-head h2,
.lp .reason-copy h2,
.lp .testimonial-section h2,
.lp .steps-content h2,
.lp .cta-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.lp .why-intro {
  max-width: 540px;
  margin: 28px 0 0;
  color: #36405e;
  line-height: 1.65;
  font-weight: 600;
}

.lp .soft-plane {
  right: 290px;
  top: 76px;
  color: rgba(42, 50, 90, .32);
  transform: rotate(28deg);
}

.lp .feature-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 54px;
}

.lp .feature-card {
  min-height: 206px;
  padding: 34px;
  border: 1px solid rgba(141, 153, 196, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 60px rgba(58, 69, 118, .08);
}

.lp .feature-card h3,
.lp .reason-grid h3,
.lp .testimonial-card strong,
.lp .steps h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 900;
}

.lp .feature-card p,
.lp .reason-grid p,
.lp .steps p,
.lp .newsletter p {
  margin: 0;
  color: #424d6f;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.lp .feature-icon,
.lp .step-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 18px 35px rgba(91, 88, 255, .22);
}

.lp .feature-icon svg,
.lp .step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp .purple { background: linear-gradient(135deg, #6f46f6, #9e68ff); }

.lp .blue { background: linear-gradient(135deg, #2478f4, #5b90ff); }

.lp .green { background: linear-gradient(135deg, #20b96c, #42d58b); }

.lp .orange { background: linear-gradient(135deg, #ff6a25, #ff9851); }

.lp .reasons-section {
  padding: 76px 0;
}

.lp .split {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 80px;
  align-items: center;
}

.lp .reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
  margin-top: 54px;
}

.lp .reason-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 20px;
}

.lp .mini-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(64, 72, 117, .08);
  color: var(--navy);
}

.lp .mini-icon::before {
  font-size: 28px;
}

.lp .money::before { content: "$"; font-weight: 900; }

.lp .secure::before { content: "♢"; }

.lp .calendar::before { content: "▦"; }

.lp .support::before { content: "☏"; }

.lp .destination-photo {
  position: relative;
}

.lp .destination-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(39, 58, 97, .18);
}

.lp .testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 74px 0 70px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 25%, rgba(123, 85, 255, .38), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(77, 106, 255, .26), transparent 34%),
    #071443;
}

.lp .testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(rgba(255,255,255,.7) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle at 50% 45%, black 0%, transparent 62%);
}

.lp .testimonial-section .shell {
  position: relative;
}

.lp .testimonial-section h2 {
  text-align: center;
  color: #fff;
}

.lp .plane-two {
  right: 90px;
  top: -18px;
  transform: rotate(24deg);
  color: rgba(255, 255, 255, .32);
}

.lp .testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 54px;
}

.lp .testimonial-card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.lp .stars {
  color: #ffd14d;
  letter-spacing: .18em;
  font-size: 17px;
}

.lp .testimonial-card p {
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, .88);
  line-height: 1.65;
  font-weight: 600;
}

.lp .person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb86c, #5130b8);
  border: 2px solid rgba(255, 255, 255, .4);
}

.lp .avatar-two { background: linear-gradient(135deg, #d38b4c, #1b3a7a); }

.lp .avatar-three { background: linear-gradient(135deg, #f7cbb0, #2fbf85); }

.lp .person strong {
  display: block;
  color: #fff;
  margin: 0 0 3px;
}

.lp .person small {
  color: rgba(255, 255, 255, .64);
  font-weight: 600;
}

.lp .dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.lp .dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
}

.lp .dots span:first-child {
  background: var(--purple-2);
}

.lp .steps-section {
  padding: 76px 0;
  background: #f7f8ff;
}

.lp .steps-card,
.lp .cta-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 24px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}

.lp .steps-card > img,
.lp .cta-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp .steps-card::after,
.lp .cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 17, 60, .94), rgba(6, 17, 60, .68) 42%, rgba(6, 17, 60, .08));
}

.lp .steps-content,
.lp .cta-copy,
.lp .cta-badges {
  position: relative;
  z-index: 2;
}

.lp .steps-content {
  padding: 48px 44px;
}

.lp .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
  max-width: 760px;
  margin-top: 42px;
  position: relative;
}

.lp .steps::before {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  top: 33px;
  border-top: 1.5px dashed rgba(255, 255, 255, .38);
}

.lp .steps article {
  position: relative;
}

.lp .steps h3 {
  color: #fff;
}

.lp .steps p {
  color: rgba(255, 255, 255, .82);
}

.lp .step-icon {
  width: 64px;
  height: 64px;
}

.lp .cta-section {
  background: #f7f8ff;
  padding: 0 0 0;
}

.lp .cta-card {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  min-height: 312px;
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.lp .cta-copy {
  padding-left: max(64px, calc((100vw - 1180px) / 2));
}

.lp .cta-copy p {
  margin: 18px 0 26px;
  max-width: 380px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.55;
  font-weight: 600;
}

.lp .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 17px 25px;
}

.lp .cta-badges {
  justify-self: start;
  display: grid;
  grid-template-columns: repeat(4, minmax(105px, 1fr));
  width: min(560px, 90%);
  padding: 22px;
  border-radius: 16px;
  background: rgba(14, 32, 78, .62);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.lp .cta-badges span {
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  gap: 8px;
}

.lp .footer {
  color: #fff;
  background: #06113c;
  padding: 60px 0 26px;
}

.lp .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .75fr .85fr .7fr 1.25fr;
  gap: 44px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lp .footer-brand {
  font-size: 24px;
}

.lp .footer p {
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: 600;
}

.lp .footer h3 {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 900;
}

.lp .footer nav a {
  display: block;
  color: rgba(255, 255, 255, .68);
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 600;
}

.lp .footer nav a:hover {
  color: #fff;
}

.lp .newsletter label {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.lp .newsletter input {
  min-width: 0;
  padding: 0 18px;
  color: #fff;
  outline: 0;
  background: transparent;
}

.lp .newsletter input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.lp .newsletter button {
  color: #fff;
  background: linear-gradient(135deg, #6d49ff, #a46bff);
  font-weight: 900;
}

.lp .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 600;
}

.lp .socials {
  display: flex;
  gap: 14px;
}

.lp .socials a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #06113c;
  font-size: 12px;
  font-weight: 900;
}

.lp .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Rotating highlight slides in place of Codex's single static headline. */
.lp .hero-slides {
  position: relative;
  min-height: 320px;
}

.lp .hero-slide {
  display: none;
}

.lp .hero-slide.active {
  display: block;
  animation: lp-hero-fade .6s ease;
}

@keyframes lp-hero-fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.lp .hero-dots {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.lp .hero-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
  cursor: pointer;
  transition: background .2s, transform .2s;
}

.lp .hero-dots span:hover {
  background: rgba(255, 255, 255, .5);
}

.lp .hero-dots span.active {
  background: var(--purple-2);
  transform: scale(1.25);
}

/* Booking form section (separated from the hero) */
.lp .booking-section {
  background: var(--navy);
  padding: 16px 0 64px;
}

/* Let the panel fill the shell width like the rest of the page's
   sections, instead of sitting in a narrow 800px box in the middle. */
.lp .app-dashboard {
  max-width: 100% !important;
  margin: 0 auto !important;
}

/* Widen the form column a little, and let the fare panel grow to fill
   whatever width remains, instead of both being fixed at 380px. */
.lp .app .sidebar {
  max-width: 460px !important;
}

.lp .dashboard-details {
  max-width: none !important;
  flex: 1 1 auto !important;
}

/* One continuous glass/glow panel that the form and the fare graph both
   sit inside — instead of two separate floating cards with a gap between
   them, the graph now reads as flowing out of the same panel as the form. */
.lp .app {
  justify-content: center !important;
  align-items: stretch !important;
  gap: 0 !important;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 24px !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35) !important;
}

/* Soft glow bridging the two halves at the seam, so the fare graph reads
   as energy flowing out of the form rather than a hard boundary. */
.lp .app::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 460px;
  width: 220px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 50% 60% at center, rgba(164, 107, 255, .16), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.lp .app .sidebar,
.lp .dashboard-details {
  position: relative;
  z-index: 1;
}

/* The form and the fare panel are now just sections of the single .app
   card above, not their own floating boxes — no divider line between
   them either, so the two halves read as one continuous surface. */
.lp .app .sidebar,
.lp .dashboard-details .drawer {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* The fare panel is a permanent half of the layout now, not a slide-in
   drawer — styles.css's .drawer class rule still forces display:none
   without an .open class (e.g. after clicking the drawer's own close
   button), which would blank out the entire right column. Keep it
   visible always; the generic/skeleton/data/uncached children inside it
   handle their own show/hide instead. */
.lp .dashboard-details .drawer {
  display: flex !important;
}

.lp .app .sidebar {
  padding: 28px 32px !important;
}

.lp .dashboard-details .drawer .d-body {
  padding: 28px 32px !important;
}

/* Flatten the fare panel's nested cards (price, score, position, chart,
   best-time) into plain sections separated by hairlines, instead of five
   separately-bordered boxes stacked on top of each other. */
.lp .dashboard-details .drawer .dc,
.lp .dashboard-details .drawer .pbar-sec,
.lp .dashboard-details .drawer .predictor,
.lp .dashboard-details .drawer .best-time-card,
.lp .dashboard-details .drawer .drawer-actions {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.lp .dashboard-details .drawer .dg2 {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.lp .dashboard-details .drawer .dg2 .dc.score-card {
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 20px !important;
}

.lp .dashboard-details .drawer .pbar-sec {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.lp .dashboard-details .drawer .best-time-card {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 20px;
  margin-top: 4px;
}

.lp .dashboard-details .drawer .bt-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  background: rgba(40, 201, 120, .16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}

.lp .dashboard-details .drawer .drawer-actions {
  padding: 0 !important;
  margin-top: 20px !important;
}

/* Right-hand column: a persistent fare graph + prediction score meter
   next to the form, instead of a hidden "select a city first" drawer. */
.lp .dashboard-details {
  display: flex !important;
}

.lp .dashboard-details .drawer .d-hero {
  display: none !important;
}

.lp .fare-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4px;
}

.lp .fare-panel-heading h2 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

/* The panel is wider now, so give the price chart more room instead of
   a short, squat 100px strip. */
.lp .dashboard-details .drawer .chart-wrap {
  height: 180px !important;
}

/* A permanent title for the chart itself — pred-hdr's own h3/p are a
   dynamic prediction verdict (e.g. "Book Now!") set by app.js once a
   route is searched, so they can't double as the chart's title. */
.lp .dashboard-details .drawer .fc-chart-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}

/* Subtle photo behind the fare panel so it isn't a flat, empty surface —
   dimmed so it never competes with the numbers/chart on top. Set directly
   on the element (not a pseudo-element) so it can't get lost behind a
   sibling's stacking context. */
.lp .dashboard-details {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 17, 60, .4), rgba(6, 17, 60, .68) 55%, rgba(6, 17, 60, .88)),
    url("images/landing-cta-lake.png") center 38% / cover no-repeat !important;
}

.lp .fare-panel-heading .fc-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 800;
  color: #28c978;
  background: rgba(40, 201, 120, .14);
  padding: 5px 10px;
  border-radius: 999px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lp .fc-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28c978;
  animation: fc-live-pulse 1.8s infinite;
}

@keyframes fc-live-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(40, 201, 120, .5); }
  50% { opacity: .7; box-shadow: 0 0 0 5px rgba(40, 201, 120, 0); }
}

/* Price + deal-score as one flexible row (price grows, gauge stays fixed)
   instead of two equal-width boxed columns. */
.lp .dashboard-details .drawer .dg2 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp .dashboard-details .drawer .dc.score-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.lp .dashboard-details .drawer .score-container {
  align-items: center;
}

/* Richer multi-tone gradient on the primary Book Now action */
.lp .dashboard-details .drawer .book-now-btn {
  background: linear-gradient(135deg, #6d49ff, #a46bff) !important;
  box-shadow: 0 6px 20px rgba(117, 72, 245, .35) !important;
}

.lp .dashboard-details .drawer .book-now-btn:hover {
  box-shadow: 0 8px 28px rgba(117, 72, 245, .5) !important;
}

/* Booking section intro copy */
.lp .fc-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 14px;
}

.lp .fc-kicker-line {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, .14);
}

.lp .fc-kicker span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  font-weight: 700;
}

.lp .fc-heading {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: #fff;
}

.lp .fc-heading em {
  font-style: normal;
  background: linear-gradient(135deg, #a46bff, #28c978);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp .fc-subhead {
  text-align: center;
  color: rgba(255, 255, 255, .65);
  font-size: 15px;
  max-width: 480px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Two-tab booking form: numbered step indicator */
.lp .fc-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 24px;
}

.lp .fc-step {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.lp .fc-step-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .45);
  border: 1px solid rgba(255, 255, 255, .14);
  transition: all .25s ease;
  flex-shrink: 0;
}

.lp .fc-step.is-active .fc-step-dot {
  background: linear-gradient(135deg, #6d49ff, #a46bff);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(109, 73, 255, .28);
}

.lp .fc-step.is-done .fc-step-dot {
  background: rgba(40, 201, 120, .14);
  color: #28c978;
  border-color: rgba(40, 201, 120, .4);
}

.lp .fc-step-label {
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, .45);
}

.lp .fc-step.is-active .fc-step-label {
  color: #fff;
}

.lp .fc-step.is-done .fc-step-label {
  color: rgba(255, 255, 255, .65);
}

.lp .fc-step-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .14);
  margin: 0 12px;
  position: relative;
  top: -11px;
}

.lp .fc-tab {
  display: none;
}

.lp .fc-tab.active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* "Get My Fare Alerts" is the final submit action — only makes sense once
   the details/plan tab is filled in, so keep it hidden on tab 1. */
.lp .sb-footer {
  display: none !important;
}

.lp .sb-footer.vis {
  display: flex !important;
}

.lp .fc-next,
.lp .fc-back {
  margin-top: 2px;
}

@media (max-width: 1040px) {.lp .shell {
    width: min(100% - 36px, 920px);
  }

.lp .nav {
    gap: 18px;
  }

.lp .nav-links {
    display: none;
  }

/* The 460px sidebar width (set unconditionally above) leaves the fare
   panel too little room in the 769-1040px band, since this is the only
   media query landing.css defines below 1040px — shrink it back down to
   the same tablet width the pre-redesign layout used. */
.lp .app .sidebar {
    max-width: 340px !important;
  }

.lp .feature-cards,
.lp .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

.lp .split,
.lp .why-head,
.lp .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

.lp .destination-photo {
    max-width: 420px;
  }

.lp .cta-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 18px;
  }

.lp .cta-copy {
    padding-left: 0;
    width: min(920px, calc(100% - 36px));
    margin: 0 auto;
  }

.lp .cta-badges {
    margin: 0 auto;
    justify-self: center;
  }
}

/* Hide the standalone alert-channel picker — which channels you get is
   implied by the chosen plan tier now, so this would just be a redundant
   second control. pickTier() still toggles these buttons' classes
   directly, so the elements themselves stay in the DOM. */
.lp #alertViaStep {
  display: none !important;
}

/* Book vs. Track fork on tab 2. */
.lp .fc-path-opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp .fc-path-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.lp .fc-path-opt:hover {
  border-color: rgba(164, 107, 255, .5);
  transform: translateY(-1px);
}

.lp .fc-path-opt.sel {
  border-color: var(--purple, #7548f5);
  background: rgba(117, 72, 245, .14);
}

.lp .fc-path-ico {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(117, 72, 245, .16);
  color: #a46bff;
}

.lp .fc-path-opt.sel .fc-path-ico {
  background: rgba(117, 72, 245, .3);
  color: #fff;
}

.lp .fc-path-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lp .fc-path-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.lp .fc-path-sub {
  font-size: 11.5px;
  color: rgba(255, 255, 255, .6);
}

/* Generic "add your route" teaser shown in the fare panel until a real
   From/To has been picked, instead of faking numbers for a route the user
   hasn't chosen yet. */
.lp .dashboard-details .drawer .fare-generic-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 1;
  gap: 18px;
  padding: 20px 12px;
}

.lp .dashboard-details .drawer .fare-generic-state .fare-panel-heading {
  align-self: flex-start;
}

.lp .fc-generic-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 320px;
}

.lp .fc-generic-ico {
  font-size: 34px;
}

.lp .fc-generic-copy h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.lp .fc-generic-copy p {
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .68);
  margin: 0;
}

.lp .fc-generic-fact {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .75);
  font-size: 11.5px;
  line-height: 1.4;
  text-align: left;
}

.lp .fc-generic-fact svg {
  flex-shrink: 0;
  color: #a46bff;
}

@media (max-width: 720px) {.lp .hero {
    min-height: 640px;
  }

.lp .nav {
    height: 82px;
  }

.lp .brand {
    font-size: 21px;
  }

.lp .nav-cta {
    padding: 13px 18px;
  }

.lp .hero-content {
    padding-top: 34px;
  }

.lp .hero h1 {
    font-size: 48px;
  }

.lp .hero-copy p {
    font-size: 17px;
  }

.lp .feature-cards,
.lp .testimonials,
.lp .reason-grid,
.lp .steps,
.lp .cta-badges {
    grid-template-columns: 1fr;
  }

.lp .steps::before {
    display: none;
  }

.lp .steps {
    gap: 28px;
  }

.lp .steps-content {
    padding: 36px 24px;
  }

.lp .why-section,
.lp .reasons-section,
.lp .testimonial-section,
.lp .steps-section {
    padding-block: 54px;
  }

.lp .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}