:root {
  --navy: #06283d;
  --blue: #0784c3;
  --blue-dark: #08618f;
  --yellow: #ffc20a;
  --text: #183043;
  --muted: #64748b;
  --bg: #f7fbff;
  --white: #ffffff;
  --border: #d8e6f0;
  --shadow: 0 20px 50px rgba(6, 40, 61, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.navbar {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  height: 58px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  color: var(--navy);
}
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  background: var(--yellow);
  padding: 10px 18px;
  border-radius: 999px;
}
.menu-toggle {
  display: none;
  border: none;
  background: var(--navy);
  color: white;
  border-radius: 10px;
  font-size: 24px;
  padding: 8px 12px;
}
.hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0 64px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}
h1, h2, h3 {
  color: var(--navy);
  line-height: 1.08;
  margin-top: 0;
}
h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  margin-bottom: 22px;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 18px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.hero-text {
  font-size: 1.18rem;
  color: #345064;
  max-width: 700px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 14px 22px;
  border: 2px solid transparent;
  cursor: pointer;
}
.button.primary {
  background: var(--blue);
  color: white;
}
.button.primary:hover { background: var(--blue-dark); }
.button.secondary {
  border-color: var(--blue);
  color: var(--blue-dark);
  background: white;
}
.button.light {
  background: white;
  color: var(--navy);
}
.hero-card {
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 32px;
  padding: 30px;
  overflow: hidden;
}
.hero-card img {
  width: 100%;
  display: block;
  margin-bottom: 28px;
}
.quick-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.quick-stats div {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef8ff, #ffffff);
  border: 1px solid var(--border);
}
.quick-stats strong {
  color: var(--navy);
  display: block;
  font-size: 1.05rem;
}
.quick-stats span {
  color: var(--muted);
  font-size: 0.95rem;
}
.trust-strip {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.trust-strip div {
  padding: 24px 16px;
  text-align: center;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
}
.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}
.section-heading {
  max-width: 740px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading p { color: #52677a; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card, .process-step, .about-panel, .contact-form {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(6, 40, 61, 0.08);
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff4c8;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.service-card p, .process-step p, .split-section p { color: #52677a; }
.split-section {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 34px;
  align-items: center;
}
.about-panel { border-top: 6px solid var(--yellow); }
.about-panel ul {
  padding-left: 20px;
  margin: 0;
  color: #52677a;
}
.about-panel li + li { margin-top: 10px; }
.process-section { padding-top: 40px; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-step span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: white;
  font-weight: 900;
  margin-bottom: 18px;
}
.cta-band {
  width: min(1160px, calc(100% - 32px));
  margin: 20px auto;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--navy), var(--blue-dark));
  color: white;
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow);
}
.cta-band h2, .cta-band .eyebrow { color: white; }
.cta-band h2 { margin-bottom: 0; }
.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.contact-details {
  margin-top: 26px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
}
.contact-details p { margin: 8px 0; }
.contact-details a {
  color: var(--blue-dark);
  font-weight: 800;
}
.contact-form {
  display: grid;
  gap: 16px;
}
label {
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: var(--navy);
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
  font: inherit;
  color: var(--text);
  background: #fbfdff;
}
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(7, 132, 195, 0.18);
  border-color: var(--blue);
}
.form-note {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}
.site-footer {
  background: var(--navy);
  color: white;
  text-align: center;
  padding: 34px 16px;
}
.site-footer img {
  width: 280px;
  max-width: 90%;
  background: white;
  border-radius: 18px;
  padding: 12px;
  margin-bottom: 12px;
}
@media (max-width: 880px) {
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    top: 86px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .hero, .split-section, .contact-section { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .navbar { height: 74px; }
  .brand img { height: 48px; }
  .nav-links { top: 74px; }
  .hero { padding-top: 54px; }
  .service-grid, .process-grid, .trust-strip { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .hero-card, .service-card, .process-step, .about-panel, .contact-form {
    border-radius: 20px;
    padding: 22px;
  }
  .cta-band {
    padding: 30px;
    border-radius: 24px;
  }
}
