:root {
  --navy: #071d3e;
  --navy-light: #12335f;
  --orange: #ff5f1b;
  --cream: #f4f7fb;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--navy); }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: white; }
a { color: inherit; }

.launch-page {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: 0 clamp(24px, 6vw, 96px);
  background:
    radial-gradient(circle at 73% 44%, rgba(28, 80, 143, .5), transparent 24%),
    radial-gradient(circle at 8% 8%, rgba(255, 95, 27, .12), transparent 22%),
    linear-gradient(135deg, #04142f 0%, #08244c 55%, #061a38 100%);
}

.launch-page::after {
  content: ""; position: absolute; inset: auto -10% -35% 35%; height: 62%;
  border-radius: 50% 50% 0 0; opacity: .42;
  background: repeating-radial-gradient(ellipse at center, rgba(255,255,255,.055) 0 1px, transparent 2px 14px);
  transform: rotate(-8deg); pointer-events: none;
}

.stars { position: absolute; inset: 0; opacity: .5; pointer-events: none; }
.stars::before, .stars::after {
  content: ""; position: absolute; width: 2px; height: 2px; border-radius: 50%;
  background: white; box-shadow: 8vw 14vh #fff, 19vw 78vh #fff, 32vw 21vh #fff, 42vw 64vh #fff, 56vw 14vh #fff, 67vw 76vh #fff, 78vw 18vh #fff, 91vw 58vh #fff, 97vw 9vh #fff, 4vw 48vh #fff;
}
.stars::after { transform: translate(4vw, 27vh) scale(.55); opacity: .7; }
.stars-two { transform: translateX(9vw); opacity: .25; }

.site-header {
  height: 136px; display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 4; border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand-logo { width: clamp(230px, 24vw, 360px); height: auto; filter: drop-shadow(0 8px 24px rgba(0,0,0,.2)); }
.status-pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
  background: rgba(255,255,255,.06); backdrop-filter: blur(10px);
  color: #dbe9fa; font-size: 13px; letter-spacing: .04em;
}
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,95,27,.12); animation: pulse 2s infinite; }

.hero {
  width: min(1350px, 100%); margin: 0 auto; min-height: calc(100svh - 220px);
  display: grid; grid-template-columns: 1.06fr .94fr; align-items: center;
  gap: clamp(30px, 5vw, 90px); position: relative; z-index: 2;
}
.hero-copy { padding: 55px 0 70px; max-width: 720px; }
.eyebrow {
  margin: 0 0 22px; color: #a9c5e4; font-size: 13px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
h1 { margin: 0; font-size: clamp(52px, 5.7vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
h1 em { color: var(--orange); font-style: normal; }
.intro { max-width: 650px; margin: 30px 0 34px; color: #c5d5e8; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.75; }

.contact-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.contact-card {
  display: flex; align-items: center; gap: 13px; min-width: 232px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.15); border-radius: 14px; text-decoration: none;
  background: rgba(255,255,255,.07); backdrop-filter: blur(12px);
  transition: transform .2s, background .2s, border-color .2s;
}
.contact-card:hover, .contact-card:focus-visible { transform: translateY(-3px); background: rgba(255,255,255,.12); border-color: rgba(255,95,27,.65); outline: none; }
.icon-wrap { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; background: rgba(255,95,27,.14); color: var(--orange); }
.icon-wrap svg { width: 19px; height: 19px; fill: currentColor; }
.contact-card span:last-child { display: grid; gap: 3px; }
.contact-card small { color: #91a8c4; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { font-size: 14px; }
.whatsapp-button {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding: 13px 20px;
  border-radius: 11px; background: var(--orange); color: white; text-decoration: none; font-size: 14px; font-weight: 800;
  box-shadow: 0 12px 30px rgba(255,95,27,.25); transition: transform .2s, background .2s;
}
.whatsapp-button:hover, .whatsapp-button:focus-visible { transform: translateY(-2px); background: #e94e0d; outline: 2px solid white; outline-offset: 3px; }
.whatsapp-button svg { width: 21px; height: 21px; fill: currentColor; }

.launch-scene { height: 590px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 520px; height: 290px; }
.orbit-two { width: 390px; height: 540px; transform: rotate(38deg); }
.planet { position: absolute; border-radius: 50%; box-shadow: inset -10px -8px 20px rgba(0,0,0,.3), 0 0 25px rgba(255,95,27,.15); }
.planet-one { width: 18px; height: 18px; right: 11%; top: 24%; background: var(--orange); animation: drift 5s ease-in-out infinite; }
.planet-two { width: 9px; height: 9px; left: 14%; bottom: 28%; background: #8db9e7; animation: drift 4s 1s ease-in-out infinite reverse; }
.rocket-wrap { position: relative; width: 270px; height: 475px; display: flex; align-items: center; flex-direction: column; z-index: 2; animation: hover 2.4s ease-in-out infinite; }
.rocket { position: relative; width: 150px; margin-top: 20px; filter: drop-shadow(0 25px 35px rgba(0,0,0,.45)); }
.rocket-tip { width: 104px; height: 82px; margin: 0 auto -1px; border-radius: 70% 70% 18% 18% / 95% 95% 12% 12%; background: linear-gradient(90deg,#f4f7fb,#fff 45%,#b8c7da); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.rocket-body { width: 104px; height: 205px; margin: auto; border-radius: 0 0 46px 46px; background: linear-gradient(90deg,#b7c6d8,#fff 42%,#dbe5ef 68%,#9bacc1); position: relative; z-index: 2; }
.window { position: absolute; left: 50%; top: 28px; transform: translateX(-50%); width: 54px; height: 54px; border: 7px solid var(--navy); border-radius: 50%; background: radial-gradient(circle at 35% 28%,#9bd8ff,#1766a3 60%,#082c58); box-shadow: 0 5px 10px rgba(0,0,0,.25); }
.window span { position: absolute; width: 12px; height: 6px; border-radius: 50%; left: 9px; top: 7px; background: rgba(255,255,255,.7); transform: rotate(-25deg); }
.rocket-mark { position: absolute; left: 50%; top: 106px; transform: translateX(-50%); color: var(--navy); font-size: 25px; font-weight: 900; letter-spacing: -.08em; }
.rocket-mark::first-letter { color: var(--orange); }
.fin { position: absolute; z-index: 1; top: 205px; width: 48px; height: 110px; background: linear-gradient(#ff7439,var(--orange) 70%,#c93300); }
.fin-left { left: -1px; border-radius: 100% 8px 10px 65%; transform: rotate(8deg); }
.fin-right { right: -1px; border-radius: 8px 100% 65% 10px; transform: rotate(-8deg); }
.rocket-base { position: relative; z-index: 3; width: 70px; height: 22px; margin: -9px auto 0; border-radius: 5px 5px 14px 14px; background: linear-gradient(90deg,#06152f,#1b3e6d,#06152f); }
.flame { width: 52px; height: 110px; margin: -4px auto 0; position: relative; background: linear-gradient(#fff 0 8%,#ffef9a 20%,#ff8a2b 52%,rgba(255,95,27,0) 100%); clip-path: polygon(15% 0,85% 0,100% 32%,50% 100%,0 32%); animation: flame .18s ease-in-out infinite alternate; }
.flame i { position: absolute; inset: 0 15px 33px; background: white; clip-path: polygon(0 0,100% 0,50% 100%); opacity: .8; }
.flame b { position: absolute; inset: 18px -25px 0; filter: blur(14px); background: rgba(255,95,27,.38); border-radius: 50%; }
.smoke { position: absolute; bottom: 8px; border-radius: 50%; background: rgba(220,233,247,.5); filter: blur(2px); animation: smoke 2.2s ease-out infinite; }
.smoke-one { width: 85px; height: 45px; left: 36px; animation-delay: -.5s; }
.smoke-two { width: 105px; height: 55px; right: 25px; animation-delay: -1.2s; }
.smoke-three { width: 66px; height: 40px; left: 105px; animation-delay: -1.8s; }
.launch-platform { position: absolute; bottom: 58px; width: 350px; height: 15px; border-radius: 50%; background: rgba(4,15,33,.9); box-shadow: 0 0 0 13px rgba(66,108,157,.2), 0 14px 50px rgba(0,0,0,.5); }
.launch-platform span { position: absolute; left: 50%; top: -2px; width: 170px; height: 4px; transform: translateX(-50%); border-radius: 99px; background: var(--orange); box-shadow: 0 0 20px var(--orange); }

footer {
  height: 72px; position: relative; z-index: 4; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: space-between; color: #8199b5; font-size: 12px;
}
footer a { text-decoration: none; color: #c6d8eb; }
footer a:hover { color: var(--orange); }

@keyframes hover { 0%,100% { transform: translateY(5px); } 50% { transform: translateY(-10px); } }
@keyframes flame { from { transform: scaleX(.92) scaleY(.96); } to { transform: scaleX(1.08) scaleY(1.06); } }
@keyframes smoke { 0% { transform: translateY(0) scale(.55); opacity: 0; } 35% { opacity: .6; } 100% { transform: translateY(40px) scale(1.35); opacity: 0; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(255,95,27,.12); } 50% { box-shadow: 0 0 0 9px rgba(255,95,27,0); } }
@keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

@media (max-width: 900px) {
  .site-header { height: 106px; }
  .status-pill { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; min-height: auto; }
  .hero-copy { padding: 58px 0 8px; max-width: none; }
  .intro { margin-left: auto; margin-right: auto; }
  .contact-actions { justify-content: center; }
  .launch-scene { height: 510px; transform: scale(.88); margin: -20px 0 -15px; }
}

@media (max-width: 560px) {
  .launch-page { padding: 0 20px; }
  .site-header { justify-content: center; }
  .brand-logo { width: min(290px, 88vw); }
  h1 { font-size: clamp(44px, 13.5vw, 64px); }
  .eyebrow { font-size: 11px; line-height: 1.6; }
  .intro { font-size: 15px; line-height: 1.65; }
  .contact-actions { display: grid; }
  .contact-card { min-width: 286px; text-align: left; }
  .launch-scene { height: 430px; transform: scale(.72); margin: -30px 0 -45px; }
  footer { flex-direction: column; justify-content: center; gap: 7px; height: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
