:root {
  color-scheme: light;
  --bg: #f6f7f9;
  --ink: #15181e;
  --muted: #727983;
  --accent: #287464;
  --line: #18243324;
  --display: "Unbounded", Arial, sans-serif;
  --pad: clamp(22px, 4vw, 64px);
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 15px/1.5 "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
::selection { background: #c9efdf; color: #122d24; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 24px; padding: 12px; background: #fff; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 var(--pad); color: var(--ink); transition: height .2s, background .2s; }
.site-header::after { content: ""; position: absolute; inset: auto var(--pad) 0; height: 1px; background: var(--line); }
.site-header.is-scrolled { height: 68px; background: #f6f7f9e8; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.wordmark { width: max-content; font: 700 21px/normal "Unbounded", sans-serif; letter-spacing: -.08em; transition: opacity .16s; }
.nav { display: flex; gap: 30px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.nav a { letter-spacing: .1em; }
.nav, .header-link { line-height: normal; }
.header-link { justify-self: end; display: flex; align-items: center; gap: 16px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wordmark:hover, .nav a:hover, .header-link:hover { opacity: .58; }
.hero { position: relative; isolation: isolate; height: calc(100svh - 70px); min-height: 610px; max-height: 900px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-scene { position: absolute; z-index: -1; inset: 0; }
.hero-scene canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity .8s; }
.hero-scene.is-ready canvas { opacity: 1; }
.scene-fallback { position: absolute; right: 10%; top: 18%; color: #c4d2d2; font: 600 360px/1 var(--display); }
.hero-scene.is-ready .scene-fallback { visibility: hidden; }
.hero-inner { position: relative; display: flex; flex-direction: column; height: 100%; max-width: 1600px; margin: auto; padding: 130px var(--pad) 32px; pointer-events: none; }
.hero-meta { display: flex; align-items: center; gap: 12px; font-size: 10px; text-transform: uppercase; font-weight: 700; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 { width: max-content; max-width: 52%; margin-top: 26px; font: 600 80px/1.1 var(--display); }
.hero h1 > span { color: var(--accent); }
.hero-lead { margin-top: 24px; max-width: 46%; font-size: 23px; line-height: 1.5; color: #555e67; }
.hero-baseline { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; padding-top: 28px; }
.hero-baseline > p { font-size: 10px; text-transform: uppercase; color: var(--muted); }
.discover { pointer-events: auto; display: flex; align-items: center; gap: 22px; font-size: 11px; text-transform: uppercase; font-weight: 700; }
.discover b, .back-top { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #27323a50; border-radius: 50%; font: 400 24px/1 Arial; transition: background .2s, color .2s, transform .2s; }
.discover:hover b, .back-top:hover { color: #fff; background: var(--ink); transform: translateY(3px); }
.products { max-width: 1600px; padding: 42px var(--pad) 80px; margin: auto; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 30px; }
.section-heading h2 { font-size: 23px; font-weight: 500; }.section-heading h2 span { margin-left: 8px; font-size: 12px; color: var(--muted); }.section-heading > span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product { position: relative; isolation: isolate; display: flex; flex-direction: column; height: 650px; min-width: 0; border: 1px solid #15233118; border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 18px 40px -30px #20304b30; }
.motion-enabled .product { opacity: 0; transform: translateY(64px) scale(.96); transition: opacity .85s, transform 1.1s cubic-bezier(.16,1,.3,1), box-shadow .4s; }
.motion-enabled .product.is-visible { opacity: 1; transform: none; }
.motion-enabled .product:nth-child(even) { transition-delay: .1s; }
.product:hover { box-shadow: 0 24px 50px -28px #20304b45; }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 28px 30px 0; color: #626973; font-size: 9px; text-transform: uppercase; }
.availability { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }.availability.live { color: #25725d; }.availability i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.product-copy { z-index: 2; padding: 28px 30px 0; pointer-events: none; }
.product h3 { font: 500 34px/1.2 var(--display); overflow-wrap: anywhere; }
.product-copy > p { margin-top: 16px; font-size: 23px; line-height: 1.4; color: #66707a; }
.product-visual { position: relative; flex: 1; min-height: 0; transform: translateY(var(--parallax, 0px)); will-change: transform; }
.product-visual img { width: 100%; height: 100%; object-fit: contain; }
.product-bottom { position: relative; z-index: 3; flex-shrink: 0; height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 0 30px; border-top: 1px solid #18243318; font-size: 11px; background: #ffffffe0; backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.product-bottom b { margin-left: 8px; font-weight: 700; }.product-bottom > span:first-child { color: #536069; }
.round-arrow { flex-shrink: 0; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid #27323a40; font: 22px/1 Arial; transition: background .2s, color .2s; }
a.product-bottom:hover .round-arrow { color: #fff; background: var(--ink); }.soon-label { color: #778088; font-size: 10px; text-transform: uppercase; }
.balance { background: #ecebf6; }.balance-visual { margin-top: 22px; }.balance-visual img { object-position: center top; width: 75%; height: 480px; margin: auto; }
.humagent { background: #e9f2ed; }.humagent-visual { display: flex; align-items: center; margin-top: 10px; }.humagent-visual img { height: auto; max-height: 340px; }
.time { background: #e5f3f6; }.time-visual { display: flex; justify-content: center; padding-top: 32px; }
.calendar-phone { position: relative; flex-shrink: 0; width: 264px; height: 440px; padding: 9px; border-radius: 30px; border: 1px solid #808c96; background: #15171d; transform: rotate(6deg); box-shadow: 12px 15px 28px #22374630; }
.phone-speaker { position: absolute; top: 10px; left: calc(50% - 25px); height: 4px; width: 50px; background: #2c3444; border-radius: 8px; z-index: 1; }
.calendar-screen { height: 100%; padding: 20px 12px 12px; border-radius: 21px; background: #f4f6f8; color: #292934; overflow: hidden; }
.calendar-header { display: flex; justify-content: space-between; align-items: center; gap: 6px; margin-bottom: 20px; }.calendar-header span { display: block; font-size: 9px; color: #7662bd; }.calendar-header strong { display: block; font-size: 12px; }.calendar-header > b { color: #7662bd; font-size: 16px; }
.day-label { font-size: 9px; font-weight: 800; color: #7765b4; margin: 14px 0 8px; }
.calendar-event { display: flex; align-items: center; gap: 10px; padding: 14px 10px; border-radius: 8px; color: #fff; }.calendar-event strong { display: block; font-size: 10px; }.calendar-event small { display: block; font-size: 9px; opacity: .9; margin-top: 3px; }
.event-green { background: #24ae84; }.event-pink { background: #ce52a3; }.event-violet { background: #8362cf; }.event-symbol { font-size: 22px; }.calendar-gap { display: flex; justify-content: space-between; gap: 8px; margin: 10px 0; font-size: 8px; color: #727889; }
.crowd { background: #f1eff3; }.crowd-visual { margin: 30px 24px 0; border-radius: 8px; overflow: hidden; }.crowd-visual img { object-fit: cover; object-position: center bottom; }
.consensia { grid-column: 1/-1; height: 500px; background: #e6eff1; }.consensia .product-copy { max-width: 60%; padding-top: 42px; }.consensia h3 { font-size: 50px; }.consensia .product-copy > p { font-size: 26px; }.product-detail { display: block; margin-top: 26px; color: #667982; font-size: 11px; }
.consensia-visual { position: absolute; z-index: -1; right: 0; top: 40px; bottom: 66px; width: 47%; }.consensia-visual img { object-fit: contain; }.consensia .product-bottom { margin-top: auto; }
.footer { border-top: 1px solid var(--line); padding: 40px var(--pad) 28px; background: #fff; }.footer-top,.footer-bottom { max-width: 1472px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-email { font-size: 24px; }.footer-email span { margin-left: 20px; color: var(--accent); }.footer-bottom { padding-top: 38px; font-size: 10px; color: var(--muted); }.footer a:hover { color: var(--accent); }
@media (min-width:1600px) { .hero-inner { padding-top: 160px; }.hero h1 { font-size: 100px; }.hero-lead { font-size: 26px; } }
@media (max-width:1100px) { .hero h1 { font-size: 64px; }.hero-lead { font-size: 21px; }.product h3 { font-size: 28px; }.product-top { margin: 24px 24px 0; }.product-copy { padding: 26px 24px 0; }.product-bottom { padding: 0 24px; }.product { height: 610px; }.consensia { height: 480px; }.consensia h3 { font-size: 42px; } }
@media (max-width:900px) { .site-header { grid-template-columns: 1fr auto; }.header-link { display: none; } }
@media (max-width:760px) {
  .hero { height: calc(100svh - 76px); min-height: 590px; max-height: 740px; }.hero-inner { padding-top: 106px; padding-bottom: 24px; }.hero h1 { font-size: 42px; max-width: 100%; margin-top: 24px; }.hero h1 br { display: none; }.hero h1 span { display: inline-block; margin-left: 10px; }.hero-meta { font-size: 9px; }.hero-lead { font-size: 18px; max-width: 100%; margin-top: 20px; }.hero-baseline { padding-top: 16px; }.hero-baseline > p { font-size: 8px; }.discover { gap: 12px; font-size: 9px; }.discover b { width: 42px; height: 42px; }.scene-fallback { font-size: 250px; right: 20%; top: 38%; }
  .products { padding-top: 28px; padding-bottom: 44px; }.section-heading { padding-bottom: 24px; }.section-heading h2 { font-size: 20px; }.section-heading > span { display: none; }.product-grid { grid-template-columns: 1fr; gap: 20px; }.product { height: 610px; }.product h3 { font-size: 30px; }.product-copy > p { font-size: 22px; }.balance-visual img { width: 80%; }.humagent-visual img { max-height: 330px; }.consensia { height: 630px; }.consensia .product-copy { max-width: 100%; padding-top: 26px; }.consensia .product-copy > p { font-size: 22px; }.product-detail { margin-top: 18px; font-size: 10px; }.consensia-visual { width: 90%; top: auto; bottom: 70px; height: 290px; right: -10px; }
  .footer-top { flex-wrap: wrap; }.footer-top .wordmark { order: 0; }.back-top { order: 1; width: 40px; height: 40px; }.footer-email { order: 2; width: 100%; font-size: 24px; }.footer-bottom { flex-direction: column; align-items: start; gap: 14px; }
}
@media (max-width:390px) { .hero h1 { font-size: 36px; }.product h3 { font-size: 26px; }.product-top { font-size: 8px; }.product-bottom { padding: 0 20px; font-size: 9px; }.product-copy > p { font-size: 20px; } }
@media (max-width:620px) { .site-header { height: 68px; }.nav { gap: 16px; font-size: 9px; }.nav a:last-child { display: none; } }
@media (max-width:760px) and (max-height:700px) { .hero { min-height: 450px; height: calc(100svh - 66px); }.hero-inner { padding-top: 94px; padding-bottom: 20px; }.hero h1 { margin-top: 16px; font-size: 36px; }.hero-lead { font-size: 16px; margin-top: 12px; }.hero-baseline > p { visibility: hidden; } }
@media (min-width:1600px) and (max-height:800px) { .hero-inner { padding-top: 128px; }.hero h1 { font-size: 80px; }.hero-lead { font-size: 23px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; }.motion-enabled .product { opacity: 1; transform: none; }.product-visual { transform: none; } }
