:root {
  color-scheme: light;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

body {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  color: #0f172a;
}

.hero-card {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(6, 139, 203, 0.12);
  box-shadow: 0 24px 64px rgba(4, 31, 66, 0.12);
  max-width: 900px;
}

.logo-img {
  max-width: 320px;
  width: 100%;
  height: auto;
}

.contact-link {
  text-decoration: none;
  color: #0f172a;
}

.contact-link:hover {
  color: #068bcb;
}

.contact-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #068bcb;
}

.section-title {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #0d4f72;
}
