:root {
  --navy: #07182c;
  --navy-2: #102743;
  --steel: #2c425f;
  --accent: #bd9a64;
  --accent-light: #e6d7bf;
  --light: #f4f6f8;
  --muted: #5f6f82;
  --white: #ffffff;
  --border: #dce2e8;
  --shadow: 0 20px 60px rgba(7, 24, 44, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--navy);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; background: var(--white); padding: 10px 14px; z-index: 100; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--navy); color: var(--white); font-size: 14px; }
.topbar-inner { max-width: 1240px; margin: 0 auto; padding: 9px 24px; display: flex; justify-content: space-between; gap: 24px; }
.topbar a:hover { color: var(--accent-light); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav { max-width: 1240px; margin: 0 auto; padding: 17px 24px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; gap: 13px; align-items: center; }
.brand strong { display: block; font-size: 18px; letter-spacing: .02em; }
.brand span { display: block; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.logo-mark { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--navy); color: var(--navy); font-family: Georgia, serif; font-size: 21px; font-weight: 700; position: relative; }
.logo-mark::after { content: ""; position: absolute; width: 34px; height: 1px; background: var(--accent); transform: rotate(-42deg); }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; margin: 0; padding: 0; }
.nav-links a { font-weight: 750; font-size: 13px; text-transform: uppercase; letter-spacing: .045em; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 12px 18px; }
.nav-cta:hover { background: var(--navy-2); }
.menu-toggle { display: none; background: none; border: 0; font-size: 27px; color: var(--navy); }

.hero { color: var(--white); background: radial-gradient(circle at 78% 22%, rgba(105,132,166,.42), transparent 36%), linear-gradient(115deg, #06162a 0%, #112b4a 58%, #384f6d 100%); overflow: hidden; }
.hero-inner { max-width: 1240px; min-height: 680px; margin: 0 auto; padding: 86px 24px 96px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 66px; align-items: center; }
.eyebrow { color: var(--accent); text-transform: uppercase; font-weight: 800; letter-spacing: .18em; font-size: 12px; }
.hero h1 { font-size: clamp(44px, 6.1vw, 80px); line-height: .98; margin: 15px 0 26px; letter-spacing: -.045em; max-width: 840px; }
.hero-text { font-size: clamp(18px, 2vw, 22px); color: #e4eaf1; max-width: 780px; }
.hero-actions, .button-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 22px; font-weight: 800; border: 1px solid transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .035em; font-size: 13px; transition: transform .18s ease, background .18s ease, border .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--accent); color: var(--navy); }
.btn.primary:hover { background: #cfad79; }
.btn.secondary { border-color: rgba(255,255,255,.72); color: var(--white); background: transparent; }
.btn.outline { border-color: var(--navy); background: transparent; }
.btn.light { background: var(--white); color: var(--navy); }
.hero-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin-top: 34px; color: #e5ebf2; font-size: 14px; }
.hero-proof span::before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 8px; }
.hero-card, .checklist-card { background: rgba(3,15,29,.76); border: 1px solid rgba(255,255,255,.15); color: var(--white); padding: 38px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.card-kicker { color: var(--accent) !important; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: 12px !important; }
.hero-card h2 { font-size: 30px; line-height: 1.18; margin: 10px 0 20px; }
.tick-list { list-style: none; padding: 0; margin: 20px 0; }
.tick-list li { position: relative; padding-left: 26px; margin: 12px 0; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.text-link { color: var(--accent-light); font-weight: 800; }

.quick-services { max-width: 1240px; margin: -51px auto 0; position: relative; z-index: 3; padding: 0 24px; display: grid; grid-template-columns: repeat(6, 1fr); }
.quick-services a { min-height: 128px; background: var(--white); padding: 24px 20px; border: 1px solid var(--border); border-right: 0; transition: transform .18s ease, box-shadow .18s ease; }
.quick-services a:last-child { border-right: 1px solid var(--border); }
.quick-services a:hover { transform: translateY(-5px); box-shadow: var(--shadow); z-index: 2; }
.quick-services strong { display: block; text-transform: uppercase; font-size: 13px; line-height: 1.25; margin-bottom: 8px; }
.quick-services span { color: var(--muted); font-size: 13px; line-height: 1.4; }

.section, .split-section, .process-section, .contact-section { max-width: 1240px; margin: 0 auto; padding: 105px 24px; }
.section-heading { max-width: 790px; margin-bottom: 45px; }
.section h2, .split-section h2, .process-section h2, .contact-section h2, .cta-band h2 { font-size: clamp(34px, 4.3vw, 58px); line-height: 1.05; margin: 10px 0 20px; letter-spacing: -.035em; }
.section-heading p, .split-copy > p, .contact-copy > p, .about-layout > div > p { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 32px; border: 1px solid var(--border); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-number { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin: 13px 0 12px; font-size: 23px; line-height: 1.18; }
.service-card p { color: var(--muted); }
.service-card a { font-weight: 800; font-size: 14px; }

.section-band { max-width: none; padding-left: max(24px, calc((100vw - 1240px)/2)); padding-right: max(24px, calc((100vw - 1240px)/2)); background: var(--light); }
.split-section { display: grid; grid-template-columns: 1.05fr .72fr; gap: 72px; align-items: center; }
.checklist-card { background: var(--navy); }
.checklist-card .tick-list { font-size: 17px; }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-grid div { padding: 26px; background: var(--light); border-left: 3px solid var(--accent); }
.benefit-grid strong { display: block; font-size: 20px; margin-bottom: 6px; }
.benefit-grid span { color: var(--muted); font-size: 15px; }
.dark-section { max-width: none; background: var(--navy); color: var(--white); padding-left: max(24px, calc((100vw - 1240px)/2)); padding-right: max(24px, calc((100vw - 1240px)/2)); }
.dark-section .section-heading p { color: #cbd5df; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1240px; }
.experience-grid div { padding: 30px 26px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.experience-grid strong { display: block; color: var(--accent-light); font-size: 18px; margin-bottom: 9px; }
.experience-grid span { color: #d6dee8; font-size: 15px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid div { background: var(--light); padding: 32px; border: 1px solid var(--border); }
.process-grid span { color: var(--accent); font-weight: 900; letter-spacing: .12em; }
.process-grid h3 { font-size: 21px; margin: 11px 0 7px; }
.process-grid p { color: var(--muted); }
.cta-band { max-width: 1240px; margin: 0 auto; padding: 55px 50px; background: var(--navy-2); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band h2 { max-width: 850px; font-size: clamp(28px, 3.2vw, 44px); margin-bottom: 0; }

.contact-section { display: grid; grid-template-columns: .83fr 1.17fr; gap: 70px; align-items: start; }
.contact-details { margin-top: 34px; border-top: 1px solid var(--border); }
.contact-details > * { display: block; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-details span { display: block; color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.contact-details strong { font-size: 18px; }
.contact-form { padding: 34px; border: 1px solid var(--border); background: var(--light); }
.contact-form label { display: block; font-weight: 800; margin-bottom: 18px; font-size: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cdd5df; background: var(--white); color: var(--navy); border-radius: 0; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.form-note { font-size: 12px !important; color: var(--muted) !important; }
.footer { background: #04101f; color: #cbd5df; padding: 42px 24px; }
.footer-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center; }
.footer-inner > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; margin: 0; font-size: 13px; }
.footer strong { color: var(--white); font-size: 20px; }
.footer p { margin: 5px 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; }
.footer a:hover { color: var(--accent-light); }

@media (max-width: 1050px) {
  .quick-services { grid-template-columns: repeat(3, 1fr); }
  .quick-services a:nth-child(3) { border-right: 1px solid var(--border); }
  .quick-services a:nth-child(-n+3) { border-bottom: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 850px) {
  .topbar-inner span { display: none; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 86px; left: 0; right: 0; background: var(--white); padding: 22px 24px 28px; border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 18px 35px rgba(7,24,44,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 13px 4px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero-inner, .split-section, .contact-section, .about-layout { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 60px; gap: 38px; }
  .hero-proof { grid-template-columns: 1fr; }
  .quick-services { margin-top: 0; padding: 0; }
  .split-section, .contact-section, .about-layout { gap: 42px; }
  .cta-band { margin: 0 24px; flex-direction: column; align-items: flex-start; padding: 42px 32px; }
}
@media (max-width: 620px) {
  .topbar-inner { justify-content: center; flex-wrap: wrap; gap: 5px 18px; }
  .brand span { display: none; }
  .nav { padding: 13px 18px; }
  .logo-mark { width: 45px; height: 45px; }
  .nav-links { top: 72px; }
  .hero-inner { padding: 48px 20px 62px; }
  .hero h1 { font-size: 43px; }
  .hero-card, .checklist-card { padding: 27px; }
  .quick-services { grid-template-columns: 1fr; }
  .quick-services a, .quick-services a:nth-child(3) { border: 0; border-bottom: 1px solid var(--border); min-height: auto; }
  .section, .split-section, .process-section, .contact-section { padding: 78px 20px; }
  .service-grid, .benefit-grid, .experience-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .cta-band { margin: 0 20px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > p { grid-column: auto; }
}
