/* Fresh mobile-only entrypoint prevents stale bundled landing styles on phones. */
.home-simplified header {
  height: 102px !important;
  padding: 0 20px !important;
  background:
    radial-gradient(circle at 50px 50%, rgba(61, 142, 211, .17), transparent 100px),
    rgba(4, 6, 9, .97) !important;
  border-bottom-color: rgba(143, 193, 235, .25) !important;
}

.home-simplified header .brand {
  position: relative;
  gap: 17px !important;
}

.home-simplified header .brand::before {
  content: "";
  position: absolute;
  left: -9px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(111, 184, 243, .16);
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(50, 138, 212, .2);
  pointer-events: none;
}

.home-simplified header .brand img {
  position: relative;
  width: 55px !important;
  height: 55px !important;
  border: 1px solid rgba(147, 201, 244, .28);
  box-shadow: 0 0 24px rgba(67, 157, 232, .28);
  filter: brightness(1.16) contrast(1.12);
}

.home-simplified header .brand > span {
  color: #f5f8fc;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: .21em !important;
  line-height: 1.2;
  text-shadow: 0 0 18px rgba(150, 207, 255, .2);
}

.home-simplified header .brand small {
  margin-top: 8px !important;
  color: #9fc8e9 !important;
  font-size: 8px !important;
  letter-spacing: .42em !important;
}

.home-simplified header .menu {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(135, 180, 218, .2);
  background: rgba(10, 18, 26, .48);
}

.home-simplified header .menu span {
  margin: 7px 4px;
  border-color: #dceeff;
}

.home-simplified .hero {
  min-height: 720px !important;
  padding: 142px 20px 34px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  background: #05070b !important;
}

.home-simplified .desktop-hero-heading,
.home-simplified .desktop-hero-intro,
.home-simplified .desktop-hero-actions {
  display: none !important;
}

.home-simplified .mobile-hero-content {
  display: block !important;
  width: 100%;
}

.home-simplified .hero::before {
  background-size: 30px 30px, 30px 30px, 100% 100%, 118px 118px !important;
  background-position: center, center, center, calc(100% + 25px) 82px !important;
}

.home-simplified .hero-copy {
  width: 100% !important;
}

.home-simplified .hero-copy .kicker {
  max-width: 250px !important;
  margin-bottom: 30px !important;
}

.home-simplified .mobile-hero-content h1 {
  max-width: 340px !important;
  margin: 0 0 27px !important;
  font-size: clamp(43px, 12vw, 48px) !important;
  line-height: .96 !important;
}

.home-simplified .mobile-hero-content > p {
  max-width: 315px !important;
  margin: 0;
  color: #d0d6de;
  font-size: 14px;
  line-height: 1.75 !important;
}

.home-simplified .mobile-hero-primary {
  display: flex;
  width: 100% !important;
  margin-top: 34px;
  min-height: 48px !important;
}

.home-simplified .mobile-quick-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.home-simplified .mobile-quick-links a {
  display: flex;
  justify-content: space-between;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(157, 203, 243, .32);
  color: #c8d0d9;
  font-size: 11px;
}

.home-simplified .mobile-quick-links span {
  color: #82bde9;
}

.home-simplified .hero-foot {
  width: 100% !important;
  margin-top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
