html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

section {
  scroll-margin-top: 88px;
}

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  border-radius: 0.375rem;
  background: #0f172a;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.nav-link {
  color: #334155;
}

.nav-link:hover,
.nav-link:focus {
  color: #0b63a6;
}

.hero-section {
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 18% 22%, rgba(11, 99, 166, 0.09), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(249, 115, 22, 0.08), transparent 28%),
    radial-gradient(circle at 38% 82%, rgba(22, 163, 74, 0.08), transparent 30%);
}

.hero-badge {
  display: inline-flex;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(11, 99, 166, 0.18);
  border-left: 4px solid #f97316;
  border-radius: 999px;
  background: #fff;
  color: #0b63a6;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.section-padding {
  padding: 5rem 0;
}

.section-kicker {
  color: #0b63a6;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-title {
  margin-top: 0.75rem;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.service-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #0b63a6;
}

.service-card:nth-child(2)::before,
.service-card:nth-child(5)::before {
  background: #16a34a;
}

.service-card:nth-child(3)::before,
.service-card:nth-child(6)::before {
  background: #f97316;
}

.service-card h3 {
  margin-top: 1.25rem;
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 800;
}

.service-card p {
  margin-top: 0.75rem;
  color: #64748b;
  line-height: 1.7;
}

.icon-box {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #eff6ff;
  color: #0b63a6;
}

.service-card:nth-child(2) .icon-box,
.service-card:nth-child(5) .icon-box {
  background: #ecfdf5;
  color: #16a34a;
}

.service-card:nth-child(3) .icon-box,
.service-card:nth-child(6) .icon-box {
  background: #fff7ed;
  color: #f97316;
}

.icon-box svg {
  height: 1.6rem;
  width: 1.6rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sector-item {
  border: 1px solid #e2e8f0;
  border-left: 4px solid #0b63a6;
  border-radius: 0.5rem;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  padding: 1.125rem 1.25rem;
}

.sector-item:nth-child(2),
.sector-item:nth-child(5) {
  border-left-color: #16a34a;
}

.sector-item:nth-child(3),
.sector-item:nth-child(6) {
  border-left-color: #f97316;
}

.choice-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 1.25rem;
}

.choice-item strong,
.choice-item span {
  display: block;
}

.choice-item strong {
  color: #fff;
  font-size: 1.05rem;
}

.choice-item span {
  margin-top: 0.5rem;
  color: #cbd5e1;
  line-height: 1.65;
}

.contact-label {
  display: block;
  color: #0f172a;
}

address a,
footer a {
  color: #0b63a6;
  font-weight: 700;
}

address a:hover,
footer a:hover {
  color: #f97316;
}

.contact-form {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #f8fafc;
  padding: 1.5rem;
}

.contact-form label {
  display: block;
  margin-bottom: 1.25rem;
}

.contact-form span {
  display: block;
  margin-bottom: 0.45rem;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #fff;
  color: #0f172a;
  padding: 0.85rem 1rem;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0b63a6;
  box-shadow: 0 0 0 3px rgba(11, 99, 166, 0.16);
}

.contact-form button {
  width: 100%;
  border-radius: 0.5rem;
  background: #0b63a6;
  color: #fff;
  font-weight: 800;
  padding: 0.95rem 1rem;
  transition: background-color 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus {
  background: #084d82;
  outline: none;
}

@media (max-width: 640px) {
  .section-padding {
    padding: 4rem 0;
  }
}
