:root {
  color-scheme: light;
  --brand-ink: #001219;
  --brand-mint: #94d2bd;
  --brand-teal: #0a9396;
  --neutral-border: #D7E1E1;
  --neutral-subtle: #EEF3F3;
  --text: #23343B;
  --text-secondary: #52656D;
  --muted: #52656D;
  --line: #D7E1E1;
  --ink: #001219;
  --primary: #005f73;
  --accent: #0a9396;
  --focus-ring: #94d2bd;
  --shadow-raised: 0 18px 44px rgba(0, 18, 25, 0.12);
}
* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--text); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [contenteditable="true"]:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 2px; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; vertical-align: -0.18em; }
.brandmark { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.site-logo { display: block; width: auto; height: auto; object-fit: contain; }
.site-logo-marketing { max-width: 188px; max-height: 38px; }
.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: absolute; left: 16px; top: -48px; z-index: 20; padding: 10px 12px; border-radius: 7px; background: var(--primary); color: #fff; font-weight: 700; transition: top 160ms ease; }
.skip-link:focus { top: 12px; }
.button, button { border: 1px solid var(--primary); border-radius: 7px; background: var(--primary); color: #fff; padding: 10px 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; max-width: 100%; cursor: pointer; font-weight: 700; line-height: 1.2; text-align: center; vertical-align: middle; overflow-wrap: anywhere; }
.button.secondary, button.secondary { background: #fff; color: var(--primary); border-color: var(--primary); }
.marketing-page { background: #fff; color: var(--text); }
.marketing-inner { width: min(100% - 40px, 1180px); margin: 0 auto; }
.marketing-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px); }
.marketing-nav-row { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.marketing-brand { margin: 0; color: var(--ink); }
.marketing-nav, .marketing-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.marketing-mobile-menu { display: none; }
.marketing-nav a, .marketing-login { color: var(--brand-ink); font-weight: 700; font-size: 14px; }
.marketing-cta { white-space: nowrap; }
.marketing-hero { padding: 72px 0 54px; background: linear-gradient(180deg, color-mix(in srgb, var(--brand-mint), #fff 76%), #fff); }
.marketing-hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); gap: 42px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.marketing-hero-copy h1 { margin: 0; color: var(--brand-ink); font-size: clamp(38px, 5vw, 64px); line-height: 1.02; max-width: 760px; }
.marketing-lead { color: var(--text-secondary); font-size: 20px; line-height: 1.55; max-width: 680px; margin: 20px 0 0; }
.marketing-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.marketing-hero-actions .button { min-width: 178px; }
.marketing-404-hero { min-height: 52vh; display: flex; align-items: center; text-align: center; }
.marketing-404-hero .marketing-lead { margin-left: auto; margin-right: auto; }
.marketing-404-hero .marketing-hero-actions { justify-content: center; }
.marketing-support { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.marketing-product-preview { position: relative; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: var(--shadow-raised); }
.marketing-product-preview picture, .marketing-product-preview img { display: block; width: 100%; height: auto; }
.marketing-home-preview { --marketing-preview-window-height: 620px; --marketing-preview-aspect-width: 720; --marketing-preview-aspect-height: 900; display: block; height: var(--marketing-preview-window-height); }
.marketing-home-preview:is(a) { display: block; color: inherit; text-decoration: none; cursor: pointer; }
.marketing-preview-pan-layer { display: block; width: 100%; aspect-ratio: var(--marketing-preview-aspect-width) / var(--marketing-preview-aspect-height); transform: translate3d(0, 0, 0); backface-visibility: hidden; contain: paint; will-change: auto; }
.marketing-preview-pan-layer picture { display: block; width: 100%; height: 100%; }
.marketing-home-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.marketing-section { padding: 64px 0; }
@media (max-width: 900px) {
  .marketing-inner { width: min(100% - 32px, 1180px); }
  .marketing-header { position: static; }
  .marketing-nav-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 12px 0; gap: 10px 12px; }
  .site-logo-marketing { max-width: 154px; max-height: 32px; }
  .marketing-nav { display: none; }
  .marketing-mobile-menu { display: block; grid-column: 1; grid-row: 2; justify-self: start; position: relative; }
  .marketing-mobile-menu summary { display: inline-flex; align-items: center; gap: 7px; width: 40px; min-width: 40px; min-height: 38px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--primary); font-weight: 700; list-style: none; cursor: pointer; }
  .hamburger-icon, .hamburger-icon::before, .hamburger-icon::after { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; content: ""; }
  .hamburger-icon { position: relative; }
  .hamburger-icon::before { position: absolute; top: -6px; left: 0; }
  .hamburger-icon::after { position: absolute; top: 6px; left: 0; }
  .marketing-actions { display: contents; }
  .marketing-actions .marketing-login { grid-column: 2; grid-row: 1; justify-self: end; display: inline-flex; font-size: 13px; line-height: 1.2; }
  .marketing-actions .button { grid-column: 2; grid-row: 2; justify-self: end; align-self: center; min-height: 42px; padding: 9px 10px; white-space: nowrap; }
  .marketing-hero { padding: 38px 0 34px; }
  .marketing-hero-grid { grid-template-columns: 1fr; }
  .marketing-product-preview { max-height: 230px; }
  .marketing-product-preview picture, .marketing-product-preview img { height: 230px; object-fit: cover; }
  .marketing-home-preview { --marketing-preview-window-height: 320px; height: var(--marketing-preview-window-height); max-height: none; }
  .marketing-preview-pan-layer picture { height: 100%; }
  .marketing-home-preview img { height: 100%; }
  .marketing-hero-copy h1 { font-size: 38px; }
  .marketing-lead { font-size: 18px; }
}
@media (max-width: 700px) {
  .marketing-inner { width: min(100% - 24px, 1180px); }
  .marketing-actions .marketing-login,
  .marketing-actions .button { width: min(160px, 44vw); justify-content: center; }
  .marketing-actions .button { max-width: none; white-space: normal; text-align: center; }
  .marketing-hero-actions { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .marketing-hero-actions .button { width: 100%; min-width: 0; justify-content: center; }
}
