html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
}

.font-headline {
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.02em;
}

.label-sm {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.nav-link {
  color: #4b5563;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #006068;
}

.mobile-link {
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(226, 226, 229, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1c1e;
}

.mobile-link:last-of-type {
  border-bottom: none;
}

.hero-glow {
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 9999px;
  filter: blur(70px);
  opacity: 0.25;
  pointer-events: none;
}

.hero-glow-left {
  left: -10rem;
  top: -3rem;
  background: rgba(0, 96, 104, 0.18);
}

.hero-glow-right {
  right: -10rem;
  bottom: -4rem;
  background: rgba(150, 241, 252, 0.24);
}

.grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(110, 121, 122, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 121, 122, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,0.85), rgba(0,0,0,0.25));
}

.metric-card {
  border: 1px solid rgba(189, 201, 202, 0.5);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 40, 45, 0.04);
}

.metric-label {
  color: #5d5e61;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-value {
  margin-top: 0.35rem;
  color: #1a1c1e;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

.hero-panel-mini,
.hero-panel-neutral {
  display: flex;
  min-height: 6rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 96, 104, 0.18);
  background: rgba(0, 96, 104, 0.08);
  padding: 1rem;
  text-align: center;
}

.hero-panel-dark {
  display: flex;
  min-height: 10rem;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.75rem;
  background: #1a1c1e;
  padding: 1rem;
}

.hero-panel-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #006068;
}

.hero-line {
  height: 0.25rem;
  border-radius: 9999px;
  background: rgba(0, 96, 104, 0.3);
}

.value-card {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 2rem;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.value-card:hover {
  border-color: rgba(189, 201, 202, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 40, 45, 0.06);
}

.value-icon-wrap {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(0, 96, 104, 0.05);
  margin-bottom: 1.5rem;
}

.dark-panel-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
}

.capability-card {
  border: 1px solid rgba(189, 201, 202, 0.35);
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 2rem;
}

.capability-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1c1e;
}

.capability-text {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3e494a;
}

.industry-card {
  background: #ffffff;
  padding: 2rem;
  transition: background-color 0.2s ease;
}

.industry-card:hover {
  background: #f3f3f6;
}

.industry-icon {
  font-size: 2rem;
  color: #3e494a;
}

.industry-title {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1c1e;
}

.industry-text {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.7;
  color: #3e494a;
}

.step-card {
  position: relative;
}

.step-number {
  margin-bottom: 1rem;
  font-family: 'Manrope', sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(189, 201, 202, 0.45);
}

.step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1c1e;
}

.step-text {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3e494a;
}

.form-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.96);
  color: #1a1c1e;
  padding: 0.9rem 1rem;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.form-input::placeholder {
  color: #6b7280;
}

.form-input:focus {
  border-color: rgba(150, 241, 252, 0.9);
  box-shadow: 0 0 0 4px rgba(150, 241, 252, 0.22);
}

.footer-link {
  font-size: 0.875rem;
  color: #64748b;
  transition: color 0.2s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: #006068;
}

@media (max-width: 767px) {
  .hero-glow {
    width: 18rem;
    height: 18rem;
    filter: blur(50px);
  }
}
