@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap");

:root {
  --ink: #0c0c0d;
  --paper: #f8f8f5;
  --white: #fff;
  --muted: #5d6064;
  --line: #d8d9d6;
  --blue: #cce9ff;
  --purple: #7855ff;
  --aqua: #3ed3bf;
  --lime: #c9ef75;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h2 { font-size: clamp(37px, 4vw, 55px); }
.pill { display: inline-flex; min-height: 39px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.pill-dark { color: #fff; background: #070707; }
.pill-light { color: #050505; background: #fff; }
.pill-outline { color: #fff; border: 1px solid #fff; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.site-header {
  position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto;
  height: 52px; align-items: center; padding: 0 max(24px, calc((100vw - 1280px)/2));
  border-bottom: 1px solid #e4e4e0; background: rgba(248,248,245,.94); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 700; white-space: nowrap; }
.brand > span:last-child > span { font-weight: 400; }
.brand-mark { display: grid; width: 22px; height: 22px; grid-template-columns: repeat(2, 1fr); gap: 2px; padding: 2px; border-radius: 5px; background: #fff; box-shadow: 0 1px 3px #0002; }
.brand-mark i { display: block; border-radius: 2px; }
.brand-mark i:nth-child(1) { background: #f7c63d; }.brand-mark i:nth-child(2) { background: #47d3c1; }
.brand-mark i:nth-child(3) { background: #6554ed; }.brand-mark i:nth-child(4) { background: #31a6ef; }
.main-nav { display: flex; gap: 29px; margin-left: 50px; font-size: 11px; }
.main-nav b { color: #888; margin-left: 3px; font-size: 9px; }
.header-actions { display: flex; align-items: center; gap: 20px; font-size: 11px; font-weight: 600; }
.header-actions .pill { min-height: 32px; padding-inline: 15px; font-size: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; }

.hero { display: grid; grid-template-columns: 1.28fr .72fr; gap: 12%; padding-top: 92px; }
.hero > * { min-width: 0; }
.hero h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(58px, 6vw, 88px); }
.hero-copy { max-width: 400px; margin-top: 38px; overflow-wrap: anywhere; font-size: 14px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.agent-stage { position: relative; grid-column: 1 / -1; display: grid; grid-template-columns: .75fr 1.08fr .88fr; gap: 42px; width: 88%; min-height: 550px; align-items: start; margin: 95px auto 10px; padding: 20px 45px 110px; background: #fff; }
.mock-card { position: relative; z-index: 2; min-width: 0; border: 1px solid #e1e1e6; border-radius: 18px; background: #fff; box-shadow: 0 18px 35px #1111; font-size: 11px; }
.phone { min-height: 360px; padding: 18px 15px; }
.ticket { min-height: 400px; padding: 17px; }
.insight { min-height: 375px; padding: 17px; }
.mock-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #eee; font-size: 9px; }
.avatar { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; color: #fff; font-size: 8px; font-weight: 700; }
.violet { background: #8167f7; }.coral { background: #ec826e; }.blue { background: #489ed9; }
.chat { max-width: 90%; margin: 19px 0; padding: 11px 12px; border-radius: 9px; line-height: 1.45; }
.chat-purple { color: #fff; background: #7157e8; }
.chat-soft { margin-left: auto; background: #f1f1f4; }.chat.small { margin-top: 0; }
.mock-input { position: absolute; right: 15px; bottom: 16px; left: 15px; display: flex; align-items: center; justify-content: space-between; padding: 11px; border: 1px solid #ddd; border-radius: 8px; color: #aaa; }
.mock-input b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 5px; color: #fff; background: #7659ee; }
.mock-label { position: absolute; bottom: -28px; left: 50%; padding: 5px 10px; transform: translateX(-50%); border-radius: 12px; background: #fff; box-shadow: 0 2px 8px #0001; font-size: 9px; white-space: nowrap; }
.suggestion { padding: 16px; margin: 16px 0; border-radius: 9px; background: #edf6ff; }
.suggestion small,.suggestion strong { display: block; }.suggestion small { color: #2475a7; font-size: 8px; }.suggestion strong { margin: 7px 0 12px; font-size: 11px; }
.suggestion button { padding: 7px 10px; border: 1px solid #7e5ae9; border-radius: 5px; color: #6247cd; background: #fff; font-size: 8px; }
.task-list { padding: 0; margin: 0; list-style: none; }
.task-list li { display: grid; grid-template-columns: auto 1fr auto; gap: 7px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; }
.task-list small { color: #8b8b8b; font-size: 7px; }.ok { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #137f61; background: #d6f3e8; font-style: normal; }
.person-row { display: flex; gap: 8px; align-items: center; margin-top: 15px; }.person-row span small { display: block; color: #888; }.person-row em { margin-left: auto; color: #20986e; font-size: 8px; font-style: normal; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 4px; border-radius: 50%; background: #845af1; box-shadow: 0 0 0 4px #825af119; }
.insight-line { display: flex; gap: 9px; margin-top: 17px; line-height: 1.4; }.insight-line p { margin: 0; }
.mini-chart { position: relative; height: 145px; margin: 15px 0; padding: 15px; border: 1px solid #eee; border-radius: 9px; }
.mini-chart span { font-size: 19px; font-weight: 700; }.mini-chart svg { position: absolute; right: 10px; bottom: 15px; left: 10px; width: calc(100% - 20px); height: 80px; }
.mini-chart path { fill: none; stroke: #7456ef; stroke-width: 3; }.mini-chart circle { fill: #ff6b64; }
.footer-line { padding-top: 12px; border-top: 1px solid #eee; }
.connector { position: absolute; z-index: 0; right: 6%; bottom: 14px; left: 6%; width: 88%; height: 112px; overflow: visible; }
.connector path { fill: none; stroke: #8066ea; stroke-width: 1.5; stroke-dasharray: 3 4; }
.sparkle { position: absolute; bottom: 5px; left: 50%; color: #9b75ff; font-size: 47px; transform: translateX(-50%); text-shadow: 0 0 17px #835cff; }

.benefits { display: grid; grid-template-columns: 1fr 1.05fr; gap: 95px; padding-top: 105px; padding-bottom: 110px; }
.benefits h2 { margin-bottom: 32px; }
.accordion details { border-bottom: 1px solid #cfd0cc; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; cursor: pointer; font-weight: 600; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion details p { max-width: 680px; padding-right: 30px; color: #3e4043; font-size: 12px; line-height: 1.55; }
.accordion details .text-link { margin: 5px 0 22px; }
.benefit-demo { min-height: 470px; padding: 50px; border-radius: 26px; background: #d1edff; }
.demo-window { position: relative; height: 100%; min-height: 370px; overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 17px 35px #4c9bc61a; }
.window-bar { display: flex; gap: 7px; align-items: center; height: 38px; padding: 0 13px; border-bottom: 1px solid #eee; }
.window-bar .mini-logo { margin-right: auto; color: #7855ee; }.window-bar i { width: 5px; height: 5px; border-radius: 50%; background: #ddd; }
.demo-empty { display: grid; place-items: center; height: 230px; color: #aaa; font-size: 10px; }
.demo-empty p { margin-top: -70px; }
.waveform { display: flex; gap: 4px; align-items: center; }.waveform i { width: 4px; height: 22px; border-radius: 5px; background: #8766f7; animation: wave 1s infinite alternate; }
.waveform i:nth-child(2),.waveform i:nth-child(6) { height: 35px; animation-delay: -.3s; }.waveform i:nth-child(3),.waveform i:nth-child(5) { height: 48px; animation-delay: -.6s; }.waveform i:nth-child(4) { height: 60px; }
@keyframes wave { to { transform: scaleY(.42); opacity: .55; } }
.fake-button { position: absolute; right: 19px; bottom: 63px; padding: 10px 17px; border: 0; border-radius: 5px; background: #d1edff; font-size: 8px; font-weight: 700; }
.typing { position: absolute; bottom: 18px; left: 20px; color: #7455ed; }.typing span { display: inline-block; width: 4px; height: 4px; margin-left: 3px; border-radius: 50%; background: currentColor; }

.blue-band { padding: 85px 0 88px; background: var(--blue); }
.section-intro { display: grid; grid-template-columns: 1fr .74fr; gap: 100px; }
.section-intro h2 { max-width: 620px; }
.section-intro > p { max-width: 450px; margin-top: 30px; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 55px; margin-top: 75px; }
.feature-grid article { min-width: 0; }
.feature-grid article:nth-child(n+5) { grid-column: span 1; }
.feature-grid article span { color: #49799a; font-family: var(--serif); font-size: 13px; }
.feature-grid h3 { margin: 15px 0 16px; font-size: 15px; }
.feature-grid p { font-size: 11px; line-height: 1.55; }

.roi { padding-top: 85px; padding-bottom: 90px; text-align: center; }
.roi h2 { margin-bottom: 15px; }.section-subtitle { color: #4c4f50; font-size: 12px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; }
.metrics > div { padding: 0 43px; border-right: 1px solid #bbb; }.metrics > div:last-child { border: 0; }
.metrics strong { font-family: var(--serif); font-size: 43px; font-weight: 400; }
.metrics p { margin: 8px 0 0; font-size: 10px; line-height: 1.4; }

.showcase { padding-top: 35px; padding-bottom: 90px; }
.showcase > h2 { text-align: center; }
.tabs { display: flex; gap: 25px; justify-content: center; margin: 28px 0 25px; }
.tabs button { padding: 8px 0; border: 0; border-bottom: 2px solid transparent; background: none; color: #777; font-size: 11px; cursor: pointer; }
.tabs button.active { border-color: #5b59e8; color: #5b59e8; }
.product-panel { display: grid; grid-template-columns: 1.07fr 1fr; min-height: 520px; overflow: hidden; border-radius: 7px; color: #fff; background: #030303; }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 65px; }
.product-kicker { margin-bottom: 25px; font-size: 9px; letter-spacing: .13em; }
.product-copy h3 { max-width: 470px; margin-bottom: 25px; font-family: var(--serif); font-size: 39px; font-weight: 400; line-height: 1.02; }
.product-copy p { max-width: 450px; color: #ddd; font-size: 12px; line-height: 1.6; }
.product-copy a { margin-top: 15px; font-size: 11px; font-weight: 700; }
.product-visual { padding: 28px 22px 0; }
.blue-screen { position: relative; min-height: 492px; overflow: hidden; border-radius: 7px 7px 0 0; color: #111; background: #1594f7; }
.support-bubble { position: absolute; top: 65px; left: 55px; width: 70%; padding: 22px; border-radius: 13px; color: #5653e7; background: #fff; font-size: 13px; line-height: 1.5; box-shadow: 0 13px 28px #06518c55; }
.ticket-card { position: absolute; top: 155px; right: 48px; left: 48px; padding: 28px; border-radius: 10px; background: #fff; box-shadow: 0 13px 30px #06518c55; }
.ticket-card small,.ticket-card b { display: block; }.ticket-card small { color: #6f57ea; font-size: 8px; }.ticket-card b { margin: 12px 0; }.ticket-card p { color: #777; font-size: 10px; }.ticket-card button { padding: 9px 18px; border: 0; border-radius: 5px; color: #fff; background: #6b55e7; font-size: 9px; }
.ai-note { position: absolute; right: 48px; bottom: 35px; left: 48px; display: flex; gap: 12px; align-items: center; padding: 16px; border-radius: 8px; background: #fff; }
.ai-note i { color: #7259ea; font-size: 22px; font-style: normal; }.ai-note b,.ai-note small { display: block; }.ai-note small { color: #777; margin-top: 4px; }

.capabilities { display: grid; grid-template-columns: 1fr auto; align-items: end; min-height: 510px; padding-top: 85px; padding-bottom: 80px; }
.capabilities h2 { margin-bottom: 15px; }.capabilities p { max-width: 540px; font-size: 12px; line-height: 1.5; }
.cap-actions { display: flex; gap: 24px; align-items: center; }
.capability-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, 1fr); align-self: end; padding-top: 35px; border-top: 1px solid #c9cac7; }
.capability-list span { font-family: var(--serif); font-size: 18px; }

.social-proof { padding-top: 50px; background: #fff; }
.proof-title { display: flex; justify-content: space-between; align-items: end; padding: 0 15px 36px; }
.proof-title h2 { max-width: 820px; margin: 0; font-size: 36px; }
.service-photo { position: relative; min-height: 580px; overflow: hidden; background: linear-gradient(90deg,#ecd6ceaa,#e9f1f1dd), url("/landing/assets/assets/service-team.jpg") center/cover; }
.service-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, #fff9, transparent 45%, #fff9); }
.photo-overlay { position: absolute; z-index: 2; right: 8%; bottom: 60px; display: grid; max-width: 430px; padding: 25px; color: #fff; background: #0d0d0dcc; }
.photo-overlay span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.photo-overlay strong { margin-top: 8px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.carousel-dots { display: flex; height: 58px; gap: 8px; align-items: center; justify-content: center; }
.carousel-dots i { width: 6px; height: 6px; border-radius: 50%; background: #aaa; }.carousel-dots i.active { width: 18px; border-radius: 5px; background: #111; }.carousel-dots button { width: 24px; height: 24px; border: 1px solid #aaa; border-radius: 50%; background: #fff; }

.trust { padding-top: 90px; padding-bottom: 100px; }
.trust-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; margin-top: 55px; border-top: 1px solid #c9cac8; border-bottom: 1px solid #c9cac8; }
.trust-grid article { min-height: 270px; padding: 32px; border-right: 1px solid #c9cac8; }.trust-grid article:last-child { border: 0; }
.badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.badges div { display: grid; place-content: center; height: 100px; border: 1px solid #aaa; border-radius: 50%; text-align: center; }.badges span { font-family: var(--serif); font-size: 20px; }.badges small { font-size: 7px; }.badges a { grid-column: 1 / -1; align-self: end; font-size: 10px; font-weight: 700; }
.award-logo { display: block; margin-bottom: 25px; font-family: var(--serif); font-size: 21px; line-height: .9; }.trust-grid h3 { margin-top: 30px; }.trust-grid p { font-size: 11px; line-height: 1.5; }

.guides { padding: 75px 0; text-align: center; background: #eeefed; }
.guides h2 { margin-bottom: 12px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 45px; text-align: left; }
.guide-art { position: relative; display: grid; height: 150px; align-content: center; justify-items: center; margin-bottom: 20px; overflow: hidden; border-radius: 6px; }
.guide-art::before { position: absolute; width: 160px; height: 100px; border: 7px solid #fff; border-radius: 6px; content: ""; background: #f8f8f4; box-shadow: 0 8px 18px #0002; transform: rotate(-2deg); }
.guide-art span,.guide-art b,.guide-art i { position: relative; z-index: 2; }.guide-art span { align-self: start; font-size: 27px; font-weight: 700; }.guide-art b { margin-top: 5px; font-family: var(--serif); }.guide-art i { position: absolute; right: 18px; bottom: 12px; font-style: normal; }
.lime { background: #cbed8c; }.aqua { background: #80e7dc; }.sky { background: #a7def9; }.blue { background: #8ccbef; }
.guide-grid article > small { font-size: 8px; letter-spacing: .1em; }.guide-grid h3 { margin: 10px 0; font-size: 13px; }.guide-grid p { color: #555; font-size: 10px; line-height: 1.45; }

.video-cta { position: relative; display: flex; min-height: 450px; align-items: center; overflow: hidden; margin-top: 75px; margin-bottom: 75px; border-radius: 5px; color: #fff; background: #000; }
.video-cta video { position: absolute; inset: 0 0 0 auto; width: 65%; height: 100%; object-fit: cover; object-position: center; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#000 0%,#000 36%,transparent 78%); }
.video-copy { position: relative; z-index: 3; width: 55%; padding: 65px; }
.video-copy h2 { max-width: 560px; font-size: clamp(48px, 5.2vw, 75px); }
.video-copy > div { display: flex; gap: 10px; margin-top: 30px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding-top: 75px; padding-bottom: 100px; }
.faq h2 { max-width: 300px; font-size: 45px; }.faq .accordion summary { padding: 20px 0; font-size: 12px; }.faq .accordion p { font-size: 11px; }

footer { background: #eceeeb; }
.footer-main { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 80px; padding-top: 65px; padding-bottom: 60px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 10px; }
.footer-main h3 { margin-bottom: 8px; font-size: 12px; }
.store-row { display: flex; gap: 8px; margin-top: 25px; }.store-row span { padding: 8px 10px; border-radius: 4px; color: #fff; background: #050505; font-size: 8px; }
.footer-brand hr { margin: 30px 0 20px; border: 0; border-top: 1px solid #aaa; }.footer-brand p { font-size: 9px; line-height: 1.6; }.socials { display: flex; gap: 13px; margin-top: 20px; }.socials a { font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #c6c8c4; color: #676967; font-size: 8px; }.footer-bottom span:last-child { display: flex; gap: 18px; }

@media (max-width: 900px) {
  .main-nav,.header-actions > a:first-child { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .nav-toggle { display: grid; gap: 5px; order: 3; padding: 7px; }.nav-toggle span { display: block; width: 20px; height: 1px; background: #111; }
  .main-nav.open { position: absolute; top: 51px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; margin: 0; padding: 20px 24px; background: #f8f8f5; box-shadow: 0 8px 12px #0001; }.main-nav.open a { padding: 12px 0; border-bottom: 1px solid #ddd; }
  .hero { grid-template-columns: 1fr; gap: 16px; padding-top: 60px; }.hero-copy { margin: 0; }.agent-stage { grid-template-columns: repeat(3, 1fr); width: 100%; gap: 15px; margin-top: 42px; padding-inline: 16px; }
  .benefits { gap: 40px; }.benefit-demo { padding: 25px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .capability-list { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  h2 { font-size: 38px; }
  .site-header { padding-inline: 14px; }
  .header-actions .pill { padding-inline: 11px; }
  .hero { padding-top: 45px; }.hero h1 { font-size: clamp(43px, 12.2vw, 49px); overflow-wrap: anywhere; }.hero-copy { max-width: 100%; }
  .agent-stage { display: flex; min-height: 530px; gap: 0; margin-top: 38px; padding: 15px 15px 90px; }
  .mock-card { width: 62%; flex: 0 0 62%; transform: scale(.82); transform-origin: top left; }
  .agent-stage .ticket { z-index: 4; margin-left: -35%; transform: scale(.9); transform-origin: 50% 35px; }
  .agent-stage .insight { margin-left: -35%; transform-origin: top right; }
  .connector { display: none; }
  .benefits,.section-intro,.faq { grid-template-columns: 1fr; }
  .benefits { gap: 50px; padding-top: 65px; padding-bottom: 70px; }.benefit-demo { min-height: 410px; padding: 18px; }
  .section-intro { gap: 12px; }.section-intro > p { margin-top: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 25px; margin-top: 50px; }
  .metrics { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }.metrics > div { padding: 0 17px; }.metrics > div:nth-child(2) { border: 0; }
  .tabs { justify-content: flex-start; overflow-x: auto; }
  .product-panel { grid-template-columns: 1fr; }.product-copy { padding: 46px 28px; }.product-copy h3 { font-size: 35px; }.product-visual { padding: 0 15px; }.blue-screen { min-height: 420px; }
  .capabilities { display: flex; min-height: auto; flex-direction: column; align-items: start; gap: 25px; padding-top: 65px; }.capability-list { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .proof-title { align-items: start; flex-direction: column; gap: 20px; }.proof-title h2 { font-size: 30px; }.service-photo { min-height: 470px; }.photo-overlay { right: 15px; bottom: 25px; left: 15px; }
  .trust .section-intro { gap: 8px; }.trust-grid { grid-template-columns: 1fr; }.trust-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid #ccc; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .video-cta { min-height: 520px; align-items: end; }.video-cta video { width: 100%; height: 62%; object-position: center; }.video-shade { background: linear-gradient(180deg,#000 0%,#000 30%,transparent 70%,#0008 100%); }.video-copy { width: 100%; align-self: start; padding: 36px 28px; }.video-copy h2 { font-size: 46px; }
  .faq { gap: 15px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .waveform i { animation: none; }
}
