:root {
  --navy-950: #050b1f;
  --navy-900: #07112c;
  --blue: #2777d0;
  --aqua: #45d0c8;
  --coral: #f38876;
  --gold: #f1c773;
  --white: #f8fbff;
  --muted: #b6c4dc;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--navy-950);
}

body {
  color: var(--white);
  font-family: Tahoma, Arial, "Noto Sans Arabic", sans-serif;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: 34px 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(28, 82, 152, 0.18), transparent 38%),
    linear-gradient(145deg, #050a1b 0%, #07132e 48%, #040918 100%);
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.aurora {
  position: absolute;
  z-index: -3;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.2;
  pointer-events: none;
}

.aurora-one {
  top: -250px;
  right: -160px;
  background: linear-gradient(135deg, var(--aqua), var(--blue));
}

.aurora-two {
  bottom: -300px;
  left: -170px;
  background: linear-gradient(135deg, var(--coral), #7a3ca6);
}

.stars {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.6;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(69, 208, 200, 0.7) 0 1px, transparent 1.4px);
  background-position: 18% 25%, 82% 64%;
  background-size: 210px 210px, 285px 285px;
}

.flight-path {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(161, 205, 232, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.flight-path-one {
  width: 780px;
  height: 300px;
  top: 12%;
  left: -250px;
  transform: rotate(-18deg);
}

.flight-path-two {
  width: 720px;
  height: 280px;
  right: -300px;
  bottom: 10%;
  transform: rotate(24deg);
}

.plane {
  position: absolute;
  top: -9px;
  right: 23%;
  color: var(--gold);
  filter: drop-shadow(0 0 9px rgba(241, 199, 115, 0.6));
  animation: twinkle 3s ease-in-out infinite;
}

.hero {
  width: min(100%, 1080px);
  display: grid;
  gap: 23px;
  animation: reveal 0.9s ease-out both;
}

.glass-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(400px, 1.15fr);
  align-items: center;
  min-height: 590px;
  padding: 58px 72px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 40px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(6, 15, 38, 0.7);
  box-shadow:
    0 35px 100px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.glass-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 31px;
  pointer-events: none;
}

.logo-wrap {
  position: relative;
  min-height: 395px;
  display: grid;
  place-items: center;
  padding: 12px;
}

.logo-halo {
  position: absolute;
  width: 310px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(58, 152, 197, 0.2) 0 42%, transparent 68%),
    conic-gradient(from 20deg, rgba(69, 208, 200, 0.35), rgba(243, 136, 118, 0.2), rgba(39, 119, 208, 0.34), rgba(69, 208, 200, 0.35));
  filter: blur(11px);
  opacity: 0.7;
}

.logo-halo::before,
.logo-halo::after {
  content: "";
  position: absolute;
  inset: -25px;
  border: 1px solid rgba(85, 208, 210, 0.13);
  border-radius: 50%;
}

.logo-halo::after {
  inset: -58px;
  border-style: dashed;
  opacity: 0.45;
  animation: orbit 28s linear infinite;
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 370px);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34));
}

.content {
  position: relative;
  z-index: 2;
  padding-right: 35px;
}

.status-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  margin-bottom: 28px;
  color: #cdeeed;
  border: 1px solid rgba(69, 208, 200, 0.25);
  border-radius: 999px;
  background: rgba(69, 208, 200, 0.075);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(69, 208, 200, 0.11), 0 0 14px rgba(69, 208, 200, 0.75);
  animation: pulse 2s ease-out infinite;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.lead {
  max-width: 555px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.divider {
  width: min(100%, 450px);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 27px 0 22px;
  color: var(--gold);
}

.divider span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(241, 199, 115, 0.35));
}

.divider span:last-child {
  background: linear-gradient(90deg, rgba(241, 199, 115, 0.35), transparent);
}

.divider i {
  font-size: 10px;
  font-style: normal;
}

.contact-label {
  margin: 0 0 13px;
  color: #d4def0;
  font-size: 14px;
}

.email-button {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(39, 119, 208, 0.4), rgba(69, 208, 200, 0.2));
  box-shadow: 0 11px 25px rgba(1, 7, 22, 0.23);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.email-button:hover,
.email-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(69, 208, 200, 0.54);
  box-shadow: 0 15px 30px rgba(1, 7, 22, 0.35), 0 0 24px rgba(69, 208, 200, 0.08);
  outline: none;
}

.email-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--aqua);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(201, 215, 237, 0.65);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}

footer a:hover {
  color: var(--aqua);
}

.footer-line {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.55; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(69, 208, 200, 0.34), 0 0 14px rgba(69, 208, 200, 0.75); }
  70% { box-shadow: 0 0 0 9px rgba(69, 208, 200, 0), 0 0 14px rgba(69, 208, 200, 0.75); }
  100% { box-shadow: 0 0 0 0 rgba(69, 208, 200, 0), 0 0 14px rgba(69, 208, 200, 0.75); }
}

@media (max-width: 850px) {
  .site-shell { padding: 20px 16px; }
  .glass-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 32px 28px 38px;
    border-radius: 30px;
  }
  .glass-card::after { border-radius: 23px; }
  .logo-wrap { min-height: 245px; padding: 0; }
  .brand-logo { width: min(100%, 270px); }
  .logo-halo { width: 215px; }
  .content { padding: 0; text-align: center; }
  .status-badge { margin: 4px auto 22px; }
  .eyebrow { font-size: 14px; }
  h1 { font-size: clamp(37px, 10.5vw, 52px); }
  .lead { margin-inline: auto; font-size: 15px; line-height: 1.9; }
  .divider { margin-inline: auto; }
  .email-button { margin-inline: auto; }
}

@media (max-width: 450px) {
  .site-shell { padding: 12px; }
  .glass-card { padding: 24px 19px 30px; border-radius: 25px; }
  .logo-wrap { min-height: 210px; }
  .brand-logo { width: 230px; }
  .logo-halo { width: 175px; }
  .status-badge { margin-bottom: 18px; }
  .lead { font-size: 14px; }
  .email-button { font-size: 13px; padding: 12px 15px; }
  footer { gap: 10px; font-size: 11px; }
  .footer-line { width: 23px; }
}

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