* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  background: #04060e;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #04060e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px 80px;
}

/* Stars */
.stars {
  position: absolute;
  inset: 0;
  background-image:
          radial-gradient(1px 1px at 12% 8%, rgba(255,255,255,0.9) 0%, transparent 100%),
          radial-gradient(1px 1px at 28% 15%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 45% 5%, rgba(255,255,255,0.8) 0%, transparent 100%),
          radial-gradient(1px 1px at 63% 12%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1px 1px at 78% 7%, rgba(255,255,255,0.9) 0%, transparent 100%),
          radial-gradient(1px 1px at 90% 18%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1px 1px at 5% 25%, rgba(255,255,255,0.7) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,0.4) 0%, transparent 100%),
          radial-gradient(1px 1px at 38% 22%, rgba(255,255,255,0.8) 0%, transparent 100%),
          radial-gradient(1px 1px at 55% 28%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1px 1px at 72% 33%, rgba(255,255,255,0.7) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 88% 26%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1px 1px at 15% 42%, rgba(255,255,255,0.9) 0%, transparent 100%),
          radial-gradient(1px 1px at 33% 48%, rgba(255,255,255,0.4) 0%, transparent 100%),
          radial-gradient(1px 1px at 50% 38%, rgba(255,255,255,0.7) 0%, transparent 100%),
          radial-gradient(1px 1px at 67% 44%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 83% 40%, rgba(255,255,255,0.8) 0%, transparent 100%),
          radial-gradient(1px 1px at 95% 52%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1px 1px at 7% 58%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1px 1px at 25% 62%, rgba(255,255,255,0.9) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 42% 55%, rgba(255,255,255,0.4) 0%, transparent 100%),
          radial-gradient(1px 1px at 60% 68%, rgba(255,255,255,0.7) 0%, transparent 100%),
          radial-gradient(1px 1px at 77% 60%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1px 1px at 93% 72%, rgba(255,255,255,0.8) 0%, transparent 100%),
          radial-gradient(1px 1px at 18% 78%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 35% 85%, rgba(255,255,255,0.7) 0%, transparent 100%),
          radial-gradient(1px 1px at 52% 80%, rgba(255,255,255,0.4) 0%, transparent 100%),
          radial-gradient(1px 1px at 70% 88%, rgba(255,255,255,0.9) 0%, transparent 100%),
          radial-gradient(1px 1px at 86% 82%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1px 1px at 3% 92%, rgba(255,255,255,0.8) 0%, transparent 100%);
}

/* Hero inner: caps the hero at a max width on very wide screens and
   becomes a two-column (text / visual) layout on desktop, see media query below.
   Deliberately NOT position:relative — hero-visual below (position:absolute at
   mobile/tablet) needs its containing block to stay `.hero` (full viewport height),
   not this box (which is only as tall as hero-content). z-index still applies
   here because it's a flex item of `.hero`. */
.hero-inner {
  z-index: 1;
  width: 100%;
  max-width: 1240px;
}

/* Wraps moon/astronaut/rocket-trail; absolutely fills `.hero` on mobile/tablet
   (unchanged look), becomes its own sized flex column on desktop */
.hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Moon glow */
.moon-glow {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,185,140,0.18) 0%, rgba(160,140,80,0.08) 40%, transparent 70%);
  pointer-events: none;
}

/* Moon */
.moon {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #e8dbb0 0%, #c8b870 25%, #a89040 50%, #786020 75%, #403010 100%);
  box-shadow: inset -30px -30px 60px rgba(0,0,0,0.5), 0 0 80px rgba(200,180,100,0.15);
  overflow: hidden;
}

.moon::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 22%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  box-shadow: 40px 20px 0 8px rgba(0,0,0,0.15), 80px -10px 0 5px rgba(0,0,0,0.2), -10px 60px 0 12px rgba(0,0,0,0.15), 110px 50px 0 6px rgba(0,0,0,0.18), 20px 90px 0 9px rgba(0,0,0,0.2);
}

/* Astronaut silhouette via CSS */
.astronaut {
  position: absolute;
  bottom: 220px;
  right: 70px;
  width: 80px;
  height: 100px;
  opacity: 0.85;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(-3deg); }
  50% { transform: translateY(-12px) rotate(3deg); }
}

/* Gradient overlay at top */
.gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(180deg, rgba(10,15,40,0.4) 0%, transparent 100%);
  pointer-events: none;
}

/* Hero content column */
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Logos */
.logos {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 56px;
}

.logo-emplify {
  height: 32px;
  width: auto;
}

.logo-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.25);
}

.logo-hiremoon {
  height: 30px;
  width: auto;
  filter: brightness(1.1);
}

/* Save the date tag */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 32px;
  width: fit-content;
}

.tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f0c44a;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.tag-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* Main headline */
.headline-small {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 12px;
}

.headline-main {
  font-family: 'Orbitron', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.headline-main span {
  color: #f0c44a;
}

.headline-sub {
  font-family: 'Orbitron', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

/* Big countdown */
.big-countdown {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.bcd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 56px;
}

.bcd-num {
  font-family: 'Orbitron', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #f0c44a;
  line-height: 1;
  letter-spacing: 0.02em;
}

.bcd-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 4px;
}

.bcd-sep {
  font-family: 'Orbitron', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: rgba(240,196,74,0.4);
  padding-bottom: 14px;
  line-height: 1;
}

/* Date block */
.date-block {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 48px;
}

.date-line {
  width: 3px;
  height: 80px;
  background: linear-gradient(180deg, #f0c44a 0%, rgba(240,196,74,0.2) 100%);
  border-radius: 2px;
  margin-right: 24px;
  flex-shrink: 0;
}

.date-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #f0c44a;
  margin-bottom: 8px;
}

.date-main {
  font-family: 'Orbitron', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.date-year {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.1em;
}

/* Divider */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 70%, transparent 100%);
  margin-bottom: 40px;
}

/* Mission copy */
.mission-copy {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  margin-bottom: 40px;
}

.mission-copy strong {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}

/* Bottom row */
.bottom {
  display: flex;
  align-items: center;
}

.countdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.countdown-icon {
  width: 8px;
  height: 8px;
  border: 1.5px solid rgba(240,196,74,0.6);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.countdown-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  background: #f0c44a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.countdown-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

/* Rocket trail */
.rocket-trail {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 1px;
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, rgba(240,196,74,0.4) 50%, rgba(240,196,74,0.8) 80%, transparent 100%);
  transform: rotate(35deg);
  transform-origin: top center;
  opacity: 0.6;
}

/* Scroll cue */
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: rgba(255,255,255,0.4);
  animation: bob 2.4s ease-in-out infinite;
}

.scroll-cue-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-cue-arrow {
  width: 18px;
  height: 18px;
}

@keyframes bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ============================================================
   HERO — DESKTOP
   A short, wide "classic header" band instead of a near-fullscreen
   card: text stays a standard single column on the left, moon +
   astronaut sit large in the background bottom-right, with the
   lower text lines running slightly over the moon.
   ============================================================ */
@media (min-width: 1024px) {
  .hero {
    min-height: 0;
    padding: 84px 56px;
  }

  .hero-inner {
    max-width: 940px;
  }

  .hero-content {
    margin: 0;
    max-width: 600px;
  }

  .logos {
    margin-bottom: 36px;
  }

  .tag {
    margin-bottom: 24px;
  }

  .headline-main {
    font-size: 56px;
  }

  .headline-sub {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .big-countdown {
    margin-bottom: 28px;
  }

  .date-block {
    margin-bottom: 32px;
  }

  .divider {
    margin-bottom: 24px;
  }

  .bottom {
    padding-top: 20px;
  }

  .moon-glow {
    bottom: -140px;
    right: -80px;
    width: 560px;
    height: 560px;
  }

  .moon {
    bottom: -100px;
    right: -60px;
    width: 480px;
    height: 480px;
  }

  .astronaut {
    bottom: 220px;
    right: 140px;
    width: 100px;
    height: 125px;
  }

  .rocket-trail {
    left: 62%;
    top: 8%;
  }
}

/* ============================================================
   SHARED SECTION LAYOUT
   ============================================================ */
.section {
  position: relative;
  padding: 88px 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.section-inner {
  max-width: 880px;
  margin: 0 auto;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #f0c44a;
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.section-intro {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  max-width: 560px;
  margin-bottom: 48px;
}

/* ============================================================
   PROGRAMM
   ============================================================ */
.programm {
  background: #04060e;
}

/* Highlight cards: Workshop & Vorträge */
.highlight-heading {
  margin-top: 56px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.highlight-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(240,196,74,0.25);
  border-radius: 16px;
  padding: 28px;
  overflow: hidden;
}

.highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #f0c44a 0%, rgba(240,196,74,0.1) 100%);
}

.highlight-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(240,196,74,0.1);
  color: #f0c44a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.highlight-icon svg {
  width: 20px;
  height: 20px;
}

.highlight-day {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 6px;
}

.highlight-time {
  font-family: 'Orbitron', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #f0c44a;
  line-height: 1;
  margin-bottom: 12px;
}

.highlight-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.highlight-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}

/* Day-1 timeline */
.timeline-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.timeline-title span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.02em;
}

.timeline {
  list-style: none;
  margin-top: 28px;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 62px;
  width: 1px;
  background: linear-gradient(180deg, rgba(240,196,74,0.5) 0%, rgba(255,255,255,0.08) 100%);
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 14px 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 57px;
  top: 19px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #04060e;
  border: 2px solid #f0c44a;
}

.tl-time {
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f0c44a;
  min-width: 46px;
  flex-shrink: 0;
  text-align: right;
}

.tl-text {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  padding-left: 24px;
}

/* ============================================================
   UNTERKUNFT
   ============================================================ */
.unterkunft {
  background: #04060e;
}

.stay-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}

.stay-photo {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

.stay-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stay-main {
  max-width: 560px;
}

.stay-name {
  font-family: 'Orbitron', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.stay-address {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #f0c44a;
  margin-bottom: 16px;
}

.stay-desc {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  margin-bottom: 20px;
}

.stay-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #f0c44a;
  text-decoration: none;
  border-bottom: 1px solid rgba(240,196,74,0.4);
  padding-bottom: 2px;
}

/* ============================================================
   PACKLISTE
   ============================================================ */
.packliste {
  background: #060911;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pack-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 24px;
}

.pack-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(240,196,74,0.1);
  color: #f0c44a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pack-icon svg {
  width: 18px;
  height: 18px;
}

.pack-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.pack-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pack-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
}

.pack-list input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.pack-list input[type="checkbox"]:checked {
  background: #f0c44a;
  border-color: #f0c44a;
}

.pack-list input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #1a1200;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}

.pack-list input[type="checkbox"]:checked + span {
  color: rgba(255,255,255,0.35);
  text-decoration: line-through;
}

/* ============================================================
   ANMELDUNG
   ============================================================ */
.anmeldung {
  background: #04060e;
}

.form-embed {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(240,196,74,0.25);
  background: rgba(255,255,255,0.03);
}

.form-placeholder {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  text-align: center;
}

.form-placeholder-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(240,196,74,0.1);
  color: #f0c44a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-placeholder-icon svg {
  width: 28px;
  height: 28px;
}

.form-placeholder-text {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
}

.ms-forms-frame {
  width: 100%;
  height: 820px;
  border: none;
  display: block;
  background: #fff;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  padding: 32px 24px 40px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: #04060e;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .highlight-heading {
    margin-top: 40px;
  }

  .pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 72px 20px 88px;
  }

  .logos {
    margin-bottom: 40px;
  }

  .logo-emplify {
    height: 22px;
  }

  .logo-hiremoon {
    height: 20px;
  }

  .headline-small {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .headline-main {
    font-size: 34px;
    margin-bottom: 6px;
  }

  .headline-sub {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .big-countdown {
    gap: 2px;
    margin-bottom: 28px;
  }

  .bcd-num {
    font-size: 24px;
  }

  .bcd-sep {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .bcd-unit {
    min-width: 40px;
  }

  .date-line {
    height: 60px;
  }

  .date-main {
    font-size: 26px;
  }

  .date-year {
    font-size: 12px;
  }

  .mission-copy {
    font-size: 13px;
  }

  .moon {
    width: 220px;
    height: 220px;
    bottom: -40px;
    right: -40px;
  }

  .moon-glow {
    width: 280px;
    height: 280px;
    bottom: -50px;
    right: -50px;
  }

  .astronaut {
    width: 46px;
    height: 58px;
    bottom: 70px;
    right: 14px;
    opacity: 0.65;
  }

  .section {
    padding: 64px 20px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-intro {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .highlight-card {
    padding: 22px;
  }

  .highlight-time {
    font-size: 26px;
  }

  .timeline::before {
    left: 40px;
  }

  .timeline-item {
    gap: 12px;
  }

  .timeline-item::before {
    left: 35px;
  }

  .tl-time {
    font-size: 12px;
    min-width: 32px;
  }

  .tl-text {
    font-size: 14px;
    padding-left: 12px;
  }

  .stay-photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .pack-grid {
    grid-template-columns: 1fr;
  }

  .pack-card {
    padding: 20px;
  }

  .form-placeholder {
    min-height: 280px;
    padding: 32px 24px;
  }

  .ms-forms-frame {
    height: 640px;
  }
}
