:root {
  --navy: #1b1464;
  --navy-2: #120d4b;
  --navy-3: #292071;
  --red: #e3272c;
  --red-dark: #bd161c;
  --ink: #171827;
  --muted: #626577;
  --line: #dfe1e8;
  --surface: #f4f5f9;
  --white: #fff;
  --shadow: 0 20px 55px rgba(20, 18, 67, .12);
  --container: 1220px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(227, 39, 44, .45); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: rgba(255,255,255,.86); background: var(--navy-2); font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner p { margin: 0; display: flex; align-items: center; gap: 9px; }
.utility-inner a { color: var(--white); font-weight: 700; letter-spacing: .02em; }
.status-dot { width: 7px; height: 7px; background: #61d695; border-radius: 50%; box-shadow: 0 0 0 4px rgba(97,214,149,.14); }
.site-header { position: sticky; top: 0; z-index: 100; }
.nav-shell { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(23,24,39,.08); backdrop-filter: blur(14px); }
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { flex: 0 0 auto; }
.brand img { width: 220px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.65vw, 27px); margin-left: auto; }
.desktop-nav a { position: relative; color: #37394a; font-size: .86rem; font-weight: 650; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red); transition: right .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-control select { min-width: 66px; height: 42px; padding: 0 25px 0 12px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-weight: 750; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 9px; font-weight: 750; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 25px rgba(227,39,44,.2); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 30px rgba(227,39,44,.27); }
.button-secondary { color: var(--navy); background: transparent; border-color: rgba(27,20,100,.28); }
.button-secondary:hover { background: #f2f1fb; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .85rem; }
.button-light { color: var(--navy); background: var(--white); width: 100%; }
.button-light:hover { box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.menu-toggle { width: 44px; height: 44px; padding: 10px; display: none; place-items: center; color: var(--navy); background: var(--surface); border: 0; border-radius: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 112px 0 0; background: rgba(18,13,75,.98); color: var(--white); overflow-y: auto; }
.mobile-menu nav { display: grid; padding-block: 26px 60px; }
.mobile-menu a { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 1.08rem; font-weight: 700; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(90deg, #f8f8fb 0%, #fff 65%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -260px; left: -280px; border: 100px solid rgba(27,20,100,.035); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr); gap: clamp(45px, 6vw, 94px); align-items: center; padding-block: 70px 82px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 720px; color: var(--navy); font-size: clamp(2.55rem, 5vw, 4.7rem); line-height: .99; letter-spacing: -.055em; }
.hero-body { max-width: 670px; margin: 26px 0 0; color: #545666; font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--navy); font-size: .91rem; font-weight: 800; }
.text-link span:last-child { color: var(--red); transition: transform .2s; }
.text-link:hover span:last-child { transform: translateX(4px); }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; border-radius: 4px 42px 4px 42px; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(27,20,100,.03), rgba(27,20,100,.22)); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: -42px; bottom: -30px; width: 168px; min-height: 142px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--navy); box-shadow: 0 20px 40px rgba(18,13,75,.25); }
.badge-year { font-size: 2.15rem; font-weight: 850; line-height: 1; }
.hero-badge span:last-child { margin-top: 10px; font-size: .75rem; line-height: 1.35; }
.hero-scope { position: absolute; right: -18px; top: -30px; min-width: 170px; padding: 17px 20px; display: flex; align-items: center; gap: 13px; background: var(--white); border-left: 4px solid var(--red); box-shadow: 0 14px 36px rgba(20,18,67,.16); }
.hero-scope > span { color: var(--red); font-size: 2rem; font-weight: 850; line-height: 1; }
.hero-scope p { margin: 0; color: var(--navy); font-size: .72rem; font-weight: 780; line-height: 1.35; }

.trust-band { color: var(--white); background: var(--navy); }
.trust-grid { min-height: 140px; display: grid; grid-template-columns: .7fr .7fr .7fr 2fr; align-items: center; gap: 30px; }
.trust-grid > div { display: flex; flex-direction: column; gap: 5px; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid strong { font-size: 1.55rem; line-height: 1; }
.trust-grid span { color: rgba(255,255,255,.68); font-size: .72rem; line-height: 1.35; }
.trust-grid > p { margin: 0; color: rgba(255,255,255,.78); font-size: .86rem; }

.section { padding-block: clamp(80px, 9vw, 128px); }
.section-tinted { background: var(--surface); }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 120px); }
.section-intro h2, .section-heading h2, .experience h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.08; letter-spacing: -.04em; }
.story { padding-top: 5px; }
.story p { margin: 0 0 18px; color: var(--muted); font-size: 1.03rem; }
.story-marker { margin-top: 35px; padding: 18px 22px; color: var(--navy); background: #f2f1fb; border-left: 4px solid var(--red); font-weight: 750; }
.section-heading { display: grid; grid-template-columns: 1fr .88fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid #e6e7ed; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.card-body { position: relative; min-height: 255px; padding: 28px 28px 25px; display: flex; flex-direction: column; }
.card-index { color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.card-body h3 { margin: 12px 0 12px; color: var(--navy); font-size: 1.18rem; line-height: 1.28; }
.card-body p { margin: 0; color: var(--muted); font-size: .87rem; }
.card-body a { margin-top: auto; padding-top: 20px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.card-body a::after { content: " →"; color: var(--red); }

.product-showcase { display: grid; grid-template-columns: 1.55fr .9fr; gap: 28px; }
.product-feature { min-height: 500px; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; color: var(--white); background: var(--navy); }
.product-image { min-height: 100%; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-feature > div:last-child { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.mini-label { margin: 0 0 14px; color: #ff9da0; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-feature h3 { margin: 0 0 18px; font-size: clamp(1.6rem, 2.6vw, 2.5rem); line-height: 1.07; }
.product-feature p:not(.mini-label) { margin: 0; color: rgba(255,255,255,.76); }
.product-feature .text-link { color: var(--white); }
.product-list { display: grid; gap: 14px; }
.product-list article { padding: 28px; display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-content: center; background: var(--surface); border-left: 3px solid transparent; transition: border-color .2s, background .2s; }
.product-list article:hover { border-left-color: var(--red); background: #eeeff5; }
.product-list span { color: var(--red); font-size: .75rem; font-weight: 850; }
.product-list h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.05rem; }
.product-list p { margin: 0; color: var(--muted); font-size: .84rem; }

.experience { position: relative; color: var(--white); background: var(--navy-2); overflow: hidden; }
.experience::after { content: ""; position: absolute; right: -130px; top: -160px; width: 480px; height: 480px; border: 95px solid rgba(255,255,255,.035); border-radius: 50%; }
.experience-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.section-kicker.light { color: #ff8b8e; }
.experience h2, .contact h2 { color: var(--white); }
.experience-copy > p:not(.section-kicker) { color: rgba(255,255,255,.74); }
.experience-note { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); font-size: .78rem; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.experience-grid span { min-height: 92px; padding: 22px; display: flex; align-items: flex-end; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); font-size: .86rem; font-weight: 700; }
.experience-grid span:nth-child(3), .experience-grid span:nth-child(6) { background: rgba(227,39,44,.17); border-color: rgba(227,39,44,.28); }

.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.credential-grid article { min-height: 180px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); border: 1px solid var(--line); }
.credential-grid strong { color: var(--navy); font-size: 1.65rem; letter-spacing: -.03em; }
.credential-grid span { color: var(--muted); font-size: .83rem; }

.contact { padding-top: 0; background: linear-gradient(#fff 48%, var(--surface) 48%); }
.contact-panel { padding: clamp(34px, 5vw, 70px); display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(50px, 8vw, 100px); color: var(--white); background: var(--red); box-shadow: 0 24px 60px rgba(159,17,22,.2); }
.contact-copy > p:not(.section-kicker) { color: rgba(255,255,255,.82); }
.contact .section-kicker.light { color: #ffe3e4; }
.service-area { margin-top: 35px; padding-top: 25px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.28); }
.service-area span { font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-area strong { margin-top: 6px; }
.service-area small { margin-top: 8px; color: rgba(255,255,255,.72); }
.contact-form { display: grid; gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: var(--white); font-size: .79rem; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; color: var(--ink); background: var(--white); border: 2px solid transparent; border-radius: 7px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--navy); outline: 0; }
.contact-form .invalid { border-color: #5d0e11; }
.form-status { min-height: 24px; margin: 0; font-size: .8rem; }

.site-footer { color: rgba(255,255,255,.72); background: var(--navy-2); }
.footer-grid { padding-block: 68px 55px; display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 80px; }
.footer-brand img { width: 225px; padding: 8px; background: var(--white); }
.footer-brand p { max-width: 420px; margin: 22px 0 0; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .86rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .hero-badge { left: -20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .product-feature { grid-template-columns: 1fr; }
  .product-image { min-height: 260px; max-height: 310px; }
}

@media (max-width: 834px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-inner > a { display: none; }
  .brand img { width: 190px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 55px; gap: 62px; }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: calc(100% - 24px); justify-self: end; }
  .hero-badge { left: -24px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding-block: 30px; }
  .trust-grid > div:nth-child(3) { border-right: 0; }
  .trust-grid > p { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
  .split-layout, .section-heading, .experience-layout, .contact-panel { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-feature { grid-template-columns: 1.05fr .95fr; min-height: 430px; }
  .product-image { max-height: none; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .contact-panel { gap: 42px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; gap: 50px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 92px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner { min-height: 30px; }
  .utility-inner p { font-size: .68rem; }
  .nav-inner { min-height: 66px; gap: 10px; }
  .brand img { width: 160px; }
  .language-control select { min-width: 58px; height: 40px; padding-left: 9px; }
  .mobile-menu { inset-block-start: 96px; }
  .hero-grid { padding-block: 45px 67px; }
  h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .hero-body { margin-top: 20px; font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: 100%; padding-bottom: 78px; }
  .hero-image-wrap { aspect-ratio: 4/3; border-radius: 3px 24px 3px 24px; }
  .hero-badge { left: 14px; bottom: 10px; width: 145px; min-height: 118px; padding: 17px; }
  .hero-scope { top: -20px; right: -7px; min-width: 144px; padding: 13px 15px; }
  .hero-scope > span { font-size: 1.55rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3) { grid-column: 1 / -1; border-right: 0; border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; }
  .trust-grid > p { font-size: .79rem; }
  .section { padding-block: 74px; }
  .service-grid { grid-template-columns: 1fr; }
  .card-body { min-height: 230px; }
  .product-feature { grid-template-columns: 1fr; min-height: auto; }
  .product-image { min-height: 270px; }
  .product-feature > div:last-child { padding: 30px 26px 35px; }
  .experience-layout { gap: 42px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid span { min-height: 70px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid article { min-height: 140px; }
  .contact { background: var(--surface); }
  .contact-panel { width: 100%; padding: 42px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}
