:root {
  --navy: #071f46;
  --navy-2: #0c2f5c;
  --teal: #007184;
  --teal-dark: #005766;
  --ice: #eef5f8;
  --mist: #f7f9fb;
  --white: #ffffff;
  --ink: #15243b;
  --muted: #526177;
  --line: #d6e0e8;
  --shadow: 0 20px 55px rgba(7, 31, 70, .11);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,31,70,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; min-width: 228px; }
.brand-mark { width: 44px; height: 50px; flex: 0 0 auto; }
.brand-copy { line-height: 1.05; }
.brand-name { display: block; color: var(--navy); font-weight: 800; letter-spacing: -.02em; }
.brand-company { display: block; color: var(--teal-dark); font-size: .76rem; font-weight: 700; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: var(--navy); text-decoration: none; font-size: .93rem; font-weight: 650; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal); }
.header-tools { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; align-items: center; gap: 4px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.lang-switch span, .lang-switch button { border: 0; background: transparent; padding: 4px 7px; color: var(--muted); font-size: .78rem; font-weight: 800; border-radius: 999px; }
.lang-switch .active { background: var(--navy); color: white; }
.lang-switch button { cursor: pointer; }
.menu-toggle { display: none; border: 0; background: var(--ice); color: var(--navy); width: 44px; height: 44px; border-radius: 12px; font-size: 1.4rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 21px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal); box-shadow: 0 12px 26px rgba(0,113,132,.23); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { color: var(--navy); background: white; border-color: var(--line); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .9rem; }

.hero { min-height: 675px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); background: linear-gradient(120deg, #f5f9fb 0%, #edf5f7 58%, #e6f1f2 100%); overflow: hidden; }
.hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 82px max(40px, calc((100vw - var(--max))/2)); padding-right: clamp(46px, 6vw, 100px); }
.eyebrow { display: inline-flex; width: fit-content; align-items: center; gap: 9px; color: var(--teal-dark); font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--teal); }
h1, h2, h3 { color: var(--navy); line-height: 1.1; margin: 0; letter-spacing: -.035em; }
h1 { max-width: 740px; margin-top: 22px; font-size: clamp(2.55rem, 5.2vw, 5.1rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 680px; margin: 25px 0 0; color: #2f4057; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 680px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(7,31,70,.17); }
.trust-item strong { display: block; color: var(--navy); font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .83rem; line-height: 1.35; }
.hero-portrait { position: relative; min-height: 675px; overflow: hidden; background: #edf0f2; border-left: 1px solid rgba(7,31,70,.12); }
.hero-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 28%; }
.hero-portrait::after { content: ""; position: absolute; inset: auto 0 0; height: 22%; background: linear-gradient(to top, rgba(7,31,70,.22), transparent); }

.section { padding: 96px 0; }
.section-tight { padding: 70px 0; }
.section-tint { background: var(--mist); }
.section-dark { color: white; background: var(--navy); }
.section-dark h2, .section-dark h3 { color: white; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-head p { color: #d7e3ef; }
.kicker { color: var(--teal); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; font-size: .77rem; margin-bottom: 13px; }

.sector-grid, .service-grid, .process-grid, .metric-grid { display: grid; gap: 22px; }
.sector-grid { grid-template-columns: repeat(2, 1fr); }
.sector-card { position: relative; min-height: 360px; overflow: hidden; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.sector-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -55px; top: -55px; border-radius: 50%; background: rgba(0,113,132,.08); }
.sector-number { color: var(--teal); font-weight: 850; font-size: .8rem; }
.sector-card h3 { margin-top: 70px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.sector-card p { max-width: 510px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .18s; }
.text-link:hover::after { transform: translateX(4px); }

.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 225px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.icon-box { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 12px; color: var(--teal-dark); background: var(--ice); font-weight: 900; }
.service-card p { color: var(--muted); font-size: .94rem; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-card { position: relative; padding: 28px; border-top: 3px solid var(--teal); background: rgba(255,255,255,.06); }
.process-card b { display: block; color: #5ed0dd; font-size: 2.2rem; line-height: 1; margin-bottom: 26px; }
.process-card p { color: #d7e3ef; font-size: .92rem; }
.metric-grid { grid-template-columns: repeat(3, 1fr); }
.metric { padding: 34px; border-left: 1px solid var(--line); }
.metric strong { display: block; color: var(--teal); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1; }
.metric span { display: block; margin-top: 10px; color: var(--muted); }

.page-hero { padding: 94px 0 76px; background: linear-gradient(135deg, var(--ice), white); border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 800px; }
.breadcrumb { display: flex; gap: 8px; color: var(--muted); font-size: .86rem; margin-bottom: 24px; }
.breadcrumb a { color: var(--teal-dark); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.split p:first-child { margin-top: 0; }
.statement { padding: 34px; border-left: 5px solid var(--teal); background: var(--ice); color: var(--navy); font-size: 1.23rem; font-weight: 650; }
.stack { display: grid; gap: 16px; }
.offer-row { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.offer-row:last-child { border-bottom: 0; }
.offer-row .index { color: var(--teal); font-weight: 900; }
.offer-row h3 { font-size: 1.18rem; }
.offer-row p { margin: 8px 0 0; color: var(--muted); }

.timeline { position: relative; display: grid; gap: 0; margin-top: 12px; }
.timeline::before { content: ""; position: absolute; left: 91px; top: 12px; bottom: 12px; width: 1px; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 42px; padding: 24px 0; }
.timeline-item::before { content: ""; position: absolute; left: 84px; top: 34px; width: 15px; height: 15px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px var(--ice); }
.timeline-year { color: var(--teal-dark); font-weight: 850; }
.timeline-copy h3 { font-size: 1.18rem; }
.timeline-copy p { margin: 7px 0 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.contact-panel { padding: 38px; color: white; background: var(--navy); border-radius: var(--radius); }
.contact-panel h2, .contact-panel a { color: white; }
.contact-panel p { color: #d7e3ef; }
.contact-list { display: grid; gap: 18px; margin-top: 30px; }
.contact-list a { text-decoration: none; font-weight: 700; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: .9rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid #b9c7d3; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: white; }
textarea { min-height: 155px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(0,113,132,.18); border-color: var(--teal); }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .84rem; }
.consent input { width: 18px; height: 18px; margin-top: 4px; }
.form-note, .form-status { color: var(--muted); font-size: .84rem; }
.form-status { display: none; padding: 12px 14px; border-radius: 10px; background: var(--ice); color: var(--teal-dark); font-weight: 700; }
.form-status.success { background: #e7f6ef; color: #176b4d; }
.form-status.error { background: #fff0ef; color: #9d2d27; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.turnstile-wrap { min-height: 65px; }
.contact-form button:disabled { cursor: wait; opacity: .68; }

.legal { max-width: 820px; }
.legal h2 { margin-top: 46px; font-size: 1.55rem; }
.legal p, .legal li { color: var(--muted); }
.notice { margin: 24px 0; padding: 18px 20px; border: 1px solid #e2bb58; border-radius: 12px; background: #fff8e5; color: #644c12; }

.cta-band { padding: 72px 0; background: var(--teal); color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { color: white; max-width: 750px; }
.cta-inner p { max-width: 680px; margin-bottom: 0; color: #dcf5f7; }
.cta-inner .hero-actions { margin-top: 0; }
.cta-band .button { background: white; color: var(--navy); flex: 0 0 auto; }

.site-footer { padding: 55px 0 25px; color: #cdd8e5; background: #061731; }
.footer-grid { display: grid; grid-template-columns: 1.05fr .9fr .9fr; gap: 58px; }
.site-footer .brand-name { color: white; }
.site-footer .brand-company { color: #79d3dd; }
.footer-title { color: white; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 850; }
.footer-links { display: grid; gap: 7px; margin-top: 15px; }
.footer-links a { color: #cdd8e5; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-links button { width: fit-content; padding: 0; border: 0; background: transparent; color: #cdd8e5; cursor: pointer; }
.footer-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; }

@media (max-width: 1240px) {
  .header-inner { flex-wrap: wrap; padding-block: 14px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav { display: none; order: 5; width: 100%; padding: 12px 0 8px; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 8px; border-top: 1px solid var(--line); }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero-copy { padding-left: 40px; padding-right: 40px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--max)); }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand { min-width: 0; }
  .brand-mark { width: 36px; height: 42px; }
  .brand-company { display: none; }
  .hero { display: flex; min-height: 0; flex-direction: column-reverse; }
  .hero-portrait { min-height: 390px; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-portrait img { object-position: center 24%; }
  .hero-copy { padding: 54px 20px 62px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .trust-row { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .section-tight { padding: 52px 0; }
  .section-head, .split, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .sector-grid, .service-grid, .process-grid, .metric-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 310px; padding: 30px; }
  .sector-card h3 { margin-top: 52px; }
  .metric { border-left: 0; border-top: 1px solid var(--line); }
  .contact-form { grid-template-columns: 1fr; }
  .field-full { grid-column: 1; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
