:root {
  --sky: #58c7ff;
  --blue: #0878ff;
  --lime: #78ff1f;
  --ink: #092033;
  --muted: #486072;
  --paper: #f8fcff;
  --line: #092033;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 78% 20%, rgba(120,255,31,.42), transparent 20rem),
    linear-gradient(to bottom, #dff6ff 0%, var(--paper) 58%, #ffffff 100%);
}
.page { min-height: 100vh; overflow: hidden; }
.nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: clamp(1rem,2vw,1.5rem);
  padding: .75rem;
  border: 3px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 8px 8px 0 var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font-weight: 1000; }
.brand img { width: 46px; height: 46px; object-fit: cover; border: 2px solid var(--line); border-radius: 50%; }
.links, .buttons { display: flex; flex-wrap: wrap; gap: .65rem; }
.links a, .buttons a {
  display: grid;
  place-items: center;
  min-width: 86px;
  height: 44px;
  color: var(--ink);
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 1000;
  text-transform: uppercase;
}
.links a:hover, .buttons a:hover, .buttons a:first-child { background: var(--lime); }
.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(330px, 1.1fr);
  align-items: center;
  gap: clamp(1.5rem,5vw,5.5rem);
  padding: clamp(1.2rem,4vw,4.5rem);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  filter: blur(1px);
}
.hero::before { width: 280px; height: 82px; left: 8%; top: 18%; }
.hero::after { width: 360px; height: 96px; right: 7%; bottom: 16%; }
.copy { position: relative; z-index: 2; max-width: 760px; }
.tag {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: .58rem .85rem;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 5px 5px 0 var(--line);
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  display: grid;
  gap: .05rem;
  margin: 0;
  font-size: clamp(5.4rem,15vw,14rem);
  font-weight: 1000;
  line-height: .76;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 span { display: block; width: max-content; text-shadow: 8px 8px 0 var(--lime); animation: rise 2.2s ease-in-out infinite; }
h1 span:nth-child(2) { margin-left: clamp(1rem,5vw,4rem); color: var(--blue); animation-delay: .16s; }
.bio {
  max-width: 650px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem,2vw,1.8rem);
  font-weight: 700;
  line-height: 1.32;
}
.copy p:last-of-type { max-width: 580px; color: var(--muted); line-height: 1.65; }
.buttons { margin-top: 1.5rem; }
.hero-card {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(43vw,560px);
  min-width: 320px;
  aspect-ratio: 1;
  border: 4px solid var(--line);
  border-radius: 46px;
  background: #ffffff;
  box-shadow: 16px 16px 0 var(--lime), 30px 30px 0 var(--line);
  overflow: hidden;
  animation: fly 3.4s ease-in-out infinite;
}
.hero-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: .78rem 1rem;
  border: 3px solid var(--line);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 6px 6px 0 var(--line);
  font-weight: 1000;
}
.flight {
  min-height: 72vh;
  display: grid;
  grid-template-columns: minmax(260px,.45fr) minmax(320px,1fr);
  align-items: center;
  gap: clamp(1rem,4vw,4rem);
  padding: clamp(1.2rem,4vw,4.5rem);
  background: var(--line);
  color: #fff;
}
.flight h2 { margin: 0; font-size: clamp(3.8rem,10vw,10rem); line-height: .82; text-transform: uppercase; color: var(--lime); }
.chart {
  position: relative;
  min-height: 420px;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(88,199,255,.16), rgba(120,255,31,.08));
  overflow: hidden;
}
.chart::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }
.arrow {
  position: absolute;
  left: 16%;
  bottom: 16%;
  width: 66%;
  height: 14px;
  background: var(--lime);
  transform: rotate(-28deg);
  box-shadow: 0 0 28px rgba(120,255,31,.75);
  animation: arrowPulse 1.8s ease-in-out infinite;
}
.arrow::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 42px solid var(--lime);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.bar { position: absolute; bottom: 12%; width: 34px; border-radius: 12px 12px 0 0; background: #fff; animation: bars 1.7s ease-in-out infinite; }
.b1{left:13%;height:70px}.b2{left:28%;height:116px;animation-delay:.12s}.b3{left:43%;height:168px;animation-delay:.24s}.b4{left:58%;height:226px;animation-delay:.36s}.b5{left:73%;height:292px;animation-delay:.48s}
@keyframes rise { 50% { transform: translateY(-16px); } }
@keyframes fly { 50% { transform: translateY(-22px) rotate(-2deg); } }
@keyframes arrowPulse { 50% { transform: rotate(-28deg) translateX(18px); } }
@keyframes bars { 50% { transform: scaleY(1.08); } }
@media (max-width: 860px) {
  .nav { flex-wrap: wrap; align-items: stretch; }
  .hero, .flight { grid-template-columns: 1fr; }
  .hero-card { width: min(82vw, 430px); min-width: 0; box-shadow: 9px 9px 0 var(--lime), 17px 17px 0 var(--line); }
  h1 { font-size: clamp(4.2rem,22vw,8rem); }
  .chart { min-height: 340px; }
}
