:root {
    --ink: #0a111a;
    --ink-2: #111c28;
    --steel: #e9edf0;
    --paper: #f7f7f4;
    --white: #fff;
    --muted: #63707c;
    --line: #d8dde1;
    --blue: #1d5fff;
    --amber: #ffb000;
    --max: 1240px;
    --pad: clamp(20px, 4vw, 56px);
    --section: clamp(84px, 10vw, 148px);
    --font: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(100%, calc(var(--max) + var(--pad) * 2)); margin: 0 auto; padding-inline: var(--pad); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled, .site-header--solid { background: rgba(10,17,26,.96); box-shadow: 0 12px 35px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.brand strong { display: block; font-size: 15px; letter-spacing: .16em; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: #9eabb7; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 3px; transform: skew(-10deg); }
.brand-mark i { display: block; background: var(--amber); }
.brand-mark i:nth-child(1) { height: 44%; }.brand-mark i:nth-child(2) { height: 70%; }.brand-mark i:nth-child(3) { height: 100%; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px,2.2vw,34px); }
.primary-nav a { position: relative; color: #dfe5ea; font-size: 13px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; inset: auto 0 -9px; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.language-switch span { color: #687583; }.language-switch a { color: #8e9aa5; }.language-switch a.active { color: var(--amber); }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--white); }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 0; font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }.button--header { min-height: 42px; padding-inline: 18px; color: var(--ink); background: var(--amber); }
.button--primary { color: var(--ink); background: var(--amber); }.button--primary:hover { background: #ffc13e; }
.button--light { color: var(--ink); background: var(--white); min-width: 210px; justify-content: space-between; }.button--light:hover { background: var(--ink); color: var(--white); }

.hero { min-height: 780px; height: min(920px, 100svh); position: relative; display: flex; align-items: stretch; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,10,16,.95) 0%, rgba(5,10,16,.85) 35%, rgba(5,10,16,.28) 67%, rgba(5,10,16,.36) 100%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent,rgba(4,8,13,.72)); }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg,#000,transparent 62%); }
.hero-content { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 80px; padding-top: 110px; padding-bottom: 70px; }
.hero-copy { max-width: 770px; }.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 12px; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }.eyebrow--dark { color: var(--blue); }
h1,h2,h3,p { margin-top: 0; }.hero h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(48px,6vw,88px); font-weight: 680; letter-spacing: -.052em; line-height: .98; }
.hero-lead { max-width: 680px; color: #c8d0d7; font-size: clamp(17px,1.55vw,22px); line-height: 1.55; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }.text-link { padding: 14px 0; display: inline-flex; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-note { align-self: flex-end; width: 170px; margin-bottom: 45px; padding-left: 16px; border-left: 2px solid var(--amber); }.hero-note span { color: var(--amber); font-size: 11px; font-weight: 800; }.hero-note p { margin: 8px 0 0; color: #d3d9de; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.hero-rail { position: absolute; z-index: 3; right: 24px; top: 50%; display: flex; gap: 34px; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 800; letter-spacing: .22em; writing-mode: vertical-rl; transform: translateY(-50%); }

.section { padding-block: var(--section); }.section--about { background: var(--paper); }.split-layout { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); gap: clamp(60px,9vw,140px); }
.section-heading h2, .section-intro h2, .compact-heading h2, .why-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(38px,4.3vw,64px); font-weight: 650; letter-spacing: -.045em; line-height: 1.06; }
.about-copy .lead { color: var(--ink); font-size: clamp(20px,2vw,28px); line-height: 1.4; }.about-copy > p:not(.lead) { color: var(--muted); }.technical-line { margin-top: 50px; display: flex; align-items: center; gap: 10px; color: #87919a; font-size: 9px; letter-spacing: .12em; }.technical-line span { width: 8px; height: 8px; border: 2px solid var(--blue); transform: rotate(45deg); }
.section--dark { color: var(--white); background: var(--ink); }.section-intro { margin-bottom: 64px; display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 80px; }.section-intro > p { margin-bottom: 4px; color: #9ca8b2; }.section-intro--light > p { color: var(--muted); }
.risk-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #34404b; border-left: 1px solid #34404b; }.risk-card { min-height: 300px; padding: 28px; border-right: 1px solid #34404b; border-bottom: 1px solid #34404b; transition: background .25s, transform .25s; }.risk-card:hover { background: var(--ink-2); transform: translateY(-5px); }.card-number { color: var(--amber); font-size: 11px; font-weight: 800; }.risk-card h3 { margin: 80px 0 16px; font-size: 21px; line-height: 1.2; }.risk-card p { color: #98a4ae; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.service-card { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); transition: background .25s, box-shadow .25s, transform .25s; }.service-card:hover { position: relative; z-index: 1; background: var(--white); box-shadow: 0 24px 60px rgba(30,45,60,.12); transform: translateY(-6px); }.service-card-top { display: flex; justify-content: space-between; color: var(--blue); font-size: 11px; font-weight: 800; }.service-card-top i { width: 34px; height: 34px; position: relative; border: 1px solid #b8c4cc; }.service-card-top i::before,.service-card-top i::after { content: ""; position: absolute; background: var(--blue); }.service-card-top i::before { width: 16px; height: 1px; left: 8px; top: 16px; }.service-card-top i::after { width: 1px; height: 16px; left: 16px; top: 8px; }.service-card h3 { margin: 75px 0 17px; font-size: 23px; line-height: 1.18; }.service-card p { color: var(--muted); font-size: 14px; }
.section--steel { background: var(--steel); }.compact-heading { max-width: 850px; margin-bottom: 62px; }.compact-heading > p:last-child { max-width: 620px; margin-top: 25px; color: var(--muted); }.compact-heading--dark > p:last-child { color: #9ca8b2; }
.expertise-list { border-top: 1px solid #c9d0d5; }.expertise-item { min-height: 116px; display: grid; grid-template-columns: 70px 1fr 1.4fr 40px; align-items: center; gap: 24px; border-bottom: 1px solid #c9d0d5; transition: padding .2s, background .2s; }.expertise-item:hover { padding-inline: 18px; background: rgba(255,255,255,.55); }.expertise-item > span { color: var(--blue); font-size: 10px; font-weight: 800; }.expertise-item h3 { margin: 0; font-size: 20px; }.expertise-item p { margin: 0; color: var(--muted); font-size: 14px; }.expertise-item i { color: var(--blue); font-style: normal; font-size: 22px; }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.industry-card { min-height: 430px; position: relative; overflow: hidden; padding: 28px; color: var(--white); background: var(--ink-2); }.industry-card:nth-child(2) { background: #162b43; }.industry-card:nth-child(3) { background: #21313d; }.industry-card > span { color: var(--amber); font-size: 10px; font-weight: 800; }.industry-card h3 { position: relative; z-index: 2; margin: 180px 0 14px; font-size: 28px; }.industry-card p { position: relative; z-index: 2; color: #b7c0c7; font-size: 14px; }.industry-graphic { position: absolute; inset: 45px 35px auto auto; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.industry-graphic i { position: absolute; inset: 50%; width: 105px; height: 1px; background: rgba(255,176,0,.55); transform-origin: left; }.industry-graphic i:nth-child(2) { transform: rotate(60deg); }.industry-graphic i:nth-child(3) { transform: rotate(120deg); }.industry-graphic::after { content: ""; position: absolute; inset: 36px; border: 1px dashed rgba(255,255,255,.32); border-radius: 50%; }
.process-list { margin-left: auto; width: min(100%,900px); border-top: 1px solid #35404b; }.process-step { min-height: 145px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid #35404b; }.process-step > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--amber); border: 1px solid #48545e; font-size: 11px; font-weight: 800; }.process-step h3 { margin: 0 0 8px; font-size: 22px; }.process-step p { margin: 0; color: #9ca8b2; font-size: 14px; }
.section--why { background: var(--white); }.why-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,10vw,150px); }.why-copy > p:last-child { margin-top: 28px; color: var(--muted); }.why-list { border-top: 1px solid var(--line); }.why-item { padding: 24px 0; display: grid; grid-template-columns: 42px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }.why-item > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--blue); font-size: 14px; }.why-item h3 { margin: 0 0 5px; font-size: 18px; }.why-item p { margin: 0; color: var(--muted); font-size: 14px; }
.cta-section { padding-block: 84px; color: var(--white); background: var(--blue); }.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }.cta-inner h2 { margin: 0 0 18px; font-size: clamp(38px,4.5vw,66px); line-height: 1; letter-spacing: -.045em; }.cta-inner p:not(.eyebrow) { max-width: 760px; margin: 0; color: #dce6ff; }.cta-inner .eyebrow { color: var(--white); opacity: .72; }
.section--contact { background: var(--paper); }.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px,9vw,130px); }.contact-copy .lead { margin-top: 28px; color: var(--ink); font-size: 21px; }.contact-copy > p:not(.eyebrow,.lead) { color: var(--muted); }.direct-contact { margin-top: 50px; padding-top: 24px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--line); }.direct-contact small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.direct-contact a { font-size: 20px; font-weight: 650; }.direct-contact span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.contact-form { padding: clamp(28px,4vw,52px); background: var(--white); box-shadow: 0 24px 80px rgba(25,40,55,.1); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }.contact-form label { display: block; margin-bottom: 28px; }.contact-form label > span:first-child { display: block; margin-bottom: 8px; color: #4b5965; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.contact-form input:not([type=checkbox]),.contact-form textarea { width: 100%; padding: 11px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bfc7cd; border-radius: 0; outline: none; transition: border .2s; }.contact-form input:focus,.contact-form textarea:focus { border-color: var(--blue); }.contact-form textarea { min-height: 120px; resize: vertical; }.contact-form .invalid { border-color: #b92525 !important; }.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; }.consent input { margin-top: 4px; accent-color: var(--blue); }.consent span { margin: 0 !important; color: var(--muted) !important; font-size: 12px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }.consent a { color: var(--blue); text-decoration: underline; }.honeypot { position: absolute; left: -9999px; }.form-submit { min-width: 220px; }.form-status { margin-bottom: 24px; padding: 14px 16px; font-size: 13px; }.form-status--success { color: #0d5b39; background: #e5f5ec; }.form-status--error { color: #8d2424; background: #fbeaea; }
.site-footer { padding-top: 72px; color: #a9b3bc; background: #070c12; }.footer-grid { padding-bottom: 60px; display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 80px; }.brand--footer { color: var(--white); }.footer-brand p { max-width: 330px; margin-top: 28px; color: #74818d; }.footer-grid h2 { margin-bottom: 18px; color: #6e7a85; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }.footer-grid a:hover { color: var(--white); }.footer-bottom { min-height: 70px; display: flex; align-items: center; gap: 35px; border-top: 1px solid #232c35; font-size: 11px; }.footer-bottom > a { margin-left: auto; }

.legal-page { background: var(--paper); }.legal-main { min-height: 75vh; padding: 170px 0 120px; }.legal-layout { display: grid; grid-template-columns: 240px minmax(0,760px); gap: 80px; justify-content: center; }.legal-layout aside a { color: var(--blue); font-size: 13px; font-weight: 700; }.legal-layout article h1 { margin-bottom: 50px; font-size: clamp(44px,6vw,76px); letter-spacing: -.05em; line-height: 1; }.legal-content { color: #44515c; }.legal-content h2 { margin-top: 42px; color: var(--ink); font-size: 24px; }.legal-content p { margin-bottom: 20px; }.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: var(--white); background: var(--ink); }.error-page main { max-width: 650px; }.error-page h1 { font-size: clamp(42px,7vw,80px); line-height: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal--delay { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1080px) {
    .primary-nav { gap: 16px; }.primary-nav a:nth-child(3),.primary-nav a:nth-child(4) { display: none; }.button--header { display: none; }
    .risk-grid { grid-template-columns: repeat(2,1fr); }.service-grid { grid-template-columns: repeat(2,1fr); }
    .hero-note { display: none; }.hero-copy { max-width: 720px; }.contact-layout { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
    :root { --section: 78px; }.header-inner { min-height: 70px; }.brand { min-width: 0; }.brand small { display: none; }.header-actions { margin-left: auto; }.header-actions .language-switch { display: none; }
    .menu-toggle { width: 46px; height: 46px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; order: 3; }.menu-toggle span { width: 24px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }.menu-toggle[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: fixed; inset: 70px 0 0; margin: 0; padding: 44px var(--pad); display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: var(--ink); transform: translateX(100%); transition: transform .25s; }.primary-nav.is-open { transform: none; }.primary-nav a,.primary-nav a:nth-child(3),.primary-nav a:nth-child(4) { width: 100%; padding: 17px 0; display: block; border-bottom: 1px solid #29343e; font-size: 22px; }.primary-nav::after { content: "LT  /  EN"; margin-top: 30px; color: var(--amber); font-size: 12px; letter-spacing: .18em; }
    .hero { min-height: 720px; height: 100svh; }.hero::before { background-image: linear-gradient(90deg,rgba(5,10,16,.94),rgba(5,10,16,.5)),var(--hero-image); background-position: 61% center; }.hero-content { padding-top: 100px; align-items: center; }.hero h1 { font-size: clamp(44px,13vw,66px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }.hero-rail { display: none; }
    .split-layout,.section-intro,.why-layout,.cta-inner,.contact-layout,.legal-layout { grid-template-columns: 1fr; gap: 42px; }.section-intro { align-items: start; }.risk-grid,.service-grid,.industry-grid { grid-template-columns: 1fr; }.risk-card { min-height: 250px; }.risk-card h3 { margin-top: 50px; }.service-card { min-height: 290px; }.service-card h3 { margin-top: 55px; }.expertise-item { padding-block: 22px; grid-template-columns: 40px 1fr 24px; gap: 14px; }.expertise-item p { grid-column: 2 / 4; }.industry-card { min-height: 380px; }.process-list { width: 100%; }.process-step { grid-template-columns: 70px 1fr; }.cta-inner { align-items: start; }.cta-inner .button { width: 100%; }.form-grid { grid-template-columns: 1fr; gap: 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { padding-block: 20px; flex-wrap: wrap; }.footer-bottom > a { margin-left: 0; }.footer-bottom .language-switch { margin-left: auto; }.legal-main { padding-top: 130px; }.legal-layout aside { display: flex; justify-content: space-between; align-items: center; }.legal-layout aside .eyebrow { margin: 0; }
}

@media (max-width: 430px) {
    .hero h1 { font-size: 43px; }.hero-copy .eyebrow { max-width: 290px; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.process-step { grid-template-columns: 55px 1fr; }.process-step > span { width: 42px; height: 42px; }
}

