:root {
  --navy: #081832;
  --navy-2: #10284b;
  --gold: #d9a038;
  --gold-2: #f2bd4b;
  --teal: #0a5c5a;
  --ink: #172033;
  --muted: #667085;
  --line: #e9edf3;
  --bg: #f7f8fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 24, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
ul { padding-left: 1.1rem; margin: 1rem 0 0; }
li { margin: .45rem 0; color: #4d5a70; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(233,237,243,.8);
}
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 150px; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; color: #26324a; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--navy); color: var(--white) !important; box-shadow: 0 10px 30px rgba(8, 24, 50, .18); }
.nav-toggle { display: none; border: 0; background: var(--navy); color: var(--white); font-size: 1.4rem; border-radius: 12px; padding: 8px 12px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at top left, #fff7e8, transparent 32%), linear-gradient(135deg, #ffffff 0%, #f7f8fb 48%, #eef2f7 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 999px; opacity: .16; pointer-events: none; }
.hero::before { width: 520px; height: 520px; background: var(--gold); right: -220px; top: -220px; }
.hero::after { width: 420px; height: 420px; border: 70px solid var(--navy); left: -230px; bottom: -220px; }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(120deg, transparent 0 52%, rgba(8,24,50,.05) 52% 53%, transparent 53%), linear-gradient(45deg, transparent 0 70%, rgba(217,160,56,.12) 70% 71%, transparent 71%); }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; padding: 72px 0; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1, h2, h3 { line-height: 1.1; color: var(--navy); margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); letter-spacing: -.06em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 1.2rem; margin-bottom: 12px; }
.lead { font-size: 1.2rem; color: #4f5b70; max-width: 680px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 18px 36px rgba(217,160,56,.3); }
.btn-secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.trust-strip { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }
.trust-strip span { background: rgba(255,255,255,.75); border: 1px solid var(--line); padding: 10px 14px; border-radius: 999px; color: #4b5870; font-weight: 700; }
.hero-card { position: relative; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.88); border-radius: 34px; padding: 46px; box-shadow: var(--shadow); text-align: center; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(217,160,56,.16), transparent 42%, rgba(8,24,50,.08)); pointer-events: none; }
.hero-card img { position: relative; width: min(330px, 82%); margin: 0 auto 26px; display: block; filter: drop-shadow(0 18px 26px rgba(8,24,50,.12)); }
.hero-card h2, .hero-card p { position: relative; }
.hero-card p { color: var(--muted); margin-bottom: 0; }

.section { padding: 96px 0; scroll-margin-top: 110px; }
#home, #contact { scroll-margin-top: 110px; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 60px; align-items: start; }
.intro-grid p:last-child { font-size: 1.08rem; color: var(--muted); margin: 34px 0 0; }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 54px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.05rem; }
.narrow { max-width: 640px; }

.services { background: var(--bg); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 8px 24px rgba(8,24,50,.04); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--navy); border-color: var(--navy); }
.service-card.featured h3, .service-card.featured p, .service-card.featured li { color: var(--white); }
.icon { width: 46px; height: 46px; border-radius: 16px; background: #fff4dd; color: var(--gold); display: grid; place-items: center; font-weight: 900; margin-bottom: 22px; }
.featured .icon { background: rgba(255,255,255,.12); color: var(--gold-2); }
.service-card p { color: var(--muted); }

.why { background: linear-gradient(135deg, var(--navy), #071226); color: var(--white); position: relative; overflow: hidden; }
.why::after { content: ""; position: absolute; width: 580px; height: 580px; border-radius: 50%; border: 80px solid rgba(217,160,56,.12); right: -180px; top: -120px; }
.why-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; z-index: 1; }
.why h2, .why h3 { color: var(--white); }
.why-panel p:not(.eyebrow) { color: #cbd5e1; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 22px; }
.benefit strong { display: block; color: var(--gold-2); margin-bottom: 8px; }
.benefit span { color: #d9e2ef; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { border-left: 3px solid var(--gold); padding: 24px 22px; background: var(--white); box-shadow: 0 12px 34px rgba(8,24,50,.06); border-radius: 0 22px 22px 0; }
.step span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 900; margin-bottom: 18px; }
.step p { color: var(--muted); margin-bottom: 0; }

.sectors { background: var(--bg); padding-top: 0; }
.sectors-card { background: var(--white); border-radius: 34px; box-shadow: var(--shadow); padding: 46px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items: center; }
.sectors-card p:not(.eyebrow) { color: var(--muted); }
.sector-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.sector-tags span { padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; color: var(--navy); background: #fbfcff; }

.cta-section { padding: 92px 0; background: var(--white); }
.cta-card { background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius: 34px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.cta-card h2 { color: var(--white); max-width: 800px; margin-bottom: 0; }

.footer { background: #050b17; color: #dbe4f0; padding: 64px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 42px; }
.footer-logo { width: 150px; margin-bottom: 18px; }
.footer h3 { color: var(--white); font-size: 1rem; }
.footer a { display: block; color: #dbe4f0; margin: 8px 0; }
.footer a:hover { color: var(--gold-2); }
.footer p { color: #aebbd0; margin-top: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; color: #8fa0ba; font-size: .92rem; }

@media (max-width: 980px) {
  .hero-grid, .intro-grid, .why-grid, .sectors-card { grid-template-columns: 1fr; }
  .service-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { min-height: auto; }
}

@media (max-width: 760px) {
  .nav { height: 76px; }
  .brand img { width: 124px; }
  .nav-toggle { display: inline-block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 10px; background: var(--white); padding: 18px; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .nav-cta { text-align: center; }
  .container { width: min(100% - 28px, 1140px); }
  .hero-grid { padding: 52px 0; gap: 32px; }
  .hero-card { padding: 28px; border-radius: 26px; }
  .section { padding: 70px 0; }
  .service-grid, .process-grid, .benefits, .footer-grid { grid-template-columns: 1fr; }
  .sectors-card, .cta-card { padding: 30px; border-radius: 26px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
}

/* Contact Page */
.nav-links .active { color: var(--gold); }
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 90px;
  background: radial-gradient(circle at top right, rgba(217,160,56,.18), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f7f8fb 52%, #edf1f7 100%);
}
.contact-hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  border: 76px solid rgba(8,24,50,.06);
  right: -210px;
  bottom: -240px;
}
.contact-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 52px;
  align-items: center;
}
.quick-contact-card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.quick-contact-card h2 { font-size: 1.55rem; margin-bottom: 20px; }
.quick-contact-card a { display: block; color: var(--navy); font-weight: 800; margin: 10px 0; }
.quick-contact-card a:hover { color: var(--gold); }
.quick-contact-card p { margin: 22px 0 0; color: var(--muted); }
.contact-section { background: var(--white); }
.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.contact-copy { position: sticky; top: 116px; }
.contact-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-points span { background: #fff4dd; color: var(--navy); border: 1px solid #f5dfb1; border-radius: 999px; padding: 11px 15px; font-weight: 800; }
.contact-form {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 36px;
  box-shadow: 0 18px 52px rgba(8,24,50,.08);
}
.form-row { margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 8px; font-weight: 800; color: var(--navy); }
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #d7deea;
  border-radius: 16px;
  background: var(--white);
  padding: 15px 16px;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(217,160,56,.15);
}
.form-row textarea { resize: vertical; min-height: 150px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-button { border: 0; cursor: pointer; width: 100%; font-size: 1rem; }
.form-note { color: var(--muted); font-size: .88rem; margin: 16px 0 0; }

@media (max-width: 980px) {
  .contact-hero-grid, .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
}

@media (max-width: 760px) {
  .contact-hero { padding: 118px 0 62px; }
  .quick-contact-card, .contact-form { padding: 26px; border-radius: 24px; }
  .two-columns { grid-template-columns: 1fr; }
}
