:root {
  --blue: #0066a1;
  --blue-deep: #003b6f;
  --blue-dark: #071f3d;
  --cyan: #00a5c8;
  --sky: #e9f7fb;
  --ink: #10233d;
  --muted: #52657a;
  --line: #dbe5ed;
  --soft: #f5f8fa;
  --white: #fff;
  --green: #2a8b6a;
  --purple: #7256a8;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(7,31,61,.11);
  --font: 'Helvetica Neue', Helvetica, Arial, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); font-family: var(--font); font-size: 17px; line-height: 1.62; background: var(--white); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a, button, input, select, textarea { -webkit-tap-highlight-color: rgba(0,102,161,.18); }
:focus-visible { outline: 3px solid #f6c542; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section--soft { background: var(--soft); }
.section--dark { color: var(--white); background: var(--blue-dark); overflow: hidden; }
.section--dark::before { content: ''; position: absolute; width: 560px; height: 560px; right: -200px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(0,165,200,.2), transparent 70%); }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; margin-bottom: 20px; color: var(--blue); font-weight: 700; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.section--dark .eyebrow, .hero--dark .eyebrow { color: #68d3e8; }
h1, h2, h3, h4 { margin: 0 0 .55em; line-height: 1.1; letter-spacing: -.025em; font-weight: 400; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.6vw, 6rem); }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
p { margin: 0 0 1.35em; }
.lead { max-width: 760px; font-size: clamp(1.12rem, 1.8vw, 1.4rem); line-height: 1.55; color: var(--muted); }
.section--dark .lead, .hero--dark .lead { color: #c6d5e5; }
.accent { color: var(--blue); }
.gradient-text { color: transparent; background: linear-gradient(90deg, var(--cyan), #4fc5e8, #58a7ff); background-clip: text; -webkit-background-clip: text; }
.hero h1, .hero--inner h1, .product-hero h1 { animation: headlineIn .7s .08s cubic-bezier(.2,.75,.2,1) both; }
.hero .eyebrow, .hero--inner .eyebrow { animation: eyebrowIn .65s ease both; }
.hero .eyebrow { color: #76dcff; text-shadow: 0 2px 12px rgba(0,17,42,.72); }
.gradient-text { background-size: 220% 100%; animation: gradientFlow 6s ease-in-out infinite alternate; }
.hero-headline__prefix, .hero-headline__with, .rotating-headline { display: block; }
.hero-headline__with, .rotating-headline { text-align: center; }
.hero-headline__with { color: #fff; }
.rotating-headline { min-height: 1.2em; white-space: nowrap; font-size: clamp(2.1rem, 5.6vw, 4.5rem); letter-spacing: -.035em; }
@media (prefers-reduced-motion: no-preference) { .rotating-headline::after { content: '|'; display: inline-block; width: .34em; margin-left: .05em; color: #d9f7ff; animation: typingCursor .78s step-end infinite; } }
@keyframes headlineIn { from { transform: translateY(14px); } to { transform: none; } }
@keyframes eyebrowIn { from { opacity: 0; letter-spacing: .22em; } to { opacity: 1; letter-spacing: .13em; } }
@keyframes gradientFlow { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@keyframes typingCursor { 50% { opacity: 0; } }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 56px; }
.section-head > div:first-child { max-width: 800px; }
.section-head .lead { max-width: 480px; margin-bottom: 6px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; gap: 12px; border: 1px solid transparent; border-radius: 3px; font-weight: 600; transition: transform .25s, background .25s, border-color .25s, box-shadow .25s; }
.btn::after { content: '→'; transition: transform .25s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,82,145,.18); }
.btn:hover::after { transform: translateX(4px); }
.btn--primary { color: #fff; background: var(--blue); }
.btn--primary:hover { background: var(--blue-deep); }
.btn--light { color: var(--blue-deep); background: #fff; }
.btn--outline { color: var(--blue); border-color: #9bb9ce; background: transparent; }
.btn--outline:hover { border-color: var(--blue); background: #f0f8fc; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 80px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s, box-shadow .3s, height .3s; }
.site-header.scrolled, .site-header.light { background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 4px 24px rgba(7,31,61,.07); backdrop-filter: blur(15px); }
.site-header.scrolled { height: 70px; }
.nav { width: min(calc(100% - 40px), var(--max)); height: 100%; margin: auto; display: flex; align-items: center; gap: 40px; }
.brand { width: 275px; min-width: 230px; }
.brand img { width: 100%; }
.site-header:not(.light):not(.scrolled) .brand img { content: url('../assets/images/logo-official-dark.png'); filter: none; }
.nav__links { margin: 0 0 0 auto; padding: 0; list-style: none; display: flex; height: 100%; align-items: center; gap: 30px; }
.nav__links > li { height: 100%; display: flex; align-items: center; position: relative; }
.nav__links a { font-size: .92rem; font-weight: 500; color: #fff; }
.site-header.light .nav__links a, .site-header.scrolled .nav__links a { color: var(--ink); }
.nav__links a:hover, .nav__links a[aria-current='page'] { color: #68d3e8; }
.site-header.light .nav__links a:hover, .site-header.light .nav__links a[aria-current='page'], .site-header.scrolled .nav__links a:hover, .site-header.scrolled .nav__links a[aria-current='page'] { color: var(--blue); }
.dropdown { position: absolute; top: 68px; left: -24px; min-width: 250px; padding: 12px; list-style: none; background: #fff; border-radius: 12px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s; }
.dropdown a { display: block; padding: 10px 12px; border-radius: 7px; color: var(--ink) !important; }
.dropdown a:hover { background: var(--sky); color: var(--blue) !important; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__cta { min-height: 42px; padding-inline: 18px; font-size: .88rem; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: none; color: #fff; }
.site-header.light .menu-toggle, .site-header.scrolled .menu-toggle { color: var(--ink); }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px; background: currentColor; }

/* Hero */
.hero { min-height: 810px; display: grid; align-items: center; position: relative; overflow: hidden; color: #fff; background: var(--blue-dark); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .7; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,26,56,.96) 0%, rgba(2,39,78,.86) 38%, rgba(2,39,78,.28) 67%, rgba(2,39,78,.08)); }
.hero__content { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 150px 0 90px; position: relative; z-index: 1; }
.hero__content > * { max-width: 760px; }
.hero h1 { max-width: 890px; }
.hero .lead { max-width: 670px; }
.hero .lead, .product-hero .lead, .hero--inner .lead { color: #eaf4fb; text-shadow: 0 2px 18px rgba(0,18,42,.46); }
.hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 48px; color: #d6e5ef; font-size: .88rem; }
.hero__proof span { display: flex; gap: 9px; align-items: center; }
.hero__proof span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #48d1b0; box-shadow: 0 0 0 6px rgba(72,209,176,.12); }
.hero--inner { min-height: 580px; padding-top: 80px; display: grid; align-items: center; position: relative; overflow: hidden; color: #fff; background: linear-gradient(130deg, var(--blue-dark), #005b92); }
.hero--inner::before { content: ''; position: absolute; width: 700px; height: 700px; right: -250px; bottom: -450px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.02); }
.hero--inner .container { position: relative; z-index: 1; }
.hero--inner h1 { max-width: 920px; font-size: clamp(2.9rem, 6vw, 5.5rem); }
.product-hero { min-height: 720px; display: grid; align-items: center; position: relative; overflow: hidden; background: var(--blue-dark); color: #fff; }
.product-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.product-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,29,60,.96) 0%, rgba(4,29,60,.86) 42%, rgba(4,29,60,.2) 75%); }
.product-hero .container { position: relative; z-index: 1; padding-top: 100px; }
.product-hero h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.4rem); }
.product-hero .lead { max-width: 660px; }
.product-label { display: inline-flex; margin-bottom: 22px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; color: #bdefff; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
/* Components */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(36px, 7vw, 90px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.image-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 480px; object-fit: cover; }
.image-frame::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.4); border-radius: inherit; pointer-events: none; }
.stat-strip { position: relative; z-index: 2; margin-top: -52px; }
.stat-strip__inner { display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.stat { position: relative; isolation: isolate; overflow: hidden; padding: 32px 38px; border-right: 1px solid rgba(255,255,255,.2); }
.stat:last-child { border: 0; }
.stat strong, .stat > span:not(.stat__globe) { position: relative; z-index: 1; }
.stat strong { display: block; font-size: 1.3rem; font-weight: 500; }
.stat > span:not(.stat__globe) { display: block; color: #d7eef8; font-size: .88rem; }
.stat__globe { position: absolute; z-index: 0; top: 50%; right: -52px; width: 150px; aspect-ratio: 1; transform: translateY(-50%); border: 1px solid rgba(170,240,255,.42); border-radius: 50%; opacity: .74; background: radial-gradient(circle at 34% 29%, rgba(204,249,255,.9) 0 2px, transparent 3px), radial-gradient(circle at 67% 38%, rgba(204,249,255,.72) 0 2px, transparent 3px), radial-gradient(circle at 45% 68%, rgba(204,249,255,.6) 0 2px, transparent 3px), radial-gradient(circle at 50% 50%, rgba(70,190,227,.4), rgba(0,91,146,.1) 63%); box-shadow: inset 0 0 25px rgba(135,237,255,.32), 0 0 30px rgba(57,209,245,.26); animation: intelligenceGlobePulse 6.5s ease-in-out infinite alternate; }
.stat__globe::before, .stat__globe::after { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(205,250,255,.6); border-radius: 50%; }
.stat__globe::before { transform: rotateX(67deg); animation: intelligenceOrbit 7s linear infinite; }
.stat__globe::after { inset: -9%; border-color: rgba(183,241,255,.35); transform: rotate(-34deg) scaleY(.4); animation: intelligenceOrbit 10s linear infinite reverse; }
.stat:nth-child(2) .stat__globe { animation-delay: -2.2s; }
.stat:nth-child(3) .stat__globe { animation-delay: -4.4s; }
@keyframes intelligenceGlobePulse { from { transform: translateY(-50%) scale(.82); opacity: .34; } to { transform: translateY(-50%) scale(1.08); opacity: .78; } }
@keyframes intelligenceOrbit { to { transform: rotate(360deg) rotateX(67deg); } }
.card { height: 100%; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .3s, box-shadow .3s, border-color .3s; }
.card:hover { transform: translateY(-6px); border-color: #afcfe0; box-shadow: var(--shadow); }
.card__number { color: var(--cyan); font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.icon { width: 50px; height: 50px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: 1.3rem; }
.feature-list { margin: 30px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 24px; }
.product-card { grid-column: span 6; min-height: 410px; padding: 42px; display: flex; flex-direction: column; position: relative; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--blue-deep); transition: transform .35s, box-shadow .35s; }
.product-card:nth-child(2) { background: #435495; }
.product-card:nth-child(3) { background: #065d77; }
.product-card:nth-child(4) { background: #286f68; }
.product-card:nth-child(5) { grid-column: span 12; background: #5b477f; }
.product-card::before { content: ''; position: absolute; width: 330px; height: 330px; right: -150px; top: -140px; border-radius: 50%; background: rgba(255,255,255,.08); transition: transform .5s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card:hover::before { transform: scale(1.25); }
.product-card__type { position: relative; color: #bcebf4; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { position: relative; margin-top: auto; font-size: clamp(2rem,3.5vw,3.3rem); }
.product-card p { position: relative; max-width: 540px; color: rgba(255,255,255,.82); }
.product-card__link { position: relative; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 600; }
.process { counter-reset: process; }
.process__item { display: grid; grid-template-columns: 100px 1fr; gap: 26px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process__item::before { counter-increment: process; content: '0' counter(process); color: #69d9ed; font-size: 1.2rem; }
.process__item p { color: #b9ccdc; }
.ticker { overflow: hidden; padding: 17px 0; border-block: 1px solid var(--line); background: #fff; }
.ticker__track { display: flex; width: max-content; animation: ticker 26s linear infinite; }
.ticker__track span { padding: 0 30px; color: var(--blue); font-size: .86rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.ticker__track span::after { content: '✦'; margin-left: 60px; color: var(--cyan); }
@keyframes ticker { to { transform: translateX(-50%); } }
.quote { padding: 50px; border-radius: var(--radius); background: var(--sky); }
.quote p { margin: 0; font-size: clamp(1.4rem,2.6vw,2.2rem); line-height: 1.35; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.team-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; filter: saturate(.86); transition: transform .5s, filter .5s; }
.team-card:hover img { transform: scale(1.025); filter: saturate(1); }
.team-card__body { padding: 24px; }
.team-card h3 { margin-bottom: 4px; font-size: 1.25rem; }
.team-card strong { display: block; margin-bottom: 12px; color: var(--blue); font-size: .86rem; }
.team-card p { color: var(--muted); font-size: .9rem; }
.logo-marquee { width: 100%; overflow: hidden; padding: 18px 0 8px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-marquee__track { display: flex; width: max-content; will-change: transform; animation: logoMarquee 32s linear infinite; }
.logo-marquee__group { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(48px, 7vw, 110px); padding-right: clamp(48px, 7vw, 110px); }
.logo-marquee img { width: auto; min-width: 150px; max-width: 225px; height: 82px; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .25s, opacity .25s, transform .25s; }
.logo-marquee img:hover { filter: none; opacity: 1; transform: scale(1.04); }
@keyframes logoMarquee { to { transform: translateX(-50%); } }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.news-card { display: flex; flex-direction: column; min-height: 400px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.news-card__meta { color: var(--blue); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.news-card h3 { margin-top: auto; }
.news-card p { color: var(--muted); font-size: .95rem; }
.news-card a { width: fit-content; color: var(--blue); font-weight: 600; }
.cta-band { position: relative; overflow: hidden; padding: 84px 0; color: #fff; background: linear-gradient(115deg, var(--blue-deep), var(--blue), var(--cyan)); }
.cta-band::after { content: ''; position: absolute; width: 500px; height: 500px; right: -180px; top: -280px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.05); }
.cta-band .container { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 760px; margin: 0; }

/* Product details */
.sticky-nav { position: sticky; z-index: 20; top: 70px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.sticky-nav .container { display: flex; gap: 30px; overflow-x: auto; }
.sticky-nav a { flex: 0 0 auto; padding: 17px 0 13px; border-bottom: 3px solid transparent; color: var(--muted); font-size: .86rem; font-weight: 600; }
.sticky-nav a:hover { color: var(--blue); border-color: var(--cyan); }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.18); }
.metric { padding: 42px; background: var(--blue-dark); }
.metric strong { display: block; color: #65d2e8; font-size: clamp(2rem,4vw,3.4rem); font-weight: 300; }
.metric span { color: #c2d3e2; }
.disclaimer { padding: 20px 24px; border-left: 4px solid var(--cyan); background: var(--sky); color: #3f586c; font-size: .9rem; }

/* Contact and legal */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-card { padding: 34px; border-radius: 16px; color: #fff; background: var(--blue-deep); }
.contact-card a { color: #8be5f3; }
.form { display: grid; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .88rem; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #b9c9d5; border-radius: 5px; color: var(--ink); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.form-status { min-height: 24px; color: var(--green); font-weight: 500; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 110px; padding: 24px; border-radius: 12px; background: var(--soft); }
.legal-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: .88rem; }
.legal-nav a:hover { color: var(--blue); }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 1.6em; font-size: 2rem; }
.legal-content h3 { margin-top: 1.5em; font-size: 1.3rem; font-weight: 600; }
.legal-content li { margin-bottom: 8px; }
.legal-note { padding: 18px 22px; border-radius: 8px; background: #fff7df; color: #67551f; font-size: .9rem; }

/* Footer */
.footer { padding: 70px 0 30px; color: #c2cfdd; background: #06172c; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 55px; }
.footer__brand > img { width: 280px; content: url('../assets/images/logo-official-dark.png'); filter: none; }
.footer__brand p { max-width: 360px; margin-top: 20px; color: #98abc0; }
.footer__brand strong { display: inline-block; margin-top: 10px; color: #7ce1f2; font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
.compliance-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 16px; }
.compliance-badge { display: inline-flex; align-items: center; justify-content: center; height: 66px; padding: 7px 10px; overflow: hidden; border: 1px solid rgba(178, 216, 239, .72); border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(0, 0, 0, .2); }
.compliance-badge img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
.compliance-badge--hipaa { width: 160px; }
.compliance-badge--hipaa img { width: 142px; }
.compliance-badge--gdpr { width: 66px; padding: 0; border-radius: 50%; background: #0d47a1; }
.compliance-badge--gdpr img { width: 76px; max-width: none; max-height: none; transform: scale(1.22); clip-path: circle(41% at 50% 50%); }
.footer h3 { color: #fff; font-size: .9rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li { margin: 9px 0; }
.footer a { color: #b4c3d2; }
.footer a:hover { color: #7ce1f2; }
.footer__bottom { margin-top: 55px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7f94aa; font-size: .82rem; }

@media (hover: none), (pointer: coarse) {
  .card:hover, .product-card:hover { transform: none; box-shadow: none; }
  .team-card:hover img { transform: none; }
  .btn:hover { transform: none; }
  .nav__links a, .btn, .sticky-nav a { min-height: 44px; display: inline-flex; align-items: center; }
}

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Calm, compositor-friendly motion inspired by modern healthcare platforms. */
@media (prefers-reduced-motion: no-preference) {
  .hero__image, .product-hero__image { width: 104%; height: 104%; inset: -2%; will-change: transform; animation: clinicalImageDrift 20s ease-in-out infinite alternate; }
  .hero::before, .product-hero::before { content: ''; position: absolute; z-index: 1; inset: -12%; pointer-events: none; background: radial-gradient(circle at 18% 72%, rgba(0,184,221,.2), transparent 25%), radial-gradient(circle at 72% 28%, rgba(58,143,255,.14), transparent 22%); mix-blend-mode: screen; animation: ambientClinicalGlow 14s ease-in-out infinite alternate; }
  .hero__content .lead, .product-hero .lead, .hero--inner .lead { animation: supportingCopyIn .7s .2s ease both; }
}
@keyframes clinicalImageDrift { from { transform: scale(1.015) translate3d(-.3%,0,0); } to { transform: scale(1.055) translate3d(.5%,-.4%,0); } }
@keyframes ambientClinicalGlow { from { transform: translate3d(-1%,1%,0) scale(.98); } to { transform: translate3d(2%,-1%,0) scale(1.04); } }
@keyframes supportingCopyIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .nav__links { gap: 18px; }
  .nav__cta { display: none; }
  .section { padding: 88px 0; }
  .hero { min-height: 740px; }
  .product-hero { min-height: 660px; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .grid-4, .team-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { gap: 50px; }
  .legal-layout { gap: 45px; grid-template-columns: 220px 1fr; }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  .nav__links { position: fixed; inset: 70px 0 0; height: auto; padding: 28px max(24px, env(safe-area-inset-right)) calc(80px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); display: block; overflow-y: auto; overscroll-behavior: contain; background: #fff; transform: translateX(100%); transition: transform .3s; }
  .nav__links.open { transform: none; }
  .nav__links > li { display: block; height: auto; border-bottom: 1px solid var(--line); }
  .nav__links > li > a { display: block; padding: 18px 0; color: var(--ink) !important; font-size: 1.2rem; }
  .dropdown { position: static; min-width: 0; padding: 0 0 14px 14px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .dropdown a { padding: 7px 0; }
  .brand { width: 225px; min-width: 205px; }
  .hero { min-height: 700px; }
  .hero::after { background: linear-gradient(90deg, rgba(2,26,56,.96), rgba(2,39,78,.67)); }
  .hero__image { object-position: 66% center; }
  .hero__content { padding-top: 120px; }
  .hero h1, .hero--inner h1, .product-hero h1 { font-size: clamp(2.65rem, 8.5vw, 4.4rem); }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero--inner { min-height: 520px; }
  .product-hero { min-height: 640px; }
  .product-hero::after { background: linear-gradient(90deg, rgba(4,29,60,.97), rgba(4,29,60,.78) 62%, rgba(4,29,60,.35)); }
  .product-hero__image { object-position: 65% center; }
  .section-head, .cta-band .container { display: block; }
  .section-head .lead { margin-top: 22px; }
  .cta-band .btn { margin-top: 25px; }
  .grid-2, .grid-3, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(5) { grid-column: span 12; min-height: 350px; }
  .news-grid { grid-template-columns: 1fr; }
  .stat-strip { margin-top: 0; }
  .stat-strip__inner, .metric-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .legal-nav { display: none; }
  .legal-content { max-width: 100%; overflow-wrap: anywhere; }
  .image-frame img { min-height: 340px; }
  .sticky-nav { top: 70px; }
  .sticky-nav .container { width: 100%; padding-inline: 20px; scrollbar-width: none; }
  .sticky-nav .container::-webkit-scrollbar { display: none; }
  .sticky-nav a { min-height: 52px; display: inline-flex; align-items: center; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1/-1; }
  .footer__grid > div:last-child { grid-column: auto; }
}
@media (max-width: 520px) {
  .container, .nav, .hero__content { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.1rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
  h3 { font-size: 1.35rem; }
  .brand { width: 200px; min-width: 180px; }
  .menu-toggle { margin-right: -8px; }
  .hero { min-height: 680px; }
  .hero__content { padding-top: 105px; padding-bottom: 65px; }
  .hero .lead, .product-hero .lead, .hero--inner .lead { font-size: 1.04rem; }
  .hero__proof { gap: 13px; margin-top: 34px; }
  .hero--inner { min-height: 490px; padding-top: 70px; }
  .product-hero { min-height: 610px; }
  .product-hero .container { padding-top: 82px; }
  .product-hero__image { object-position: 70% center; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions .btn, .cta-band .btn { width: 100%; }
  .hero__proof, .grid-4, .team-grid, .form__row, .footer__grid { grid-template-columns: 1fr; }
  .card, .product-card, .quote { padding: 28px; }
  .product-card { min-height: 315px; }
  .stat { padding: 25px 24px; }
  .metric { padding: 30px 25px; }
  .quote p { font-size: 1.35rem; }
  .contact-card { padding: 28px; }
  .field input, .field textarea, .field select { font-size: 16px; }
  .legal-content h2 { font-size: 1.75rem; }
  .legal-content h3 { font-size: 1.2rem; }
  .footer { padding-top: 58px; }
  .footer__brand img { width: min(280px, 100%); }
  .footer__bottom { display: block; }
}

@media (max-width: 370px) {
  .brand { width: 175px; min-width: 160px; }
  .hero h1, .hero--inner h1, .product-hero h1 { font-size: 2.25rem; }
  .card, .product-card, .quote { padding: 24px; }
}

/* Search-friendly FAQs: visible, semantic answers with touch-sized controls. */
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.faq summary{list-style:none;cursor:pointer;position:relative;padding:24px 58px 24px 24px;font-weight:700;color:var(--navy);line-height:1.35}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);color:var(--blue);font-size:1.55rem;font-weight:400}.faq[open] summary::after{content:"–"}.faq p{margin:0;padding:0 24px 24px;color:var(--muted)}
@media (max-width: 760px){.faq-grid{grid-template-columns:1fr}.faq summary{padding:20px 52px 20px 20px}.faq p{padding:0 20px 20px}}
@media (max-width: 520px){.logo-marquee{mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.logo-marquee__group{gap:44px;padding-right:44px}.logo-marquee img{min-width:130px;max-width:185px;height:64px}}
@media (max-width: 520px){.rotating-headline{max-width:100%;min-height:0;margin-inline:auto;font-size:clamp(1.45rem,7.6vw,2.35rem);letter-spacing:-.055em}}
