* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #f8fafc;
  background:
    radial-gradient(circle at 15% 10%, rgba(122, 70, 180, 0.55), transparent 28%),
    radial-gradient(circle at 80% 24%, rgba(28, 65, 184, 0.45), transparent 26%),
    radial-gradient(circle at 70% 75%, rgba(84, 31, 139, 0.45), transparent 24%),
    linear-gradient(135deg, #231942 0%, #0a1559 34%, #07144a 62%, #32165d 100%);
  position: relative;
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.orb-1 {
  width: 360px;
  height: 360px;
  background: rgba(89, 152, 255, 0.25);
  top: 120px;
  left: -80px;
}

.orb-2 {
  width: 420px;
  height: 420px;
  background: rgba(202, 86, 214, 0.22);
  right: -90px;
  top: 40px;
}

.bg-lines {
  position: fixed;
  inset: 0;
  background:
    repeating-linear-gradient(102deg,
      transparent 0px,
      transparent 12px,
      rgba(61, 223, 255, 0.08) 13px,
      rgba(61, 223, 255, 0.08) 15px);
  mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  -webkit-mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px 72px;
}

.hero {
  margin-bottom: 28px;
}

.hero-panel {
  position: relative;
  padding: 30px 32px 28px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.045) 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  backdrop-filter: blur(14px);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(188, 116, 255, 0.14), rgba(73, 214, 255, 0.08));
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(73, 214, 255, 0.18) 0%, rgba(73, 214, 255, 0.02) 55%, transparent 70%);
  pointer-events: none;
}

.brand-row {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(73, 214, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 4px;
  color: #9ed7ff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.brand-name {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #ffffff;
  text-shadow:
    0 0 12px rgba(73, 214, 255, 0.12),
    0 0 28px rgba(188, 116, 255, 0.10);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-title {
  margin: 0 0 14px;
  font-size: 2.35rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #f8fbff;
}

.lead {
  font-size: 1.08rem;
  color: #eef2ff;
  line-height: 1.7;
  margin: 0 0 10px;
}

.sublead,
.privacy p,
.section-head p,
.footer-sub {
  color: #dbe4f5;
  line-height: 1.7;
}

.meta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.meta-row span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.34);
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: #e8eefc;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.survey-section,
.privacy {
  border-radius: 20px;
  margin-bottom: 22px;
  background: rgba(9, 17, 50, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.survey-section {
  padding: 20px 18px 12px;
}

.privacy {
  padding: 24px;
}

.section-head {
  margin-bottom: 10px;
  padding: 0 2px;
}

h2 {
  margin: 0 0 6px;
  font-size: 1.32rem;
  color: #f8fbff;
}

.embed-shell {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.04);
  margin-left: -4px;
  margin-right: -4px;
}

.embed-shell iframe {
  display: block;
  width: 100%;
  min-height: 960px;
  background: transparent;
}

.site-footer {
  margin-top: 28px;
  padding: 18px 12px 8px;
  text-align: center;
  color: #dbe4f5;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.footer-sub {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #aebcd6;
}

code {
  background: rgba(15, 23, 42, 0.75);
  color: #bfdbfe;
  padding: 2px 6px;
  border-radius: 6px;
}

a {
  color: #93c5fd;
}

@media (max-width: 700px) {
  .page-shell {
    padding: 28px 14px 48px;
  }

  .hero-panel,
  .privacy {
    padding: 18px;
    border-radius: 16px;
  }

  .survey-section {
    padding: 18px;
    border-radius: 16px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .brand-name {
    font-size: 1.7rem;
  }

  .hero-title {
    font-size: 1.9rem;
  }

  .section-head {
    margin-bottom: 14px;
    padding: 0;
  }

  .embed-shell {
    margin-left: 0;
    margin-right: 0;
    border-radius: 14px;
  }

  .embed-shell iframe {
    min-height: 1050px;
  }

  .brand-glow {
    color: #49d6ff;
    text-shadow:
      0 0 10px rgba(73, 214, 255, 0.55),
      0 0 22px rgba(73, 214, 255, 0.35);
  }
}