:root {
  --ink: #102A31;
  --ink-soft: #52686E;
  --night: #071B22;
  --petrol: #0E5B60;
  --mint: #2FA89A;
  --mint-pale: #BCE8E0;
  --paper: #F4F8F7;
  --white: #FFFFFF;
  --warm: #D88A5B;
  --line: #D8E5E2;
  --line-dark: rgba(188, 232, 224, .18);
  --shadow: 0 22px 60px rgba(7, 27, 34, .09);
  --radius: 4px;
  --max-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, a { font-size: 16px; }
img, svg { max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--warm); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin: 0 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; left: 16px; top: 12px; z-index: 100; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: 10px 14px; font-weight: 700; text-decoration: none; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(244, 248, 247, .94); border-bottom: 1px solid rgba(216, 229, 226, .8); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 78px; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { display: block; width: 174px; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 2vw, 27px); margin-left: auto; }
.primary-nav a { color: var(--ink-soft); font-size: 13px; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--petrol); }
.language-switcher { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; color: #789096; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.language-button { border: 0; padding: 6px 1px; color: #789096; background: transparent; cursor: pointer; font: inherit; font-size: 12px; letter-spacing: .1em; }
.language-button:hover, .language-button.is-active { color: var(--petrol); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 10px; cursor: pointer; }
.menu-toggle-bars { display: grid; gap: 4px; width: 22px; }
.menu-toggle-bars span { display: block; height: 2px; background: currentColor; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 7vw, 6.2rem); font-weight: 600; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.4vw, 4.2rem); font-weight: 600; }
h3 { margin-bottom: 12px; font-size: 1.1rem; font-weight: 750; }
.eyebrow { margin-bottom: 18px; color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--mint-pale); }
.section { padding: clamp(74px, 10vw, 146px) 0; }
.section-light { background: var(--paper); }
.section-tint { background: #EAF3F0; }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.centered-heading { max-width: 730px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 620px; margin-right: auto; margin-bottom: 0; margin-left: auto; color: var(--ink-soft); }
.split-layout { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(0, 1.25fr); gap: clamp(48px, 9vw, 148px); align-items: start; }
.section-intro h2 { max-width: 520px; }
.section-body { padding-top: 33px; }
.large-copy { color: var(--ink-soft); font-size: clamp(1.13rem, 1.6vw, 1.38rem); line-height: 1.72; }
.highlight-copy { max-width: 650px; margin-top: 42px; padding: 24px 0 24px 24px; border-left: 3px solid var(--mint); color: var(--ink); font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 650; line-height: 1.55; }

.hero { position: relative; min-height: min(820px, calc(100vh - 78px)); overflow: hidden; background: var(--night); }
.hero-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(188, 232, 224, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(188, 232, 224, .06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero::after { position: absolute; right: -16%; bottom: -60%; width: 80%; height: 120%; border-radius: 50%; background: radial-gradient(circle, rgba(47, 168, 154, .23), transparent 63%); content: ""; pointer-events: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; min-height: min(820px, calc(100vh - 78px)); gap: 40px; padding-top: 50px; padding-bottom: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: #C6D8D7; font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-bottom: 42px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 19px; border: 1px solid transparent; border-radius: 2px; font-weight: 750; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--night); }
.button-primary:hover { background: var(--mint-pale); }
.button-quiet { border-color: rgba(188, 232, 224, .35); color: var(--mint-pale); }
.button-quiet:hover { border-color: var(--mint-pale); color: var(--white); }
.status-list { display: flex; flex-wrap: wrap; gap: 9px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line-dark); border-radius: 99px; color: #A9C2C0; font-size: 11px; line-height: 1.2; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 3px rgba(47, 168, 154, .15); }
.hero-orbit { position: relative; width: min(39vw, 500px); height: min(39vw, 500px); margin: auto; border: 1px solid rgba(188, 232, 224, .15); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { position: absolute; inset: 11%; border: 1px solid rgba(188, 232, 224, .1); border-radius: 50%; content: ""; }
.hero-orbit::after { inset: 28%; border-color: rgba(47, 168, 154, .2); }
.orbit { position: absolute; inset: 0; border-radius: 50%; border-top: 1px solid var(--mint); opacity: .55; }
.orbit-one { transform: rotate(28deg) scaleX(.62); }
.orbit-two { transform: rotate(-39deg) scaleX(.62); border-color: var(--warm); }
.hero-signal { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; gap: 7px; width: 120px; height: 115px; transform: translate(-50%, -50%) rotate(-16deg); }
.hero-signal span { width: 6px; height: 34%; border-radius: 10px; background: var(--mint); opacity: .88; animation: signal 2.6s ease-in-out infinite; }
.hero-signal span:nth-child(2) { height: 57%; animation-delay: -.35s; }.hero-signal span:nth-child(3) { height: 88%; animation-delay: -.6s; }.hero-signal span:nth-child(4) { height: 100%; animation-delay: -.85s; }.hero-signal span:nth-child(5) { height: 69%; animation-delay: -1.1s; }.hero-signal span:nth-child(6) { height: 43%; animation-delay: -1.35s; }.hero-signal span:nth-child(7) { height: 26%; animation-delay: -1.6s; }
@keyframes signal { 0%, 100% { transform: scaleY(.7); opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }
.hero-orbit-label { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -50%); color: var(--white); font-size: 22px; font-weight: 800; letter-spacing: .18em; }
.hero-orbit-label small { margin-top: 4px; color: var(--mint-pale); font-size: 7px; letter-spacing: .26em; }
.hero-scroll { position: absolute; bottom: 27px; left: 50%; width: 1px; height: 45px; background: rgba(188, 232, 224, .35); }
.hero-scroll span { display: block; width: 5px; height: 5px; margin-left: -2px; border-radius: 50%; background: var(--mint); animation: scroll 2s ease infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(38px); opacity: 0; } }

.workflow-section { background: var(--white); }
.pipeline-wrap { margin: 10px 0 62px; padding: 20px; border: 1px solid var(--line); background: #F8FBFA; }
.pipeline-image { display: block; width: 100%; height: auto; }
.workflow-details { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.workflow-card { min-height: 216px; padding: 24px 19px 10px; border-right: 1px solid var(--line); }
.workflow-card:first-child { border-left: 1px solid var(--line); }.workflow-card:last-child { border-right: 1px solid var(--line); }
.workflow-card-accent { background: var(--night); color: var(--white); }.workflow-card-accent p { color: #B7CDCB; }
.step-number, .card-index { display: block; margin-bottom: 24px; color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.workflow-card p, .evaluation-card p, .responsibility-card p, .roadmap-item p { margin-bottom: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.62; }

.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; max-width: 980px; }.split-heading h2 { max-width: 780px; margin-bottom: 0; }.section-mark { padding-bottom: 10px; color: var(--petrol); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.evaluation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.evaluation-card { min-height: 250px; padding: 27px; background: var(--white); box-shadow: 0 4px 0 rgba(14, 91, 96, .04); }.evaluation-card:nth-child(4), .evaluation-card:nth-child(5) { min-height: 220px; }.evaluation-card:nth-child(4) { grid-column: 1 / span 1; }.evaluation-card:nth-child(5) { grid-column: 2 / span 1; }

.cloud-section { background: var(--petrol); color: var(--white); }.cloud-layout { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); gap: clamp(48px, 10vw, 164px); }.cloud-intro h2 { max-width: 560px; }.cloud-body { padding-top: 43px; }.cloud-body > p:first-child { color: #D2E6E3; font-size: 1.16rem; line-height: 1.72; }.cloud-disclaimer { margin-top: 30px; padding: 16px 18px; border-left: 2px solid var(--warm); color: #E7D2C8; font-size: .95rem; }.research-uses { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }.research-uses span { padding: 8px 10px; border: 1px solid rgba(188, 232, 224, .23); color: var(--mint-pale); font-size: .84rem; }

.responsibility-section { border-bottom: 1px solid var(--line); }.responsibility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.responsibility-card { min-height: 230px; padding: 27px; background: var(--paper); }.responsibility-icon { display: inline-flex; justify-content: center; align-items: center; width: 34px; height: 34px; margin-bottom: 29px; border: 1px solid var(--mint); border-radius: 50%; color: var(--petrol); font-size: 10px; font-weight: 800; }.responsibility-card h3 { font-size: 1.04rem; }

.roadmap-section { background: var(--white); }.roadmap-layout { align-items: center; }.roadmap-list { border-top: 1px solid var(--line); }.roadmap-item { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }.phase-label { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .1em; }.roadmap-item h3 { margin-bottom: 5px; }.roadmap-item .roadmap-subtitle { margin-bottom: 9px; color: var(--petrol); font-size: .83rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.about-section { border-top: 1px solid var(--line); }.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(42px, 10vw, 150px); }.about-copy { max-width: 680px; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.75; }.about-copy .small-note { margin-top: 34px; padding: 17px 19px; border-left: 2px solid var(--warm); color: var(--ink); font-size: .9rem; line-height: 1.55; }.company-facts { margin: 0; border-top: 1px solid var(--line); }.company-facts > div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }.company-facts dt { color: var(--ink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.company-facts dd { margin: 0; color: var(--ink); font-size: .92rem; font-weight: 650; }

.contact-section { background: var(--night); color: var(--white); }.contact-layout { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 10vw, 170px); }.contact-layout h2 { max-width: 550px; }.contact-body { padding-top: 36px; }.contact-body > p:first-child { max-width: 540px; color: #C6D8D7; font-size: 1.13rem; }.email-link { display: inline-flex; align-items: center; gap: 12px; margin: 25px 0 38px; color: var(--mint-pale); font-size: clamp(1.25rem, 2.3vw, 2rem); font-weight: 700; text-decoration: none; }.email-link:hover { color: var(--white); }.contact-warning { max-width: 550px; padding-top: 17px; border-top: 1px solid var(--line-dark); color: #AFC6C4; font-size: .92rem; }
.references-section { padding: 67px 0 80px; background: var(--white); }.references-layout { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: 60px; align-items: start; }.references-layout h2 { max-width: 430px; font-size: 2rem; }.references-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 25px; border-top: 1px solid var(--line); }.references-links a { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--petrol); font-size: .88rem; font-weight: 700; text-decoration: none; }.references-links a:hover { color: var(--warm); }

.site-footer { background: var(--night); color: #C7D9D7; }.footer-top { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 80px; padding-top: 68px; padding-bottom: 65px; }.footer-brand img { width: 176px; filter: brightness(0) invert(1); opacity: .92; }.footer-brand p { margin-top: 17px; color: var(--mint-pale); font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; }.footer-disclaimer { max-width: 620px; margin-left: auto; }.footer-disclaimer p { margin-bottom: 0; color: #9BB4B1; font-size: .9rem; line-height: 1.7; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; padding-bottom: 25px; border-top: 1px solid var(--line-dark); color: #88A3A0; font-size: .75rem; }.footer-bottom > div:first-child { display: flex; flex-wrap: wrap; gap: 8px 18px; }.footer-bottom strong { color: var(--mint-pale); }.footer-bottom span { display: inline-block; }.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }.footer-meta a { color: var(--mint-pale); font-weight: 700; text-decoration: none; }.footer-meta a:hover { color: var(--white); }

.page-hero { padding: 105px 0 92px; background: var(--night); color: var(--white); }.page-hero-inner { max-width: var(--max-width); }.page-hero h1 { margin-bottom: 21px; font-size: clamp(2.9rem, 7vw, 5.8rem); }.page-hero-date { margin: 0; color: var(--mint-pale); font-size: .92rem; }.privacy-content { padding-top: 90px; }.privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.privacy-card { min-height: 260px; padding: 29px; border: 1px solid var(--line); background: var(--white); }.privacy-card > span { display: block; margin-bottom: 34px; color: var(--mint); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }.privacy-card h2 { margin-bottom: 16px; font-size: 1.55rem; }.privacy-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .97rem; line-height: 1.68; }.privacy-contact-card { background: var(--night); color: var(--white); }.privacy-contact-card p { color: #C6D8D7; }.privacy-contact-card a { display: inline-block; margin-top: 18px; color: var(--mint-pale); font-weight: 750; }.privacy-note { margin-top: 24px; padding: 19px 22px; border-left: 2px solid var(--warm); color: var(--ink-soft); font-size: .9rem; }.privacy-note p { margin: 0; }.privacy-footer { padding-top: 30px; padding-bottom: 31px; }

@media (max-width: 1060px) {
  .primary-nav { gap: 15px; }.primary-nav a { font-size: 12px; }.workflow-details { grid-template-columns: repeat(2, 1fr); }.workflow-card { min-height: 200px; }.workflow-card:nth-child(2), .workflow-card:nth-child(4) { border-right: 0; }.workflow-card:nth-child(3), .workflow-card:nth-child(5) { border-left: 1px solid var(--line); }.workflow-card:nth-child(4), .workflow-card:nth-child(5) { border-top: 1px solid var(--line); }.hero-orbit { width: min(42vw, 440px); height: min(42vw, 440px); }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--max-width)); }.header-inner { min-height: 70px; gap: 17px; }.brand img { width: 156px; }.menu-toggle { display: inline-flex; margin-left: auto; }.primary-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }.primary-nav.is-open { display: flex; }.primary-nav a { padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: 14px; }.primary-nav a:last-child { border-bottom: 0; }.language-switcher { margin-left: 0; }.hero-layout, .cloud-layout, .contact-layout, .about-grid, .references-layout { grid-template-columns: 1fr; }.hero-layout { min-height: auto; padding-top: 100px; padding-bottom: 115px; }.hero-orbit { width: min(70vw, 430px); height: min(70vw, 430px); margin-top: 24px; }.hero-grid { mask-image: linear-gradient(to bottom, black, transparent 85%); }.section-body, .cloud-body, .contact-body { padding-top: 0; }.split-layout { grid-template-columns: 1fr; gap: 24px; }.section-intro h2 { max-width: 700px; }.evaluation-grid { grid-template-columns: repeat(2, 1fr); }.evaluation-card, .evaluation-card:nth-child(4), .evaluation-card:nth-child(5) { min-height: 230px; }.evaluation-card:nth-child(5) { grid-column: auto; }.responsibility-grid { grid-template-columns: repeat(2, 1fr); }.about-copy { max-width: 760px; }.footer-top { grid-template-columns: 1fr; gap: 35px; }.footer-disclaimer { margin-left: 0; }.footer-bottom { display: block; }.footer-meta { justify-content: flex-start; margin-top: 18px; }.page-hero { padding-top: 83px; }.privacy-grid { grid-template-columns: 1fr; }.privacy-card { min-height: auto; }
}
@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }.header-inner { gap: 12px; }.brand img { width: 142px; }.language-switcher { gap: 5px; }.hero-layout { padding-top: 73px; padding-bottom: 94px; }.hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }.hero-lead { font-size: 1.04rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.status-list { display: grid; grid-template-columns: 1fr 1fr; }.status-pill { min-height: 37px; }.hero-orbit { width: min(82vw, 360px); height: min(82vw, 360px); }.section { padding: 72px 0; }.section-heading { margin-bottom: 39px; }.split-heading { display: block; }.section-mark { display: none; }.workflow-details, .evaluation-grid, .responsibility-grid { grid-template-columns: 1fr; }.workflow-card, .workflow-card:nth-child(n) { min-height: 0; border: 0; border-top: 1px solid var(--line); }.workflow-card:first-child { border-top: 1px solid var(--line); border-left: 0; }.workflow-card-accent { border-top: 1px solid rgba(188, 232, 224, .18) !important; }.evaluation-card, .evaluation-card:nth-child(4), .evaluation-card:nth-child(5) { min-height: 0; }.evaluation-card:nth-child(5) { grid-column: auto; }.responsibility-card { min-height: 0; }.pipeline-wrap { margin-bottom: 38px; padding: 8px; overflow: hidden; }.pipeline-image { min-width: 720px; max-width: none; }.roadmap-item { grid-template-columns: 44px 1fr; gap: 10px; }.company-facts > div { grid-template-columns: 84px 1fr; }.references-links { grid-template-columns: 1fr; }.references-section { padding: 55px 0; }.footer-top { padding-top: 55px; padding-bottom: 48px; }.footer-bottom > div:first-child { display: grid; gap: 7px; }.footer-meta { display: grid; gap: 9px; }.page-hero { padding: 68px 0 60px; }.page-hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }.privacy-content { padding-top: 64px; }.privacy-card { padding: 24px; }.privacy-card > span { margin-bottom: 27px; }
}
@media print {
  .site-header, .hero-orbit, .hero-scroll, .hero-grid, .hero-actions, .language-switcher, .menu-toggle, .references-section { display: none !important; }
  .hero, .cloud-section, .contact-section, .site-footer, .privacy-contact-card { background: white; color: black; }.hero h1, .cloud-section h2, .contact-section h2 { color: black; }.hero-lead, .cloud-body > p:first-child, .footer-disclaimer p, .contact-body > p:first-child { color: black; }.section { padding: 35px 0; }.container { width: 100%; }.workflow-details, .evaluation-grid, .responsibility-grid, .privacy-grid { break-inside: avoid; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
