:root {
  --ink: #111318;
  --ink-soft: #353942;
  --muted: #666c77;
  --line: #dcded9;
  --paper: #f5f5f2;
  --paper-strong: #ecece7;
  --white: #fff;
  --blue: #315ee7;
  --blue-dark: #2148c8;
  --green: #0d7e5c;
  --amber: #9c6410;
  --radius: 22px;
  --radius-small: 14px;
  --shadow: 0 28px 70px rgba(24, 28, 36, .10);
  --container: 1200px;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/onest-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Onest", "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::selection { color: #fff; background: var(--blue); }
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 840px); margin-inline: auto; }
.section { padding: 112px 0; }
.section-tight { padding: 78px 0; }
.surface { background: var(--white); }
.dark { color: #fff; background: var(--ink); }
.muted-surface { background: var(--paper-strong); }
.topbar { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(17, 19, 24, .08); background: var(--paper); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: 0; text-decoration: none; }
.brand-mark { display: block; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 0; background: transparent; }
.brand-mark img { display: block; width: 36px; height: 36px; }
.brand-name { color: var(--ink); font-size: 16px; letter-spacing: 0; }
.brand-name b { color: var(--blue); font-weight: 850; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-name b { color: #70e1b5; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 14px; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.mobile-menu { padding: 8px 0 18px; border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 11px 0; text-decoration: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); border-color: #aeb2bb; }
.button-primary { color: #fff; border-color: var(--ink); background: var(--ink); }
.button-primary:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.button-blue { color: #fff; border-color: var(--blue); background: var(--blue); }
.button-blue:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-light { color: var(--ink); border-color: #fff; background: #fff; }
.button-quiet { color: var(--muted); }
.button-small { min-height: 40px; padding: 0 16px; }
.button-block { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.dark .eyebrow { color: #8da9ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1 { max-width: 1040px; margin-bottom: 28px; font-size: clamp(52px, 7vw, 96px); line-height: .98; font-weight: 760; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; font-weight: 730; }
h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.15; }
.lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.35; letter-spacing: 0; }
.dark .lead { color: #bdc3ce; }
.body-large { max-width: 720px; color: var(--muted); font-size: 19px; }
.dark .body-large { color: #aeb4c0; }
.hero { overflow: hidden; padding: 94px 0 66px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 42px; color: var(--muted); font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.product-stage { position: relative; margin-top: 70px; padding: 18px; border: 1px solid #cfd2d8; border-radius: 32px; background: #e7e8e4; box-shadow: var(--shadow); }
.product-window { overflow: hidden; border: 1px solid #d9dbe0; border-radius: 20px; background: var(--white); }
.window-bar { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c3c6cc; }
.conversation-grid { display: grid; grid-template-columns: .75fr 1.4fr .9fr; min-height: 390px; }
.conversation-grid > * { padding: 28px; border-right: 1px solid var(--line); }
.conversation-grid > *:last-child { border-right: 0; }
.panel-label { display: block; margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.lead-card { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-small); }
.lead-card strong, .lead-card span { display: block; }
.lead-card span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.signal-list { display: grid; gap: 10px; margin-top: 16px; }
.signal { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.signal b { color: var(--ink); }
.chat { display: grid; align-content: center; gap: 14px; }
.bubble { max-width: 82%; padding: 14px 16px; border-radius: 17px; background: var(--paper-strong); font-size: 14px; }
.bubble-agent { justify-self: end; color: #fff; background: var(--ink); }
.outcome-card { display: grid; align-content: center; gap: 14px; height: 100%; }
.outcome-status { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; color: var(--green); background: #e2f3ec; font-size: 11px; font-weight: 800; }
.outcome-card strong { font-size: 26px; line-height: 1.15; letter-spacing: 0; }
.outcome-card p { color: var(--muted); font-size: 13px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-head > div { max-width: 760px; }
.section-head > p { max-width: 400px; margin-bottom: 8px; color: var(--muted); }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card-dark { color: #fff; border-color: #2c3038; background: #191c22; }
.card-number { display: block; margin-bottom: 70px; color: var(--muted); font-size: 12px; font-weight: 800; }
.card p { margin-bottom: 0; color: var(--muted); }
.card-dark p { color: #aeb4c0; }
.card-link { display: inline-flex; margin-top: 22px; color: var(--blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.card-link::after { content: "→"; margin-left: 8px; transition: transform .2s; }
.card-link:hover::after { transform: translateX(4px); }
.route-card { display: flex; flex-direction: column; min-height: 390px; }
.route-card .card-link { margin-top: auto; }
.route-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 52px; border-radius: 15px; color: var(--blue); background: #e7edff; font-size: 20px; font-weight: 800; }
.process { counter-reset: process; border-top: 1px solid var(--line); }
.process-step { counter-increment: process; display: grid; grid-template-columns: 80px 1fr 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-step::before { content: "0" counter(process); color: var(--blue); font-size: 13px; font-weight: 800; }
.process-step p { margin-bottom: 0; color: var(--muted); }
.quote-block { padding: 54px; border-radius: 30px; color: #fff; background: var(--ink); }
.quote-block blockquote { max-width: 930px; margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.12; letter-spacing: 0; }
.quote-block footer { margin-top: 30px; color: #aeb4c0; font-size: 14px; }
.proof-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.proof-main { min-height: 470px; padding: 44px; border-radius: 28px; color: #fff; background: var(--ink); }
.proof-main h3 { max-width: 580px; font-size: 42px; }
.proof-main p { max-width: 580px; color: #aeb4c0; font-size: 17px; }
.proof-list { display: grid; gap: 18px; }
.proof-item { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.proof-item span { color: var(--blue); font-size: 12px; font-weight: 800; }
.proof-item p { margin: 10px 0 0; color: var(--muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px; border-radius: 30px; color: #fff; background: var(--ink); }
.cta-panel h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(36px, 5vw, 64px); }
.cta-panel p { max-width: 520px; margin: 16px 0 0; color: #c3c7d0; }
.cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }
.page-hero { padding: 86px 0 70px; }
.page-hero h1 { max-width: 980px; font-size: clamp(48px, 6vw, 82px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span::before { content: "/"; margin-right: 8px; color: #aaadb3; }
.summary-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.summary-box h2 { font-size: 38px; }
.summary-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.summary-list li { position: relative; padding-left: 22px; color: var(--ink-soft); }
.summary-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.metric { padding: 30px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; margin-bottom: 8px; font-size: 28px; letter-spacing: 0; }
.metric span { color: var(--muted); font-size: 13px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-size: 18px; font-weight: 720; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 780px; margin: -8px 0 24px; color: var(--muted); }
.configurator { padding: 40px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field { display: grid; align-content: start; gap: 8px; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label, .field legend { color: var(--ink-soft); font-size: 14px; font-weight: 720; }
.field fieldset, fieldset.field { min-width: 0; margin: 0; padding: 0; border: 0; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd2d8; border-radius: 12px; outline: 0; background: var(--white); color: var(--ink); }
.field input, .field select { min-height: 50px; padding: 0 14px; }
.field textarea { padding: 13px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49, 94, 231, .12); }
.check-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 4px; }
.check-option { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); font-weight: 600 !important; }
.check-option input { width: 17px; min-height: 0; height: 17px; padding: 0; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.form-note { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; }
.form-status { margin: 16px 0 0; color: var(--green); font-size: 14px; font-weight: 700; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { display: flex; flex-direction: column; min-height: 490px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.price-card.featured { color: #fff; border-color: var(--ink); background: var(--ink); }
.price-label { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.featured .price-label { color: #8da9ff; }
.price-card h3 { margin-top: 20px; font-size: 34px; }
.price-card > p { color: var(--muted); }
.featured > p { color: #aeb4c0; }
.price-card ul { display: grid; gap: 12px; margin: 24px 0 32px; padding: 0; list-style: none; }
.price-card li { padding-left: 20px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.price-card .button { margin-top: auto; }
.legal-copy h2 { margin-top: 56px; font-size: 32px; }
.legal-copy h3 { margin-top: 34px; font-size: 21px; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); }
.legal-copy a { color: var(--blue); }
.site-footer { padding: 66px 0 36px; color: #afb5c0; background: #0c0e12; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-grid h3 { color: #fff; font-size: 14px; letter-spacing: 0; }
.footer-grid p { max-width: 360px; font-size: 14px; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 24px; border-top: 1px solid #262a31; font-size: 12px; }
[data-reveal] { opacity: 1; transform: none; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.cookie-notice { position: fixed; right: 24px; bottom: 24px; z-index: 1000; display: flex; align-items: center; gap: 28px; width: min(760px, calc(100% - 48px)); padding: 20px 22px; border: 1px solid #30343c; border-radius: 20px; color: #fff; background: rgba(17, 19, 24, .98); box-shadow: 0 18px 70px rgba(0, 0, 0, .28); }
.cookie-notice__copy { flex: 1; }
.cookie-notice__copy strong { display: block; margin-bottom: 6px; font-size: 17px; }
.cookie-notice__copy p { margin: 0; color: #c3c8d1; font-size: 14px; line-height: 1.45; }
.cookie-notice__actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.cookie-notice__actions a { color: #d9e2ff; font-size: 13px; }
.cookie-notice .privacy-secondary { border-color: #737986; color: #fff; background: transparent; }
.privacy-settings-link { padding: 0; border: 0; color: inherit; background: none; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } [data-reveal] { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 980px) {
  .nav-links, .nav-actions .button-quiet { display: none; }
  .menu-button { display: inline-grid; place-items: center; }
  .conversation-grid { grid-template-columns: 1fr 1.35fr; }
  .conversation-grid > *:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .price-grid { grid-template-columns: 1fr; }
  .route-card, .price-card { min-height: 0; }
  .proof-grid, .summary-box { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .section-tight { padding: 56px 0; }
  .hero, .page-hero { padding: 64px 0 48px; }
  h1 { font-size: 50px; }
  h2 { font-size: 40px; }
  .lead { font-size: 20px; }
  .hero-actions .button { width: 100%; }
  .product-stage { margin-top: 45px; padding: 8px; border-radius: 22px; }
  .product-window { border-radius: 16px; }
  .conversation-grid { display: block; min-height: 0; }
  .conversation-grid > * { padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .conversation-grid > *:last-child { border-bottom: 0; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head > p { margin-top: 16px; }
  .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .card { padding: 24px; }
  .card-number, .route-icon { margin-bottom: 36px; }
  .process-step { grid-template-columns: 40px 1fr; }
  .process-step p { grid-column: 2; }
  .quote-block, .proof-main, .cta-panel, .summary-box { padding: 28px; border-radius: 22px; }
  .cta-panel { display: block; }
  .cta-actions { margin-top: 30px; }
  .metric-strip { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .configurator { padding: 24px; border-radius: 20px; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .cookie-notice { right: 14px; bottom: 14px; display: block; width: calc(100% - 28px); padding: 18px; border-radius: 18px; }
  .cookie-notice__actions { justify-content: space-between; margin-top: 16px; }
}

/* 2026-07 Miro-inspired product narrative: original Silvia palette and UI. */
:root {
  --ink: #100f2f;
  --ink-soft: #34325f;
  --muted: #68678a;
  --line: #d9d9e8;
  --paper: #ffffff;
  --paper-strong: #f4f5fb;
  --white: #ffffff;
  --blue: #2f5cff;
  --blue-dark: #1f43d8;
  --green: #087b58;
  --amber: #8b5900;
  --radius: 8px;
  --radius-small: 6px;
  --shadow: 0 24px 70px rgba(22, 24, 70, .16);
  --container: 1320px;
}

body { background: var(--white); }
.topbar { background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.nav { min-height: 72px; }
.nav-links { gap: 22px; font-size: 13px; }
.brand { letter-spacing: 0; }
.brand-mark { border-radius: 0; background: transparent; }
.button { border-radius: 5px; }
.button-primary { border-color: var(--ink); background: var(--ink); }
.menu-button { border-radius: 5px; }
h1, h2, h3 { letter-spacing: 0; }
h1 { font-weight: 760; }
h2 { font-weight: 740; }
.card, .route-icon, .quote-block, .proof-main, .proof-item, .cta-panel, .summary-box, .metric-strip, .configurator, .price-card, .cookie-notice { border-radius: 8px; }

.hero-center { padding: 86px 0 96px; text-align: center; }
.hero-center h1 { max-width: 1040px; margin-inline: auto; font-size: clamp(58px, 7.5vw, 104px); line-height: .96; }
.hero-center .lead { max-width: 850px; margin-inline: auto; color: var(--ink-soft); }
.hero-center .hero-actions { justify-content: center; }

.experience-stage { overflow: hidden; margin-top: 64px; border: 1px solid #cbcde2; border-radius: 8px; background: #f1f2fa; box-shadow: var(--shadow); text-align: left; }
.experience-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 62px; padding: 0 20px; border-bottom: 1px solid var(--line); background: var(--white); font-size: 12px; }
.experience-brand { display: flex; align-items: center; gap: 9px; font-weight: 750; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #22b573; box-shadow: 0 0 0 4px #dcf7eb; }
.channel-pills { display: flex; gap: 6px; }
.channel-pills span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); background: #fafaff; }
.agent-state { justify-self: end; color: var(--green); font-weight: 750; }
.experience-grid { display: grid; grid-template-columns: 92px minmax(0, 1fr) 320px; min-height: 520px; }
.channel-rail { display: grid; align-content: start; gap: 10px; padding: 22px 14px; border-right: 1px solid var(--line); background: #f7f7fc; }
.channel-rail > strong { margin: 0 6px 12px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.channel-item { display: grid; justify-items: center; gap: 5px; min-height: 66px; padding: 9px 4px; border: 1px solid transparent; border-radius: 5px; color: var(--muted); background: transparent; cursor: pointer; }
.channel-item span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 5px; background: #e8e9f4; color: var(--ink); font-weight: 800; }
.channel-item b { font-size: 10px; }
.channel-item.is-active { border-color: #bbc5ff; color: var(--blue); background: #edf0ff; }
.channel-item.is-active span { color: #fff; background: var(--blue); }
.live-call { display: grid; align-content: center; gap: 22px; min-width: 0; padding: 46px; background: var(--white); }
.call-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.call-heading h2 { margin: 0; font-size: clamp(26px, 3vw, 42px); }
.call-time { padding: 7px 10px; border-radius: 4px; color: var(--green); background: #ddf6ea; font-size: 12px; font-weight: 800; }
.waveform { display: flex; align-items: center; justify-content: center; gap: 5px; height: 74px; padding: 0 18px; border-radius: 6px; background: #f0f2ff; }
.waveform i { width: 5px; height: 22px; border-radius: 3px; background: var(--blue); }
.waveform i:nth-child(2n) { height: 42px; }
.waveform i:nth-child(3n) { height: 58px; }
.waveform i:nth-child(5n) { height: 32px; }
.dialog-line { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.dialog-line span { color: var(--muted); font-size: 12px; font-weight: 750; }
.dialog-line p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.dialog-line--agent span { color: var(--blue); }
.call-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.call-actions span { padding: 7px 9px; border-radius: 4px; color: var(--blue); background: #edf0ff; font-size: 11px; font-weight: 750; }
.crm-panel { display: grid; align-content: center; padding: 32px; border-left: 1px solid var(--line); background: #f7f7fc; }
.crm-panel h3 { margin: 14px 0 24px; font-size: 30px; }
.crm-status { width: fit-content; padding: 6px 9px; border-radius: 4px; color: var(--green); background: #ddf6ea; font-size: 11px; font-weight: 800; }
.crm-panel dl { display: grid; gap: 0; margin: 0; }
.crm-panel dl div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.crm-panel dt { color: var(--muted); }
.crm-panel dd { margin: 0; color: var(--ink); font-weight: 700; }

.integration-strip { padding: 34px 0 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.integration-strip p { margin-bottom: 24px; color: var(--muted); text-align: center; font-size: 13px; }
.integration-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 36px; }
.integration-list span,
.integration-list a { color: var(--ink-soft); font-size: 16px; font-weight: 800; text-decoration: none; }
.integration-list a:hover { color: var(--blue); }

.story-band { padding: 120px 0; }
.story-band--yellow { background: #ffdc72; }
.story-band--mint { background: #bdf2da; }
.story-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 80px; }
.story-layout--reverse { grid-template-columns: 1.14fr .86fr; }
.story-layout--reverse .story-copy { order: 2; }
.story-copy h2 { font-size: clamp(46px, 5.5vw, 76px); }
.story-copy .eyebrow { color: var(--ink); }
.story-copy .body-large { color: var(--ink-soft); }
.plain-list { display: grid; gap: 11px; margin: 30px 0 34px; padding: 0; list-style: none; }
.plain-list li { position: relative; padding-left: 24px; color: var(--ink-soft); }
.plain-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.story-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.text-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; }
.text-links a { color: var(--ink); font-size: 14px; font-weight: 750; text-decoration: none; }
.story-visual { border: 1px solid rgba(16, 15, 47, .18); border-radius: 8px; background: var(--white); box-shadow: 0 22px 60px rgba(16, 15, 47, .14); }
.media-visual { position: relative; overflow: hidden; margin: 0; }
.media-visual img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.media-visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 18px; border: 1px solid rgba(16, 15, 47, .12); border-radius: 6px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(12px); }
.media-visual figcaption strong { font-size: 15px; }
.media-visual figcaption span { color: var(--muted); font-size: 12px; text-align: right; }
.handoff-visual { padding: 28px; }
.handoff-card { padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.handoff-card span { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.handoff-card strong { display: block; margin-top: 10px; font-size: 24px; }
.handoff-card p { margin: 8px 0 0; color: var(--muted); }
.handoff-card--call { border-left: 5px solid var(--blue); }
.handoff-card--max { border-left: 5px solid #fb8c45; }
.handoff-card--crm { border-left: 5px solid var(--green); }
.handoff-line { display: flex; align-items: center; gap: 14px; min-height: 48px; color: var(--muted); font-size: 11px; font-weight: 750; }
.handoff-line::before { content: "↓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--ink); }

.data-visual { overflow: hidden; }
.data-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border-bottom: 1px solid var(--line); }
.data-toolbar strong, .data-toolbar span { display: block; }
.data-toolbar button { min-width: 62px; min-height: 36px; border: 0; border-radius: 4px; color: #fff; background: var(--green); font-size: 12px; font-weight: 800; }
.filter-row { display: flex; flex-wrap: wrap; gap: 7px; padding: 14px 18px; background: #f5f6fb; }
.filter-row span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--muted); font-size: 10px; }
.data-table { overflow: hidden; }
.data-row { display: grid; grid-template-columns: 1.2fr .8fr 1fr .75fr; align-items: center; gap: 12px; min-width: 610px; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 11px; }
.data-row--head { color: var(--muted); background: #fafaff; font-weight: 750; }
.data-row b { color: var(--green); }
.data-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; color: var(--muted); font-size: 11px; }
.data-footer strong { color: var(--ink); font-size: 18px; }

.use-cases { background: #fff; }
.use-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.use-case { min-height: 350px; padding: 34px; border-radius: 8px; }
.use-case > span { font-size: 12px; font-weight: 850; }
.use-case h3 { max-width: 440px; margin-top: 76px; font-size: clamp(30px, 3vw, 44px); }
.use-case p { max-width: 480px; color: var(--ink-soft); }
.use-case a { display: inline-block; margin-top: 22px; color: var(--ink); font-weight: 800; text-decoration: none; }
.use-case--blue { background: #cbd7ff; }
.use-case--coral { background: #ffc7b8; }
.use-case--violet { background: #ddd0ff; }
.use-case--green { background: #c8edbf; }

.outcome-band { padding: 118px 0; color: #fff; background: var(--ink); }
.outcome-heading { display: grid; grid-template-columns: .35fr 1fr; align-items: start; gap: 70px; }
.outcome-heading .eyebrow { color: #9db1ff; }
.outcome-heading h2 { max-width: 920px; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; background: #3d3b61; }
.outcome-grid div { min-height: 220px; padding: 28px; background: var(--ink); }
.outcome-grid strong { display: block; margin-bottom: 80px; font-size: 22px; }
.outcome-grid span { color: #bdbdd1; font-size: 14px; }

.faq-section { background: #f5f6fb; }
.final-cta { padding: 110px 0; color: #fff; background: var(--blue); }
.final-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; }
.final-cta__inner > * { min-width: 0; }
.final-cta .eyebrow { color: #fff; }
.final-cta h2 { max-width: 950px; margin-bottom: 18px; }
.final-cta p { max-width: 700px; margin-bottom: 0; color: #e3e8ff; font-size: 18px; }
.button-dark-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.button-dark-outline:hover { color: var(--ink); border-color: #fff; background: #fff; }

@media (max-width: 1100px) {
  .nav-links { gap: 14px; }
  .nav-links a:nth-last-child(2) { display: none; }
  .experience-grid { grid-template-columns: 82px minmax(0, 1fr); }
  .crm-panel { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  .story-layout, .story-layout--reverse { grid-template-columns: 1fr; gap: 54px; }
  .story-layout--reverse .story-copy { order: 0; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta__inner { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .nav-actions > .button { display: none; }
  .page-hero h1 { font-size: 40px; line-height: 1.02; overflow-wrap: anywhere; }
  .hero-center { padding: 62px 0 66px; }
  .hero-center h1 { font-size: 50px; }
  .experience-stage { margin-top: 44px; }
  .experience-toolbar { grid-template-columns: 1fr auto; }
  .channel-pills { display: none; }
  .experience-grid { display: block; min-height: 0; }
  .channel-rail { grid-template-columns: repeat(4, 1fr); padding: 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .channel-rail > strong { display: none; }
  .channel-item { min-height: 56px; }
  .live-call, .crm-panel { padding: 24px; }
  .call-heading h2 { font-size: 25px; }
  .waveform { height: 58px; }
  .dialog-line { grid-template-columns: 1fr; gap: 5px; }
  .story-band { padding: 78px 0; }
  .story-copy h2 { font-size: 42px; }
  .media-visual figcaption { position: static; display: block; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
  .media-visual figcaption span { display: block; margin-top: 5px; text-align: left; }
  .handoff-visual { padding: 16px; }
  .data-visual { overflow-x: auto; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case { min-height: 300px; padding: 26px; }
  .use-case h3 { margin-top: 50px; }
  .outcome-heading { grid-template-columns: 1fr; gap: 24px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid div { min-height: 160px; }
  .outcome-grid strong { margin-bottom: 45px; }
  .final-cta { padding: 78px 0; }
  .final-cta h2, .final-cta p { overflow-wrap: anywhere; }
  .final-cta .cta-actions { width: auto; max-width: 100%; }
  .final-cta .button { width: 100%; }
  .cookie-notice__actions { flex-wrap: wrap; }
  .cookie-notice__actions .button { width: 100%; }
}

/* 2026-07 enterprise presentation for the core voice product. */
html, body { max-width: 100%; overflow-x: clip; }

/* Self-service company database builder. */
.base-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.base-flow__step { min-width: 0; padding: 30px; border-right: 1px solid var(--line); }
.base-flow__step:last-child { border-right: 0; }
.base-flow__step span { display: block; margin-bottom: 38px; color: var(--blue); font-size: 12px; font-weight: 800; }
.base-flow__step h3 { font-size: 25px; }
.base-flow__step p { margin-bottom: 0; color: var(--muted); }
.base-builder { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 28px; align-items: start; }
.base-builder .configurator { min-width: 0; }
.base-builder__aside { position: sticky; top: 92px; min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #f4f5fb; }
.base-builder__aside h3 { font-size: 25px; }
.base-builder__list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.base-builder__list li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.base-builder__list strong { max-width: 60%; color: var(--ink); text-align: right; overflow-wrap: anywhere; }
.base-builder__hint { margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.base-builder__result { margin-top: 28px; padding: 32px; border: 2px solid var(--green); border-radius: 8px; background: #fff; }
.base-builder__result h3 { font-size: 28px; }
.base-builder__result p { max-width: 760px; color: var(--muted); }
.base-builder__result .hero-actions { margin-top: 24px; }

@media (max-width: 880px) {
  .base-flow, .base-builder { grid-template-columns: 1fr; }
  .base-flow__step { border-right: 0; border-bottom: 1px solid var(--line); }
  .base-flow__step:last-child { border-bottom: 0; }
  .base-builder__aside { position: static; order: -1; }
}

@media (max-width: 720px) {
  .base-flow__step, .base-builder__aside, .base-builder__result { padding: 24px; }
  .base-builder__aside { border-radius: 6px; }
  .base-builder__list li { display: block; }
  .base-builder__list strong { display: block; max-width: none; margin-top: 4px; text-align: left; }
  .base-builder__result .button { width: 100%; }
}
.hero-enterprise {
  position: relative;
  isolation: isolate;
  padding: 0 0 94px;
  overflow: hidden;
  text-align: left;
  background: #fff;
}
.hero-enterprise::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 690px;
  background: #eef1f4 url("silvia-voice-operations.webp") center top / cover no-repeat;
}
.hero-enterprise .container { padding-top: 86px; }
.hero-enterprise .eyebrow,
.voice-page-hero .eyebrow { margin-bottom: 18px; color: #315d9c; }
.hero-center.hero-enterprise h1 {
  max-width: 720px;
  margin: 0;
  font-size: 68px;
  line-height: 1.02;
  text-wrap: balance;
}
.hero-center.hero-enterprise .lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #354153;
  font-size: 20px;
}
.hero-enterprise .hero-actions { justify-content: flex-start; margin-top: 30px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 760px;
  margin-top: 32px;
  color: #465467;
  font-size: 13px;
  font-weight: 700;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #168361; }
.hero-enterprise .experience-stage {
  margin-top: 70px;
  border-color: #cbd2dc;
  background: #f4f6f8;
  box-shadow: 0 28px 74px rgba(26, 37, 54, .16);
}
.story-band--voice { background: #f1f4f7; }
.story-band--data { background: #edf5f1; }
.story-band--email { background: #f3f0f8; }
.story-copy h2 { font-size: 54px; line-height: 1.05; }
.email-visual { overflow: hidden; margin: 0; }
.email-visual__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; border-bottom: 1px solid var(--line); background: #fff; }
.email-visual__header span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.email-visual__header strong { color: #5b478f; font-size: 13px; }
.email-flow { display: grid; grid-template-columns: repeat(2, 1fr); background: #f8f7fb; }
.email-flow button { min-height: 170px; padding: 28px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; background: transparent; text-align: left; cursor: pointer; }
.email-flow button:nth-child(2n) { border-right: 0; }
.email-flow span { display: block; color: #6c5a9b; font-size: 12px; font-weight: 850; }
.email-flow strong { display: block; margin-top: 34px; color: var(--ink); font-size: 22px; }
.email-flow small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.email-visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 26px; background: #fff; }
.email-visual figcaption strong { font-size: 14px; }
.email-visual figcaption span { max-width: 330px; color: var(--muted); font-size: 12px; text-align: right; }
.use-case {
  min-height: 290px;
  border: 1px solid #dbe1e8;
  border-top: 4px solid #315d9c;
  background: #f7f8fa;
}
.use-case h3 { margin-top: 44px; font-size: 34px; }
.use-case--coral { border-top-color: #b4584b; }
.use-case--violet { border-top-color: #6c5a9b; }
.use-case--green { border-top-color: #168361; }

.voice-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  padding: 64px 0 80px;
  overflow: hidden;
  background: #eef1f4;
}
.voice-page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("silvia-voice-operations.webp") center / cover no-repeat;
}
.voice-page-hero h1 { max-width: 760px; margin-top: 18px; font-size: 64px; line-height: 1.03; text-wrap: balance; }
.voice-page-hero .lead { max-width: 680px; color: #354153; font-size: 20px; }
.voice-page-hero .trust-row { max-width: 760px; color: #465467; font-weight: 700; }
.voice-live-section { padding: 104px 0; background: #fff; }
.voice-live-section .section-head { margin-bottom: 42px; }
.voice-live-section .section-head h2 { max-width: 740px; font-size: 52px; }
.voice-console { overflow: hidden; border: 1px solid #cbd2dc; border-radius: 8px; background: #fff; box-shadow: 0 24px 64px rgba(26, 37, 54, .13); }
.voice-console__bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 60px; padding: 0 22px; border-bottom: 1px solid #dbe1e8; background: #f5f7f9; color: #5a687a; font-size: 12px; }
.voice-console__bar strong { display: inline-flex; align-items: center; gap: 4px; color: #1a2636; font-size: 13px; }
.voice-console__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; min-height: 480px; }
.voice-transcript { display: grid; align-content: center; gap: 26px; padding: 52px; }
.voice-wave { display: flex; align-items: center; gap: 7px; height: 84px; padding: 0 22px; border-radius: 6px; background: #eef3f9; }
.voice-wave i { width: 5px; height: 24px; border-radius: 3px; background: #2f64aa; }
.voice-wave i:nth-child(2n) { height: 48px; }
.voice-wave i:nth-child(3n) { height: 66px; }
.voice-wave i:nth-child(5n) { height: 36px; }
.voice-message { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding-top: 18px; border-top: 1px solid #e1e5eb; }
.voice-message span { color: #6c7889; font-size: 12px; font-weight: 800; }
.voice-message p { margin: 0; color: #354153; font-size: 16px; }
.voice-message--agent span { color: #2458a4; }
.voice-result { padding: 42px 32px; border-left: 1px solid #dbe1e8; background: #f5f7f9; }
.voice-result > strong { display: block; margin: 12px 0 28px; color: #172233; font-size: 28px; }
.voice-result dl { display: grid; gap: 0; margin: 0; }
.voice-result dl div { display: grid; grid-template-columns: 1fr 1.15fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid #dbe1e8; font-size: 13px; }
.voice-result dt { color: #6c7889; }
.voice-result dd { margin: 0; color: #172233; font-weight: 750; }
.voice-result__status { margin-top: 28px; padding: 12px 14px; border-left: 4px solid #168361; color: #11684e; background: #e4f2ec; font-size: 13px; font-weight: 800; }
.cookie-notice { display: block; width: min(440px, calc(100% - 48px)); padding: 16px 18px; }
.cookie-notice__copy strong { font-size: 14px; }
.cookie-notice__copy p { font-size: 12px; }
.cookie-notice__actions { justify-content: flex-end; margin-top: 12px; }

@media (max-width: 980px) {
  .hero-enterprise::before { height: 660px; background-position: 56% top; opacity: .38; }
  .hero-center.hero-enterprise h1,
  .voice-page-hero h1 { font-size: 56px; }
  .voice-page-hero::before { background-position: 58% center; opacity: .4; }
  .voice-console__grid { grid-template-columns: 1fr; }
  .voice-result { border-top: 1px solid #dbe1e8; border-left: 0; }
}

@media (max-width: 760px) {
  .hero-enterprise { padding-bottom: 66px; }
  .hero-enterprise::before { height: 590px; background-position: 68% top; opacity: .22; }
  .hero-enterprise .container { padding-top: 58px; }
  .hero-center.hero-enterprise h1,
  .voice-page-hero h1 { font-size: 42px; line-height: 1.05; }
  .hero-center.hero-enterprise .lead,
  .voice-page-hero .lead { font-size: 18px; }
  .hero-enterprise .experience-stage { margin-top: 52px; }
  .hero-trust { display: grid; gap: 9px; }
  .story-copy h2 { font-size: 40px; }
  .email-flow { grid-template-columns: 1fr; }
  .email-flow button { min-height: 145px; border-right: 0; }
  .email-flow strong { margin-top: 24px; }
  .email-visual figcaption { display: block; }
  .email-visual figcaption span { display: block; margin-top: 6px; text-align: left; }
  .use-case { min-height: 250px; }
  .use-case h3 { margin-top: 34px; font-size: 30px; }
  .voice-page-hero { min-height: 0; padding: 34px 0 48px; }
  .voice-page-hero::before { background-position: 70% center; opacity: .18; }
  .voice-page-hero .breadcrumbs { margin-bottom: 24px; }
  .voice-page-hero h1 { font-size: 38px; }
  .voice-page-hero .lead { font-size: 17px; }
  .voice-page-hero .hero-actions a:last-child,
  .voice-page-hero .trust-row { display: none; }
  .voice-live-section { padding: 76px 0; }
  .voice-live-section .section-head h2 { font-size: 38px; }
  .voice-console__bar { align-items: flex-start; flex-direction: column; padding: 16px 18px; }
  .voice-transcript { padding: 26px; }
  .voice-wave { height: 64px; gap: 5px; }
  .voice-message { grid-template-columns: 1fr; gap: 6px; }
  .voice-result { padding: 28px 24px; }
}

/* 2026-07-20: restrained interaction polish and mobile CTA wrapping. */
.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 7px 20px rgba(16, 15, 47, 0);
  transition:
    transform .22s cubic-bezier(.2, .8, .2, 1),
    box-shadow .22s ease,
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}
.button::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 24%, rgba(255, 255, 255, .28) 48%, transparent 72%);
  transform: translateX(-145%);
  transition: transform .52s ease;
}
.button:focus-visible {
  outline: 3px solid rgba(49, 93, 156, .34);
  outline-offset: 3px;
}
.button:active { transform: translateY(1px) scale(.985); }

.use-case,
.outcome-grid div {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform .28s cubic-bezier(.2, .8, .2, 1),
    border-color .28s ease,
    background-color .28s ease,
    box-shadow .28s ease;
}
.use-case::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 22px;
  height: 22px;
  border-top: 1px solid rgba(49, 93, 156, .34);
  border-right: 1px solid rgba(49, 93, 156, .34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-6px, 6px);
  transition: opacity .28s ease, transform .28s cubic-bezier(.2, .8, .2, 1);
}
.use-case > * { position: relative; z-index: 1; }
.use-case a { transition: color .2s ease, transform .2s ease; }
.outcome-grid div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #8da9ff, #72e5bc);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}
.faq summary { transition: color .2s ease; }
.faq summary::after { transition: transform .24s ease, color .2s ease; }
.faq details[open] summary::after { transform: rotate(180deg); }

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #294ccf;
}
.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -20%;
  bottom: -20%;
  width: 1px;
  background: rgba(255, 255, 255, .18);
  transform: rotate(18deg);
}
.final-cta::before {
  left: 68%;
  box-shadow: 86px 0 0 rgba(255, 255, 255, .12), 172px 0 0 rgba(255, 255, 255, .08);
}
.final-cta::after {
  left: 84%;
  background: rgba(112, 225, 181, .58);
}
.final-cta__inner { position: relative; z-index: 1; }
.final-cta h2 {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(16, 15, 47, .14);
  }
  .button:hover::after { transform: translateX(145%); }
  .use-case:hover,
  .use-case:focus-within {
    transform: translateY(-7px);
    border-color: #b8c3d2;
    box-shadow: 0 18px 44px rgba(26, 37, 54, .12);
  }
  .use-case:hover::after,
  .use-case:focus-within::after { opacity: 1; transform: scale(1); }
  .use-case:hover a,
  .use-case:focus-within a { color: var(--blue); transform: translateX(4px); }
  .outcome-grid div:hover {
    z-index: 1;
    transform: translateY(-4px);
    background: #18173f;
  }
  .outcome-grid div:hover::before { transform: scaleX(1); }
  .faq summary:hover { color: var(--blue); }
}

@media (max-width: 760px) {
  .final-cta h2 {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
  }
  .final-cta p { overflow-wrap: break-word; }
  .final-cta::before { left: 82%; }
  .final-cta::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .button::after,
  .use-case,
  .use-case::after,
  .outcome-grid div,
  .outcome-grid div::before,
  .faq summary,
  .faq summary::after {
    transition: none;
  }
  .final-cta::before,
  .final-cta::after { transition: none; }
}

/* 2026-07-21: search-intent pages and direct-answer blocks. */
.direct-answer {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: 40px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: #fff;
}
.direct-answer h2 { margin: 0; font-size: 30px; line-height: 1.08; }
.direct-answer p { margin: 0; color: var(--ink-soft); font-size: 19px; }
.intent-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.intent-map .card { min-height: 250px; }
.intent-map .card h3 { font-size: 28px; }
.related-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: #fff; }
.related-services a { min-width: 0; padding: 28px; border-right: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }
.related-services a:last-child { border-right: 0; }
.related-services small, .related-services strong, .related-services span { display: block; }
.related-services small { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.related-services strong { margin-top: 34px; font-size: 23px; line-height: 1.12; }
.related-services span { margin-top: 14px; color: var(--muted); font-size: 13px; }

@media (hover: hover) and (pointer: fine) {
  .related-services a:hover { background: var(--paper-strong); }
}

@media (max-width: 820px) {
  .direct-answer { grid-template-columns: 1fr; gap: 18px; padding: 28px; }
  .intent-map, .related-services { grid-template-columns: 1fr; }
  .related-services a { border-right: 0; border-bottom: 1px solid var(--line); }
  .related-services a:last-child { border-bottom: 0; }
}

/* Public Silvia assistant. */
.assistant-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;
}
.silvia-assistant {
  --assistant-bottom: 22px;
  position: fixed;
  right: 22px;
  bottom: var(--assistant-bottom);
  z-index: 900;
  width: 54px;
  height: 54px;
  pointer-events: none;
  font-family: "Onest", "Segoe UI", sans-serif;
  letter-spacing: 0;
}
.silvia-assistant button,
.silvia-assistant input,
.silvia-assistant textarea,
.silvia-assistant a {
  letter-spacing: 0;
}
.silvia-assistant__launcher {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid #111318;
  border-radius: 50%;
  color: #fff;
  background: #111318;
  box-shadow: 0 12px 34px rgba(17, 19, 24, .24);
  cursor: pointer;
  pointer-events: auto;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.silvia-assistant__launcher > span {
  position: relative;
  display: block;
  width: 23px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 6px;
}
.silvia-assistant__launcher > span::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -6px;
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  transform: skewY(-38deg);
}
.silvia-assistant__launcher:focus-visible,
.silvia-assistant button:focus-visible,
.silvia-assistant input:focus-visible,
.silvia-assistant textarea:focus-visible,
.silvia-assistant a:focus-visible {
  outline: 3px solid rgba(49, 94, 231, .32);
  outline-offset: 3px;
}
.silvia-assistant__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  width: 390px;
  max-width: calc(100vw - 32px);
  max-height: min(720px, calc(100vh - var(--assistant-bottom) - 90px));
  max-height: min(720px, calc(100dvh - var(--assistant-bottom) - 90px));
  overflow: hidden;
  border: 1px solid #d8dce3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 19, 24, .2);
  pointer-events: auto;
  transform-origin: right bottom;
  animation: silvia-assistant-in .2s ease both;
}
.silvia-assistant__header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 12px;
  border-bottom: 1px solid #e4e7ec;
  background: #fff;
}
.silvia-assistant__mark {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #d8dce3;
  border-radius: 8px;
  background: #edf1f5;
}
.silvia-assistant__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.silvia-assistant__header strong,
.silvia-assistant__header span {
  display: block;
}
.silvia-assistant__header strong {
  color: #111318;
  font-size: 14px;
  line-height: 1.2;
}
.silvia-assistant__header div > span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  color: #68707c;
  font-size: 11px;
}
.silvia-assistant__header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0d8a62;
}
.silvia-assistant__icon-button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #606773;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.silvia-assistant__icon-button:hover {
  color: #111318;
  background: #f0f2f5;
}
.silvia-assistant__messages {
  flex: 1 1 auto;
  min-height: 218px;
  padding: 18px 16px 8px;
  overflow: auto;
  overscroll-behavior: contain;
  background: #f6f7f8;
  scrollbar-width: thin;
}
.silvia-assistant__message {
  width: fit-content;
  max-width: 88%;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  color: #242830;
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.silvia-assistant__message--user {
  margin-left: auto;
  color: #fff;
  border-color: #315ee7;
  background: #315ee7;
}
.silvia-assistant__message--typing {
  color: #68707c;
  font-size: 12px;
}
.is-pending .silvia-assistant__message--typing {
  animation: silvia-assistant-pulse 1.1s ease-in-out infinite alternate;
}
.silvia-assistant__suggestions {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  padding: 10px 14px 12px;
  overflow-x: auto;
  border-top: 1px solid #e8eaee;
  background: #fff;
  scrollbar-width: none;
}
.silvia-assistant__suggestions::-webkit-scrollbar {
  display: none;
}
.silvia-assistant__suggestions button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #cfd5dd;
  border-radius: 999px;
  color: #27303b;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}
.silvia-assistant__suggestions button:hover {
  color: #2148c8;
  border-color: #8da9ff;
  background: #f3f6ff;
}
.silvia-assistant__handoff-callout {
  flex: 0 0 auto;
  padding: 13px 14px;
  border-top: 1px solid #dfe3e8;
  background: #edf7f3;
}
.silvia-assistant__handoff-callout p {
  margin: 0 0 9px;
  color: #28463d;
  font-size: 12px;
  line-height: 1.4;
}
.silvia-assistant__handoff-callout button,
.silvia-assistant__submit {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #0d7e5c;
  border-radius: 6px;
  color: #fff;
  background: #0d7e5c;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.silvia-assistant__handoff {
  flex: 0 0 auto;
  max-height: 340px;
  padding: 14px;
  overflow: auto;
  border-top: 1px solid #dfe3e8;
  background: #fff;
}
.silvia-assistant.is-handoff .silvia-assistant__messages {
  flex: 0 1 132px;
  min-height: 92px;
}
.silvia-assistant.is-handoff .silvia-assistant__suggestions,
.silvia-assistant.is-handoff .silvia-assistant__composer,
.silvia-assistant.is-handoff .silvia-assistant__footer {
  display: none;
}
.silvia-assistant.is-handoff .silvia-assistant__handoff {
  flex: 1 1 auto;
  max-height: none;
}
.silvia-assistant__handoff-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.silvia-assistant__handoff-head strong {
  font-size: 14px;
}
.silvia-assistant__handoff-head button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #68707c;
  background: transparent;
  font-size: 21px;
  cursor: pointer;
}
.silvia-assistant__handoff > label:not(.silvia-assistant__consent) {
  display: grid;
  gap: 5px;
  margin-top: 9px;
  color: #343a44;
  font-size: 12px;
  font-weight: 700;
}
.silvia-assistant__handoff label > span {
  color: #7b828d;
  font-weight: 400;
}
.silvia-assistant__handoff input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid #cfd5dd;
  border-radius: 6px;
  outline: 0;
  color: #111318;
  background: #fff;
  font-size: 13px;
}
.silvia-assistant__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 11px 0;
  color: #616874;
  font-size: 11px;
  line-height: 1.4;
}
.silvia-assistant__consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.silvia-assistant__consent a {
  color: #315ee7;
}
.silvia-assistant__submit:disabled {
  opacity: .55;
  cursor: wait;
}
.silvia-assistant__form-status {
  margin: 8px 0 0;
  color: #68707c;
  font-size: 11px;
}
.silvia-assistant__form-status a {
  color: #2148c8;
  font-weight: 700;
}
.silvia-assistant__composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: end;
  gap: 8px;
  flex: 0 0 auto;
  padding: 11px 12px;
  border-top: 1px solid #dfe3e8;
  background: #fff;
}
.silvia-assistant__composer textarea {
  width: 100%;
  min-height: 40px;
  max-height: 112px;
  padding: 9px 10px;
  resize: none;
  border: 1px solid #cfd5dd;
  border-radius: 6px;
  outline: 0;
  color: #111318;
  background: #fff;
  font-size: 13px;
  line-height: 1.45;
}
.silvia-assistant__composer textarea:focus {
  border-color: #315ee7;
  box-shadow: 0 0 0 3px rgba(49, 94, 231, .1);
}
.silvia-assistant__composer textarea:disabled {
  color: #7b828d;
  background: #f2f3f5;
}
.silvia-assistant__composer button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #315ee7;
  border-radius: 6px;
  color: #fff;
  background: #315ee7;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.silvia-assistant__composer button:disabled {
  color: #9298a2;
  border-color: #d6d9df;
  background: #eceef1;
  cursor: default;
}
.silvia-assistant__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 32px;
  padding: 5px 13px 7px;
  color: #7b828d;
  background: #fff;
  font-size: 10px;
}
.silvia-assistant__footer button {
  padding: 3px 0;
  border: 0;
  color: #315ee7;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}
.silvia-assistant__nudge {
  position: absolute;
  right: 0;
  bottom: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 10px;
  width: 310px;
  padding: 13px 12px 13px 14px;
  border: 1px solid #2d323a;
  border-radius: 8px;
  color: #fff;
  background: #111318;
  box-shadow: 0 15px 45px rgba(17, 19, 24, .22);
  cursor: pointer;
  pointer-events: auto;
  animation: silvia-assistant-in .2s ease both;
}
.silvia-assistant__nudge strong,
.silvia-assistant__nudge span {
  display: block;
}
.silvia-assistant__nudge strong {
  font-size: 13px;
}
.silvia-assistant__nudge span {
  margin-top: 2px;
  color: #c9ced6;
  font-size: 11px;
}
.silvia-assistant__nudge button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #bbc1ca;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

@keyframes silvia-assistant-in {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes silvia-assistant-pulse {
  from { opacity: .55; }
  to { opacity: 1; }
}

@media (hover: hover) and (pointer: fine) {
  .silvia-assistant__launcher:hover {
    transform: translateY(-2px);
    border-color: #315ee7;
    background: #315ee7;
  }
}

@media (max-width: 520px) {
  .silvia-assistant {
    right: 14px;
  }
  .silvia-assistant__panel {
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: calc(var(--assistant-bottom) + 64px);
    width: auto;
    max-width: none;
    max-height: calc(100dvh - var(--assistant-bottom) - 84px);
  }
  .silvia-assistant__messages {
    min-height: 190px;
  }
  .silvia-assistant__nudge {
    width: min(310px, calc(100vw - 82px));
  }
  .silvia-assistant__footer {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .silvia-assistant__panel,
  .silvia-assistant__nudge {
    animation: none;
  }
  .silvia-assistant__launcher {
    transition: none;
  }
  .is-pending .silvia-assistant__message--typing {
    animation: none;
  }
}

/* 2026-07-21: product-led interaction and Silvia identity. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.experience-stage {
  --experience-accent: #2f5cff;
  --experience-soft: #edf0ff;
}
.experience-stage[data-active-channel="max"] {
  --experience-accent: #db672c;
  --experience-soft: #fff0e8;
}
.experience-stage[data-active-channel="telegram"] {
  --experience-accent: #087b58;
  --experience-soft: #e5f5ef;
}
.experience-stage[data-active-channel="site"] {
  --experience-accent: #a24863;
  --experience-soft: #f8eaf0;
}
.channel-pills span,
.channel-item,
.channel-item span,
.live-call,
.crm-panel {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, opacity .18s ease, transform .22s ease;
}
.channel-pills span.is-active {
  color: var(--experience-accent);
  border-color: color-mix(in srgb, var(--experience-accent) 35%, white);
  background: var(--experience-soft);
}
.channel-item:hover,
.channel-item:focus-visible {
  color: var(--experience-accent);
  background: var(--experience-soft);
}
.channel-item:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--experience-accent) 28%, transparent);
  outline-offset: 2px;
}
.channel-item.is-active {
  color: var(--experience-accent);
  border-color: color-mix(in srgb, var(--experience-accent) 35%, white);
  background: var(--experience-soft);
}
.channel-item.is-active span { background: var(--experience-accent); }
.call-heading h2 { min-height: 2.25em; }
.dialog-line p { min-height: 3.1em; }
.call-actions span { color: var(--experience-accent); background: var(--experience-soft); }
.waveform { background: var(--experience-soft); }
.waveform i {
  background: var(--experience-accent);
  transform-origin: center;
  animation: silvia-wave 1.25s ease-in-out infinite alternate;
}
.waveform i:nth-child(3n) { animation-delay: -.7s; }
.waveform i:nth-child(4n) { animation-delay: -.35s; }
.waveform i:nth-child(5n) { animation-delay: -.95s; }
.experience-stage.is-switching .live-call,
.experience-stage.is-switching .crm-panel {
  opacity: .5;
  transform: translateY(4px);
}
.crm-panel h3 { min-height: 2.3em; }

@keyframes silvia-wave {
  from { transform: scaleY(.48); }
  to { transform: scaleY(1); }
}

.integration-list a {
  position: relative;
  padding-bottom: 6px;
  transition: color .2s ease;
}
.integration-list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.integration-list a.is-active { color: var(--blue); }
.integration-list a.is-active::after,
.integration-list a:hover::after,
.integration-list a:focus-visible::after { transform: scaleX(1); }

.media-visual__canvas {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #fff;
}
.media-visual__canvas img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.025);
  transform-origin: var(--focus-x, 50%) var(--focus-y, 50%);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), transform-origin .7s ease;
}
.visual-hotspot {
  position: absolute;
  z-index: 2;
  left: var(--x);
  top: var(--y);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 21, 47, .82);
  box-shadow: 0 5px 18px rgba(16, 21, 47, .24);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.visual-hotspot span { font-size: 12px; font-weight: 850; }
.visual-hotspot:hover,
.visual-hotspot:focus-visible,
.visual-hotspot.is-active {
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(47, 92, 255, .16), 0 7px 22px rgba(16, 21, 47, .28);
  transform: translate(-50%, -50%) scale(1.08);
}
.visual-hotspot:focus-visible { outline: 3px solid rgba(47, 92, 255, .34); outline-offset: 5px; }
.media-visual figcaption { min-height: 76px; }
.media-visual figcaption strong,
.media-visual figcaption span { transition: opacity .16s ease, transform .16s ease; }
.media-visual.is-switching figcaption strong,
.media-visual.is-switching figcaption span { opacity: .35; transform: translateY(3px); }

.email-visual { --email-progress: .25; }
.email-visual__progress { height: 3px; background: #e6e2ef; }
.email-visual__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #6c5a9b;
  transform: scaleX(var(--email-progress));
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}
.email-flow button {
  position: relative;
  transition: color .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.email-flow button::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #6c5a9b;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .24s ease;
}
.email-flow button:hover,
.email-flow button:focus-visible,
.email-flow button.is-active { background: #fff; }
.email-flow button.is-active { box-shadow: inset 0 0 0 1px rgba(108, 90, 155, .18); }
.email-flow button.is-active::after { transform: scaleY(1); }
.email-flow button:focus-visible { z-index: 1; outline: 3px solid rgba(108, 90, 155, .26); outline-offset: -4px; }
.email-visual.is-switching figcaption strong,
.email-visual.is-switching figcaption span { opacity: .35; }

@media (hover: hover) and (pointer: fine) {
  .media-visual:hover .media-visual__canvas img,
  .media-visual:focus-within .media-visual__canvas img { transform: scale(1.06); }
}

@media (max-width: 760px) {
  .call-heading h2 { min-height: 2.45em; }
  .dialog-line p { min-height: 0; }
  .crm-panel h3 { min-height: 0; }
  .visual-hotspot { width: 34px; height: 34px; }
  .media-visual figcaption { min-height: 92px; }
  .email-flow button { min-height: 132px; padding: 24px; }
  .email-flow button:nth-child(n) { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .waveform i { animation: none; }
  .media-visual__canvas img,
  .visual-hotspot,
  .email-visual__progress span,
  .email-flow button,
  .experience-stage * { transition: none !important; }
}
