:root {
  --paper:#f6f9fc;
  --ink:#11161f;
  --muted:#4f5661;
  --tint:#e5e5ff;
  --primary:#6d45f9;
  --white:#fff;
  --line:color-mix(in srgb,var(--ink) 17%,transparent);
  --radius:24px;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
}
button,summary {
  cursor:pointer;
}
a,button,summary {
  touch-action:manipulation;
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid var(--ink);
  outline-offset:5px;
}
button:disabled {
  cursor:default;
}
p,h1,h2,h3 {
  margin:0;
}
svg {
  width:24px;
  height:24px;
  flex-shrink:0;
}
.shell {
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto;
}
.section {
  padding-block:100px;
}
.eyebrow {
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px;
  display:flex;
  gap:9px;
  align-items:center;
  line-height:1.6;
}
.status-dot {
  width:7px;
  height:7px;
  background:var(--ink);
  border-radius:50%;
  display:inline-block;
  flex-shrink:0;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-height:54px;
  padding:15px 23px;
  font-size:13px;
  font-weight:600;
  border-radius:7px;
  transition:transform .2s,box-shadow .2s;
  line-height:1.45;
}
.button:hover {
  transform:translateY(-2px);
  box-shadow:0 6px 0 color-mix(in srgb,var(--ink) 12%,transparent);
}
.button>span {
  font-size:21px;
  line-height:1;
}
.button-primary {
  background:var(--primary);
  color:var(--white);
}
.button-dark {
  background:var(--ink);
  color:var(--white);
}
.button-small {
  min-height:42px;
  padding:10px 17px;
  font-size:11px;
}
.text-link {
  font-size:13px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:15px;
  border-bottom:1px solid transparent;
  padding-block:8px;
}
.text-link:hover {
  border-color:var(--ink);
}
.text-link>span {
  font-size:20px;
}
.skip-link {
  position:absolute;
  left:20px;
  top:-90px;
  padding:14px 24px;
  z-index:20;
  background:var(--ink);
  color:var(--white);
}
.skip-link:focus {
  top:10px;
}
.header {
  min-height:100px;
  display:flex;
  align-items:center;
  gap:35px;
  position:relative;
  z-index:10;
}
.brand-link {
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
}
.brand {
  display:flex;
  align-items:center;
  line-height:1;
}
.brand-logo {
  display:block;
  width:140px;
  height:auto;
}
.brand-divider {
  height:22px;
  width:1px;
  background:var(--line);
  margin:0 13px;
}
.brand-product {
  font-size:16px;
  font-weight:400;
  letter-spacing:-.5px;
}
.header nav {
  display:flex;
  align-items:center;
  gap:27px;
  margin-left:auto;
}
.header nav>a {
  font-size:11px;
  font-weight:600;
  padding:12px 0;
  white-space:nowrap;
}
.header nav>a:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}
.header-actions {
  display:flex;
  align-items:center;
  gap:22px;
}
.language-picker {
  position:relative;
  font-size:12px;
}
.language-picker summary {
  display:flex;
  align-items:center;
  gap:7px;
  list-style:none;
  padding:10px 0;
  min-height:44px;
}
.language-picker summary::-webkit-details-marker {
  display:none;
}
.language-picker svg {
  width:16px;
  height:16px;
}
.language-options {
  position:absolute;
  right:0;
  top:100%;
  background:var(--white);
  padding:8px;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 16px 32px color-mix(in srgb,var(--ink) 12%,transparent);
  width:165px;
}
.language-options a {
  display:flex;
  justify-content:space-between;
  padding:10px;
  border-radius:5px;
}
.language-options a:hover,.language-options a[aria-current] {
  background:var(--paper);
}
.menu-toggle {
  display:none;
}
.hero {
  display:grid;
  grid-template-columns:1.04fr 1fr;
  gap:56px;
  padding-top:39px;
  padding-bottom:65px;
  align-items:center;
}
.hero-copy {
  padding:20px 0;
}
.hero-copy>.eyebrow {
  margin-bottom:26px;
}
h1,h2 {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  letter-spacing:-3px;
  line-height:1.04;
}
h1 {
  font-size:clamp(52px,5.4vw,76px);
}
h1 em {
  font-weight:400;
  color:var(--muted);
  white-space:nowrap;
}
.hero-intro,
.hero-difference {
  font-size:16px;
  color:var(--muted);
  max-width:420px;
  margin-top:27px;
  line-height:1.85;
}
.hero-comparison-link {
  display:inline-block;
  margin-top:20px;
  color:var(--primary);
  font-size:15px;
  font-weight:700;
  line-height:1.5;
}
.hero-comparison-link strong { display:block; font-size:15px; }
.hero-comparison-link>span { display:inline-flex; align-items:center; gap:7px; margin-top:3px; border-bottom:1px solid currentColor; font-size:12px; }
.hero-comparison-link b { font-size:16px; }
.hero-comparison-link:hover {
  color:var(--ink);
}
.hero-product {
  margin-top:24px;
  font-size:18px;
  font-weight:650;
  letter-spacing:-.35px;
}
.hero-proof {
  margin-top:12px;
  color:var(--ink);
  font-size:14px;
  font-weight:600;
}
.hero-benefits {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  max-width:470px;
  margin-top:18px;
  padding:0;
  list-style:none;
}
.hero-benefits li {
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 10px;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}
.hero-buttons {
  display:flex;
  align-items:center;
  gap:26px;
  margin-top:30px;
  flex-wrap:wrap;
}
.hero-note {
  font-size:10px;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:11px;
  margin-top:26px;
}
.mini-avatars {
  display:flex;
  padding-right:2px;
}
.mini-avatars>span {
  width:27px;
  height:27px;
  border:2px solid var(--paper);
  border-radius:50%;
  background:var(--tint);
  color:var(--ink);
  display:grid;
  place-items:center;
  font-size:10px;
  font-weight:600;
}
.mini-avatars>span+span {
  margin-left:-7px;
  background:var(--primary);
  color:var(--white);
}
.hero-visual {
  position:relative;
  background:var(--tint);
  border-radius:var(--radius);
  padding:25px 30px 22px;
  overflow:hidden;
  scroll-margin-top:24px;
}
.hero-photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.22;
  mix-blend-mode:multiply;
  pointer-events:none;
}
.hero-visual>*:not(.hero-photo) { position:relative; }
.hero-visual:before {
  content:'';
  position:absolute;
  width:390px;
  height:390px;
  border:1px solid color-mix(in srgb,var(--ink) 12%,transparent);
  border-radius:50%;
  left:-80px;
  top:80px;
  box-shadow:0 0 0 40px color-mix(in srgb,var(--paper) 18%,transparent),0 0 0 80px color-mix(in srgb,var(--paper) 14%,transparent);
  pointer-events:none;
}
.visual-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  position:relative;
  margin-bottom:22px;
}
.visual-top>.eyebrow {
  font-size:9px;
  letter-spacing:1.1px;
}
.visual-top>span:last-child {
  font-size:11px;
}
.conversation-card {
  position:relative;
  background:var(--ink);
  color:var(--paper);
  border-radius:15px;
  padding:23px;
  box-shadow:0 22px 30px -20px color-mix(in srgb,var(--ink) 65%,transparent);
}
.conversation-card :focus-visible {
  outline-color:var(--primary);
}
.conversation-header {
  display:flex;
  gap:10px;
  align-items:center;
  padding-bottom:17px;
}
.voice-icon {
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--paper) 25%,transparent);
  border-radius:10px;
}
.voice-icon svg {
  width:17px;
  height:17px;
}
.conversation-header strong {
  font-size:11px;
  display:block;
  letter-spacing:.1px;
}
.conversation-header div>span {
  display:block;
  font-size:9px;
  opacity:.7;
}
.conversation-star {
  margin-left:auto;
  font-size:27px;
  color:var(--primary);
}
.scenario-controls {
  display:none;
  gap:4px;
  border-top:1px solid color-mix(in srgb,var(--paper) 15%,transparent);
  padding-top:13px;
  margin-bottom:17px;
}
.scenario-controls button {
  padding:7px 12px;
  background:transparent;
  border:0;
  border-radius:5px;
  color:var(--paper);
  font-size:10px;
  min-height:33px;
  flex:1;
}
.scenario-controls button:hover {
  background:color-mix(in srgb,var(--paper) 12%,transparent);
}
.scenario-controls button[aria-pressed=true] {
  background:var(--tint);
  color:var(--ink);
}
.message-pair {
  border-radius:8px;
  background:color-mix(in srgb,var(--paper) 8%,var(--ink));
  padding:13px 15px;
}
.message-label {
  display:flex;
  justify-content:space-between;
  font-size:8px;
  letter-spacing:.4px;
  color:var(--tint);
  opacity:.85;
}
.message p {
  font-size:13px;
  line-height:1.5;
  margin-top:6px;
  min-height:39px;
}
.translation {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid color-mix(in srgb,var(--paper) 13%,transparent);
}
.translation p {
  color:var(--tint);
}
.reply {
  background:color-mix(in srgb,var(--tint) 15%,var(--ink));
  margin-left:24px;
}
.reply .message p {
  min-height:20px;
}
.conversation-flow {
  display:flex;
  justify-content:center;
  gap:12px;
  align-items:center;
  font-size:15px;
  color:var(--primary);
  height:23px;
}
.conversation-flow span {
  width:22px;
  height:1px;
  background:color-mix(in srgb,var(--paper) 20%,transparent);
}
.conversation-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:17px;
}
.conversation-bottom>span {
  font-size:9px;
}
.conversation-bottom>span>span {
  padding:0 9px;
  color:var(--primary);
}
.wave {
  display:flex;
  gap:4px;
  align-items:center;
  justify-content:center;
  height:90px;
}
.wave i {
  display:block;
  height:var(--height);
  width:3px;
  border-radius:3px;
  background:var(--primary);
  animation:wave 2.6s ease-in-out 1;
  animation-delay:var(--delay);
}
.wave-small {
  height:19px;
  gap:3px;
}
.wave-small i {
  height:calc(var(--height) / 4);
  width:2px;
}
.visual-caption {
  position:relative;
  margin-top:24px;
  text-align:center;
}
.visual-caption strong {
  font-size:13px;
  font-weight:600;
}
.visual-caption p {
  font-size:10px;
  color:var(--muted);
  margin-top:4px;
  min-height:32px;
}
.sample-disclaimer {
  text-align:center;
  font-size:8px;
  color:var(--muted);
  margin-top:10px;
  position:relative;
}
.audience-strip {
  display:flex;
  align-items:center;
  gap:35px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-block:26px;
}
.audience-strip>p {
  font-size:9px;
  letter-spacing:1px;
  max-width:140px;
  font-weight:600;
  line-height:1.8;
  color:var(--muted);
}
.audience-strip>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  flex:1;
}
.audience-strip>div>span {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
}
.audience-strip svg {
  width:23px;
  height:23px;
}
.problem-section {
  border-bottom:1px solid var(--line);
}
.problem-cards {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
}
.problem-cards article {
  padding:28px;
  border:1px solid var(--line);
  border-radius:4px;
  background:var(--white);
}
.problem-cards span {
  color:var(--accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
}
.problem-cards h3 {
  margin-top:28px;
  font-size:23px;
  letter-spacing:-.7px;
}
.problem-cards p {
  margin-top:10px;
  max-width:430px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.comparison-section {
  border-bottom:1px solid var(--line);
}
.intro-comparison {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:64px;
  padding-block:58px;
  border-bottom:1px solid var(--line);
}
.intro-comparison h2 {
  font-size:34px;
  letter-spacing:-1.2px;
}
.intro-comparison p {
  color:var(--muted);
  font-size:14px;
  line-height:1.85;
}
.comparison-cards {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}
.comparison-cards article {
  padding:28px;
  border:1px solid var(--line);
  border-radius:4px;
  background:var(--white);
}
.comparison-cards span {
  color:var(--primary);
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
}
.comparison-cards h3 {
  margin-top:28px;
  font-size:23px;
  letter-spacing:-.7px;
}
.comparison-cards p {
  margin-top:10px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
h2 {
  font-size:52px;
  letter-spacing:-2px;
  line-height:1.08;
}
.section-intro {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:60px;
  margin-bottom:44px;
}
.section-intro .eyebrow {
  margin-bottom:20px;
}
.section-intro>p {
  color:var(--muted);
  font-size:14px;
  max-width:320px;
  line-height:1.8;
  margin-bottom:4px;
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}
.step {
  border-top:1px solid var(--line);
  padding-top:24px;
}
.step-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:23px;
}
.step-icon {
  height:48px;
  width:48px;
  display:grid;
  place-items:center;
  background:var(--tint);
  border-radius:12px;
}
.step-number {
  font-family:Georgia,serif;
  font-size:28px;
  color:var(--muted);
  opacity:.65;
}
.step h3 {
  font-size:18px;
  font-weight:500;
  letter-spacing:-.4px;
}
.step p {
  font-size:13px;
  color:var(--muted);
  line-height:1.8;
  margin-top:12px;
  max-width:300px;
}
.teams-section {
  background:var(--white);
}
.use-cases {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.use-case-extensions {
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  margin:30px 0 0;
  padding:20px 0 0;
  border-top:1px solid var(--line);
  list-style:none;
}
.use-case-extensions li {
  color:var(--muted);
  font-size:12px;
  font-weight:600;
}
.use-case-extensions li::before {
  content:'+';
  color:var(--primary);
  margin-right:8px;
}
.pricing-section {
  border-bottom:1px solid var(--line);
}
.pricing-trial {
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:16px 32px;
  margin:36px 0 24px;
  padding:18px 0;
  border-block:1px solid var(--line);
}
.pricing-trial strong {
  color:var(--primary);
  font-size:18px;
}
.pricing-trial span,.pricing-team-note {
  color:var(--muted);
  font-size:12px;
}
.pricing-cards {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.pricing-card {
  position:relative;
  display:flex;
  min-height:300px;
  flex-direction:column;
  align-items:flex-start;
  padding:24px;
  border:1px solid var(--line);
  background:var(--white);
}
.pricing-card-featured {
  border-color:var(--ink);
  background:var(--ink);
  color:var(--white);
}
.pricing-recommended {
  position:absolute;
  top:-11px;
  right:18px;
  padding:5px 8px;
  background:var(--primary);
  color:var(--white);
  font-size:8px;
  font-weight:700;
  letter-spacing:.8px;
}
.pricing-name {
  font-size:10px;
  font-weight:700;
  letter-spacing:1px;
}
.pricing-price {
  margin-top:22px;
  font-family:var(--serif);
  font-size:36px;
  letter-spacing:-1.5px;
}
.pricing-price span {
  margin-left:4px;
  font-family:var(--sans);
  font-size:10px;
  letter-spacing:0;
}
.pricing-minutes {
  margin-top:8px;
  font-size:12px;
  font-weight:700;
}
.pricing-card>p:not(.pricing-name):not(.pricing-price):not(.pricing-minutes) {
  margin-top:16px;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.pricing-card-featured>p:not(.pricing-name):not(.pricing-price):not(.pricing-minutes) {
  color:#c8cfdd;
}
.pricing-card .button,.pricing-card .text-link {
  margin-top:auto;
}
.pricing-card-featured .button {
  width:100%;
  justify-content:center;
}
.pricing-team-note {
  margin-top:20px;
  text-align:center;
}
.use-case {
  border:1px solid var(--line);
  border-radius:16px;
  padding:24px;
  display:flex;
  flex-direction:column;
}
.case-top {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  font-weight:600;
}
.case-top>span:last-child {
  color:var(--muted);
}
.case-art {
  height:260px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
  overflow:hidden;
  border-radius:16px;
  margin-block:8px 18px;
}
.case-art img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  object-position:center 42%;
}
.case-art:before {
  content:'';
  position:absolute;
  left:calc(50% - 58px);
  top:14px;
  width:116px;
  height:116px;
  border-radius:50%;
  background:var(--tint);
  z-index:-1;
}
.case-art>svg {
  width:68px;
  height:68px;
  stroke-width:1;
}
.case-art-1:before {
  background:color-mix(in srgb,var(--primary) 30%,var(--paper));
}
.case-art-2:before {
  background:var(--paper);
}
.case-language {
  position:absolute;
  right:8px;
  bottom:5px;
  font-size:11px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:8px 8px 0 8px;
  padding:7px 12px;
  box-shadow:0 3px 0 color-mix(in srgb,var(--ink) 5%,transparent);
  transform:rotate(-5deg);
}
.case-language>span {
  margin-left:12px;
}
.use-case h3 {
  font-size:21px;
  font-family:Georgia,serif;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-.4px;
}
.use-case>p {
  font-size:12px;
  color:var(--muted);
  line-height:1.85;
  margin-top:14px;
  margin-bottom:26px;
}
.case-people {
  margin-top:auto;
  display:flex;
  justify-content:space-between;
  gap:10px;
  border-top:1px solid var(--line);
  padding-top:16px;
  font-size:10px;
}
.case-people>span {
  font-size:16px;
}
.demo-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:76px;
}
.demo-widget {
  min-height:260px;
  display:grid;
  align-content:center;
}
.demo-photo {
  width:100%;
  max-width:250px;
  height:170px;
  margin-top:28px;
  object-fit:cover;
  border-radius:16px;
  display:block;
}
.demo-loading,
.demo-widget-unavailable {
  color:var(--muted);
  font-size:14px;
  text-align:center;
}
#preklad-demo .tw-consent { color:var(--muted) !important; }
#preklad-demo .tw-btn { background:#086f67 !important; }
.demo-copy>.eyebrow {
  margin-bottom:21px;
}
.demo-copy>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  line-height:1.85;
  margin-top:24px;
}
.demo-copy .button {
  margin-top:26px;
}
.demo-copy>.demo-note {
  font-size:11px!important;
  max-width:350px;
}
.demo-preview {
  background:var(--tint);
  border-radius:var(--radius);
  padding:40px 24px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.demo-status {
  display:inline-flex;
  gap:8px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:50px;
  padding:6px 12px;
  font-size:10px;
}
.demo-status .status-dot {
  background:var(--muted);
  width:5px;
  height:5px;
}
.demo-art {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:165px;
  margin-top:12px;
}
.demo-art>span {
  background:var(--paper);
  border-radius:50%;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  font:24px Georgia,serif;
  flex-shrink:0;
}
.demo-art>span:last-child {
  background:var(--ink);
  color:var(--paper);
}
.demo-art .wave {
  gap:3px;
}
.demo-art .wave i {
  width:2px;
  background:var(--ink);
  height:calc(var(--height) / 1.7);
}
.demo-preview h3 {
  font:29px Georgia,serif;
  letter-spacing:-.8px;
}
.demo-preview>p {
  font-size:12px;
  color:var(--muted);
  margin-top:10px;
}
.demo-meta {
  display:block;
  font-size:9px;
  color:var(--muted);
  margin-top:28px;
  letter-spacing:1px;
}
.faq-section {
  padding-top:5px;
  display:grid;
  grid-template-columns:.85fr 1.3fr;
  gap:70px;
}
.faq-section .eyebrow {
  margin-bottom:18px;
}
.faq-section h2 {
  font-size:45px;
}
.faq-section .text-link {
  margin-top:20px;
}
.faqs details {
  border-top:1px solid var(--line);
}
.faqs details:last-child {
  border-bottom:1px solid var(--line);
}
.faqs summary {
  list-style:none;
  display:flex;
  gap:18px;
  align-items:center;
  min-height:80px;
  padding:21px 0;
  font-size:14px;
  line-height:1.6;
}
.faqs summary::-webkit-details-marker {
  display:none;
}
.faq-number {
  font-size:10px;
  color:var(--muted);
}
.faq-plus {
  margin-left:auto;
  font-size:22px;
  font-weight:400;
  transition:transform .2s;
}
.faqs details[open] .faq-plus {
  transform:rotate(45deg);
}
.faqs details>p {
  font-size:13px;
  color:var(--muted);
  margin:0 30px 24px 31px;
  line-height:1.8;
}
.contact-section {
  border-radius:var(--radius);
  background:var(--ink);
  color:var(--paper);
  padding:60px 65px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  overflow:hidden;
}
.contact-section .eyebrow {
  color:var(--tint);
  margin-bottom:22px;
}
.contact-section h2 {
  font-size:52px;
  line-height:1.12;
}
.contact-section p:not(.eyebrow) {
  font-size:13px;
  color:var(--tint);
  margin-top:20px;
  max-width:370px;
}
.contact-section .button {
  margin-top:28px;
}
.contact-section :focus-visible {
  outline-color:var(--primary);
}
.contact-symbol {
  font-size:240px;
  font-weight:600;
  letter-spacing:-20px;
  line-height:1;
  position:relative;
  padding-right:30px;
  color:var(--tint);
  transform:rotate(-12deg);
}
.contact-symbol>span {
  position:absolute;
  font-size:87px;
  color:var(--primary);
  right:-12px;
  top:34px;
  letter-spacing:0;
}
.footer {
  padding-block:48px 25px;
}
.footer-main {
  display:flex;
  align-items:center;
  gap:30px;
  margin-bottom:34px;
}
.footer-main>p {
  font-size:11px;
  color:var(--muted);
}
.footer-main>a:last-child {
  margin-left:auto;
  font-size:12px;
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:20px;
  display:flex;
  gap:30px;
  font-size:9px;
  color:var(--muted);
}
.footer-bottom>span {
  margin-right:auto;
}
.footer a:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}
@keyframes wave {
  0%,100% {
    transform:scaleY(.6);
  }
  50% {
    transform:scaleY(1);
  }
}
@media(min-width:1440px) {
  .hero {
    gap:70px;
  }
  .hero-visual {
    padding-inline:37px;
  }
  .hero {
    padding-top:48px;
    padding-bottom:76px;
  }
}
@media(max-width:1150px) {
  .shell {
    width:calc(100% - 64px);
  }
  .header {
    gap:22px;
  }
  .header nav {
    gap:18px;
  }
  .header-actions {
    gap:15px;
  }
  .header-cta {
    display:none;
  }
  .hero {
    gap:32px;
  }
  .hero-visual {
    padding:23px;
  }
  .hero-copy>.eyebrow {
    font-size:9px;
  }
  .hero-buttons {
    gap:16px;
  }
  .hero-buttons .text-link {
    font-size:11px;
  }
  .hero .button {
    font-size:12px;
    padding:14px 18px;
  }
  .hero-intro,
  .hero-difference {
    font-size:14px;
  }
  .audience-strip {
    gap:25px;
  }
  .audience-strip>div {
    gap:18px;
  }
  .intro-comparison {
    gap:30px;
  }
  .audience-strip>div>span {
    font-size:12px;
    gap:8px;
  }
  .section {
    padding-block:80px;
  }
  .demo-section {
    gap:40px;
  }
  .faq-section {
    padding-top:0;
    gap:40px;
  }
  .contact-section {
    padding:50px;
  }
  .use-case {
    padding:20px;
  }
  .contact-section h2 {
    font-size:46px;
  }
  .contact-symbol {
    font-size:200px;
  }
  html[lang=de] h1 {
    font-size:5.1vw;
  }
  html[lang=hu] h1 {
    font-size:5.4vw;
  }
}
@media(max-width:820px) {
  .shell {
    width:calc(100% - 40px);
  }
  .header {
    min-height:80px;
    gap:18px;
    flex-wrap:wrap;
  }
  .header nav {
    order:4;
    flex-basis:100%;
    justify-content:center;
    margin:0;
    padding-bottom:15px;
  }
  .header-actions {
    margin-left:auto;
  }
  .js .header nav {
    display:none;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    background:var(--paper);
    padding:18px;
    border:1px solid var(--line);
    border-radius:12px;
    box-shadow:0 16px 30px color-mix(in srgb,var(--ink) 10%,transparent);
  }
  .js .header nav.is-open {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .js .header nav a {
    padding:12px;
  }
  .js .menu-toggle {
    display:flex;
    gap:8px;
    align-items:center;
    background:none;
    border:0;
    font-size:11px;
    padding:12px 0;
    margin-left:auto;
    min-height:44px;
  }
  .js .header-actions {
    margin-left:0;
  }
  .hero {
    grid-template-columns:1fr;
    gap:36px;
    padding-top:28px;
    padding-bottom:44px;
  }
  .hero-copy {
    padding:0;
  }
  .hero h1,html[lang=de] h1,html[lang=hu] h1 {
    font-size:clamp(48px,8.6vw,74px);
  }
  .hero-copy>.eyebrow {
    margin-bottom:22px;
  }
  .hero-intro,
  .hero-difference {
    max-width:490px;
    font-size:15px;
    margin-top:24px;
  }
  .hero-visual {
    max-width:600px;
    width:100%;
    justify-self:center;
    padding:26px 35px;
  }
  .conversation-card {
    padding:24px;
  }
  .message p {
    min-height:0;
  }
  .visual-caption p {
    min-height:0;
  }
  .hero-note {
    margin-top:24px;
  }
  .audience-strip {
    align-items:flex-start;
    gap:20px;
  }
  .audience-strip>p {
    max-width:105px;
    font-size:8px;
  }
  .audience-strip>div {
    flex-wrap:wrap;
    gap:16px 22px;
  }
  .audience-strip>div>span {
    font-size:11px;
  }
  .intro-comparison {
    gap:30px;
  }
  .section {
    padding-block:65px;
  }
  .pricing-cards {
    grid-template-columns:repeat(2,1fr);
  }
  .section-intro {
    gap:30px;
  }
  .section-intro>p {
    max-width:260px;
    font-size:13px;
  }
  h2 {
    font-size:44px;
  }
  .steps {
    gap:22px;
  }
  .step h3 {
    font-size:16px;
  }
  .step p {
    font-size:12px;
  }
  .use-cases {
    gap:14px;
  }
  .use-case {
    padding:17px;
  }
  .use-case h3 {
    font-size:20px;
  }
  .case-language {
    right:-7px;
  }
  .case-top {
    font-size:9px;
  }
  .case-people {
    font-size:9px;
  }
  .demo-section {
    grid-template-columns:1fr;
    gap:35px;
  }
  .demo-copy>p {
    max-width:520px;
  }
  .demo-preview {
    max-width:600px;
    width:100%;
    justify-self:center;
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:26px;
    padding-top:0;
  }
  .contact-section {
    padding:40px;
    gap:20px;
  }
  .contact-section h2 {
    font-size:40px;
  }
  .contact-symbol {
    font-size:145px;
    padding-right:10px;
    letter-spacing:-10px;
  }
  .contact-symbol>span {
    font-size:60px;
    right:-16px;
    top:14px;
  }
  .footer-main {
    flex-wrap:wrap;
    gap:18px;
  }
  .footer-main>p {
    margin-left:auto;
  }
  .footer-main>a:last-child {
    margin-left:0;
    width:100%;
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:15px;
  }
  .footer-bottom>span {
    width:100%;
  }
}
@media(max-width:580px) {
  .shell {
    width:calc(100% - 36px);
  }
  .brand-logo {
    width:112px;
  }
  .brand-divider {
    margin:0 9px;
    height:20px;
  }
  .brand-product {
    font-size:14px;
  }
  .header {
    gap:13px;
  }
  .menu-toggle {
    font-size:10px!important;
  }
  .language-picker summary {
    font-size:11px;
    gap:5px;
  }
  .language-picker svg {
    display:none;
  }
  .hero h1,html[lang=de] h1,html[lang=hu] h1 {
    font-size:clamp(41px,10.7vw,61px);
    letter-spacing:-2px;
  }
  h1 em {
    white-space:normal;
  }
  .hero-copy>.eyebrow {
    font-size:8px;
    letter-spacing:1.2px;
  }
  .hero-intro {
    font-size:14px;
    line-height:1.8;
  }
  .hero-product {
    margin-top:19px;
    font-size:16px;
  }
  .hero-proof {
    font-size:13px;
  }
  .hero-benefits {
    margin-top:15px;
  }
  .hero-benefits li {
    font-size:10px;
  }
  .hero-buttons {
    gap:18px;
    margin-top:24px;
  }
  .hero .button {
    font-size:12px;
    padding-inline:16px;
    gap:16px;
  }
  .hero-note {
    font-size:9px;
    gap:8px;
  }
  .hero-visual {
    padding:20px 16px;
    border-radius:18px;
  }
  .visual-top {
    margin-bottom:16px;
    gap:6px;
  }
  .visual-top>.eyebrow {
    font-size:8px;
    letter-spacing:.7px;
  }
  .visual-top>span:last-child {
    font-size:10px;
  }
  .conversation-card {
    padding:17px;
  }
  .scenario-controls button {
    padding-inline:8px;
    font-size:9px;
  }
  .message-pair {
    padding:12px;
  }
  .message p {
    font-size:12px;
  }
  .message-label {
    font-size:8px;
  }
  .reply {
    margin-left:14px;
  }
  .visual-caption strong {
    font-size:12px;
  }
  .visual-caption p {
    font-size:10px;
  }
  .sample-disclaimer {
    font-size:8px;
  }
  .audience-strip {
    display:block;
    padding-block:23px;
  }
  .audience-strip>p {
    max-width:none;
    margin-bottom:19px;
    font-size:8px;
  }
  .audience-strip>div {
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
  }
  .audience-strip>div>span {
    font-size:12px;
  }
  .audience-strip svg {
    width:21px;
    height:21px;
  }
  .intro-comparison {
    grid-template-columns:1fr;
    gap:20px;
    padding-block:42px;
  }
  .intro-comparison h2 {
    font-size:30px;
  }
  .intro-comparison p {
    font-size:13px;
  }
  .section {
    padding-block:54px;
  }
  .pricing-trial {
    margin-top:28px;
  }
  .pricing-cards {
    grid-template-columns:1fr;
  }
  .pricing-card {
    min-height:0;
  }
  .pricing-card .button,.pricing-card .text-link {
    margin-top:28px;
  }
  .section-intro {
    display:block;
    margin-bottom:32px;
  }
  .section-intro>p {
    margin-top:22px;
    max-width:100%;
    font-size:13px;
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.3px;
  }
  h2 {
    font-size:39px;
    letter-spacing:-1.6px;
  }
  .section-intro .eyebrow {
    margin-bottom:17px;
  }
  .problem-cards {
    grid-template-columns:1fr;
    gap:12px;
  }
  .comparison-cards {
    grid-template-columns:1fr;
    gap:12px;
  }
  .problem-cards article {
    padding:22px;
  }
  .comparison-cards article {
    padding:22px;
  }
  .problem-cards h3 {
    margin-top:20px;
    font-size:20px;
  }
  .comparison-cards h3 {
    margin-top:20px;
    font-size:20px;
  }
  .steps {
    grid-template-columns:1fr;
    gap:27px;
  }
  .step {
    padding-top:18px;
  }
  .step-top {
    margin-bottom:13px;
  }
  .step-icon {
    width:40px;
    height:40px;
  }
  .step h3 {
    font-size:18px;
  }
  .step p {
    max-width:none;
    font-size:13px;
    margin-top:8px;
  }
  .step-number {
    font-size:25px;
  }
  .use-cases {
    grid-template-columns:1fr;
    gap:20px;
  }
  .use-case {
    padding:23px;
  }
  .case-top {
    font-size:11px;
  }
  .case-art {
    height:250px;
    margin-block:4px 18px;
  }
  .case-language {
    right:26px;
    font-size:12px;
  }
  .use-case h3 {
    font-size:25px;
  }
  .use-case>p {
    font-size:13px;
  }
  .case-people {
    font-size:11px;
  }
  .demo-section {
    gap:30px;
  }
  .demo-copy>p:not(.eyebrow) {
    font-size:13px;
  }
  .demo-copy .button {
    font-size:12px;
  }
  .demo-preview {
    padding:27px 15px;
  }
  .demo-art {
    gap:12px;
    min-height:140px;
  }
  .demo-art>span {
    width:44px;
    height:44px;
    font-size:22px;
  }
  .demo-art .wave {
    gap:2px;
  }
  .demo-art .wave i {
    width:2px;
  }
  .demo-preview h3 {
    font-size:26px;
  }
  .demo-preview>p {
    font-size:11px;
  }
  .demo-status {
    font-size:9px;
  }
  .demo-meta {
    font-size:8px;
  }
  .faq-section {
    padding-top:0;
    gap:26px;
  }
  .faq-section h2 {
    font-size:39px;
  }
  .faq-section .text-link {
    font-size:12px;
    margin-top:12px;
  }
  .faqs summary {
    font-size:13px;
    gap:12px;
    padding-block:20px;
    min-height:78px;
  }
  .faqs details>p {
    margin-left:24px;
    font-size:12px;
  }
  .contact-section {
    padding:34px 25px;
    position:relative;
  }
  .contact-section h2 {
    font-size:35px;
  }
  .contact-section>div:first-child {
    position:relative;
    z-index:1;
  }
  .contact-section p:not(.eyebrow) {
    font-size:12px;
    max-width:270px;
  }
  .contact-symbol {
    display:none;
  }
  .contact-section .eyebrow {
    font-size:8px;
  }
  .contact-section .button {
    font-size:12px;
  }
  .footer {
    padding-block:34px 22px;
  }
  .footer-main {
    display:block;
    margin-bottom:26px;
  }
  .footer-main>p {
    margin-top:17px;
  }
  .footer-main>a:last-child {
    display:inline-block;
    margin-top:15px;
  }
  .footer-bottom {
    font-size:8px;
    gap:16px;
  }
  .footer-bottom>a:last-child {
    margin-left:auto;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
}
/* Keep long localized copy within narrow grid tracks. */
.use-case {
  min-width:0;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.sample-disclaimer {
  font-size:10px;
}
@media(max-width:360px) {
  .header {
    gap:8px;
  }
  .brand-logo {
    width:100px;
  }
  .brand-divider {
    margin:0 6px;
  }
  .brand-product {
    font-size:12px;
  }
  .language-picker summary {
    gap:3px;
  }
  .js .menu-toggle {
    gap:5px;
  }
}
.js .scenario-controls {
  display:flex;
}

/* Brand accents on dark surfaces use the light primary tint for contrast. */
.conversation-card .wave i { background:var(--tint); }
.conversation-star,.conversation-flow,.conversation-bottom>span>span { color:var(--tint); }
.conversation-card :focus-visible,.contact-section :focus-visible { outline-color:var(--tint); }
.contact-symbol>span { color:var(--tint); }
.contact-symbol img { width:180px; height:auto; display:block; }
@media(max-width:820px) { .contact-symbol img { width:120px; } }
