:root {
  --navy: #0a2540;
  --navy-deep: #071b30;
  --blue: #146cff;
  --blue-dark: #0e55cb;
  --turquoise: #16c6c9;
  --turquoise-light: #66e4df;
  --surface: #f6f9fc;
  --white: #ffffff;
  --text: #102c46;
  --muted: #5b6b7c;
  --line: #dbe6ef;
  --shadow: 0 24px 80px rgba(10, 37, 64, 0.12);
  --radius: 1.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--white);
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -0.035em; }
h2 { font-size: clamp(2.35rem, 5vw, 4.5rem); }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--navy); color: var(--white); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(10, 37, 64, .08);
  backdrop-filter: blur(16px);
}
.header-inner { height: 5.5rem; display: flex; align-items: center; gap: 2rem; }
.brand { width: 13.75rem; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.main-nav a { position: relative; color: var(--text); text-decoration: none; font-size: .92rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; background: var(--turquoise); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.language-switcher { display: flex; align-items: center; gap: .4rem; padding: .5rem .65rem; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher span { width: 1px; height: 1rem; background: var(--line); }
.language-switcher button { padding: .1rem .3rem; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .8rem; font-weight: 800; }
.language-switcher button[aria-pressed="true"] { color: var(--blue); }
.nav-toggle { display: none; width: 2.75rem; height: 2.75rem; margin-left: auto; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 1.45rem; height: 2px; margin: .3rem auto; background: var(--navy); transition: .25s ease; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: auto -12rem -15rem auto; width: 44rem; height: 44rem; border: 1px solid rgba(102, 228, 223, .15); border-radius: 50%; }
.hero-grid { min-height: 45rem; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 5rem; padding-top: 5rem; padding-bottom: 6rem; }
.eyebrow { margin-bottom: 1.35rem; color: var(--blue-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: var(--turquoise-light); }
.hero h1 { margin-bottom: 1.8rem; color: var(--white); font-size: clamp(3.4rem, 7vw, 6.8rem); font-weight: 750; letter-spacing: -.055em; }
.hero h1 span { color: var(--turquoise-light); }
.hero-lead { max-width: 43rem; margin-bottom: 2.5rem; color: #d8e6f1; font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { min-height: 3.6rem; display: inline-flex; align-items: center; justify-content: center; gap: .9rem; padding: .85rem 1.4rem; border-radius: .65rem; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 1.35rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--navy); background: var(--turquoise-light); box-shadow: 0 12px 36px rgba(22, 198, 201, .2); }
.button-primary:hover { background: #8af0eb; box-shadow: 0 16px 46px rgba(22, 198, 201, .3); }
.text-link { color: var(--white); text-underline-offset: .35rem; text-decoration-color: rgba(255,255,255,.35); font-weight: 700; }
.hero-visual { position: relative; min-height: 31rem; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 12% 3%; border-radius: 50%; background: radial-gradient(circle at 45% 45%, rgba(22,198,201,.22), transparent 62%); }
.hero-visual img { position: relative; width: min(88%, 30rem); filter: drop-shadow(0 28px 40px rgba(0,0,0,.22)); }
.hero-visual p { position: absolute; right: 0; bottom: .5rem; color: #a8becf; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-visual p span { color: var(--turquoise-light); margin: 0 .3rem; }
.orbit { position: absolute; border: 1px solid rgba(102, 228, 223, .2); border-radius: 50%; }
.orbit-one { width: 28rem; height: 28rem; }
.orbit-two { width: 20rem; height: 20rem; }
.hero-band { position: absolute; inset: auto 0 0 auto; display: flex; width: 48%; height: .45rem; }
.hero-band div { flex: 1; background: var(--blue); }
.hero-band div:nth-child(2) { background: #169ab6; }
.hero-band div:nth-child(3) { background: var(--turquoise); }

.problem-section { background: var(--surface); }
.split-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; }
.section-index { margin-bottom: 1.2rem; color: #91a2b1; font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.statement h2 { max-width: 50rem; margin-bottom: 2rem; }
.statement p { max-width: 49rem; color: var(--muted); font-size: 1.25rem; line-height: 1.8; }

.services-section { background: var(--white); }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { max-width: 49rem; margin-bottom: 1.5rem; }
.section-heading > div:last-child > p { max-width: 42rem; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 25rem; padding: 2.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--turquoise)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.service-card:hover::after { transform: scaleX(1); }
.service-card.featured { background: var(--navy); }
.service-card.featured h3, .service-card.featured .card-number { color: var(--white); }
.service-card.featured p { color: #b8cad8; }
.service-card.featured .card-result { color: var(--turquoise-light); }
.card-number { position: absolute; top: 2rem; right: 2rem; color: #9babb8; font-size: .75rem; font-weight: 800; }
.card-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; margin-bottom: 3.5rem; border-radius: 1rem; background: var(--surface); color: var(--blue); }
.featured .card-icon { background: rgba(255,255,255,.08); color: var(--turquoise-light); }
.card-icon svg { width: 1.8rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 25rem; margin-bottom: 1rem; font-size: 1.75rem; }
.service-card > p:not(.card-result) { max-width: 27rem; color: var(--muted); }
.card-result { position: absolute; left: 2.5rem; bottom: 2rem; margin: 0; color: var(--blue-dark); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.approach-section { background: var(--surface); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: start; }
.approach-intro { position: sticky; top: 8rem; }
.approach-intro h2 { margin-bottom: 1.5rem; }
.approach-intro > p:last-child { color: var(--muted); font-size: 1.12rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbd9e4; }
.process-list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 2.25rem 0; border-bottom: 1px solid #cbd9e4; }
.process-list li > span { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.process-list h3 { margin-bottom: .65rem; font-size: 1.55rem; }
.process-list p { margin-bottom: 0; color: var(--muted); }
.confidentiality-highlight { position: relative; display: grid; grid-template-columns: auto 1.1fr .9fr; gap: 2.25rem; align-items: center; margin-top: 4rem; padding: clamp(2rem, 4vw, 3.25rem); overflow: hidden; color: var(--white); background: var(--navy); border-bottom: .35rem solid var(--turquoise); box-shadow: 0 20px 55px rgba(10, 37, 64, .18); }
.confidentiality-highlight::after { content: ""; position: absolute; width: 24rem; height: 24rem; right: -12rem; top: -12rem; border: 2.75rem solid rgba(20, 108, 255, .25); border-radius: 50%; }
.confidentiality-highlight > * { position: relative; z-index: 1; }
.confidentiality-icon { width: 4.5rem; height: 4.5rem; display: grid; place-items: center; border-radius: 1rem; color: var(--navy); background: var(--turquoise-light); }
.confidentiality-icon svg { width: 2.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.confidentiality-highlight .eyebrow { margin-bottom: .75rem; color: var(--turquoise-light); }
.confidentiality-highlight h3 { margin: 0; color: var(--white); font-size: clamp(1.55rem, 2.6vw, 2.2rem); }
.confidentiality-highlight > p { max-width: 31rem; margin: 0; color: #c7d8e5; font-size: 1rem; line-height: 1.7; }

.principles-section { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 8rem) 0; color: var(--white); background: var(--navy); }
.principles-section::after { content: ""; position: absolute; width: 34rem; height: 34rem; right: -17rem; top: -17rem; border: 5rem solid rgba(20,108,255,.15); border-radius: 50%; }
.principles-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7rem; }
.eyebrow.light { color: var(--turquoise-light); }
.principles-section h2 { color: var(--white); font-size: clamp(2.25rem, 4.4vw, 4.25rem); }
.principle-list > div { padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle-list strong { display: block; margin-bottom: .5rem; color: var(--turquoise-light); font-size: 1.15rem; }
.principle-list p { margin-bottom: 0; color: #c3d3df; }

.contact-section { background: var(--white); }
.contact-card { min-height: 0; border-radius: var(--radius); overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.contact-copy { padding: clamp(3rem, 6vw, 5.5rem); }
.contact-copy h2 { max-width: 44rem; margin-bottom: 1.5rem; }
.contact-copy > p:not(.eyebrow) { max-width: 40rem; margin-bottom: 2rem; color: var(--muted); font-size: 1.15rem; }
.contact-copy .contact-direct { margin: .85rem 0 0; color: var(--muted); font-size: .8rem; }
.contact-direct span { color: #718394; font-weight: 600; }
.contact-copy .contact-email { margin: .2rem 0 0; color: #718394; font-size: .8rem; font-weight: 600; }
.contact-email a { color: inherit; text-underline-offset: .25rem; text-decoration-color: rgba(113, 131, 148, .45); }

.site-footer { padding: 1.5rem 0; background: var(--surface); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; color: var(--muted); font-size: .82rem; }
.footer-bottom p { margin: 0; }

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

@media (max-width: 960px) {
  .header-inner { height: 4.8rem; }
  .brand { width: 11.5rem; }
  .nav-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 4.8rem 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 1.5rem 2rem; background: var(--white); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .28s ease; }
  .main-nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .menu-open .main-nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .language-switcher { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 1rem; padding-top: 5.5rem; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { min-height: 23rem; opacity: .85; }
  .hero-visual img { width: min(70%, 26rem); }
  .split-layout, .section-heading { grid-template-columns: .45fr 1.55fr; gap: 2rem; }
  .approach-grid, .principles-grid { grid-template-columns: 1fr; gap: 4rem; }
  .confidentiality-highlight { grid-template-columns: auto 1fr; }
  .confidentiality-highlight > p { grid-column: 2; }
  .approach-intro { position: static; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 2rem, 1180px); }
  .section { padding: 4.5rem 0; }
  .header-inner { gap: .7rem; }
  .brand { width: 9.5rem; }
  .language-switcher { padding: .4rem; }
  .hero-grid { padding-top: 4rem; padding-bottom: 4.5rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.3rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .button { width: 100%; }
  .hero-visual { min-height: 17rem; }
  .hero-visual p { right: 50%; width: max-content; transform: translateX(50%); }
  .orbit-one { width: 20rem; height: 20rem; }
  .orbit-two { width: 14rem; height: 14rem; }
  .hero-band { width: 80%; }
  .split-layout, .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .statement p { font-size: 1.08rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 24rem; padding: 2rem; }
  .card-result { left: 2rem; }
  .process-list li { grid-template-columns: 3rem 1fr; gap: .75rem; }
  .confidentiality-highlight { grid-template-columns: 1fr; gap: 1.25rem; margin-top: 3rem; padding: 1.75rem; }
  .confidentiality-highlight > p { grid-column: auto; }
  .principles-grid { gap: 3rem; }
  .contact-card { width: 100%; border-radius: 0; }
  .contact-copy { padding: 3.5rem 1rem; }
  .footer-bottom { flex-direction: column; }
}

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