:root {
  color-scheme: light;
  font-family: "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.65;
  color: #434c58;
  background: #f4f6f8;
  --navy: #0a3458;
  --petrol: #266b74;
  --line: #c8d0d8;
  --muted: #53606e;
  --white: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; }
a { color: var(--navy); text-underline-offset: .25em; }
a:hover { color: var(--petrol); }
a:focus-visible { outline: 3px dashed var(--navy); outline-offset: 5px; }
p { margin: 0; }
section[id] { scroll-margin-top: 1.5rem; }
.container { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 2; top: -10rem; left: 1.25rem; padding: .75rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--navy); font-size: 1.9rem; font-weight: 650; letter-spacing: -.04em; text-decoration: none; }
.brand img { object-fit: contain; flex-shrink: 0; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; text-decoration: none; }
nav a:hover { text-decoration: underline; }
nav .nav-contact { border: 1px solid var(--line); border-radius: 6px; padding-inline: 1.125rem; }
.intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: center; gap: 3rem; padding-block: 80px 76px; }
.eyebrow { margin-bottom: 1rem; color: var(--petrol); font-size: .875rem; font-weight: 650; }
h1, h2, h3 { color: var(--navy); font-weight: 650; }
h1 { margin: 0 0 1.625rem; font-size: clamp(2.75rem, 5.5vw, 4.5rem); line-height: 1.08; letter-spacing: -.045em; }
h1 span { color: var(--petrol); }
.lead { max-width: 36rem; font-size: 1.1875rem; line-height: 1.75; }
.intro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 6px; font-size: 1rem; font-weight: 600; text-align: center; text-decoration: none; }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { color: var(--white); background: var(--petrol); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; }
.product-status { display: flex; flex-wrap: wrap; gap: .625rem; margin-top: 1.75rem; font-size: .875rem; color: var(--muted); }
.product-status span { padding: .25rem .65rem; border: 1px solid var(--line); border-radius: 4px; }
.intro-brand { text-align: center; }
.hero-logo { display: block; width: min(100%, 310px); height: auto; margin: 0 auto; }
.intro-brand p { margin-top: .75rem; color: var(--muted); font-size: .875rem; }
.features-section { padding-block: 3.5rem 4rem; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
h2 { margin: 0; font-size: clamp(1.75rem, 2.7vw, 2.25rem); line-height: 1.25; letter-spacing: -.025em; }
.section-heading > p { max-width: 25rem; color: var(--muted); }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.features article { padding-top: 1.375rem; border-top: 2px solid var(--navy); }
.number { font-size: .875rem; color: var(--petrol); font-weight: 650; }
h3 { margin: .75rem 0; font-size: 1.25rem; line-height: 1.4; }
.features p { font-size: 1rem; }
.features ul { margin: 1.25rem 0 0; padding-left: 1.125rem; font-size: .9375rem; }
.features li + li { margin-top: .5rem; }
.features li::marker { color: var(--petrol); }
.cloud-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 3rem; padding: 3rem; border: 1px solid var(--line); border-left: 5px solid var(--petrol); border-radius: 8px; background: var(--white); }
.cloud-panel h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
.cloud-state { margin-top: 1.25rem; color: var(--navy); font-size: .9375rem; font-weight: 600; }
.contact-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 4rem; align-items: center; padding-block: 4.5rem; }
.contact-section h2 { margin-bottom: 1rem; }
.contact-section > div > p:not(.eyebrow) { max-width: 32rem; }
.contact-card { padding: .5rem 0 .5rem 2rem; border-left: 1px solid var(--line); }
.contact-name { color: var(--navy); font-size: 1.125rem; font-weight: 650; }
.contact-role { color: var(--muted); font-size: .875rem; }
.contact-email { display: inline-block; min-height: 44px; padding-block: .5rem; margin-top: .5rem; font-size: clamp(1rem, 2.2vw, 1.5rem); font-weight: 600; overflow-wrap: anywhere; }
.contact-hint { display: block; color: var(--muted); font-size: .875rem; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 1.75rem; font-size: .875rem; }
.footer-inner strong { display: block; color: var(--navy); font-size: 1.125rem; }
.footer-inner p span { color: var(--muted); }
.legal-page { max-width: 48rem; padding-block: 3.5rem 5rem; min-height: 65vh; }
.legal-page h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
.legal-page h1, .legal-page h2 { overflow-wrap: anywhere; }
.legal-page h2 { font-size: 1.5rem; margin-block: 2rem .75rem; }
.legal-page address { font-style: normal; }
.legal-page a { display: inline-block; min-height: 44px; padding-block: .5rem; overflow-wrap: anywhere; }
.legal-page .legal-contact { margin-block: 1rem; }
.legal-page p + p { margin-top: 1rem; }
@media (max-width: 850px) {
  .container { width: calc(100% - 48px); }
  .intro { gap: 1.5rem; padding-block: 3rem; }
  .intro-actions { gap: .625rem 1rem; }
  .section-heading { align-items: flex-start; }
  .features { gap: 1.5rem; }
  .cloud-panel { gap: 2rem; padding: 2rem; }
  .contact-section { gap: 2rem; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .header-inner { flex-direction: column; align-items: flex-start; gap: .25rem; padding-block: .875rem; }
  .brand { font-size: 1.625rem; }
  .brand img { width: 46px; height: 46px; }
  nav { width: 100%; gap: .5rem 1.25rem; }
  nav a { font-size: .875rem; }
  nav .nav-contact { padding-inline: .75rem; }
  .intro { grid-template-columns: 1fr; padding-block: 2.75rem; }
  .intro-brand { display: none; }
  .lead { font-size: 1.125rem; }
  .section-heading { flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
  .section-heading > p br { display: none; }
  .features-section { padding-block: 2.5rem; }
  .features { grid-template-columns: 1fr; gap: 2rem; }
  .cloud-panel { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem; }
  .contact-section { grid-template-columns: 1fr; padding-block: 2.75rem; gap: 1.5rem; }
  .contact-card { padding-left: 1.25rem; }
  .contact-email { font-size: 1.25rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .75rem; }
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  a { transition: color .15s, background-color .15s; }
}
@media (forced-colors: active) { .button { border-color: ButtonText; } }

/* Product preview: shared brand, deeper contrast, motion as progressive enhancement. */
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
button { font: inherit; }
button:focus-visible { outline: 3px dashed var(--petrol); outline-offset: 5px; }
.container { width: min(1180px, calc(100% - 80px)); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(255 255 255 / .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; }
.brand { font-size: 1.75rem; }
.brand img { width: 50px; height: 50px; }
section[id] { scroll-margin-top: 112px; }
.skip-link { z-index: 30; }
.intro { position: relative; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); padding-block: 88px 76px; gap: 4rem; }
.intro-copy { position: relative; z-index: 1; }
h1 { font-size: clamp(3rem, 5.4vw, 4.7rem); letter-spacing: -.055em; }
h1 span { display: inline-block; }
.eyebrow { letter-spacing: .065em; text-transform: uppercase; font-size: .8125rem; }
.button { border-radius: 9px; min-height: 52px; gap: 1.5rem; padding-inline: 1.5rem; }
.button-primary { box-shadow: 0 5px 0 rgb(10 52 88 / .09), 0 12px 25px rgb(10 52 88 / .1); }
.button span[aria-hidden] { font-size: 1.3rem; }
.intro-brand { position: relative; isolation: isolate; padding: 1.5rem 0; }
.hero-logo { width: min(75%, 265px); position: relative; }
.intro-brand p { color: var(--navy); font-size: 1rem; font-weight: 500; line-height: 1.5; margin-top: 1.5rem; }
.brand-orbit { position: absolute; width: min(100%, 350px); aspect-ratio: 1; top: 0; left: 50%; transform: translateX(-50%); border: 1px solid rgb(46 124 134 / .15); border-radius: 50%; z-index: -1; background: radial-gradient(circle, rgb(46 124 134 / .1), transparent 69%); }
.brand-orbit::after { content: ""; position: absolute; inset: -24px; border: 1px solid rgb(46 124 134 / .08); border-radius: 50%; }
.showcase-section { position: relative; background: #092c49; color: #d9e6ee; padding: 64px 0 42px; overflow: clip; }
.showcase-section::before { content: ""; position: absolute; width: 820px; height: 650px; max-width: 100%; right: -10%; top: 120px; border-radius: 50%; background: radial-gradient(ellipse, rgb(46 124 134 / .22), transparent 68%); pointer-events: none; }
.showcase-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2rem; }
.showcase-heading h2 { color: #fff; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.15; }
.showcase-heading .eyebrow { color: #a9d9dc; }
.showcase-heading > p { font-size: 1rem; }
.demo-label { display: inline-block; margin-top: .75rem; padding: .25rem .65rem; font-size: .8125rem; color: #dce9ed; background: rgb(255 255 255 / .07); border: 1px solid #54758b; border-radius: 5px; }
.showcase-tabs { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; position: relative; z-index: 2; }
.showcase-tabs button { display: flex; align-items: center; gap: .8rem; border: 1px solid #6d889c; border-radius: 8px; background: transparent; color: #bcd5e4; padding: .65rem 1.3rem; min-height: 48px; cursor: pointer; font-size: .8125rem; }
.showcase-tabs button span { font-size: 1rem; font-weight: 550; color: #fff; }
.showcase-tabs button[aria-selected="true"] { color: var(--petrol); background: #fff; border-color: #fff; box-shadow: 0 5px 24px rgb(0 0 0 / .12); }
.showcase-tabs button[aria-selected="true"] span { color: var(--navy); }
.showcase-tabs button:hover:not([aria-selected="true"]) { background: rgb(255 255 255 / .1); }
.showcase-tabs button:focus-visible { outline-color: #b9e8e8; }
.screen-stage { position: relative; perspective: 1800px; padding-bottom: 20px; }
.screen-glow { position: absolute; inset: 16% -8% -6%; background: radial-gradient(ellipse, rgb(95 178 181 / .24), transparent 65%); pointer-events: none; }
.screen-perspective { transform-origin: 50% 20%; }
.screen-tilt { transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.screen-frame { position: relative; border: 1px solid #6c8598; border-radius: 13px; overflow: hidden; box-shadow: 0 32px 72px rgb(0 12 25 / .35); background: #fff; }
.frame-bar { min-height: 42px; background: #143851; color: #d3e2eb; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .65rem 1.2rem; font-size: .75rem; line-height: 1.3; letter-spacing: .03em; }
.frame-bar > span:last-child { color: #afd8da; font-size: .75rem; letter-spacing: .1em; }
.frame-divider { padding-inline: .55rem; color: #84a8bc; }
.screen-panel figure { margin: 0; }
.screen-panel img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; background: #f4f6f8; }
.screen-panel figcaption { color: var(--muted); display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; padding: 1.2rem 1.5rem; font-size: .9375rem; border-top: 1px solid var(--line); }
.screen-panel figcaption strong { display: block; color: var(--navy); font-weight: 600; }
.screen-panel figcaption a { display: inline-flex; align-items: center; justify-content: flex-end; gap: .5rem; min-height: 44px; flex-shrink: 0; font-size: .875rem; }
.showcase-note { text-align: center; font-size: .8125rem; color: #c2d4df; max-width: 48rem; margin-inline: auto; }
.features-section { border-top: 0; padding-block: 88px; }
.features { gap: 1.5rem; }
.features article { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 1.75rem; position: relative; overflow: hidden; }
.features article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--petrol); transform: scaleY(0); transform-origin: 0 100%; }
.number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; background: #e8f0f1; }
.features h3 { margin-top: 1.125rem; }
.features ul { font-size: .9375rem; }
.cloud-panel { border-radius: 12px; }
.contact-section { padding-block: 88px; }
.contact-card { border-left: 3px solid var(--petrol); padding: 1.5rem 0 1.5rem 2rem; }
.motion-toggle { border: 1px solid var(--line); border-radius: 6px; color: var(--navy); background: transparent; min-height: 44px; padding: .5rem .75rem; cursor: pointer; font-size: .8125rem; }
.motion-toggle:disabled { cursor: default; }
.footer-inner nav { gap: 1rem; }

@media (prefers-reduced-motion: no-preference) {
  html:not([data-motion="off"]) .intro-copy { animation: welcome-copy .8s cubic-bezier(.16, 1, .3, 1) both; }
  html:not([data-motion="off"]) .intro-brand { animation: welcome-brand 1s cubic-bezier(.16, 1, .3, 1) both; }
  html:not([data-motion="off"]) .button { transition: transform .25s, background-color .2s, box-shadow .25s; }
  html:not([data-motion="off"]) .button:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgb(10 52 88 / .2); }
  html:not([data-motion="off"]) .button span { transition: transform .25s; }
  html:not([data-motion="off"]) .button:hover span { transform: translate(2px, -2px); }
  html:not([data-motion="off"]) .features article { transition: transform .3s, box-shadow .3s, border-color .3s; }
  html:not([data-motion="off"]) .features article::before { transition: transform .35s; }
  html:not([data-motion="off"]) .features article:hover { transform: translateY(-7px); border-color: #9db8c0; box-shadow: 0 18px 32px rgb(10 52 88 / .07); }
  html:not([data-motion="off"]) .features article:hover::before { transform: scaleY(1); }
  html:not([data-motion="off"]) .screen-tilt { transition: transform .25s ease-out; }
  html:not([data-motion="off"]) .screen-panel.is-entering { animation: panel-enter .45s cubic-bezier(.2, .7, .2, 1); }
}
@keyframes welcome-copy { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes welcome-brand { from { opacity: 0; transform: translateY(28px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes panel-enter { from { opacity: .35; transform: translateY(10px); } to { opacity: 1; transform: none; } }
html[data-motion="off"] { scroll-behavior: auto; }
html[data-motion="off"] *, html[data-motion="off"] *::before, html[data-motion="off"] *::after { animation: none !important; transition: none !important; }
html[data-motion="off"] .screen-perspective, html[data-motion="off"] .screen-tilt { transform: none !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .screen-perspective, .screen-tilt { transform: none !important; }
}
@media (max-width: 1000px) {
  .intro { gap: 2rem; }
  .features article { padding: 1.4rem; }
  .showcase-tabs { margin-bottom: 1.5rem; }
}
@media (max-width: 850px) {
  .container { width: calc(100% - 48px); }
  .header-inner { gap: 1rem; }
  .header-inner nav { gap: 1rem; }
  .intro { padding-block: 60px; gap: 1.5rem; }
  .intro-brand p { font-size: .9375rem; }
  .features { grid-template-columns: 1fr; }
  .features-section, .contact-section { padding-block: 64px; }
  .showcase-section { padding-block: 48px 32px; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .site-header { position: relative; }
  .header-inner { min-height: auto; gap: .25rem; }
  .brand { font-size: 1.625rem; }
  .header-inner nav { gap: .4rem 1rem; }
  .header-inner nav a { font-size: .8125rem; }
  section[id] { scroll-margin-top: 1rem; }
  .intro { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 44px 36px; }
  h1 { font-size: clamp(2.65rem, 10.5vw, 4rem); }
  .intro-brand { display: flex; flex-direction: column; align-items: center; gap: .75rem; text-align: center; padding: 1.25rem 0 0; border-top: 1px solid var(--line); margin-top: .5rem; }
  .hero-logo { width: 84px; height: 84px; margin: 0; flex-shrink: 0; }
  .intro-brand p { margin: 0; font-size: 1rem; }
  .brand-orbit { display: none; }
  .showcase-heading { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .showcase-heading h2 { font-size: 2.1rem; }
  .showcase-tabs { gap: .5rem; }
  .showcase-tabs button { flex: 1 1 auto; padding: .65rem .75rem; gap: .5rem; }
  .showcase-tabs button span { font-size: .875rem; }
  .screen-stage { perspective: none; }
  .screen-perspective, .screen-tilt { transform: none !important; }
  .frame-bar { padding-inline: .8rem; gap: .5rem; }
  .frame-bar > span:last-child { letter-spacing: .02em; }
  .screen-panel figcaption { flex-direction: column; align-items: flex-start; gap: .5rem; padding: 1rem; }
  .screen-panel figcaption a { justify-content: flex-start; }
  .features-section, .contact-section { padding-block: 48px; }
  .contact-card { padding: 1rem 0 1rem 1.25rem; }
  .showcase-note { text-align: left; }
}
@media (forced-colors: active) {
  .showcase-tabs button { border-color: ButtonText; }
  .showcase-tabs button[aria-selected="true"] { outline: 2px solid Highlight; outline-offset: 2px; }
  .brand-orbit, .screen-glow { display: none; }
}
