:root {
  --navy: #061f33;
  --navy-2: #0d3954;
  --green: #79c645;
  --cyan: #039eb6;
  --paper: #f4f7f2;
  --white: #ffffff;
  --ink: #102a3b;
  --muted: #586a74;
  --line: #d9e3e2;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 999; background: var(--green); color: var(--navy); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 2rem; padding: .8rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(12px);
}
.brand img { width: 190px; height: 58px; object-fit: contain; }
nav { display: flex; justify-content: flex-end; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { text-decoration: none; font-weight: 700; color: var(--navy); }
nav a:hover, nav a:focus-visible { color: #4f9120; }
.language-switch { border: 1px solid var(--navy); border-radius: 999px; background: var(--white); padding: .55rem .8rem; font: inherit; font-weight: 800; color: var(--navy); cursor: pointer; }
.language-switch .active-language { color: #4f9120; }

.hero { min-height: 72vh; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 4rem; padding: clamp(4rem, 9vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--white); overflow: hidden; }
.hero h1 { margin: .6rem 0 1.4rem; max-width: 820px; font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hero-intro { max-width: 680px; color: #d8e6e9; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.eyebrow { margin: 0 0 .75rem; color: var(--green); font-size: .86rem; font-weight: 900; letter-spacing: .14em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.2rem; border-radius: .55rem; text-decoration: none; font-weight: 850; }
.button-primary { background: var(--green); color: var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: #8ad84e; }
.button-secondary { border: 1px solid #7a9aac; color: var(--white); }
.hero-mark { position: relative; min-height: 410px; display: grid; place-items: center; }
.hero-mark img { position: relative; z-index: 2; width: min(100%, 480px); padding: 2rem; border-radius: 1.5rem; background: white; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.coordinate-grid { position: absolute; inset: 2rem -4rem -3rem 3rem; opacity: .27; background-image: linear-gradient(rgba(121,198,69,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(3,158,182,.35) 1px, transparent 1px); background-size: 34px 34px; transform: perspective(700px) rotateX(55deg) rotateZ(-11deg); }

.proof-bar { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: -2rem auto 0; position: relative; z-index: 4; background: var(--white); border-radius: 1rem; box-shadow: 0 16px 45px rgba(6,31,51,.12); }
.proof-bar div { padding: 1.4rem 1.8rem; border-right: 1px solid var(--line); }
.proof-bar div:last-child { border-right: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { color: var(--navy); font-size: 1.05rem; }
.proof-bar span { color: var(--muted); font-size: .92rem; }

.section { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 720px; margin-bottom: 2.5rem; }
.section h2, .contact-section h2 { margin: 0 0 1rem; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { min-height: 250px; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.service-card:hover { border-color: var(--green); transform: translateY(-3px); transition: .2s ease; }
.service-number { color: var(--cyan); font-weight: 900; }
.service-card h3 { margin: 2rem 0 .7rem; font-size: 1.5rem; color: var(--navy); }
.service-card p { max-width: 540px; color: var(--muted); }

.section-dark { background: var(--navy); color: var(--white); }
.section-dark h2 { color: var(--white); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process-grid li { padding: 1.5rem; border-top: 3px solid var(--green); background: var(--navy-2); }
.process-grid span { color: var(--green); font-weight: 900; }
.process-grid h3 { margin: 1.5rem 0 .5rem; font-size: 1.3rem; }
.process-grid p { margin: 0; color: #c8d7dd; }

.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.company-copy > p { margin-top: 0; font-size: 1.15rem; color: var(--muted); }
.location-list { margin-top: 2rem; display: grid; gap: 1rem; }
.location-list div { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.location-list strong, .location-list span { display: block; }
.location-list strong { color: var(--navy); }
.location-list span { color: var(--muted); }

.contact-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; padding: clamp(4rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: #e4eddf; }
.contact-section > div > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.1rem; }
.contact-section .button { margin-top: 1rem; }
.contact-card { align-self: center; display: grid; gap: .7rem; padding: 2rem; background: var(--navy); color: white; border-radius: 1rem; font-style: normal; }
.contact-card a, .contact-card span { font-size: 1.05rem; text-decoration: none; }
.contact-card a:hover, .contact-card a:focus-visible { color: var(--green); }

footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 3rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: #041522; color: #cad8de; }
.footer-brand img { width: 220px; padding: .6rem; background: white; border-radius: .5rem; }
.footer-brand p { margin: .75rem 0 0; }
.legal { display: grid; align-content: start; gap: .35rem; font-size: .86rem; }
footer > p { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid #284151; font-size: .86rem; }
.privacy-note { color: #9fb2bb; margin-top: 0; padding-top: 0; border-top: 0; max-width: 780px; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: .2rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-mark { min-height: 250px; }
  .hero-mark img { max-width: 380px; }
  .proof-bar { margin: 0; border-radius: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .company-grid, .contact-section { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 620px) {
  .site-header { gap: .8rem; padding: .7rem 1rem; }
  .brand img { width: 155px; height: 48px; }
  nav { gap: 1.2rem; font-size: .9rem; }
  .language-switch { padding: .45rem .65rem; }
  .hero { padding-top: 4.5rem; gap: 2rem; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-mark { min-height: 210px; }
  .proof-bar, .service-grid, .process-grid { grid-template-columns: 1fr; }
  .proof-bar div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-bar div:last-child { border-bottom: 0; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 1.2rem; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
