@font-face {
  font-family: Inter;
  src: url("/fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
.miko {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
:root {
  --paper: #fcfbf8;
  --ink: #192539;
  --muted: #5b656d;
  --line: rgb(25 37 57 / 0.12);
  --blue: #0565d6;
  --pink: #ed2982;
  --mint: #00cdb5;
  --accent-web: #006b82;
  --accent-agent: #994278;
  --accent-care: #8c5b12;
  --cta: linear-gradient(110deg, #c5166c, #9340cc);
  --acc-expand: 250ms;
  --acc-collapse: 250ms;
  --acc-chevron: 250ms;
  --acc-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
a,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
  font-weight: 600;
}
p {
  text-wrap: pretty;
  line-height: 1.7;
  color: var(--muted);
}
svg {
  flex-shrink: 0;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
::selection {
  background: #c4f1eb;
  color: var(--ink);
}
.container {
  width: min(1224px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: white;
  padding: 15px;
}
.skip-link:focus {
  top: 15px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(255 255 255 / 0.88);
  -webkit-backdrop-filter: blur(20px) saturate(115%);
  backdrop-filter: blur(20px) saturate(115%);
  border-bottom: 1px solid rgb(48 71 150 / 0.12);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand img {
  width: 43px;
  height: auto;
}
.brand > span {
  font-size: 35px;
  letter-spacing: -1.8px;
  font-weight: 650;
}
.brand-period {
  color: var(--pink);
}
.site-header .brand img {
  width: 47px;
}
.site-header .brand > span {
  font-size: 37px;
}
.desktop-nav {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.desktop-nav a:hover,
.text-link:hover,
footer a:hover {
  color: var(--blue);
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 550;
  font-size: 14px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.header-cta {
  background: var(--cta);
  color: white;
  border-color: transparent;
  min-height: 48px;
  font-size: 13px;
  gap: 12px;
  box-shadow: 0 5px 16px #a936921c;
}
.header-cta:hover {
  background: linear-gradient(110deg, #a60e59, #7c2eb3);
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 48px;
  height: 48px;
}
.mobile-nav {
  padding: 0 24px 24px;
}
.mobile-nav a {
  display: block;
  padding: 13px 0;
}
@media (max-width: 700px) {
  .site-header .desktop-nav {
    display: none;
  }
  .site-header .header-cta {
    margin-left: auto;
    white-space: nowrap;
  }
  .site-header .menu-toggle {
    display: grid;
    place-items: center;
    flex-shrink: 0;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 89% 38%, #f5d4e8 0, transparent 48%),
    radial-gradient(ellipse at 62% 3%, #d2e3ff 0, transparent 55%),
    radial-gradient(ellipse at 15% 96%, #e1eaff 0, transparent 50%), #fafbff;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 73px;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0b9b79;
  box-shadow: 0 0 0 4px #0b9b7910;
  flex-shrink: 0;
}
.hero h1 {
  position: relative;
  font-size: clamp(48px, 4.7vw, 68px);
  letter-spacing: -3.3px;
  line-height: 1.1;
  max-width: 15ch;
}
.gradient-text {
  background: linear-gradient(110deg, #0872d8 12%, #8160df 55%, #ee2d89 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headline-swoosh {
  position: absolute;
  width: 116px;
  height: 18px;
  bottom: -12px;
  left: 337px;
  color: #ee2d89;
  transform: rotate(-3deg);
}
.hero-description {
  font-size: 17px;
  line-height: 1.8;
  max-width: 47ch;
  margin-top: 29px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 550;
  min-height: 52px;
  padding: 15px 18px;
  border-radius: 7px;
  transition: transform 180ms ease;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--cta);
  color: white;
  box-shadow: 0 7px 20px #a9369220;
}
.button-primary:hover {
  background: linear-gradient(110deg, #a60e59, #7c2eb3);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 550;
  min-height: 48px;
}
.hero-reassurance {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.5;
}
.hero-reassurance svg {
  color: #078b6e;
}

.note-icon {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  flex-shrink: 0;
}
.mint {
  background: #def7f4;
  color: #087c73;
}
.peach {
  background: #fff0e7;
  color: #c06b32;
}
.lilac {
  background: #f0eafe;
  color: #8662c9;
}

.miko-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 12px;
}
.miko-touch {
  display: block;
  width: 100%;
  max-width: 520px;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 50%;
}
.miko-touch .miko {
  transform-origin: center 78%;
  animation: miko-float 4s ease-in-out infinite;
}
.miko-touch.is-playful .miko {
  animation: miko-hello 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.hello-note {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .miko-scene {
    width: min(420px, 100%);
    margin: 32px auto 0;
  }
}
@media (max-width: 560px) {
  .miko-scene {
    max-width: 300px;
    margin-top: 24px;
    gap: 8px;
  }
}

.section-heading {
  display: block;
  margin-bottom: 40px;
}

.section-heading h2,
h2 {
  font-size: 42px;
  letter-spacing: -1.6px;
  line-height: 1.2;
  max-width: 26ch;
}
.section-heading > p {
  font-size: 18px;
  max-width: 58ch;
  line-height: 1.65;
  margin: 20px 0 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  background: #fffefa;
}
.service-visual {
  height: 222px;
  position: relative;
  overflow: hidden;
  margin: 8px 8px 0;
  border-radius: 7px;
}
.service-web .service-visual {
  background: linear-gradient(130deg, #a4f2e1, #a9dfff);
}
.service-agent .service-visual {
  background: linear-gradient(130deg, #d7c7ff, #ffc8e3);
}
.service-care .service-visual {
  background: linear-gradient(130deg, #ffceaa, #ffe38c);
}
.service-content {
  padding: 25px 25px 28px;
}
.service-number {
  display: block;
  font-size: 14px;
  color: #576b6d;
  margin-bottom: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.service-content h3 {
  font-size: 24px;
  letter-spacing: -0.65px;
  line-height: 1.3;
  margin-bottom: 13px;
}
.service-content p {
  font-size: 16px;
  line-height: 1.7;
}
.little-browser {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 25px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 24px #355d6b10;
  transform: rotate(-3deg);
  border: 1px solid #26443b12;
  overflow: hidden;
}
.browser-top {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding-inline: 10px;
  background: #f9fbfa;
  border-bottom: 1px solid #14283309;
}
.browser-top i {
  height: 4px;
  width: 4px;
  background: #c9d9d4;
  border-radius: 50%;
}
.browser-top span {
  font-size: 6px;
  margin-left: 47px;
  color: #65726b;
}
.browser-content {
  padding: 18px 15px;
  position: relative;
}
.browser-content > span {
  font-size: 7px;
  color: #52765f;
}
.fake-heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.fake-heading em {
  font-style: normal;
  color: #287a55;
}
.fake-line {
  width: 74px;
  height: 3px;
  background: #e4e9e6;
  margin-top: 9px;
}
.fake-line.short {
  width: 60px;
  margin-top: 4px;
}
.fake-button {
  display: inline-block;
  padding: 6px 9px;
  background: #2f6049;
  color: white;
  border-radius: 3px;
  font-size: 6px;
  margin-top: 13px;
}
.abstract-flower {
  position: absolute;
  font-size: 114px;
  color: #c9dc78;
  right: 11px;
  top: 13px;
  transform: rotate(-14deg);
  line-height: 1;
}
.art-tag {
  position: absolute;
  bottom: 19px;
  right: 16px;
  background: white;
  padding: 9px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 16px #1833220c;
  color: #417459;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  transform: rotate(3deg);
}
.inbox-art {
  padding: 37px 20px 20px;
}
.inbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #523b8210;
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px #40306c04;
  transform: rotate(-3deg);
}
.inbox-row:nth-child(2) {
  transform: rotate(2deg);
  margin-left: 12px;
  margin-right: -4px;
}
.inbox-row strong {
  display: block;
  font-size: 10px;
  font-weight: 550;
}
.inbox-row div > span {
  font-size: 7px;
  display: block;
  margin-top: 4px;
  color: #727382;
}
.inbox-row > .note-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
.inbox-row > svg {
  margin-left: auto;
  color: #55a284;
}
.inbox-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 9px;
  color: #6d5a83;
  margin-top: 20px;
}
.inbox-caption .status-dot {
  width: 4px;
  height: 4px;
}
.care-orbit {
  position: absolute;
  inset: 32px 63px;
  border: 1px dashed #dcbf9c;
  border-radius: 50%;
  transform: rotate(-30deg);
}
.care-icon {
  width: 82px;
  height: 82px;
  background: #fff9f0;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 20px #c17d2520;
  border-radius: 23px;
  display: grid;
  place-items: center;
  color: #c2873a;
  position: absolute;
  left: calc(50% - 41px);
  top: 66px;
  transform: rotate(8deg);
}
.care-label {
  position: absolute;
  background: white;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 7px;
  font-size: 9px;
  color: #796443;
  box-shadow: 0 4px 16px #8c54160b;
}
.care-label-one {
  top: 28px;
  left: 21px;
  transform: rotate(-5deg);
}
.care-label-two {
  bottom: 30px;
  right: 16px;
  transform: rotate(4deg);
}
.care-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e2b86f;
  position: absolute;
  right: 58px;
  top: 65px;
}
.agent-section {
  background:
    radial-gradient(circle at 86% 22%, #50368a 0, transparent 30%),
    radial-gradient(circle at 10% 88%, #075976 0, transparent 33%),
    linear-gradient(125deg, #072f64, #29245f 72%, #37236b);
  color: white;
  overflow: hidden;
  position: relative;
}
.agent-section::before,
.agent-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  pointer-events: none;
}
.agent-section::before {
  left: -390px;
  top: -190px;
}
.agent-section::after {
  right: -290px;
  bottom: -360px;
}
.agent-section .container {
  position: relative;
  z-index: 1;
}
.agent-intro {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}
.agent-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9fe9dc;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 19px;
}
.agent-copy h2 {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 1.13;
}
.agent-copy h2 > span {
  color: #83eed9;
}
.agent-explainer > p {
  color: #d2dae6;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.75;
}
.agent-promise {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border-top: 1px solid #ffffff1c;
  margin-top: 22px;
  padding-top: 20px;
  color: #c2ccdc;
  font-size: 14px;
  line-height: 1.6;
}
.agent-promise svg {
  color: #83eed9;
  margin-top: 2px;
}
.agent-promise strong {
  color: white;
  font-weight: 600;
}
.agent-demo {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  min-width: 0;
  background: #f6f7f8;
  border: 1px solid #ffffff30;
  border-radius: 18px;
  overflow: hidden;
  color: var(--ink);
  box-shadow: 0 28px 90px #02091838;
}
.demo-choices {
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: linear-gradient(145deg, #f5f4ff, #eef7f5), white;
  border-right: 1px solid var(--line);
}
.demo-choices-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #635189;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 16px;
}
.demo-choice-list {
  display: grid;
  gap: 9px;
}
.demo-choice-list button {
  display: grid;
  grid-template-columns: 27px 1fr 22px;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 56px;
  padding: 10px 10px 10px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #4f5c6a;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
.demo-choice-list button:hover {
  background: #ffffffb5;
}
.demo-choice-list button[aria-pressed="true"] {
  background: white;
  border-color: #775da829;
  color: var(--ink);
  box-shadow: 0 8px 24px #2e31520c;
}
.choice-number {
  color: #75648e;
  font-size: 10px;
  font-weight: 650;
}
.choice-check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: transparent;
  background: transparent;
}
.demo-choice-list button[aria-pressed="true"] .choice-check {
  color: #146d60;
  background: #d8f4ed;
}
.demo-choice-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #687783;
  font-size: 11px;
  line-height: 1.55;
}
.demo-choice-note svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #4f8a80;
}
.demo-workspace {
  min-width: 0;
  background:
    radial-gradient(circle at 80% 5%, #f0ddf6 0, transparent 28%), #fbfbfc;
}
.channel-tabs {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  margin-left: auto;
  border-radius: 8px;
  background: #f4f5f6;
}
.channel-tabs button {
  background: transparent;
  border: 0;
  color: #5d6871;
  min-height: 34px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  font-size: 11px;
}
.channel-tabs button[aria-pressed="true"] {
  background: white;
  color: #243342;
  box-shadow: 0 2px 8px #26334a0c;
}
.channel-tabs button:hover {
  color: #433263;
}
.conversation-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 15px 20px;
  background: #ffffffb8;
  backdrop-filter: blur(12px);
}
.mini-miko {
  width: 45px;
  height: 39px;
  display: flex;
  align-items: center;
}
.conversation-title strong {
  font-size: 13px;
  display: block;
}
.conversation-title > span {
  font-size: 12px;
  color: #5e7175;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.conversation-title i {
  width: 4px;
  height: 4px;
  background: #0ba78b;
  border-radius: 50%;
}
.conversation-body {
  padding: 22px 26px 26px;
  animation: message-appear 300ms ease-out;
}
.conversation-context {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #6d7781;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 650;
}
.conversation-context span:first-child {
  color: #6d4ca0;
}
.message-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 14px;
}
.message-row-user {
  align-items: flex-end;
}
.message-row-agent {
  align-items: flex-start;
}
.message-author {
  padding-inline: 4px;
  color: #79838b;
  font-size: 10px;
  font-weight: 600;
}
.message {
  font-size: 13px;
  line-height: 1.65;
  max-width: 78%;
  padding: 12px 15px;
  border-radius: 12px;
}
.message-user {
  background: #e5f1ee;
  border-bottom-right-radius: 3px;
}
.message-agent {
  background: #fff;
  border: 1px solid var(--line);
  border-bottom-left-radius: 3px;
  box-shadow: 0 7px 20px #25304b08;
}
.message-result {
  display: grid;
  grid-template-columns: 38px 1fr 28px;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  padding: 13px;
  border: 1px solid #55a99935;
  border-radius: 11px;
  background: #effaf7;
  color: #254f48;
}
.result-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: white;
  color: #3b7c70;
}
.message-result small,
.message-result strong {
  display: block;
}
.message-result small {
  color: #476e65;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
.message-result strong {
  font-size: 13px;
  line-height: 1.4;
}
.result-check {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #cbeee6;
  color: #176e60;
}
.agent-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 27px;
}
.agent-footer > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c4cede;
  font-size: 13px;
}
.agent-footer > span svg {
  color: #83eed9;
}
.agent-footer .button {
  background: var(--cta);
  color: white;
  box-shadow: 0 6px 20px #11133133;
  outline: 1px solid #ffffff40;
}
.agent-footer .button:hover {
  background: linear-gradient(110deg, #a60e59, #7c2eb3);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 58px;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 21px;
  margin-bottom: 24px;
}
.step-top > span {
  font-size: 12px;
  color: #5d6c75;
}
.step-top > svg {
  color: #a5b0b5;
}
.process-step h3 {
  font-size: 24px;
  letter-spacing: -0.65px;
  margin-bottom: 13px;
}
.process-step p {
  font-size: 16px;
  max-width: 36ch;
  line-height: 1.7;
}
.faq-section {
  border-top: 1px solid var(--line);
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 72px;
}
.faq-grid > div > p {
  font-size: 17px;
  margin-top: 20px;
}
.faq-doodle {
  display: block;
  font-size: 85px;
  line-height: 1;
  color: #bb80a4;
  transform: rotate(-20deg);
  margin-left: 100px;
  margin-top: 5px;
}
.t-acc {
  border-bottom: 1px solid var(--line);
}
.t-acc:first-child {
  border-top: 1px solid var(--line);
}
.t-acc-head {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
  width: 100%;
  padding: 23px 0;
  font-size: 16px;
  font-weight: 500;
}
.t-acc-head:hover {
  color: var(--blue);
}
.t-acc-panel-inner p {
  font-size: 16px;
  padding: 0 32px 24px 0;
}
.t-acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--acc-collapse) var(--acc-ease);
}
.t-acc[data-open="true"] .t-acc-panel {
  grid-template-rows: 1fr;
  transition: grid-template-rows var(--acc-expand) var(--acc-ease);
}
.t-acc-panel-inner {
  overflow: hidden;
  opacity: 0;
  filter: blur(2px);
  transition:
    opacity var(--acc-collapse) var(--acc-ease),
    filter var(--acc-collapse) var(--acc-ease);
}
.t-acc[data-open="true"] .t-acc-panel-inner {
  opacity: 1;
  filter: blur(0);
  transition:
    opacity var(--acc-expand) var(--acc-ease),
    filter var(--acc-expand) var(--acc-ease);
}
.t-acc-chevron {
  display: inline-flex;
  transform: scaleY(1);
  transform-origin: center;
  transition: transform var(--acc-chevron) var(--acc-ease);
}
.t-acc-chevron path {
  vector-effect: non-scaling-stroke;
}
.t-acc[data-open="true"] .t-acc-chevron {
  transform: scaleY(-1);
}
.contact-section {
  padding-top: 16px;
  padding-bottom: 76px;
}
.contact-panel {
  padding: 66px 50px;
  background:
    radial-gradient(ellipse at 0 100%, #b7eee4, transparent 55%),
    radial-gradient(ellipse at 100% 20%, #facbe3, transparent 60%),
    linear-gradient(120deg, #e8e7ff, #fff0f7);
  border: 1px solid #233c2a09;
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.contact-panel h2 {
  margin-inline: auto;
  font-size: 47px;
  max-width: 25ch;
}
.contact-panel p {
  font-size: 18px;
  margin-top: 22px;
  line-height: 1.65;
}
.button-contact {
  margin-top: 28px;
}
.contact-note {
  display: block;
  color: #5e6c63;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
}
.contact-decoration {
  position: absolute;
  left: 20px;
  top: 57px;
  font-size: 175px;
  line-height: 1;
  color: #518bd47a;
  transform: rotate(-16deg);
  z-index: -1;
}
.contact-spark {
  position: absolute;
  right: 61px;
  bottom: 62px;
  font-size: 73px;
  color: #e3339477;
  transform: rotate(12deg);
  z-index: -1;
}
footer {
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 115px;
}
.footer-top .brand > span {
  font-size: 29px;
}
.footer-top .brand img {
  width: 34px;
}
.footer-top p {
  font-size: 13px;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #606c75;
  line-height: 1.5;
}
.footer-bottom a {
  color: #5c6b75;
}
.contact-alternatives {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
  font-size: 14px;
  color: #546d61;
}
.contact-alternatives a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
}
.contact-alternatives a:hover {
  color: #007965;
}
@keyframes message-appear {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
.conversation-refresh {
  animation: message-appear 300ms ease-out;
}
@keyframes miko-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
@keyframes miko-hello {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg) scale(1);
  }
  35% {
    transform: translateY(-14px) rotate(-5deg) scale(1.025);
  }
  65% {
    transform: translateY(-7px) rotate(4deg) scale(1.01);
  }
}
@media (min-width: 1600px) {
  .container {
    width: min(1320px, calc(100% - 144px));
  }
  .hero-grid {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .headline-swoosh {
    left: 375px;
    width: 130px;
  }
  .hero-description {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 24px;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -2.7px;
  }
  .headline-swoosh {
    left: 266px;
    width: 99px;
  }
  .hero-actions {
    gap: 13px;
    flex-wrap: wrap;
  }
  .hero-description {
    font-size: 16px;
  }

  .services-grid {
    gap: 16px;
  }
  .service-content {
    padding: 21px 19px;
  }
  .service-content h3 {
    font-size: 24px;
  }
  .service-visual {
    height: 205px;
  }
  .little-browser {
    left: 13px;
    right: 13px;
  }
  .inbox-art {
    padding: 32px 10px;
  }
  .inbox-row {
    padding: 10px;
    gap: 6px;
  }
  .inbox-row strong {
    font-size: 9px;
  }
  .inbox-row div > span {
    font-size: 6px;
  }
  .care-orbit {
    inset: 30px 40px;
  }
  .agent-grid,
  .faq-grid {
    gap: 40px;
  }
  .agent-copy h2 {
    font-size: 48px;
  }
  .agent-copy p {
    font-size: 15px;
  }
  .demo-prompts button {
    font-size: 9px;
  }
  .section {
    padding-block: 80px;
  }
  .contact-section {
    padding-top: 0;
  }
  .contact-decoration {
    left: -45px;
    font-size: 160px;
  }
  .contact-spark {
    right: 15px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 80px;
  }
  .desktop-nav {
    gap: 17px;
    font-size: 12px;
  }
  .brand > span {
    font-size: 30px;
  }
  .brand img {
    width: 35px;
  }
  .site-header .brand img {
    width: 40px;
  }
  .site-header .brand > span {
    font-size: 32px;
  }
  .header-cta {
    font-size: 11px;
    gap: 10px;
    padding: 12px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 52px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .hero h1 {
    font-size: 65px;
    max-width: 15ch;
    letter-spacing: -3px;
  }
  .headline-swoosh {
    left: 322px;
    width: 110px;
  }
  .hero-description {
    max-width: 50ch;
  }
  .hero-actions {
    gap: 24px;
  }

  .section-heading {
  }
  .section-heading h2,
  h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .section-heading > p {
    font-size: 16px;
    max-width: 58ch;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
  }
  .service-visual {
    margin: 8px;
    height: 220px;
  }
  .service-content {
    padding: 20px;
  }
  .service-content h3 {
    font-size: 24px;
  }
  .service-content p {
    font-size: 16px;
  }
  .agent-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .agent-copy h2 {
    font-size: 46px;
  }
  .agent-copy p {
    max-width: 58ch;
    font-size: 16px;
  }
  .agent-demo {
    max-width: 530px;
    width: 100%;
    margin: auto;
  }
  .agent-footnote {
    max-width: none;
    font-size: 13px;
  }
  .conversation {
    transform: none;
  }
  .message {
    font-size: 14px;
  }
  .messages {
    min-height: 255px;
  }
  .message-result {
    font-size: 11px;
  }
  .demo-input {
    font-size: 12px;
  }
  .demo-prompts button {
    font-size: 11px;
    min-height: 44px;
  }
  .demo-prompts > span {
    font-size: 12px;
  }
  .conversation-header strong {
    font-size: 15px;
  }
  .conversation-header div > span,
  .demo-label {
    font-size: 11px;
  }
  .process-grid {
    gap: 24px;
  }
  .process-step h3 {
    font-size: 24px;
  }
  .process-step p {
    font-size: 16px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-grid > div > p {
    display: none;
  }
  .faq-doodle {
    display: none;
  }
  .contact-panel h2 {
    font-size: 39px;
  }
  .contact-decoration {
    opacity: 0.55;
    left: -65px;
  }
  .contact-spark {
    opacity: 0.6;
    right: -8px;
  }
  .footer-top {
    gap: 20px;
  }
  .footer-top p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 62px;
  }
  .header-inner {
    height: 75px;
    gap: 12px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
    min-height: 42px;
    font-size: 11px;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
    margin-right: -10px;
  }
  .brand > span {
    font-size: 29px;
  }
  .brand img {
    width: 33px;
  }
  .brand {
    gap: 7px;
  }
  .hero-grid {
    padding-top: 42px;
    padding-bottom: 41px;
  }

  .hero h1 {
    font-size: clamp(39px, 10.5vw, 57px);
    letter-spacing: -2.2px;
    line-height: 1.13;
  }
  .headline-swoosh {
    left: 52.5vw;
    width: 20vw;
    bottom: -9px;
    height: 13px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 25px;
  }
  .hero-actions {
    gap: 12px;
    margin-top: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .button {
    font-size: 13px;
    min-height: 52px;
  }
  .hero-actions .text-link {
    font-size: 13px;
    min-height: 36px;
  }
  .hero-reassurance {
    font-size: 12px;
    margin-top: 10px;
  }

  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading h2,
  h2 {
    font-size: 33px;
  }

  .section-heading > p {
    font-size: 16px;
    max-width: 58ch;
    margin-top: 20px;
  }
  .service-card {
    display: block;
  }
  .service-visual {
    height: 210px;
    margin: 8px 8px 0;
  }
  .service-content {
    padding: 23px;
  }
  .service-content h3 {
    font-size: 24px;
  }
  .service-content p {
    font-size: 16px;
  }
  .service-number {
    font-size: 14px;
  }
  .little-browser {
    left: 33px;
    right: 33px;
    top: 25px;
  }
  .inbox-art {
    padding: 34px 20px 20px;
  }
  .inbox-row strong {
    font-size: 11px;
  }
  .inbox-row div > span {
    font-size: 8px;
  }
  .inbox-row {
    padding: 12px;
    gap: 10px;
  }
  .inbox-caption {
    font-size: 10px;
  }
  .care-orbit {
    inset: 30px 75px;
  }
  .care-label-one {
    left: 32px;
  }
  .care-label-two {
    right: 28px;
  }
  .agent-grid {
    gap: 33px;
  }
  .agent-copy h2 {
    font-size: 43px;
    letter-spacing: -1.7px;
  }
  .agent-copy p {
    font-size: 16px;
  }
  .agent-footnote {
    font-size: 13px;
  }

  .light-link {
    font-size: 13px;
  }
  .channel-tabs {
    margin-bottom: 17px;
  }
  .channel-tabs button {
    font-size: 12px;
    min-height: 44px;
    padding: 10px 14px;
  }
  .conversation-header {
    padding: 12px;
  }
  .messages {
    padding: 20px 14px;
    min-height: 290px;
  }
  .message {
    font-size: 13px;
    max-width: 93%;
    padding: 12px 14px;
  }
  .message-result {
    font-size: 10px;
    align-items: flex-start;
    line-height: 1.6;
  }
  .demo-prompts button {
    font-size: 11px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 35px;
  }
  .step-top {
    padding-top: 16px;
    margin-bottom: 13px;
  }
  .process-step h3 {
    font-size: 24px;
  }
  .process-step p {
    font-size: 16px;
    max-width: none;
  }
  .process-step:last-child .step-top svg {
    display: none;
  }
  .faq-grid {
    gap: 28px;
  }
  .t-acc-head {
    font-size: 16px;
    padding: 21px 0;
    line-height: 1.5;
  }
  .t-acc-panel-inner p {
    font-size: 16px;
    padding-right: 12px;
  }
  .contact-section {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .contact-panel {
    padding: 43px 20px;
  }
  .contact-panel h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
  .contact-panel p {
    font-size: 16px;
  }
  .contact-decoration {
    top: auto;
    bottom: 15px;
    font-size: 100px;
    left: -46px;
  }
  .contact-spark {
    bottom: auto;
    top: 12px;
    font-size: 46px;
    right: -11px;
  }
  .contact-note {
    font-size: 13px;
  }
  .desktop-only {
    display: none;
  }
  .footer-top {
    padding-block: 29px;
    min-height: auto;
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-top p {
    font-size: 12px;
    flex: 1;
    text-align: right;
  }
  .footer-top > a:last-child {
    margin-left: 0;
    font-size: 12px;
    flex-basis: 100%;
    min-height: 36px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 12px;
    gap: 15px;
  }
  .footer-bottom span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .footer-bottom a {
    margin-left: auto;
  }
  .contact-alternatives {
    flex-wrap: wrap;
    gap: 10px;
  }
  .contact-alternatives a {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .t-acc-panel,
  .t-acc-panel-inner,
  .t-acc-chevron {
    transition: none !important;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.word-free {
  position: relative;
  display: inline-block;
}
.word-free .headline-swoosh {
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 17px;
}

/* Shared conversion cues and brand accents. */
.cta-benefit {
  margin-top: 25px;
  color: #35466c;
  font-size: 14px;
  font-weight: 550;
}
.hero-actions .button,
.button-contact {
  min-height: 58px;
  font-size: 15px;
}
.hero-actions .text-link {
  font-size: 13px;
}
.hero-reassurance {
  color: #47566c;
  font-size: 13px;
  line-height: 1.5;
}
.services {
  background: #fffdfb;
}
.service-web {
  background: #f0fbfc;
  border-color: #119ea329;
}
.service-agent {
  background: #fff3fa;
  border-color: #d65ca729;
}
.service-care {
  background: #fff8e9;
  border-color: #da973529;
}
.service-web .service-number {
  color: var(--accent-web);
}
.service-agent .service-number {
  color: var(--accent-agent);
}
.service-care .service-number {
  color: var(--accent-care);
}
.inbox-caption {
  color: #67416b;
}
.agent-cta {
  margin-top: 27px;
}
.agent-cta .button {
  background: var(--cta);
  color: white;
  box-shadow: 0 6px 20px #11133133;
  outline: 1px solid #ffffff40;
}
.agent-cta .button:hover {
  background: linear-gradient(110deg, #a60e59, #7c2eb3);
}
.agent-cta > span {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  color: #d9e2fa;
  line-height: 1.5;
}
.process-step .step-top > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 600;
}
.process-step:nth-child(1) .step-top > span {
  background: #b8f1e7;
  color: #086558;
}
.process-step:nth-child(2) .step-top > span {
  background: #f7ccea;
  color: #92396e;
}
.process-step:nth-child(3) .step-top > span {
  background: #ffdea7;
  color: #81501c;
}
.contact-panel h2 > span {
  color: #6545a5;
}
.contact-outcomes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.contact-outcomes li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #3d4960;
}
.contact-outcomes svg {
  color: #6350a2;
}
.contact-note {
  color: #4c5464;
  font-size: 14px;
  line-height: 1.5;
}
.contact-alternatives {
  color: #4c5464;
  font-size: 14px;
}
@media (max-width: 800px) {
  .desktop-nav {
    gap: 14px;
  }
  .header-cta {
    font-size: 11px;
    gap: 9px;
    padding-inline: 12px;
  }
}
@media (max-width: 560px) {
  html {
    scroll-padding-top: 92px;
  }
  .site-header .brand > span {
    display: none;
  }
  .site-header .brand img {
    width: 43px;
  }
  .header-cta {
    min-height: 48px;
    font-size: 12px;
  }
  .hero {
    background:
      radial-gradient(ellipse at 100% 67%, #f5d4e8, transparent 48%),
      radial-gradient(ellipse at 0 100%, #d7e5ff, transparent 55%),
      linear-gradient(155deg, #edf3ff, #fffafd 45%, #e9edff);
  }
  .hero-actions {
    margin-top: 12px;
    gap: 12px;
  }
  .hero-actions .button {
    width: 100%;
    font-size: 14px;
  }
  .hero-actions .text-link {
    align-self: center;
  }
  .cta-benefit {
    margin-top: 22px;
    font-size: 14px;
  }
  .hero-reassurance {
    justify-content: center;
    font-size: 12px;
  }
  .contact-outcomes {
    flex-direction: column;
    align-items: center;
    gap: 11px;
  }
  .button-contact {
    white-space: normal;
    gap: 12px;
    font-size: 14px;
    width: 100%;
  }
  .agent-cta .button {
    font-size: 14px;
    gap: 15px;
  }
  .agent-cta > span {
    font-size: 14px;
  }
  .contact-note {
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  .agent-intro {
    gap: 48px;
  }
  .agent-demo {
    grid-template-columns: 0.46fr 1fr;
  }
  .demo-choices {
    padding: 22px;
  }
}

@media (max-width: 800px) {
  .agent-intro {
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: start;
    margin-bottom: 34px;
  }
  .agent-copy h2 {
    font-size: 45px;
  }
  .agent-explainer > p {
    max-width: 60ch;
    font-size: 16px;
  }
  .agent-promise {
    max-width: 60ch;
  }
  .agent-demo {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0;
  }
  .demo-choices {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .demo-choice-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .demo-choice-list button {
    grid-template-columns: 22px 1fr;
    align-content: center;
  }
  .choice-check {
    display: none;
  }
  .demo-choice-note {
    margin-top: 18px;
    padding-top: 0;
  }
  .message {
    max-width: 84%;
  }
}

@media (max-width: 560px) {
  .agent-section {
    padding-block: 68px;
  }
  .agent-kicker {
    margin-bottom: 15px;
  }
  .agent-copy h2 {
    font-size: 39px;
    letter-spacing: -1.6px;
  }
  .agent-explainer > p {
    font-size: 16px;
  }
  .agent-promise {
    font-size: 13px;
  }
  .agent-demo {
    border-radius: 14px;
  }
  .demo-choices {
    padding: 18px 14px;
  }
  .demo-choice-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .demo-choice-list button {
    grid-template-columns: 25px 1fr 22px;
    min-height: 49px;
    font-size: 12px;
  }
  .choice-check {
    display: grid;
  }
  .demo-choice-note {
    display: none;
  }
  .conversation-header {
    flex-wrap: wrap;
    padding: 13px 14px;
  }
  .channel-tabs {
    width: 100%;
    margin: 7px 0 0;
  }
  .channel-tabs button {
    flex: 1;
    justify-content: center;
    min-height: 44px;
    padding: 8px 5px;
  }
  .conversation-body {
    padding: 18px 14px 16px;
  }
  .message {
    max-width: 93%;
  }
  .message-result {
    grid-template-columns: 34px 1fr 25px;
    gap: 9px;
    padding: 11px;
  }
  .result-icon {
    width: 34px;
    height: 34px;
  }
  .agent-footer {
    align-items: stretch;
    flex-direction: column;
    margin-top: 22px;
  }
  .agent-footer > span {
    justify-content: center;
  }
  .agent-footer .button {
    width: 100%;
    white-space: normal;
    gap: 14px;
  }
}
