:root {
  --navy: #0b1f33;
  --blue: #154b75;
  --teal: #1f7a78;
  --gold: #d6a84b;
  --ink: #17212b;
  --muted: #64717d;
  --paper: #f6f8fa;
  --white: #ffffff;
  --line: #dfe5ea;
  --shadow: 0 18px 45px rgba(11, 31, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 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(223,229,234,.8);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 9px 20px rgba(31,122,120,.22);
  font-size: .92rem;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy small { color: var(--teal); font-size: .68rem; letter-spacing: .16em; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 650; }
.nav-links a { color: #34424f; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: white !important;
  background: var(--teal);
}
.menu-button { display: none; border: 0; background: transparent; font-size: 1.6rem; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(214,168,75,.18), transparent 26%),
    radial-gradient(circle at 78% 78%, rgba(31,122,120,.14), transparent 30%),
    linear-gradient(135deg, #f8fbfd 0%, #ffffff 60%, #f3f7f9 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(21,75,117,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(21,75,117,.035), 0 0 0 130px rgba(31,122,120,.025);
}
.hero-grid {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 64px;
  padding: 82px 0;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
h1, h2, h3 { line-height: 1.15; margin-top: 0; }
h1 { font-size: clamp(2.65rem, 6vw, 5.1rem); letter-spacing: -.045em; margin: 20px 0 24px; color: var(--navy); }
h1 span { color: var(--teal); }
.lead { font-size: 1.15rem; color: #52606d; max-width: 670px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 800;
  border: 1px solid transparent;
}
.button-primary { background: var(--teal); color: white; box-shadow: 0 12px 24px rgba(31,122,120,.22); }
.button-secondary { background: white; color: var(--navy); border-color: var(--line); }

.route-card {
  position: relative;
  padding: 36px;
  border-radius: 28px;
  background: rgba(11,31,51,.97);
  color: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31,122,120,.35), transparent 55%);
}
.route-card > * { position: relative; z-index: 1; }
.route-line { height: 1px; background: rgba(255,255,255,.15); margin: 28px 0; }
.route-points { display: grid; gap: 22px; }
.route-point { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; }
.route-icon { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); color: var(--gold); font-weight: 900; }
.route-point strong { display: block; font-size: 1.05rem; }
.route-point span { color: rgba(255,255,255,.67); font-size: .94rem; }

.section { padding: 96px 0; }
.section-soft { background: var(--paper); }
.section-header { max-width: 720px; margin-bottom: 48px; }
.section-header h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--navy); margin: 14px 0 18px; letter-spacing: -.03em; }
.section-header p { color: var(--muted); font-size: 1.06rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(11,31,51,.05);
}
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: rgba(31,122,120,.10); color: var(--teal); font-weight: 900; margin-bottom: 22px; }
.card h3 { color: var(--navy); margin-bottom: 12px; }
.card p { color: var(--muted); margin-bottom: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-panel {
  min-height: 430px;
  padding: 42px;
  color: white;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.feature-panel::before {
  content: "IPT";
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 7rem;
  font-weight: 900;
  color: rgba(255,255,255,.06);
}
.checklist { display: grid; gap: 15px; margin: 26px 0 0; }
.check { display: flex; gap: 12px; align-items: flex-start; }
.check::before { content: "✓"; width: 24px; height: 24px; border-radius: 50%; background: rgba(31,122,120,.12); color: var(--teal); display: grid; place-items: center; flex: 0 0 24px; font-weight: 900; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { padding: 28px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: white; }
.stat strong { display: block; font-size: 2rem; color: var(--teal); }
.stat span { color: var(--muted); font-size: .92rem; }

.page-hero { padding: 92px 0 74px; background: linear-gradient(135deg, #f5f9fb, #ffffff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); max-width: 850px; }
.breadcrumbs { color: var(--muted); font-size: .92rem; }
.breadcrumbs a { color: var(--teal); }

.service-list { display: grid; gap: 18px; }
.service-item { padding: 26px; border-left: 4px solid var(--teal); background: white; border-radius: 0 14px 14px 0; box-shadow: 0 8px 24px rgba(11,31,51,.05); }
.service-item h3 { margin-bottom: 8px; color: var(--navy); }
.service-item p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; }
.contact-card { padding: 32px; border-radius: 20px; background: var(--navy); color: white; }
.contact-card p, .contact-card a { color: rgba(255,255,255,.74); }
.contact-method { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-method:last-child { border-bottom: 0; }
form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 700; color: var(--navy); }
input, textarea, select {
  width: 100%;
  border: 1px solid #ccd5dc;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  background: white;
}
textarea { min-height: 150px; resize: vertical; }
.notice { padding: 14px 16px; border-radius: 10px; background: #fff8e8; border: 1px solid #f0d89b; color: #715415; font-size: .92rem; }

.cta-section { padding: 74px 0; background: var(--teal); color: white; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-grid h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 10px; }
.cta-grid p { margin: 0; color: rgba(255,255,255,.75); }
.cta-grid .button { background: white; color: var(--teal); }

footer { background: #071522; color: rgba(255,255,255,.70); padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 48px; }
.footer-brand { color: white; margin-bottom: 18px; }
footer h3 { color: white; font-size: 1rem; }
footer a { display: block; margin: 8px 0; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 20px; font-size: .88rem; }

@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 70px 0; }
  .cards { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .topbar .container { flex-direction: column; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  h1 { font-size: 2.65rem; }
  .cards, .stats, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 74px 0; }
  .route-card, .feature-panel { padding: 28px; border-radius: 20px; }
  .cta-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Updated logo treatment */
.brand-logo {
  width: 64px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}
.footer-brand .brand-logo {
  width: 78px;
  height: 62px;
}
@media (max-width: 640px) {
  .brand-logo { width: 54px; height: 46px; }
  .brand-copy { font-size: .88rem; }
  .brand-copy small { font-size: .57rem; }
}
