:root {
  --ink: #041b2e;
  --ink-soft: #0b3452;
  --brand-blue: #003b72;
  --paper: #f4f8fb;
  --white: #ffffff;
  --muted: #536d82;
  --line: rgba(7, 21, 34, .12);
  --orange: #d85508;
  --aqua: #55e3da;
  --radius-lg: 42px;
  --radius-md: 28px;
  --shadow: 0 32px 80px rgba(3, 18, 31, .16);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 132px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); background: #fff; color: #000; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(4,27,46,.08); background: rgba(244,248,251,.86); backdrop-filter: blur(20px) saturate(180%); }
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .98rem; font-weight: 780; letter-spacing: -.02em; }
.brand-symbol { width: 38px; height: 38px; object-fit: contain; }
.brand-name { color: #052d58; letter-spacing: .015em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #33485a; font-size: .86rem; font-weight: 620; }
.nav-links a:not(.nav-cta) { transition: color .2s ease; }
.nav-links a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: linear-gradient(135deg, var(--brand-blue), #0a638b); color: #fff; box-shadow: 0 10px 24px rgba(0,59,114,.18); transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(0,59,114,.26); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; }
.menu-button span { display: block; width: 17px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }

.hero { padding-top: 112px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 980px; font-size: clamp(4rem, 9vw, 8.5rem); line-height: .88; letter-spacing: -.072em; font-weight: 780; }
.hero h1 span { color: var(--brand-blue); }
.hero-copy { max-width: 720px; margin: 42px 0 0; color: #425568; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.38; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: .94rem; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--orange), #f07a2d); color: #fff; box-shadow: 0 14px 28px rgba(216,85,8,.24); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(216,85,8,.32); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { box-shadow: 0 14px 28px rgba(0,0,0,.14); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #425568; font-weight: 720; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-2px); }
.hero-media { position: relative; min-height: min(68vw, 760px); margin-top: 86px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, #0c3146, #06131f); box-shadow: var(--shadow); }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(2,15,25,.82)); }
.hero-media-caption { position: absolute; left: 46px; right: 46px; bottom: 42px; display: flex; justify-content: space-between; align-items: end; gap: 24px; color: #fff; }
.hero-media-caption span { color: var(--aqua); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-media-caption strong { max-width: 500px; text-align: right; font-size: clamp(1.4rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -.04em; }

.intro { text-align: center; }
.display-copy { max-width: 1040px; margin: 0 auto; font-size: clamp(2.7rem, 6vw, 6.2rem); line-height: 1; letter-spacing: -.06em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 56px; margin-bottom: 54px; }
.section-heading h2, .platform-copy h2, .method-intro h2, .contact-panel h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.6rem); line-height: .94; letter-spacing: -.062em; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 1.12rem; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-card { position: relative; min-height: 600px; overflow: hidden; border-radius: var(--radius-md); padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-dark { background: radial-gradient(circle at 90% 8%, rgba(85,227,218,.16), transparent 34%), linear-gradient(145deg, var(--ink), #062d48); color: #fff; }
.feature-light { background: #fff; box-shadow: 0 12px 40px rgba(7,21,34,.06); }
.feature-image { grid-column: 1 / -1; min-height: 650px; color: #fff; }
.feature-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,27,.9), rgba(3,16,27,.15)); }
.feature-card > * { position: relative; z-index: 1; }
.feature-number { align-self: flex-end; display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .74rem; opacity: .72; }
.card-kicker { margin: 0 0 14px; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-dark .card-kicker, .feature-image .card-kicker { color: var(--aqua); }
.feature-card h3 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.8rem); line-height: .94; letter-spacing: -.055em; }
.feature-card p:not(.card-kicker) { max-width: 510px; margin: 24px 0 0; color: #637384; font-size: 1.05rem; }
.feature-dark p:not(.card-kicker), .feature-image p:not(.card-kicker) { color: rgba(255,255,255,.7); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .72rem; }
.feature-card .text-link { margin-top: 28px; }
.text-link.dark { color: var(--ink); }

.platform { color: #fff; background: radial-gradient(circle at 0% 10%, rgba(0,85,150,.34), transparent 31%), linear-gradient(135deg, #031522, #062942 62%, #073754); overflow: hidden; }
.platform-inner { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 86px; }
.section-kicker.aqua { color: var(--aqua); }
.platform-copy > p:not(.section-kicker) { max-width: 520px; margin: 28px 0 34px; color: rgba(255,255,255,.67); font-size: 1.12rem; }
.product-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 34px; background: radial-gradient(circle at 100% 0%, rgba(104,231,223,.2), transparent 38%), rgba(255,255,255,.065); box-shadow: 0 42px 100px rgba(0,0,0,.3); }
.product-topline { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.6); font-size: .76rem; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #71f5b5; box-shadow: 0 0 0 5px rgba(113,245,181,.09); }
.product-title { margin: 68px 0 54px; font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 720; line-height: .92; letter-spacing: -.06em; }
.module-list { display: grid; gap: 8px; }
.module-list > div { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.075); transition: background .2s ease, transform .2s ease; }
.module-list > div:hover { transform: translateX(3px); background: rgba(255,255,255,.12); }
.module-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: rgba(104,231,223,.13); color: var(--aqua); font-size: .82rem; font-weight: 800; }
.module-list p { margin: 0; }
.module-list strong, .module-list small { display: block; }
.module-list strong { font-size: .92rem; }
.module-list small { margin-top: 2px; color: rgba(255,255,255,.5); font-size: .73rem; }
.module-list b { font-weight: 400; color: rgba(255,255,255,.45); }
.product-launch { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 12px; padding: 17px 18px; border-radius: 18px; background: var(--aqua); color: #032238; font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.product-launch:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,.24); }
.product-launch strong { font-size: 1rem; }

.section-heading.compact { margin-bottom: 36px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px minmax(250px,.9fr) 1.1fr; align-items: center; gap: 32px; min-height: 138px; border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--orange); font-size: .75rem; font-weight: 800; }
.service-row h3 { margin: 0; font-size: clamp(1.5rem, 2.4vw, 2.3rem); letter-spacing: -.04em; }
.service-row p { margin: 0; color: var(--muted); }

.method { padding-top: 32px; }
.method-card { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: clamp(36px, 7vw, 82px); border-radius: var(--radius-lg); background: #fff; }
.method-intro p:not(.section-kicker) { max-width: 500px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--orange); font-size: .72rem; font-weight: 800; }
.steps strong { display: block; font-size: 1.2rem; }
.steps p { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }

.contact { padding-bottom: 70px; }
.contact-panel { padding: clamp(38px, 7vw, 88px); border-radius: var(--radius-lg); background: radial-gradient(circle at 82% 16%, rgba(85,227,218,.2), transparent 30%), linear-gradient(135deg, #073b63, #031522 72%); color: #fff; }
.contact-panel > p:not(.section-kicker) { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 1.12rem; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.text-link.light { color: #fff; }
.contact-emails { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; }
.contact-email { display: inline-block; color: rgba(255,255,255,.68); font-size: .9rem; transition: color .2s ease; }
.contact-email:hover { color: var(--aqua); }

.footer { display: grid; grid-template-columns: 170px 1.6fr auto; align-items: center; gap: 30px; padding-block: 34px 46px; border-top: 1px solid var(--line); }
.brand-footer { width: 132px; }
.footer-logo-plate { display: grid; place-items: center; width: 132px; height: 88px; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(4,27,46,.08); }
.footer-logo-plate img { width: 104px; height: auto; }
.footer p { margin: 0; color: var(--muted); font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; font-size: .8rem; font-weight: 650; }
.footer-links a:hover { color: var(--orange); }
.footer small { grid-column: 2 / -1; color: #83909d; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); --radius-lg: 30px; --radius-md: 24px; }
  .section { padding-block: 94px; }
  .menu-button { display: block; position: relative; z-index: 2; cursor: pointer; }
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px 32px 40px; background: rgba(245,247,248,.97); backdrop-filter: blur(22px); font-size: 1.55rem; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .22s ease, transform .22s ease; }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-cta { margin-top: 10px; font-size: 1rem; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .hero { padding-top: 78px; }
  .hero h1 { font-size: clamp(3.5rem, 16vw, 6.6rem); }
  .hero-media { min-height: 620px; margin-top: 64px; }
  .hero-media-caption, .section-heading { flex-direction: column; align-items: flex-start; }
  .hero-media-caption strong { text-align: left; }
  .feature-grid, .platform-inner, .method-card { grid-template-columns: 1fr; }
  .feature-image { grid-column: auto; }
  .platform-inner { gap: 64px; }
  .service-row { grid-template-columns: 42px 1fr; gap: 18px; padding-block: 26px; }
  .service-row p { grid-column: 2; }
  .method-card { gap: 54px; }
  .footer { grid-template-columns: 1fr auto; }
  .footer p { grid-column: 1 / -1; grid-row: 2; }
  .footer small { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .nav { height: 64px; }
  .brand { font-size: .9rem; }
  .brand-symbol { width: 34px; height: 34px; }
  .brand-name { font-size: .78rem; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-actions .text-link, .contact-actions .text-link { justify-content: center; }
  .hero-media { min-height: 500px; border-radius: 26px; }
  .hero-media-caption { left: 24px; right: 24px; bottom: 26px; }
  .feature-card { min-height: 520px; padding: 25px; }
  .feature-image { min-height: 570px; }
  .product-card { padding: 18px; border-radius: 26px; }
  .product-title { margin: 56px 0 40px; }
  .module-list > div { grid-template-columns: 42px 1fr; }
  .module-list b { display: none; }
  .module-icon { width: 40px; height: 40px; border-radius: 12px; }
  .footer { display: flex; align-items: flex-start; flex-direction: column; }
}
