:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { min-height: 100%; background: #101a39; }
body { margin: 0; color: #f8fbff; background: radial-gradient(circle at 70% 25%, #314c87 0, #1c2d57 38%, #101a39 78%); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #92d8ff; outline-offset: 4px; border-radius: 8px; }
.page { min-height: 100vh; max-width: 1360px; padding: 0 6vw; margin: 0 auto; display: flex; flex-direction: column; }
.header { height: 100px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 650; letter-spacing: -.035em; }
.brand img { border-radius: 12px; }
.header-contact { font-size: 14px; color: #d5e7ff; border: 1px solid #ffffff38; padding: 12px 18px; border-radius: 999px; transition: background .2s; }
.header-contact:hover, .button.secondary:hover { background: #ffffff1a; }
.hero { flex: 1; min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: center; gap: 28px; }
.hero-copy { position: relative; z-index: 1; min-width: 0; padding: 44px 0 70px; }
.eyebrow, .section-label { color: #99d8ff; letter-spacing: .14em; font-size: 12px; font-weight: 750; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.pulse, .status-dot { width: 8px; height: 8px; background: #ffbf6a; border-radius: 50%; box-shadow: 0 0 0 5px #ffbf6a22; flex: 0 0 auto; }
h1 { font-size: clamp(52px, 6.2vw, 92px); line-height: 1.02; letter-spacing: -.068em; margin: 26px 0 28px; font-weight: 730; }
h1 span { color: #91c9f4; }
.lead { max-width: 610px; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.52; color: #e2edff; margin: 0 0 18px; }
.safety { max-width: 595px; color: #b4c7e2; line-height: 1.65; font-size: 15px; margin: 0; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 12px; padding: 0 22px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: #b5e1ff; color: #152344; }
.button.primary:hover { background: #d1ecff; }
.button.secondary { border: 1px solid #ffffff45; color: #edf7ff; }
.visual { height: min(45vw, 530px); min-height: 360px; position: relative; display: grid; place-items: center; isolation: isolate; }
.visual::before { content: ""; position: absolute; inset: 7%; background: url("/assets/world.webp") center/contain no-repeat; opacity: .13; filter: drop-shadow(0 0 20px #82b6ff); }
.orbit { position: absolute; border: 1px solid #b9d8ff2d; border-radius: 50%; aspect-ratio: 1; }
.orbit-one { width: 90%; }
.orbit-two { width: 67%; border-color: #c2deff45; }
.planet { width: 46%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #7694ce3d, #96c4ff15); border: 1px solid #dcecff66; box-shadow: 0 0 55px #7dc7ff43, inset 0 0 50px #9fc2ff23; }
.planet img { width: 48%; height: auto; border-radius: 25%; box-shadow: 0 18px 50px #070f2f80; }
.visual-caption { position: absolute; bottom: 9%; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #b2c7e5; }
.status-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 55px; padding: 28px 32px; border: 1px solid #ffffff23; border-radius: 20px; background: #ffffff0c; backdrop-filter: blur(8px); }
.status-panel h2 { font-size: 20px; margin: 8px 0; letter-spacing: -.025em; }
.status-panel p { margin: 0; color: #b8c9e3; font-size: 14px; line-height: 1.6; max-width: 660px; }
.status-badge { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; color: #f9dcc0; font-size: 13px; font-weight: 650; background: #ffbf6a15; border: 1px solid #ffbf6a4c; border-radius: 999px; padding: 12px 17px; }
.footer { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff20; color: #92a8c9; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer a:hover { color: #fff; }
@media (max-width: 850px) {
  .page { padding: 0 6vw; }
  .hero { grid-template-columns: 1fr; gap: 0; min-height: auto; }
  .hero-copy { padding: 46px 0 24px; }
  .visual { min-height: 320px; height: 320px; }
  .status-panel { flex-direction: column; align-items: flex-start; margin-bottom: 34px; }
}
@media (max-width: 560px) {
  .header { height: 82px; }
  .header-contact { padding: 10px 12px; font-size: 12px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  h1 { font-size: clamp(42px, 12vw, 48px); }
  .lead { font-size: 18px; }
  .visual { min-height: 270px; height: 270px; }
  .status-panel { padding: 22px; }
  .status-badge { white-space: normal; }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}
