:root {
  --navy: #08265a;
  --deep: #04182f;
  --blue: #087bd3;
  --sky: #20b6ef;
  --orange: #ff9400;
  --yellow: #ffc928;
  --white: #ffffff;
  --light: #f4f8fb;
  --text: #172331;
  --muted: #5b6a78;
  --line: #dfe8ef;
  --shadow: 0 20px 55px rgba(4,24,47,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 38px)); margin: 0 auto; }
.section { padding: 92px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(8,38,90,.08);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 188px; max-height: 78px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 800; }
.main-nav a:hover { color: var(--blue); }
.nav-call { background: var(--navy); color: var(--white)!important; padding: 13px 18px; border-radius: 9px; box-shadow: 0 10px 25px rgba(8,38,90,.18); }
.menu-button { display: none; border: 0; background: none; font-size: 28px; color: var(--navy); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 16%, rgba(255,201,40,.28), transparent 25%),
    linear-gradient(120deg, #04182f 0%, #08265a 52%, #087bd3 100%);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  width: 750px;
  height: 750px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  right: -250px;
  top: -300px;
  box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 200px rgba(255,255,255,.02);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 8px;
  background: linear-gradient(90deg, var(--orange), var(--yellow), var(--sky));
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 88px 0;
}
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
  color: var(--yellow);
}
.hero h1, h2, h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 1;
  margin-top: 0;
}
.hero h1 { font-size: clamp(60px, 8vw, 100px); letter-spacing: -2px; margin: 16px 0 24px; }
.hero h1 span { color: var(--yellow); }
.hero-copy { max-width: 675px; font-size: 20px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 14px; margin: 34px 0; flex-wrap: wrap; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 25px;
  border-radius: 9px;
  border: 2px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--yellow), var(--orange)); color: var(--deep); box-shadow: 0 12px 25px rgba(255,148,0,.2); }
.button.secondary { border-color: rgba(255,255,255,.4); color: var(--white); }
.button.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 24px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--yellow); margin-right: 8px; }

.section-kicker { color: var(--blue); margin-bottom: 10px; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 45px; align-items: end; margin-bottom: 42px; }
.section h2 { font-size: clamp(44px, 5vw, 68px); color: var(--navy); margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin: 0 0 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 25px;
  box-shadow: var(--shadow);
  min-height: 285px;
}
.service-card::after {
  content: "";
  position: absolute;
  width: 120px; height: 120px;
  border-radius: 50%;
  right: -60px; bottom: -60px;
  background: rgba(8,123,211,.06);
}
.service-card.featured { border-top: 5px solid var(--yellow); }
.service-number { position: absolute; top: 18px; right: 20px; color: #d9e6ef; font: 800 38px/1 "Barlow Condensed"; }
.service-icon {
  width: 54px; height: 54px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
  font-size: 25px; font-weight: 800;
  box-shadow: 0 10px 22px rgba(8,123,211,.2);
}
.service-card h3 { color: var(--navy); font-size: clamp(28px, 3vw, 36px); margin: 27px 0 13px; line-height: 1.05; }
.service-card p { color: var(--muted); margin: 0; font-size: 16px; line-height: 1.65; max-width: 46ch; }

.about { background: linear-gradient(180deg, var(--light), #fff); border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; }
.about-content > p:not(.section-kicker) { max-width: 680px; color: var(--muted); font-size: 18px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.check-grid div { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 15px; font-weight: 700; box-shadow: 0 8px 24px rgba(4,24,47,.06); }
.check-grid span { color: var(--blue); margin-right: 8px; }
.contact-card {
  background: linear-gradient(145deg, var(--navy), #0b4f8c);
  color: var(--white);
  border-radius: 22px;
  padding: 42px;
  box-shadow: 0 26px 65px rgba(8,38,90,.22);
}
.contact-kicker {
  margin: 0 0 10px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 13px;
  font-weight: 800;
}
.contact-card h3 {
  font-size: 42px;
  margin-bottom: 14px;
}
.contact-card p {
  color: rgba(255,255,255,.8);
  margin-bottom: 24px;
}

footer { background: var(--deep); color: rgba(255,255,255,.72); padding: 38px 0; }
.footer-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.footer-wrap > img { width: 115px; background: var(--white); border-radius: 10px; padding: 7px; }
footer strong { color: var(--white); }
footer a { color: var(--yellow); font-weight: 800; font-size: 19px; }
footer p { margin: 3px 0; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: 13px; }

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 88px 0;
}
}
@media (max-width: 760px) {
  .section { padding: 68px 0; }
  .menu-button { display: block; }
  .main-nav {
    display: none; position: absolute; top: 92px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; padding: 20px;
    background: var(--white); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 8px 0; }
  .hero-grid {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 88px 0;
}
  .hero h1 { font-size: clamp(54px, 16vw, 76px); }
  .hero-copy { font-size: 17px; }
  .section-heading, .about-grid, .check-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .footer-wrap { grid-template-columns: auto 1fr; }
  footer a { grid-column: 1 / -1; }
  .copyright { grid-column: 1 / -1; }
}
