:root {
  --ink: #122d33;
  --ink-2: #1b444a;
  --teal-dark: #245b63;
  --teal: #2d727b;
  --aqua: #53adb8;
  --mist: #c5e3e7;
  --gold: #d5a653;
  --gold-dark: #b98b3c;
  --text: #101828;
  --muted: #4a5565;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f4f8f8;
  --display: "Poppins", system-ui, sans-serif;
  --body: "Rubik", system-ui, sans-serif;
  --r-btn: 10px;
  --r-panel: 16px;
  --wrap: 1180px;
  --pad: clamp(20px, 5vw, 40px);
  --section: clamp(64px, 10vw, 128px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(16px, 1.05vw + 12px, 18px);
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
h1, h2, h3 { font-family: var(--display); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 1.4vw, 1.3rem); font-weight: 600; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; background: var(--gold); color: var(--ink); padding: 8px 14px; z-index: 50; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--display); font-weight: 600; font-size: 1rem;
  padding: .85em 1.5em; border-radius: var(--r-btn);
  text-decoration: none; border: 2px solid transparent;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #e0b766; }
.btn-line { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-line:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-dark); }
.link-arrow { font-family: var(--display); font-weight: 600; text-decoration: none; }
.link-arrow::after { content: " \2192"; }
.link-arrow:hover { text-decoration: underline; }

/* Signature: the finish line eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 600; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 44px; height: 8px; border-radius: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 9px);
}
.on-dark .eyebrow { color: var(--mist); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--ink); color: #fff; }
.site-header .wrap { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.logo { font-family: var(--display); font-weight: 700; font-size: 1.6rem; letter-spacing: -0.02em; color: #fff; text-decoration: none; }
.logo span { color: var(--gold); }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { color: #e6f1f2; text-decoration: none; font-size: .95rem; }
.nav a:hover { color: var(--gold); }
.header-cta { padding: .6em 1.1em; font-size: .92rem; }
.lang { display: flex; gap: 10px; font-family: var(--display); font-size: .78rem; font-weight: 600; }
.lang a { color: var(--mist); text-decoration: none; }
.lang a:hover { color: #fff; }
.lang [aria-current] { color: var(--gold); }
.menu { display: none; margin-left: auto; }
.menu summary { list-style: none; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: .95rem; padding: 8px 14px; border: 1px solid var(--teal-dark); border-radius: var(--r-btn); }
.menu summary::-webkit-details-marker { display: none; }
.menu[open] .menu-panel { display: flex; }
.menu-panel { display: none; flex-direction: column; position: absolute; left: 0; right: 0; top: 72px; background: var(--ink); padding: 8px var(--pad) 24px; border-top: 1px solid var(--ink-2); }
.menu-panel a { color: #fff; text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--ink-2); }
.menu-panel .btn { margin-top: 16px; justify-content: center; border-bottom: 0; }
@media (max-width: 1020px) {
  .nav, .header-cta { display: none; }
  .menu { display: block; }
}

/* Hero */
.hero { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--ink) 20%, rgba(18,45,51,.55) 65%, rgba(18,45,51,.2)); }
.hero .wrap { position: relative; z-index: 1; padding-top: clamp(72px, 12vw, 150px); padding-bottom: clamp(72px, 11vw, 140px); }
.hero h1 { max-width: 18ch; }
.hero h1 em { font-style: normal; color: var(--gold); }
.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; }
.rotate { display: inline-block; transition: opacity .35s ease, transform .35s ease; }
.rotate.is-out { opacity: 0; transform: translateY(.35em); }
.rotate.is-in { opacity: 0; transform: translateY(-.35em); transition: none; }
@media (prefers-reduced-motion: reduce) { .rotate { transition: none; } .rotate.is-out, .rotate.is-in { transform: none; } }
.hero .lead { max-width: 56ch; font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: #dcebed; margin-bottom: 2rem; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Story sections: text + image */
.section { padding: var(--section) 0; }
.soft { background: var(--soft); }
.split { display: grid; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split.flip .split-media { order: -1; }
}
.split-media img { border-radius: var(--r-panel); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.split-text p { color: var(--muted); }
.split-text strong { color: var(--text); font-weight: 500; }

/* Process lanes */
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.lanes { list-style: none; margin: 0 0 40px; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 880px) { .lanes { grid-template-columns: repeat(4, 1fr); border-top: 0; } }
.lane { padding: 28px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 880px) {
  .lane { padding: 32px 28px 8px 0; border-bottom: 0; border-top: 4px solid var(--line); position: relative; }
  .lane:first-child { border-top-color: var(--gold); }
}
.lane-no { font-family: var(--display); font-weight: 700; font-size: 2.4rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 14px; }
.lane p { color: var(--muted); margin: 0; }

/* Services list */
.services { list-style: none; margin: 0 0 40px; padding: 0; display: grid; gap: 16px; }
@media (min-width: 720px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .services { grid-template-columns: repeat(3, 1fr); } }
.service { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-panel); padding: 28px; display: flex; flex-direction: column; transition: border-color .15s, box-shadow .15s; }
.service:hover { border-color: var(--aqua); box-shadow: 0 10px 30px rgba(18,45,51,.08); }
.service-cta { background: var(--ink); border-color: var(--ink); color: #fff; justify-content: center; }
.service-cta:hover { border-color: var(--ink); }
.service.service-cta h3 { color: #fff; }
.service.service-cta p { color: #dcebed; flex: 0; }
.service-cta .btn { align-self: flex-start; margin-top: 8px; }
@media (min-width: 1040px) { .service-cta { grid-column: span 2; } }
.service .tag { text-transform: uppercase; }
.service .tag { font-family: var(--display); font-weight: 700; font-size: .8rem; color: var(--teal); letter-spacing: .08em; margin-bottom: 18px; }
.service p { color: var(--muted); flex: 1; }

.section-sub { color: var(--muted); font-size: 1.05rem; max-width: 60ch; }

/* Pricing */
.price-grid { display: grid; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (min-width: 880px) { .price-grid { grid-template-columns: 5fr 7fr; } }
.price { margin: 0 0 28px; display: flex; flex-direction: column; }
.price-num { font-family: var(--display); font-weight: 700; font-size: clamp(5rem, 13vw, 9rem); line-height: .95; color: var(--gold); letter-spacing: -0.03em; }
.price-unit { font-family: var(--display); font-weight: 600; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: #fff; margin-top: 8px; }
.price-example { color: var(--mist); font-size: .98rem; margin: -12px 0 28px; }
.price-why { color: #fff; font-size: 1.1rem; margin-bottom: 24px; }
.ticks { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 16px; }
.ticks li { position: relative; padding-left: 34px; color: #cfe3e5; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .3em; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); }
.ticks li::after { content: ""; position: absolute; left: 7px; top: calc(.3em + 4px); width: 5px; height: 10px; border: solid var(--ink); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.ticks-light li { color: var(--muted); }
.ticks-light li strong { color: var(--text); font-weight: 500; }

/* Scoreboard stats */
.scoreboard { background: var(--ink); color: #fff; }
.scoreboard h2 { max-width: 20ch; }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ink-2); border: 1px solid var(--ink-2); border-radius: var(--r-panel); overflow: hidden; }
@media (min-width: 880px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--ink); padding: clamp(22px, 3vw, 36px); }
.stat-num { display: block; font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem, 3.4vw, 2.6rem); color: var(--gold); line-height: 1.1; margin-bottom: 10px; }
.stat h3 { color: #fff; font-size: 1rem; margin-bottom: .4em; }
.stat p { color: #b8d3d6; font-size: .92rem; margin: 0; }

/* Reasons (fi) */
.reasons { list-style: none; padding: 0; margin: 0 0 40px; display: grid; gap: 28px; }
@media (min-width: 720px) { .reasons { grid-template-columns: repeat(2, 1fr); gap: 36px 48px; } }
.reasons li { padding-left: 20px; border-left: 4px solid var(--gold); }
.reasons p { color: var(--muted); margin: 0; }

/* Industries */
.industries { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 720px) { .industries { grid-template-columns: repeat(2, 1fr); column-gap: 48px; } }
@media (min-width: 1040px) { .industries { grid-template-columns: repeat(3, 1fr); } }
.industries a { display: block; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--text); }
.industries a:hover h3 { color: var(--teal); }
.industries h3 { margin-bottom: .25em; transition: color .15s; }
.industries h3::after { content: " \2192"; color: var(--gold); }
.industries p { color: var(--muted); margin: 0; font-size: .95rem; }

/* Quote form */
.quote { background: var(--ink); color: #fff; }
.quote-grid { display: grid; gap: clamp(32px, 6vw, 72px); }
@media (min-width: 940px) { .quote-grid { grid-template-columns: 5fr 7fr; align-items: start; } }
.quote-intro p { color: #cfe3e5; }
.quote-intro .note { font-size: .92rem; color: var(--mist); }
.form { background: var(--paper); color: var(--text); border-radius: var(--r-panel); padding: clamp(22px, 4vw, 40px); display: grid; gap: 18px; }
.form-row { display: grid; gap: 18px; }
@media (min-width: 560px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-family: var(--display); font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 1rem; color: var(--text);
  padding: 12px 14px; border: 1px solid #d1d5dc; border-radius: var(--r-btn); background: #fff;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(83,173,184,.35); border-color: var(--teal); }
.form .btn { justify-self: start; border: 0; cursor: pointer; }
.form-small { font-size: .85rem; color: var(--muted); margin: 0; }

/* Product pages */
.product-hero { background: var(--ink); color: #fff; }
.product-hero .wrap { padding-top: clamp(64px, 9vw, 120px); padding-bottom: clamp(56px, 8vw, 104px); }
.product-hero h1 { max-width: 22ch; }
.product-hero h1 em { display: block; }
.product-hero .lead { max-width: 60ch; font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: #dcebed; }
.product-replaces { display: inline-block; font-family: var(--display); font-weight: 600; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(213,166,83,.45); border-radius: 999px; padding: 6px 14px; margin: 4px 0 28px; }
.narrow { max-width: 820px; }
.trio { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 880px) { .trio { grid-template-columns: repeat(3, 1fr); } }
.trio li { border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--r-panel); padding: 28px; background: var(--paper); }
.trio p { color: var(--muted); margin: 0; }
.soft .trio li { background: var(--paper); }
@media (min-width: 880px) { .lanes-3 { grid-template-columns: repeat(3, 1fr); } }
.tiles { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 640px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
.tiles li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-panel); padding: 24px; }
.tiles p { color: var(--muted); margin: 0; font-size: .96rem; }
.roadmap li { border-style: dashed; border-top-style: solid; }
.badge { display: inline-block; font-family: var(--display); font-weight: 600; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-dark); background: var(--mist); border-radius: 999px; padding: 4px 12px; margin-bottom: 16px; }
.other-products { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 640px) { .other-products { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .other-products { grid-template-columns: repeat(3, 1fr); } }
.other-products a { display: flex; flex-direction: column; gap: 4px; padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--r-panel); text-decoration: none; color: var(--text); transition: border-color .15s, box-shadow .15s; }
.other-products a:hover { border-color: var(--aqua); box-shadow: 0 10px 30px rgba(18,45,51,.08); }
.other-products strong { font-family: var(--display); font-weight: 600; font-size: 1.1rem; }
.other-products strong::after { content: " \2192"; color: var(--gold); }
.other-products span { color: var(--muted); font-size: .95rem; }
.cta-band { display: grid; gap: 28px; align-items: center; }
@media (min-width: 880px) { .cta-band { grid-template-columns: 1fr auto; gap: 64px; } }
.cta-band p { color: #cfe3e5; max-width: 60ch; margin: 0; }
.cta-band h2 { max-width: 22ch; }
.service .link-arrow { margin-top: 12px; }

.price-num-sm { font-size: clamp(4rem, 10vw, 7rem); }
.faq { display: grid; gap: 12px; margin-top: 8px; }
.faq details { border: 1px solid var(--line); border-radius: var(--r-panel); padding: 18px 22px; background: var(--paper); }
.faq summary { cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.05rem; list-style: none; position: relative; padding-right: 32px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-size: 1.4rem; color: var(--gold); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--muted); margin: 12px 0 0; }
.section-note { margin: 32px 0 0; color: var(--muted); font-style: italic; }

/* Setup steps with actions */
.setup { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; counter-reset: setup; }
.setup-step { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-panel); padding: 24px; }
.soft .setup-step { background: var(--paper); }
.setup-no { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); font-family: var(--display); font-weight: 700; font-size: 1.25rem; }
.setup-step h3 { margin-bottom: .35em; }
.setup-step p { color: var(--muted); margin: 0 0 16px; }
.setup-step p:last-child { margin-bottom: 0; }
.setup-step .btn { padding: .6em 1.15em; font-size: .95rem; }
.setup-note { color: var(--muted); font-size: .92rem; margin: 10px 0 0; }
.setup-pick { display: block; border-left: 4px solid var(--gold); background: #fffaf0; border-radius: 8px; padding: 12px 16px; margin: 0 0 16px; color: var(--text); font-size: .98rem; }
.setup-pick strong { font-family: var(--display); }
.fields { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 18px; }
.fields > li { display: grid; gap: 8px; }
.field-label { font-family: var(--display); font-weight: 600; font-size: .95rem; color: var(--text); }
.field-label em { font-style: normal; font-weight: 400; color: var(--muted); }
.fields p { margin: 0; color: var(--muted); font-size: .95rem; }
.icon-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.icon-row img { width: 56px; height: 56px; border-radius: 12px; }
.copy-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.copy-row code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9rem; color: var(--teal-dark); background: var(--soft); border: 1px dashed var(--aqua); border-radius: 8px; padding: 10px 14px; word-break: break-all; }
.btn-copy { background: var(--ink); color: #fff; border: 0; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: .95rem; padding: .7em 1.2em; border-radius: var(--r-btn); }
.btn-copy:hover { background: var(--teal-dark); }
.btn-copy.is-copied { background: var(--teal); }
@media (max-width: 560px) { .setup-step { grid-template-columns: 1fr; gap: 12px; } }

/* Connector (MCP) block */
.mcp-url { margin: 14px 0 0; }
.mcp-url code { display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85rem; line-height: 1.4; color: var(--teal-dark); background: var(--soft); border: 1px dashed var(--aqua); border-radius: 8px; padding: 9px 12px; word-break: break-all; }
.soft .mcp-url code { background: #fff; }
.connect-note { margin: 4px 0 0; color: var(--muted); font-size: .95rem; }
.connect-note-dark { color: var(--mist); }

/* Legal pages */
.legal-updated { font-family: var(--display); font-size: .9rem; color: var(--mist); }
.legal h2 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin-top: 2.2em; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { margin-top: 1.8em; font-size: 1.05rem; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 1.2em; display: grid; gap: 10px; margin: 0 0 1.4em; }
.legal strong { color: var(--text); font-weight: 600; }
.legal address { font-style: normal; color: var(--muted); line-height: 1.9; }
.page-hero .mcp-url code { background: rgba(255,255,255,.06); color: var(--mist); border-color: rgba(83,173,184,.5); }
.lane code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; background: var(--soft); border-radius: 6px; padding: 2px 6px; word-break: break-all; }
.soft .lane code { background: #fff; }
.cta-band .actions { justify-content: flex-start; }

/* Hero with a visual (Website page chat demo) */
.hero-with-visual { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1040px) { .hero-with-visual { grid-template-columns: 1.05fr 1fr; gap: 56px; } }
.hero-with-visual h1 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.product-hero h1, .hero h1 { text-wrap: balance; }
.chatdemo { position: relative; display: grid; gap: 16px; }
@media (min-width: 640px) { .chatdemo { display: block; padding-bottom: 150px; } }
.chatdemo-window { background: #fff; color: var(--text); border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.35); overflow: hidden; }
.chatdemo-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #eef3f4; border-bottom: 1px solid var(--line); }
.chatdemo-bar span { width: 9px; height: 9px; border-radius: 50%; background: #d1d5dc; }
.chatdemo-bar em { font-style: normal; font-family: var(--display); font-size: .74rem; font-weight: 600; color: var(--muted); margin-left: 8px; }
.chatdemo-chat { position: relative; z-index: 2; }
@media (min-width: 640px) { .chatdemo-chat { width: 78%; } }
.chatdemo-body { padding: 16px; display: grid; gap: 10px; }
.bubble { margin: 0; padding: 10px 14px; border-radius: 14px; font-size: .86rem; line-height: 1.45; max-width: 88%; opacity: 0; animation: bubbleIn .5s ease forwards; }
.bubble-user { justify-self: end; background: var(--ink); color: #fff; border-bottom-right-radius: 4px; }
.bubble-ai { justify-self: start; background: #f1f5f6; color: var(--text); border-bottom-left-radius: 4px; }
.chatdemo-body > :nth-child(1) { animation-delay: .2s; }
.chatdemo-body > :nth-child(2) { animation-delay: 1s; }
.chatdemo-body > :nth-child(3) { animation-delay: 1.6s; }
.chatdemo-body > :nth-child(4) { animation-delay: 2.3s; }
.chatdemo-body > :nth-child(5) { animation-delay: 3s; }
.chatdemo-actions { display: flex; gap: 8px; opacity: 0; animation: bubbleIn .5s ease forwards; }
.chip { font-family: var(--display); font-weight: 600; font-size: .74rem; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--teal-dark); background: #fff; }
.chip-gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.chatdemo-site { position: relative; z-index: 1; }
@media (min-width: 640px) { .chatdemo-site { position: absolute; right: 0; bottom: 0; width: 64%; } }
.chatdemo-page { padding: 18px; display: grid; gap: 10px; }
.sk { height: 8px; border-radius: 4px; background: #e5e7eb; }
.sk-title { height: 14px; width: 60%; background: #cfd8dc; }
.sk-short { width: 70%; }
.chatdemo-new { position: relative; margin-top: 6px; border: 2px solid var(--gold); border-radius: 10px; padding: 14px; background: #fffaf0; opacity: 0; animation: bubbleIn .6s ease forwards; animation-delay: 3.2s; }
.chatdemo-new strong { display: block; font-family: var(--display); font-size: .9rem; margin-bottom: 10px; }
.chatdemo-badge { position: absolute; top: -11px; right: 12px; font-family: var(--display); font-weight: 600; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; background: var(--gold); color: var(--ink); padding: 3px 10px; border-radius: 999px; }
.chatdemo-slots { display: flex; flex-wrap: wrap; gap: 6px; }
.chatdemo-slots span { font-size: .74rem; font-weight: 500; padding: 5px 10px; border-radius: 8px; background: var(--ink); color: #fff; }
@keyframes bubbleIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .bubble, .chatdemo-actions, .chatdemo-new { animation: none; opacity: 1; } }

.video-split { display: grid; gap: clamp(28px, 5vw, 56px); align-items: center; }
@media (min-width: 940px) { .video-split { grid-template-columns: 1fr 1fr; } }
.video-window { border-radius: 14px; overflow: hidden; background: #000; box-shadow: 0 18px 44px rgba(18,45,51,.22); max-width: 520px; width: 100%; justify-self: end; }
.video-window iframe { display: block; }
.hero-video-note { margin: 14px 0 0; font-size: .92rem; color: #cfe3e5; }
.video-frame { border-radius: var(--r-panel); overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.35); background: #000; }
.video-frame iframe { display: block; }
.on-dark .video-sub { color: #cfe3e5; }

/* Simple pages */
.page-hero { background: var(--ink); color: #fff; }
.page-hero .wrap { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(40px, 6vw, 64px); }
.page-hero p { color: #cfe3e5; max-width: 60ch; }
.page-hero h1 { max-width: 20ch; }
.page-hero h1 em { font-style: normal; color: var(--gold); display: block; }
.page-hero .actions { margin-top: 28px; }

/* Footer */
.site-footer { background: #0d2227; color: #b8d3d6; padding: 64px 0 32px; font-size: .95rem; }
.footer-grid { display: grid; gap: 36px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 880px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
@media (min-width: 880px) { .footer-grid:has(> div:nth-child(5)) { grid-template-columns: 1.6fr 1fr 1.3fr 1fr 1fr; } }
.footer-brand { grid-column: 1 / -1; }
@media (min-width: 880px) { .footer-brand { grid-column: auto; } }
.footer-brand p { max-width: 34ch; margin-top: 12px; }
.site-footer h2 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: #b8d3d6; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-base { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--ink-2); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: .85rem; }
.footer-base .lang { font-size: .85rem; }
