:root {
  --bg-dark: #02101b;
  --bg-mid: #062d4f;
  --line: rgba(193, 231, 255, 0.35);
  --line-strong: rgba(193, 231, 255, 0.65);
  --gold: #d0e33a;
  --cream: #f7f3df;
  --text: #f6f4ea;
  --muted: rgba(246, 244, 234, 0.78);
  --danger: #ff8f70;
  --success: #8bf3c7;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 10%, rgba(24, 176, 220, 0.32), transparent 26rem),
    radial-gradient(circle at 15% 50%, rgba(15, 83, 128, 0.22), transparent 24rem),
    radial-gradient(circle at 85% 55%, rgba(15, 83, 128, 0.22), transparent 24rem),
    linear-gradient(90deg, #020811 0%, #06355a 50%, #020811 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.5px) center/18px 18px,
    linear-gradient(180deg, rgba(2, 8, 17, 0.12), rgba(2, 8, 17, 0.35));
  mask-image: radial-gradient(circle at center, black 18%, transparent 72%);
  opacity: 0.4;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(2, 12, 24, 0.68);
  border-bottom: 1px solid rgba(193, 231, 255, 0.14);
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 520px);
  padding: 6px 0;
}

.brand-image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(208, 227, 58, 0.95), rgba(110, 242, 255, 0.88));
  color: #04111b;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(110, 242, 255, 0.14);
}

main {
  padding: 28px 0 60px;
}

.poster {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 30px 24px 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(13, 151, 189, 0.18), transparent 16rem),
    linear-gradient(180deg, rgba(5, 27, 53, 0.8), rgba(2, 12, 26, 0.9));
  border: 1px solid rgba(193, 231, 255, 0.18);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.poster::before,
.poster::after {
  content: "";
  position: absolute;
  inset: auto auto 4% -16%;
  width: 48%;
  height: 24%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 130, 255, 0.32) 0, rgba(64, 130, 255, 0.06) 40%, transparent 72%);
  filter: blur(12px);
  opacity: 0.7;
  z-index: -1;
}

.poster::after {
  left: auto;
  right: -16%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(208, 227, 58, 0.35);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(208, 227, 58, 0.08);
  font-weight: 600;
}

.hero-copy {
  text-align: center;
}

.hero-image {
  margin-inline: auto;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.hero-image-top {
  width: min(540px, 100%);
  margin-top: 6px;
  margin-bottom: 18px;
}

.hero-image-collaboration {
  width: min(860px, 100%);
  margin: 18px auto 22px;
}

.title-frame {
  position: relative;
  margin: 0 auto 18px;
  width: min(930px, 100%);
  padding: 20px 26px;
  border: 1px solid rgba(247, 243, 223, 0.55);
  border-radius: 28px;
  box-shadow: inset 0 0 22px rgba(110, 242, 255, 0.09);
}

.title-frame::before,
.title-frame::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(247, 243, 223, 0.6);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.title-frame::before {
  right: -18px;
  box-shadow: -16px 0 0 -10px rgba(247, 243, 223, 0.55), -34px 0 0 -18px rgba(247, 243, 223, 0.48);
}

.title-frame::after {
  left: -18px;
  box-shadow: 16px 0 0 -10px rgba(247, 243, 223, 0.55), 34px 0 0 -18px rgba(247, 243, 223, 0.48);
}

.title-frame h1 {
  margin: 0;
  font-family: "Changa", sans-serif;
  font-size: clamp(2.5rem, 1.9rem + 3.2vw, 5.35rem);
  line-height: 1.08;
  color: var(--cream);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}

.title-frame-image {
  width: min(1100px, 100%);
  padding: clamp(10px, 1.4vw, 18px);
}

.title-frame-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-copy p {
  margin: 0 auto;
  max-width: 820px;
  font-family: "Changa", sans-serif;
  font-size: clamp(1.4rem, 1rem + 1.7vw, 3rem);
  line-height: 1.35;
  color: var(--gold);
}

.hero-copy p strong {
  display: block;
  font-size: 0.8em;
  color: #e5f14a;
}

.orb-scene {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 18px auto 22px;
  width: min(860px, 100%);
}

.orb-grid {
  position: absolute;
  width: min(540px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(108, 186, 255, 0.12) 0 40%, transparent 62%),
    radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 1.3px, transparent 1.6px) center/14px 14px;
  filter: drop-shadow(0 0 28px rgba(0, 206, 255, 0.24));
  opacity: 0.95;
}

.orb {
  position: relative;
  width: min(400px, 66vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(110, 242, 255, 0.4);
  background:
    radial-gradient(circle at 50% 35%, rgba(110, 242, 255, 0.18), transparent 28%),
    radial-gradient(circle, rgba(18, 67, 135, 0.75), rgba(4, 17, 44, 0.1));
  box-shadow:
    inset 0 0 42px rgba(110, 242, 255, 0.22),
    0 0 60px rgba(0, 174, 255, 0.26);
}

.orb::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.8px) center/11px 11px;
  mask-image: radial-gradient(circle, black 42%, transparent 80%);
  opacity: 0.82;
}

.orb-label {
  position: relative;
  z-index: 1;
  font-family: "Changa", sans-serif;
  font-size: clamp(5rem, 3rem + 6vw, 9rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #7ff8ff;
  text-shadow: 0 0 18px rgba(127, 248, 255, 0.9), 0 0 50px rgba(72, 173, 255, 0.45);
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 4px solid rgba(110, 242, 255, 0.72);
  box-shadow: 0 0 22px rgba(110, 242, 255, 0.7);
}

.ring-one { width: min(420px, 76vw); height: 118px; transform: rotate(10deg); }
.ring-two { width: min(460px, 78vw); height: 110px; transform: rotate(-14deg) translateY(86px); }
.ring-three { width: min(372px, 68vw); height: 102px; transform: rotate(24deg) translateY(-94px); }

.hand {
  position: absolute;
  bottom: 8px;
  width: min(620px, 92vw);
  height: 190px;
  pointer-events: none;
  filter: drop-shadow(0 0 22px rgba(112, 171, 255, 0.45));
}

.palm,
.thumb,
.finger {
  position: absolute;
  border: 1.5px solid rgba(175, 212, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(116, 160, 255, 0.14), rgba(116, 160, 255, 0.04)),
    radial-gradient(circle, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.6px) center/11px 11px;
  box-shadow: inset 0 0 16px rgba(135, 176, 255, 0.25), 0 0 18px rgba(106, 163, 255, 0.22);
}

.palm {
  left: 18%;
  right: 10%;
  bottom: 18px;
  height: 96px;
  border-radius: 120px 120px 58px 58px;
  transform: rotate(-9deg);
}

.thumb {
  width: 150px;
  height: 60px;
  left: 28%;
  bottom: 86px;
  border-radius: 60px;
  transform: rotate(-18deg);
}

.finger {
  width: 120px;
  height: 40px;
  bottom: 110px;
  border-radius: 999px;
}

.finger.f1 { right: 18%; transform: rotate(9deg); }
.finger.f2 { right: 30%; transform: rotate(2deg); }
.finger.f3 { right: 42%; transform: rotate(-6deg); }
.finger.f4 { right: 54%; transform: rotate(-11deg); }

.feature-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 10px auto 0;
  width: min(980px, 100%);
}

.feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 70px;
  padding: 14px 18px;
  text-align: center;
  border-radius: 22px;
  background: rgba(5, 22, 42, 0.58);
  border: 1px solid rgba(193, 231, 255, 0.18);
  box-shadow: inset 0 0 18px rgba(110, 242, 255, 0.05);
  color: var(--cream);
}

.form-layout {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

.form-card {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7, 26, 45, 0.88), rgba(4, 16, 31, 0.96));
  border: 1px solid rgba(193, 231, 255, 0.18);
  box-shadow: inset 0 0 24px rgba(110, 242, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.18);
}

.form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(208, 227, 58, 0.46), rgba(110, 242, 255, 0.18), transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--cream);
}

.card-title-stack {
  display: grid;
  gap: 2px;
}

.card-title-main {
  font-family: "Changa", sans-serif;
  font-size: clamp(1.35rem, 1rem + 0.8vw, 2rem);
  line-height: 1.15;
}

.card-title-sub {
  color: rgba(246, 244, 234, 0.68);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(208, 227, 58, 0.18), rgba(110, 242, 255, 0.16));
  border: 1px solid rgba(193, 231, 255, 0.22);
  color: var(--cream);
  font-family: "Changa", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

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

.field-group {
  display: grid;
  gap: 8px;
}

.field-group.full {
  grid-column: 1 / -1;
}

label {
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(183, 219, 255, 0.24);
  background: rgba(237, 248, 255, 0.06);
  color: var(--text);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(246, 244, 234, 0.46);
}

textarea {
  min-height: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(110, 242, 255, 0.82);
  box-shadow: 0 0 0 3px rgba(110, 242, 255, 0.14), 0 0 24px rgba(0, 214, 255, 0.12);
  background: rgba(237, 248, 255, 0.09);
}

option {
  color: #04111b;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.choice-item {
  position: relative;
}

.choice-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid rgba(183, 219, 255, 0.24);
  background: rgba(237, 248, 255, 0.04);
  color: var(--cream);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
}

.choice-item input:checked + span {
  background: linear-gradient(135deg, rgba(208, 227, 58, 0.24), rgba(110, 242, 255, 0.18));
  border-color: rgba(208, 227, 58, 0.62);
  color: #f9fce7;
  box-shadow: 0 0 0 2px rgba(208, 227, 58, 0.14);
  transform: translateY(-1px);
}

.declaration-list {
  display: grid;
  gap: 14px;
}

.declaration-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(183, 219, 255, 0.24);
  background: rgba(237, 248, 255, 0.04);
  color: var(--cream);
}

.declaration-item input[type="checkbox"] {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 0;
  border-radius: 6px;
  accent-color: #d0e33a;
  cursor: pointer;
  order: -1;
  flex: 0 0 auto;
}

.declaration-item span {
  flex: 1;
  line-height: 1.9;
}

.helper-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.alert {
  margin: 0 auto 18px;
  width: min(900px, 100%);
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(193, 231, 255, 0.16);
  background: rgba(237, 248, 255, 0.08);
}

.alert-success {
  border-color: rgba(139, 243, 199, 0.35);
  color: var(--success);
}

.alert-danger {
  border-color: rgba(255, 143, 112, 0.35);
  color: #ffd1c6;
}

.error-list {
  margin: 0;
  padding-inline-start: 18px;
}

.submit-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 0 0;
}

.submit-panel button {
  border: 0;
  min-width: min(100%, 420px);
  min-height: 64px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #9ef6ff);
  color: #04111b;
  font-family: "Changa", sans-serif;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.8rem);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 20px 42px rgba(110, 242, 255, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.submit-panel p {
  display: block;
  margin: 16px auto 0;
  color: var(--muted);
}

@media (max-width: 960px) {
  .topbar-inner {
    flex-direction: column;
  }

  .feature-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 20px, 100%);
  }

  .topbar-inner {
    padding: 14px 10px 16px;
    gap: 14px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    padding: 0 10px;
  }

  .brand-image {
    width: 100%;
    max-width: none;
  }

  .poster {
    padding: 22px 14px 30px;
    border-radius: 26px;
  }

  .title-frame::before,
  .title-frame::after {
    display: none;
  }

  .orb-scene {
    min-height: 390px;
  }

  .feature-bar,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .choice-item span,
  .cta-link {
    width: 100%;
  }

  .form-card {
    padding: 20px 16px;
    border-radius: 22px;
  }
}
