:root {
  --navy: #06174d;
  --navy-2: #0a2463;
  --blue: #087fba;
  --blue-bright: #10a6dc;
  --ink: #10182b;
  --muted: #5f6878;
  --line: #dce2e8;
  --soft: #eef3f6;
  --white: #fff;
  --radius: 22px;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(6, 23, 77, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.95); box-shadow: 0 8px 30px rgba(6,23,77,.08); backdrop-filter: blur(14px); }
.nav-wrap { width: min(calc(100% - 64px), 1440px); min-height: 106px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 205px; height: 88px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); transition: filter .3s ease, transform .3s ease; }
.brand:hover img { transform: scale(1.025); }
.site-header.scrolled .brand img { filter: none; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .84rem; font-weight: 700; letter-spacing: .02em; }
.site-nav > a:not(.nav-cta) { color: #fff; transition: .2s ease; }
.site-header.scrolled .site-nav > a:not(.nav-cta) { color: var(--ink); }
.site-nav a:hover { color: var(--blue-bright); }
.nav-cta { padding: 12px 20px; color: #fff; background: var(--blue); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.hero { min-height: 860px; padding: 168px 0 0; color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 540px; height: 540px; right: -230px; top: -180px; border: 100px solid rgba(16,166,220,.22); }
.hero-shape-two { width: 160px; height: 160px; left: 44%; bottom: 30px; background: var(--blue); opacity: .15; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 76px; align-items: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: #87dcfb; font-size: .73rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.hero h1, .contact h2 { margin: 0; font-size: clamp(3.7rem, 6.1vw, 6.6rem); line-height: .94; letter-spacing: -.065em; font-weight: 750; }
h1 em, .contact h2 em { color: var(--blue-bright); font-style: normal; }
.hero-intro { max-width: 570px; margin: 30px 0 0; color: #c8d2e7; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 23px; border: 0; border-radius: 999px; font-size: .86rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(8,127,186,.25); }
.button-primary:hover { background: #0693d3; }
.text-link { display: inline-flex; gap: 14px; font-weight: 700; font-size: .88rem; }
.hero-visual { position: relative; }
.hero-image-frame { height: 500px; border-radius: 180px 22px 22px 22px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.15); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.trust-card { position: absolute; left: -45px; bottom: -36px; display: flex; align-items: center; gap: 14px; padding: 17px 22px; color: var(--ink); background: #fff; border-radius: 15px; box-shadow: var(--shadow); }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.trust-card strong, .trust-card small { display: block; }
.trust-card strong { font-size: .9rem; }
.trust-card small { color: var(--muted); font-size: .72rem; }
.hero-bottom { margin-top: 100px; border-top: 1px solid rgba(255,255,255,.15); }
.capabilities-line { min-height: 88px; display: flex; align-items: center; justify-content: space-around; gap: 20px; color: #aeb9d1; text-transform: uppercase; font-size: .67rem; letter-spacing: .17em; font-weight: 700; }
.capabilities-line i { width: 5px; height: 5px; background: var(--blue-bright); border-radius: 50%; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.section-heading h2, .values h2, .product h2 { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: 1.03; letter-spacing: -.055em; }
.about-copy .lead { margin: 0 0 24px; color: var(--ink); font-size: 1.34rem; line-height: 1.55; }
.about-copy > p:not(.lead) { color: var(--muted); }
.about-note { margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 56px 1fr; gap: 20px; }
.about-note span { color: var(--blue); font-size: .78rem; font-weight: 800; }
.about-note p { margin: 0; font-weight: 700; }

.direction { padding: 0 0 120px; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.direction-card { min-height: 500px; padding: 56px; color: #fff; position: relative; border-radius: var(--radius); overflow: hidden; }
.direction-card::after { content: ""; position: absolute; width: 290px; height: 290px; border: 60px solid rgba(255,255,255,.06); border-radius: 50%; right: -100px; bottom: -120px; }
.direction-card.vision { background: var(--navy); }
.direction-card.mission { background: var(--blue); }
.card-index { position: absolute; right: 35px; top: 28px; font-size: .75rem; font-weight: 800; opacity: .6; }
.direction-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 60px; border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.7rem; }
.direction-card h3 { max-width: 490px; margin: 0 0 20px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.08; letter-spacing: -.04em; }
.direction-card > p:last-child { max-width: 490px; color: #cbd6ee; }
.mission > p:last-child { color: #e9f8ff; }

.services { background: var(--soft); }
.section-heading.split { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading.split > p { margin: 0 0 8px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 355px; padding: 30px; display: flex; flex-direction: column; background: #fff; border-radius: 16px; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(6,23,77,.1); }
.service-card.featured { color: #fff; background: var(--navy); }
.service-number { align-self: flex-end; color: #8e98a5; font-size: .7rem; font-weight: 800; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 20px 0 36px; border-radius: 14px; color: var(--blue); background: #eaf7fc; }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-size: 1.32rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.service-card.featured p { color: #bfcbe3; }
.service-arrow { margin-top: auto; align-self: flex-end; color: var(--blue); font-size: 1.4rem; }

.product { padding: 120px 0; color: #fff; background: var(--navy); position: relative; }
.product::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 50%, rgba(8,127,186,.3), transparent 40%); }
.product-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 85px; position: relative; }
.product-media { position: relative; }
.product-media img { width: 100%; min-height: 540px; object-fit: cover; border-radius: 22px; }
.image-tag { position: absolute; left: 22px; top: 22px; padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--navy); text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 900; }
.product h2 { color: #fff; }
.product-copy > p:not(.eyebrow) { margin: 26px 0; color: #c5d0e6; }
.product-points { list-style: none; padding: 0; margin: 32px 0; border-top: 1px solid rgba(255,255,255,.16); }
.product-points li { padding: 16px 0; display: grid; grid-template-columns: 42px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .9rem; }
.product-points span { color: var(--blue-bright); font-size: .7rem; font-weight: 800; }
.button-light { color: var(--navy); background: #fff; }

.values { background: #fff; }
.values-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.values-intro { position: sticky; top: 140px; align-self: start; }
.values-intro > p:last-child { color: var(--muted); }
.values-list { border-top: 1px solid var(--line); }
.values-list > div { min-height: 92px; display: grid; grid-template-columns: 56px 1fr 1.2fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.values-list span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.values-list strong { font-size: 1.05rem; }
.values-list small { color: var(--muted); }

.leadership { background: var(--soft); }
.leaders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.leader-card { display: grid; grid-template-columns: 210px 1fr; overflow: hidden; background: #fff; border-radius: 18px; }
.leader-photo { min-height: 100%; background: var(--navy); overflow: hidden; }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; }
.leader-content { padding: 38px 35px; }
.leader-content .role { margin: 0 0 13px; color: var(--blue); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; }
.leader-content h3 { margin: 0 0 16px; color: var(--navy); font-size: 1.65rem; letter-spacing: -.03em; }
.leader-content > p:last-child { margin: 0; color: var(--muted); font-size: .88rem; }

.contact { padding: 120px 0 0; color: #fff; background: var(--blue); position: relative; overflow: hidden; }
.contact-rings { position: absolute; width: 580px; height: 580px; right: -150px; top: -200px; border: 90px solid rgba(255,255,255,.09); border-radius: 50%; }
.contact-inner { position: relative; z-index: 1; text-align: center; }
.contact-inner .eyebrow { justify-content: center; color: #daf4ff; }
.contact h2 { font-size: clamp(3.4rem, 6vw, 6.2rem); }
.contact h2 em { color: var(--navy); }
.contact-inner > p:not(.eyebrow) { max-width: 660px; margin: 26px auto 34px; color: #d9f3ff; }
.button-white { color: var(--navy); background: #fff; }
.project-panel { margin-top: 90px; position: relative; z-index: 2; }
.project-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 50px; color: var(--ink); background: #fff; border-radius: 22px 22px 0 0; box-shadow: var(--shadow); }
.form-heading { grid-column: 1 / -1; margin-bottom: 12px; }
.form-heading span { color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: .67rem; font-weight: 900; }
.form-heading h3 { margin: 7px 0 0; color: var(--navy); font-size: 2.3rem; letter-spacing: -.04em; }
.project-form label { display: grid; gap: 7px; color: var(--navy); font-size: .75rem; font-weight: 800; }
.project-form label.full { grid-column: 1 / -1; }
.project-form input, .project-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #cbd3dc; border-radius: 0; outline: none; resize: vertical; color: var(--ink); background: #fff; font-weight: 400; }
.project-form input:focus, .project-form textarea:focus { border-color: var(--blue); }
.project-form button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.form-status { align-self: center; margin: 0; color: var(--muted); font-size: .8rem; }
.form-status.success { color: #087946; }
.form-status.error { color: #b42318; }

.site-footer { padding: 65px 0 40px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 55px; }
.footer-brand img { width: 200px; }
.footer-brand p { margin: 10px 0 0; color: var(--muted); font-size: .82rem; }
.footer-links { display: flex; gap: 27px; align-items: center; font-size: .8rem; font-weight: 700; }
.footer-links a:hover { color: var(--blue); }
.footer-meta { grid-column: 1 / -1; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #7c8490; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; color: #fff; z-index: 2; }
  .site-header.scrolled .menu-toggle { color: var(--navy); }
  .site-nav { position: absolute; top: 0; right: 0; width: min(82vw, 380px); min-height: 100vh; padding: 110px 35px; flex-direction: column; align-items: stretch; background: #fff; box-shadow: -25px 0 55px rgba(6,23,77,.18); transform: translateX(110%); transition: transform .3s ease; }
  .site-nav.open { transform: none; }
  .site-nav > a:not(.nav-cta) { color: var(--ink); font-size: 1rem; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; }
  .hero-grid, .about-grid, .product-grid, .values-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { max-width: 720px; }
  .about-grid { gap: 38px; }
  .direction-card { padding: 42px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading.split { grid-template-columns: 1fr; gap: 26px; }
  .values-intro { position: static; }
  .leader-card { grid-template-columns: 160px 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .nav-wrap { width: calc(100% - 30px); min-height: 86px; }
  .brand { width: 158px; height: 70px; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-image-frame { height: 370px; border-radius: 100px 18px 18px 18px; }
  .trust-card { left: 15px; bottom: -35px; }
  .hero-bottom { margin-top: 85px; }
  .capabilities-line { flex-wrap: wrap; justify-content: flex-start; padding-block: 22px; }
  .about-grid { gap: 30px; }
  .direction-grid, .services-grid, .leaders-grid { grid-template-columns: 1fr; }
  .direction-card { min-height: 430px; padding: 35px 27px; }
  .direction-icon { margin-bottom: 40px; }
  .service-card { min-height: 310px; }
  .product-media img { min-height: 360px; }
  .values-list > div { grid-template-columns: 38px 1fr; padding: 20px 0; }
  .values-list small { grid-column: 2; }
  .leader-card { grid-template-columns: 1fr; }
  .leader-photo { height: 300px; }
  .leader-photo img { object-position: top center; }
  .contact { padding-top: 90px; }
  .contact h2 { font-size: clamp(3.15rem, 14vw, 5rem); }
  .project-panel { margin-top: 65px; width: 100%; }
  .project-form { grid-template-columns: 1fr; padding: 35px 22px; border-radius: 18px 18px 0 0; }
  .project-form label.full, .form-heading { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { flex-wrap: wrap; }
  .footer-meta { grid-column: auto; flex-direction: column; gap: 9px; }
}

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