
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-height: 100vh;
  font-family: 'Urbanist', 'Segoe UI', Arial, sans-serif;
  background: #f7f8fa;
  color: #1a2330;
  display: flex;
  flex-direction: column;
}

.bg-orb, .orb-a, .orb-b {
  display: none !important;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0 0.5rem 0;
  background: none;
  border: none;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-logo {
  height: 30px;
  width: auto;
  object-fit: contain;
  opacity: 0.92;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(30,40,60,0.08);
  background: #fff;
}

.bces-logo {
  height: 30px;
}


.brand-title {
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a2330;
  letter-spacing: 0.03em;
  opacity: 0.92;
  align-self: center;
}

.header-link {
  display: none;
}

main {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.hero {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(30,40,60,0.07);
  padding: 2.5rem 2.2rem 2.2rem 2.2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  margin: 2rem 1rem;
}

.hero-logo {
  height: 36px;
  margin-bottom: 2rem;
  opacity: 0.8;
}

.hero h1 {
  margin: 0 0 0.5rem 0;
  font-size: 2.1rem;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #1a2330;
  letter-spacing: 0.01em;
}

.hero h2 {
  margin: 0 0 1.1rem 0;
  font-size: 1.25rem;
  color: #c0392b;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero p {
  margin: 0 0 1.1rem 0;
  color: #2d3a4b;
  font-size: 1.05rem;
  line-height: 1.6;
}

footer {
  flex-shrink: 0;
  width: 100%;
  padding: 1.2rem 0 0.7rem 0;
  background: none;
  border: none;
  text-align: center;
  color: #7a869a;
  font-size: 0.98rem;
}

.footer-logo {
  height: 12px;
  width: auto;
  object-fit: contain;
  vertical-align: baseline;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .hero {
    padding: 1.3rem 0.7rem 1.2rem 0.7rem;
    max-width: 98vw;
  }
  .brand-logo, .bces-logo {
    height: 30px;
  }
  .hero-logo {
    height: 36px;
  }
}
