:root {
  --ll-bg: #202020;
  --ll-bg-deep: #181a19;
  --ll-surface: #292a29;
  --ll-text: #f1eadb;
  --ll-muted: #c5beb1;
  --ll-blue: #2c99d2;
  --ll-red: #f33431;
  --ll-green: #42aa7b;
  --ll-amber: #f1b638;
  --ll-border: rgba(241, 234, 219, .22);
  --ll-display: "Autobus Omnibus", "Arial Black", sans-serif;
  --ll-body: "Manrope", Arial, sans-serif;
  --ll-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ll-bg);
  color: var(--ll-text);
  font-family: var(--ll-body);
  font-size: 18px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
::selection { background: var(--ll-blue); color: #fff; }

.ll-container { width: min(calc(100% - 64px), var(--ll-container)); margin-inline: auto; }
.ll-display { margin: 0; font-family: var(--ll-display); font-weight: 400; line-height: .93; text-transform: uppercase; }
.ll-skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 8px 12px; transform: translateY(-150%); background: var(--ll-text); color: var(--ll-bg); }
.ll-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--ll-blue); outline-offset: 4px; }

.ll-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 11px 20px;
  background: none;
  color: var(--ll-text);
  font-family: var(--ll-display);
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.ll-button--outline { border-color: rgba(241, 234, 219, .65); }
.ll-button--outline:hover { border-color: var(--ll-text); background: rgba(255,255,255,.06); }
.ll-button--amber { background: var(--ll-amber); color: #222; box-shadow: 0 5px 28px rgba(241,182,56,.12); }
.ll-button--amber:hover { background: #ffc94f; box-shadow: 0 6px 30px rgba(241,182,56,.28); }
.ll-button--green { background: var(--ll-green); color: #fff; }
.ll-button--green:hover { background: #52bc8c; box-shadow: 0 6px 30px rgba(66,170,123,.24); }

.ll-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  width: min(calc(100% - 64px), var(--ll-container));
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  transform: translateX(-50%);
}
.ll-logo { display: block; width: 142px; }
.ll-logo img { width: 100%; height: auto; transition: filter .3s ease, opacity .2s ease; }
.ll-logo:hover img, .ll-logo:focus-visible img { filter: drop-shadow(0 0 9px rgba(77,174,229,.55)); }

.ll-hero {
  position: relative;
  min-height: 770px;
  overflow: hidden;
  background: var(--ll-bg-deep);
  text-align: center;
}
.ll-hero::before {
  content: "";
  position: absolute;
  top: 175px;
  right: 0;
  left: 0;
  height: 620px;
  background: url("../media/images/Background.webp") center / cover no-repeat;
  opacity: .78;
  pointer-events: none;
}
.ll-hero::after { content: ""; position: absolute; inset: 44% 0 0; background: linear-gradient(transparent, var(--ll-bg) 82%); pointer-events: none; }
.ll-hero__light {
  position: absolute;
  top: -180px;
  left: 50%;
  width: min(900px, 85vw);
  height: 310px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,241,184,.9) 0, rgba(252,204,191,.62) 31%, rgba(100,191,206,.3) 51%, transparent 73%);
  filter: blur(33px);
}
.ll-hero__inner { position: relative; z-index: 1; padding-top: 150px; }
.ll-hero__title { max-width: 880px; margin-inline: auto; font-size: clamp(2.75rem, 3.2vw, 3.25rem); }
.ll-hero__copy { max-width: 760px; margin: 24px auto 22px; color: var(--ll-muted); font-size: 18px; line-height: 1.55; }
.ll-hero__visual { position: relative; left: 50%; width: min(1500px, 99vw); margin: 50px 0 0; transform: translateX(-50%); animation: ll-breathe 6s ease-in-out infinite; }
.ll-hero__visual img { width: 100%; height: auto; aspect-ratio: 2172 / 724; object-fit: contain; filter: drop-shadow(0 5px 13px rgba(0,0,0,.55)); }

.ll-story { position: relative; padding: 90px 0 85px; background: var(--ll-bg); }
.ll-story__intro { max-width: 900px; margin: 0 auto 50px; text-align: center; }
.ll-story__intro h2 { max-width: 860px; margin-inline: auto; font-size: clamp(3rem, 4vw, 3.75rem); }
.ll-story__intro p { max-width: 720px; margin: 25px auto 0; color: var(--ll-muted); }
.ll-signal-line { display: block; width: 320px; max-width: 55vw; height: 4px; margin: 27px auto 0; background: linear-gradient(90deg, var(--ll-green), var(--ll-red), var(--ll-amber), var(--ll-blue)); box-shadow: 0 0 9px rgba(90,191,211,.55); transform: scaleX(.2); opacity: .25; transition: transform .55s ease, opacity .55s ease; }
.ll-reveal--active .ll-signal-line, .ll-story__intro.ll-reveal--active .ll-signal-line { transform: scaleX(1); opacity: 1; }
.ll-story__layout { display: grid; grid-template-columns: minmax(0, .83fr) minmax(500px, 1.17fr); gap: clamp(40px, 7vw, 115px); align-items: start; }
.ll-story__steps { min-width: 0; }
.ll-step { display: flex; min-height: max(680px, 82vh); align-items: center; opacity: .42; transition: opacity .42s ease; }
.ll-step:last-child { min-height: max(680px, 100vh); }
.ll-step.is-active { opacity: 1; }
.ll-step__copy { max-width: 450px; padding: 70px 0; }
.ll-step__copy > p { margin: 0 0 20px; color: var(--ll-muted); }
.ll-step__copy strong { color: var(--ll-text); font-weight: 700; }
.ll-step__title { margin: 20px 0 28px; font-size: clamp(2.2rem, 3.4vw, 3.1rem); }
.ll-eyebrow { display: inline-block; padding: 4px 10px; background: var(--ll-text); font-family: var(--ll-display); font-size: 12px; letter-spacing: .33em; line-height: 1.25; text-transform: uppercase; }
.ll-eyebrow--green { color: #298d66 !important; }
.ll-eyebrow--red { color: var(--ll-red) !important; }
.ll-eyebrow--blue { color: #2689bd !important; }
.ll-eyebrow--amber { color: #d79313 !important; }
.ll-mapping { display: grid; gap: 8px; margin: 3px 0 22px; padding: 0; list-style: none; color: var(--ll-muted); }
.ll-mapping li { display: flex; align-items: center; gap: 10px; }
.ll-dot { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 8px currentColor; }
.ll-dot--red { background: var(--ll-red); color: var(--ll-red); }
.ll-dot--blue { background: var(--ll-blue); color: var(--ll-blue); }
.ll-dot--green { background: var(--ll-green); color: var(--ll-green); }

.ll-story__visual { position: sticky; top: 0; display: flex; height: 100vh; min-height: 680px; align-items: center; }
.ll-visual-stage { position: relative; width: min(100%, 680px); aspect-ratio: 557 / 652; margin-inline: auto; }
.ll-story-visual { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: translateY(14px); filter: drop-shadow(0 20px 25px rgba(0,0,0,.16)); transition: opacity .48s ease, transform .48s ease, filter .48s ease; pointer-events: none; }
.ll-story-visual.is-visible { opacity: 1; transform: translate(calc(var(--ll-stack-depth) * 5px), calc(var(--ll-stack-depth) * -3px)) scale(calc(1 - var(--ll-stack-depth) * .006)); }
.ll-story-visual.is-active { opacity: 1; transform: translateY(0); filter: drop-shadow(0 18px 25px rgba(0,0,0,.18)) drop-shadow(0 0 10px rgba(80,180,190,.07)); }
.ll-story-visual--mobile { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(0,0,0,.16)); }
.ll-mobile-visual { display: none; }

.ll-cta { position: relative; height: 760px; overflow: hidden; border: 1px solid rgba(123,187,201,.13); border-radius: 18px; background: #292a29; text-align: center; }
.ll-cta__grid { position: absolute; left: 0; width: 100%; transition: opacity .6s ease .14s; }
.ll-cta__grid--top { top: 0; }
.ll-cta__grid--bottom { bottom: 0; }
.ll-cta__content { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; padding: 150px 30px; transition: opacity .48s ease .24s, transform .48s ease .24s; }
.ll-cta h2 { max-width: 1140px; font-size: clamp(2.7rem, 3.65vw, 3.1rem); }
.ll-cta p { margin: 24px 0 20px; color: var(--ll-muted); }
.ll-cta__actions { display: flex; gap: 12px; justify-content: center; }

.ll-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 90px; padding-bottom: 34px; color: #aaa49a; font-size: 12px; }
.ll-footer .ll-logo { width: 150px; }
.ll-footer__brand p { margin: 14px 0 0; }
.ll-footer__promise { align-self: center; justify-self: end; max-width: 300px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(81,184,174,.08)); }
.ll-footer__promise strong { color: var(--ll-amber); }
.ll-footer__legal { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.09); text-transform: uppercase; }

.ll-modal { width: min(560px, calc(100% - 32px)); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 46px; background: #292a29; color: var(--ll-text); box-shadow: 0 24px 80px rgba(0,0,0,.7); }
.ll-modal::backdrop { background: rgba(8,10,9,.78); backdrop-filter: blur(5px); }
.ll-modal h2 { margin: 24px 0; font-size: clamp(2.1rem, 7vw, 3rem); }
.ll-modal > p:not(.ll-eyebrow) { color: var(--ll-muted); }
.ll-modal__close { position: absolute; top: 12px; right: 16px; border: 0; background: none; color: var(--ll-muted); font-size: 28px; cursor: pointer; }
.ll-modal__success h2 { margin-bottom: 24px; }
.ll-modal__success > p:not(.ll-eyebrow) { color: var(--ll-muted); }
.ll-waitlist-form { display: grid; gap: 14px; }
.ll-waitlist-form label { color: var(--ll-text); font-size: 14px; font-weight: 700; }
.ll-waitlist-form input[type="email"] { width: 100%; min-height: 50px; border: 1px solid rgba(241,234,219,.32); border-radius: 2px; padding: 11px 14px; background: #202120; color: var(--ll-text); font: inherit; font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
.ll-waitlist-form input[type="email"]::placeholder { color: #85827c; }
.ll-waitlist-form input[type="email"]:hover { border-color: rgba(241,234,219,.55); }
.ll-waitlist-form input[type="email"]:focus { border-color: var(--ll-blue); box-shadow: 0 0 0 3px rgba(44,153,210,.13); outline: 0; }
.ll-waitlist-form input[aria-invalid="true"] { border-color: var(--ll-red); }
.ll-waitlist-form .ll-button { justify-self: start; margin-top: 2px; }
.ll-waitlist-form__helper { margin: 0; color: var(--ll-muted); font-size: 13px; line-height: 1.55; }
.ll-form-status { margin: 0; color: var(--ll-amber); font-size: 14px; line-height: 1.45; }
.ll-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.ll-reveal { opacity: 0; transform: translateY(12px); transition: opacity .48s ease, transform .48s ease; }
.ll-reveal--active { opacity: 1; transform: translateY(0); }
.ll-cta.ll-reveal { opacity: 1; transform: none; }
.ll-cta.ll-reveal .ll-cta__grid { opacity: 0; }
.ll-cta.ll-reveal .ll-cta__content { opacity: 0; transform: translateY(10px); }
.ll-cta.ll-reveal--active .ll-cta__grid { opacity: 1; }
.ll-cta.ll-reveal--active .ll-cta__content { opacity: 1; transform: translateY(0); }
@keyframes ll-breathe { 0%, 100% { filter: drop-shadow(0 0 4px rgba(39,146,214,.09)); } 50% { filter: drop-shadow(0 0 13px rgba(39,146,214,.18)); } }

@media (max-width: 1100px) {
  .ll-story__layout { grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 25px; }
  .ll-step { min-height: max(650px, 82vh); }
  .ll-step:last-child { min-height: max(650px, 100vh); }
  .ll-cta { height: 700px; }
}

@media (max-width: 768px) {
  body { font-size: 16px; line-height: 1.6; }
  .ll-container, .ll-header { width: min(calc(100% - 36px), var(--ll-container)); }
  .ll-header { padding-top: 18px; }
  .ll-header .ll-logo { width: 115px; }
  .ll-header .ll-button { min-height: 36px; padding: 9px 12px; font-size: 10px; }
  .ll-hero { min-height: 700px; }
  .ll-hero::before { top: 190px; height: 510px; background-size: auto 510px; }
  .ll-hero__inner { padding-top: 135px; }
  .ll-hero__title { font-size: clamp(2.55rem, 11vw, 4.4rem); }
  .ll-hero__break { display: none; }
  .ll-hero__copy { max-width: 570px; font-size: 16px; }
  .ll-hero__visual { left: 50%; width: 108%; margin-top: 72px; transform: translateX(-50%); }
  .ll-story { padding: 85px 0 90px; }
  .ll-story__intro { margin-bottom: 90px; }
  .ll-story__intro h2 { font-size: clamp(2.75rem, 12vw, 4.6rem); }
  .ll-story__layout { display: block; }
  .ll-story__visual { display: none; }
  .ll-step { display: block; min-height: 0; margin-bottom: 110px; opacity: 1; }
  .ll-step__copy { max-width: 600px; padding: 0; }
  .ll-step__title { margin-top: 20px; font-size: clamp(2.65rem, 11vw, 4.3rem); }
  .ll-mobile-visual { position: relative; display: block; width: min(100%, 560px); aspect-ratio: 557 / 652; margin: 42px auto 0; }
  .ll-cta { width: calc(100% - 24px); height: 640px; }
  .ll-cta__content { padding-inline: 20px; }
  .ll-cta h2 { font-size: clamp(2.35rem, 10vw, 4rem); }
  .ll-footer { grid-template-columns: 1fr; gap: 30px; padding-top: 65px; }
  .ll-footer__promise { justify-self: stretch; }
  .ll-footer__legal { display: grid; gap: 12px; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .ll-container, .ll-header { width: calc(100% - 28px); }
  .ll-hero { min-height: 650px; }
  .ll-hero__title { font-size: clamp(2.25rem, 10.4vw, 3.25rem); }
  .ll-hero__visual { width: 98%; margin-top: 72px; }
  .ll-story__intro h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .ll-step__title { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .ll-eyebrow { font-size: 10px; letter-spacing: .25em; }
  .ll-cta { height: 590px; }
  .ll-cta h2 { font-size: clamp(2.1rem, 9.8vw, 3.1rem); }
  .ll-cta__grid { width: 150%; max-width: none; left: -25%; }
  .ll-cta__actions { flex-direction: column; }
  .ll-modal { padding: 40px 24px 30px; }
}

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