@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-400.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-600.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-700.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-800.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
:root {
  --ink: #203347;
  --muted: #627180;
  --coral: #f36e5a;
  --accent: #b53e2d;
  --soft: #fff2ee;
  --mist: #f5f7f9;
  --line: #dfe5e9;
  --green: #377364;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: white;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.14;
  letter-spacing: -0.045em;
  font-weight: 800;
}
h1 {
  font-size: clamp(44px, 4.8vw, 66px);
}
h2 {
  font-size: clamp(32px, 3.25vw, 46px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
}
p {
  color: var(--muted);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
button,
input,
select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 3px solid #22719f;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
}
strong {
  font-weight: 700;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1232px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.mist {
  background: var(--mist);
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  vertical-align: middle;
}
.skip {
  position: fixed;
  left: 20px;
  top: -90px;
  z-index: 200;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
}
.skip:focus {
  top: 10px;
}
.topline {
  background: var(--mist);
  font-size: 12px;
  color: var(--muted);
}
.topline .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  gap: 16px;
}
.topline a {
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fffffffa;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-inner {
  height: 89px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  flex-shrink: 0;
}
.logo img {
  width: 170px;
  height: auto;
}
#main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}
.languages {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
}
.languages a {
  padding: 5px;
  border-radius: 4px;
  color: var(--muted);
}
.languages [aria-current] {
  background: var(--soft);
  color: var(--accent);
}
.account {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  min-width: 0;
  max-width: 160px;
  min-height: 39px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  white-space: nowrap;
}
.account span {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.account[data-authenticated='true'] {
  background: var(--soft);
  color: var(--accent);
}
.menu-toggle {
  display: none;
  width: 35px;
  height: 40px;
  padding: 8px 4px;
  flex-shrink: 0;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: 0;
}
.eyebrow .icon {
  width: 19px;
  height: 19px;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  max-width: 650px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 13px 21px;
  border-radius: 7px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--accent);
  text-align: center;
  line-height: 1.5;
  transition: background 0.15s;
}
.button:hover {
  background: #973526;
  color: white;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button.secondary {
  color: var(--ink);
  background: white;
  border-color: #ced6de;
}
.button.secondary:hover {
  background: var(--mist);
}
.button.small {
  min-height: 42px;
  font-size: 12px;
  padding: 10px 15px;
}
.actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  line-height: 1.6;
}
.text-link .icon {
  width: 17px;
  height: 17px;
}
.fine {
  font-size: 12px;
  line-height: 1.7;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 78px;
  padding-block: 76px 88px;
}
.hero h1 {
  margin-bottom: 28px;
  max-width: 640px;
}
.hero .lead {
  margin-bottom: 32px;
  font-size: 18px;
}
.hero-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  margin-top: 28px;
}
.hero-note .icon {
  width: 17px;
  height: 17px;
  color: var(--green);
  margin-top: 2px;
}
.voice-stage {
  background: var(--ink);
  padding: 27px;
  border-radius: 26px;
  box-shadow: 0 25px 55px #2033470d;
  color: white;
  position: relative;
}
.stage-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 12px;
}
.stage-heading > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.stage-heading small {
  font-size: 10px;
  color: #cbd4dc;
  border: 1px solid #536576;
  padding: 4px 6px;
  border-radius: 4px;
}
.voice-stage h2 {
  font-size: 19px;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin: 29px 0 10px;
  font-weight: 600;
  max-width: 360px;
}
.wave {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  overflow: hidden;
}
.wave i {
  height: var(--h);
  width: 3px;
  border-radius: 3px;
  background: var(--coral);
  flex-shrink: 1;
}
.wave i.second {
  background: #acc6d0;
}
.wave-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  color: #cbd4dc;
  margin: 5px 0 24px;
}
.wave-legend span:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--coral);
  border-radius: 50%;
  margin-right: 7px;
}
.wave-legend span:nth-child(2):before {
  background: #acc6d0;
}
.wave-legend time {
  margin-left: auto;
}
.insight-card {
  background: white;
  border-radius: 15px;
  padding: 21px;
  color: var(--ink);
}
.insight-title {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
  font-size: 13px;
}
.insight-title > .icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  background: var(--soft);
  color: var(--accent);
  border-radius: 9px;
}
.hero-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 23px;
  margin-top: 17px;
}
.hero-tabs button {
  padding: 10px 0;
  font-size: 11px;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.hero-tabs button[aria-selected='true'] {
  color: var(--accent);
  border-color: var(--accent);
}
#hero-panel {
  min-height: 120px;
  padding-top: 15px;
}
#hero-panel p {
  font-size: 12px;
  line-height: 1.85;
}
.tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.tags span {
  font-size: 10px;
  line-height: 1.5;
  background: var(--mist);
  color: var(--muted);
  padding: 4px 7px;
  border-radius: 4px;
}
.insight-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 10px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  margin-top: 23px;
}
.insight-bottom > .icon {
  width: 14px;
  height: 14px;
}
.insight-bottom > span {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
}
.insight-bottom span .icon {
  width: 13px;
  height: 13px;
}
.stage-bottom {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #bccbd6;
  margin-top: 21px;
}
.stage-bottom b {
  font-size: 16px;
  font-weight: 400;
  color: #708798;
}
.trust-strip {
  border-block: 1px solid var(--line);
}
.trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 29px;
  gap: 30px;
}
.trust-strip .wrap > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trust-strip .icon {
  color: var(--accent);
}
.trust-strip strong,
.trust-strip small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.trust-strip small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px;
}
.section-head {
  margin-bottom: 45px;
}
.section-head .lead {
  margin-top: 24px;
  font-size: 16px;
  max-width: 640px;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.solution-card {
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-card.ai-card {
  background: var(--soft);
  border-color: #f2d4ce;
}
.icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 10px;
  background: var(--mist);
  color: var(--accent);
  margin-bottom: 24px;
}
.ai-card .icon-tile {
  background: white;
}
.solution-card h3 {
  max-width: 280px;
  margin-bottom: 17px;
}
.solution-card p {
  font-size: 13px;
  line-height: 1.9;
}
.solution-card .text-link {
  margin-top: auto;
}
.number-types,
.mini-route,
.mini-ai {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 107px;
  width: 100%;
  margin: 10px 0;
}
.number-types span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 700;
  font-size: 17px;
}
.mini-route span {
  font-size: 13px;
  font-weight: 600;
}
.mini-route i {
  height: 1px;
  flex: 1;
  background: var(--line);
}
.mini-ai {
  justify-content: space-around;
  color: var(--accent);
}
.mini-ai > .icon {
  width: 44px;
  height: 44px;
}
.mini-ai span {
  width: 48px;
  height: 48px;
  border: 1px solid #e9bcb3;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
}
.extras {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 12px;
}
.extras strong {
  color: var(--muted);
}
.extras a {
  border-bottom: 1px solid var(--line);
}
.analysis-app {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
  overflow: hidden;
  box-shadow: 0 13px 35px #20334705;
}
.app-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 19px 26px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.app-toolbar > span {
  font-size: 11px;
  color: var(--muted);
}
.analysis-body {
  display: grid;
  grid-template-columns: 350px 1fr;
}
.call-sidebar {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: #fbfcfd;
}
.searchbox {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px;
  background: white;
}
.searchbox .icon {
  width: 17px;
  height: 17px;
  color: var(--muted);
}
.searchbox input {
  border: 0;
  min-width: 0;
  width: 100%;
  font-size: 11px;
  outline-offset: 9px;
  background: transparent;
}
.list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin: 24px 8px 12px;
}
.list-heading > span:last-child {
  font-size: 10px;
  background: #eaf0f3;
  border-radius: 4px;
  padding: 0 6px;
}
.call-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  text-align: left;
  width: 100%;
  padding: 16px 12px;
  border: 1px solid transparent;
  border-radius: 9px;
  margin-bottom: 6px;
}
.call-row.selected {
  background: white;
  border-color: #edc2ba;
  box-shadow: 0 3px 10px #20334704;
}
.avatar {
  display: grid;
  place-items: center;
  background: #edf0f4;
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.call-row.selected .avatar {
  background: var(--soft);
  color: var(--accent);
}
.call-row small,
.call-row strong,
.call-row em {
  display: block;
  font-style: normal;
}
.call-row small {
  font-size: 10px;
  color: var(--muted);
}
.call-row strong {
  font-size: 12px;
  margin-block: 4px;
}
.call-row em {
  font-size: 10px;
  color: var(--green);
}
.call-row em.review {
  color: #a85917;
}
#empty-search {
  font-size: 12px;
  padding: 16px;
}
.call-detail {
  padding: 31px 36px;
  min-width: 0;
}
.detail-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.detail-heading .eyebrow {
  font-size: 11px;
  margin: 0;
}
.ai-badge {
  color: var(--accent);
  background: var(--soft);
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 700;
}
.call-detail h3 {
  font-size: 25px;
  margin-bottom: 18px;
}
#call-summary {
  font-size: 13px;
  line-height: 1.9;
  min-height: 72px;
}
.tone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  background: var(--mist);
  padding: 19px;
  margin-block: 23px;
  border-radius: 9px;
}
.tone-grid small,
.tone-grid strong {
  display: block;
  font-size: 11px;
}
.tone-grid small {
  color: var(--muted);
  margin-bottom: 7px;
}
.tone-grid strong {
  font-weight: 600;
}
.script-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  gap: 15px;
}
.script-heading > span {
  color: var(--green);
  font-weight: 700;
}
.script-meter {
  height: 5px;
  background: var(--mist);
  border-radius: 5px;
  margin: 11px 0;
  overflow: hidden;
}
.script-meter i {
  height: 100%;
  display: block;
  background: #83ad9b;
  border-radius: 5px;
  transition: width 0.2s;
}
.call-detail .fine {
  font-size: 11px;
}
.outcome {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-block: 22px;
  color: var(--green);
}
.outcome .icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.outcome strong {
  font-size: 12px;
  display: block;
}
.outcome p {
  font-size: 11px;
  margin-top: 5px;
}
.demo-caption {
  font-size: 11px;
  text-align: center;
  margin-top: 15px;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 50px;
}
.feature-row article > .icon {
  color: var(--accent);
  margin-bottom: 20px;
}
.feature-row h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.feature-row p {
  font-size: 13px;
  line-height: 1.85;
}
.section-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 35px;
}
.section-bottom .fine {
  max-width: 550px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.split .section-head {
  margin-bottom: 24px;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
}
.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  margin-bottom: 13px;
}
.check-list .icon {
  color: var(--green);
  width: 17px;
  height: 17px;
  margin-top: 3px;
}
.integration-note {
  margin-top: 22px;
  max-width: 430px;
}
.crm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.crm-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 17px;
  font-weight: 800;
  padding: 12px;
  line-height: 1.4;
  background: white;
  transition: border-color 0.15s;
}
.crm-tile[aria-pressed='true'] {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px #f36e5a15;
}
.salesforce {
  color: #1377b4;
}
.hubspot {
  color: #b4472e;
}
.dynamics {
  font-size: 13px;
  color: #4258a0;
}
.zoho {
  color: #314d9b;
}
.pipedrive {
  color: #276350;
}
.odoo {
  color: #765772;
}
.connection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 29px 12px;
  color: var(--muted);
}
.connection > span {
  width: 38px;
  height: 1px;
  background: var(--line);
}
.connection > strong {
  font-size: 14px;
  max-width: 170px;
  line-height: 1.5;
  color: var(--ink);
}
.connection > .icon {
  width: 19px;
  height: 19px;
}
.crm-workflow {
  background: var(--mist);
  padding: 27px;
  border-radius: 14px;
}
.crm-workflow .eyebrow {
  font-size: 11px;
  margin-bottom: 7px;
}
.crm-workflow p {
  font-size: 12px;
  min-height: 20px;
}
.crm-workflow ol {
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
}
.crm-workflow li {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-height: 42px;
  font-size: 12px;
}
.crm-workflow li i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  position: relative;
  z-index: 1;
}
.crm-workflow li:not(:last-child):before {
  content: '';
  height: 42px;
  width: 1px;
  background: #e1c3bd;
  position: absolute;
  top: 21px;
  left: 3px;
}
.crm-workflow li small {
  margin-left: auto;
  color: var(--muted);
  font-size: 10px;
}
.integration-demo > .fine {
  text-align: center;
  margin-top: 19px;
}
.outbound-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.rotation-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
}
.rotation-card h3 {
  margin-bottom: 16px;
}
.rotation-card > p:not(.fine) {
  font-size: 14px;
}
.rotation-card > .fine {
  font-size: 11px;
}
.rotation-demo {
  background: var(--mist);
  padding: 20px;
  border-radius: 10px;
  margin: 26px 0 19px;
}
.rotation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: var(--muted);
}
.rotation-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-block: 25px;
  font-size: 10px;
}
.rotation-path strong {
  border: 1px solid #efc6bd;
  padding: 13px 11px;
  background: var(--soft);
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.rotation-path .icon {
  width: 16px;
  height: 16px;
  color: var(--muted);
}
.rotation-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 23px;
}
.rotation-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd4dc;
}
.rotation-dots i.active {
  background: var(--accent);
}
.rotation-demo .button {
  display: flex;
  margin-inline: auto;
}
.outbound-features article {
  position: relative;
  padding-left: 43px;
  margin-bottom: 33px;
}
.outbound-features article > .icon {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--accent);
}
.outbound-features h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.outbound-features p {
  font-size: 14px;
  line-height: 1.85;
}
.outbound-features > .button {
  margin-left: 43px;
}
.brand-note {
  margin-bottom: 29px;
  max-width: 420px;
}
.caller-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 380px;
  background:
    linear-gradient(90deg, transparent 49.8%, #e8edef 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, #e8edef 50%, transparent 50.2%);
  background-size: 48px 48px;
  border-radius: 50%;
}
.caller-card {
  width: 270px;
  background: var(--ink);
  border-radius: 24px;
  box-shadow: 0 15px 40px #20334716;
  padding: 30px 22px 23px;
  color: white;
  text-align: center;
  border: 5px solid #e6ebef;
}
.caller-icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 0 auto 24px;
  background: #ffffff15;
  color: #f49c8e;
}
.caller-card p {
  font-size: 11px;
  color: #c1ced8;
  margin-bottom: 9px;
}
.caller-card > strong {
  font-size: 24px;
  line-height: 1.4;
  display: block;
}
.caller-card > span:not(.caller-icon) {
  font-size: 12px;
  color: #c1ced8;
  display: block;
  margin-top: 7px;
}
.caller-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 38px;
}
.caller-actions i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #b6534c;
  color: white;
}
.caller-actions i:first-child .icon {
  transform: rotate(135deg);
}
.caller-actions i:last-child {
  background: #518576;
}
.caller-actions .icon {
  width: 18px;
  height: 18px;
}
.brand-label {
  position: absolute;
  bottom: 3px;
  right: 5%;
  background: white;
  border: 1px solid var(--line);
  padding: 13px 17px;
  border-radius: 9px;
  box-shadow: 0 5px 20px #20334708;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
}
.brand-label .icon {
  color: var(--green);
  width: 17px;
  height: 17px;
}
.about {
  background: var(--ink);
  color: white;
}
.about .eyebrow {
  color: #f9a497;
}
.about p {
  color: #c4cfd9;
}
.about .section-head {
  max-width: 820px;
  margin: 0;
}
.about .section-head .lead {
  max-width: 720px;
}
.about .feature-row {
  margin-top: 52px;
  padding-top: 37px;
  border-top: 1px solid #4b5b6d;
}
.about .feature-row article > .icon {
  color: #f29d90;
}
.about .feature-row h3 {
  font-size: 20px;
}
.partner-preview {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.partner-preview .section-head {
  margin-bottom: 25px;
}
.partner-offer {
  border: 1px solid #edc6bd;
  border-radius: 17px;
  padding: 36px;
  background: var(--soft);
}
.commission {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.07em;
  color: var(--accent);
  white-space: nowrap;
}
.commission span {
  font-size: 0.55em;
  letter-spacing: -0.06em;
  margin-left: 7px;
}
.partner-offer p {
  font-size: 15px;
  margin: 18px 0 25px;
  max-width: 300px;
}
.partner-offer .actions {
  gap: 18px;
}
.partner-offer .actions .button {
  font-size: 13px;
}
.partner-offer .text-link {
  font-size: 12px;
}
.partner-offer small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 19px;
}
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 80px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.faq summary {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 0;
}
.faq summary span {
  font-size: 21px;
  font-weight: 400;
  color: var(--muted);
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 13px;
  padding: 0 30px 23px 0;
  line-height: 1.9;
}
.cta-band {
  background: var(--soft);
  padding-block: 66px;
}
.cta-band > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.cta-band h2 {
  font-size: 39px;
  max-width: 710px;
}
.cta-band p {
  font-size: 14px;
  margin-top: 20px;
  max-width: 650px;
}
.cta-band .button {
  flex-shrink: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.contact-grid article {
  border-top: 1px solid var(--line);
  padding-top: 27px;
}
.contact-grid article > .icon {
  color: var(--accent);
  width: 22px;
  height: 22px;
  margin-bottom: 19px;
}
.contact-grid h3 {
  font-size: 21px;
  margin-bottom: 17px;
}
.contact-grid p {
  font-size: 13px;
  min-height: 46px;
  margin-bottom: 15px;
}
.contact-grid a {
  display: block;
  font-size: 13px;
  line-height: 2.2;
}
.contact-grid .text-link {
  font-size: 12px;
  margin-top: 15px;
}
.contact-departments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 45px;
  border-top: 1px solid var(--line);
  padding-top: 29px;
}
.contact-departments small,
.contact-departments a {
  display: block;
  font-size: 12px;
}
.contact-departments small {
  color: var(--muted);
  margin-bottom: 8px;
}
.contact-departments a {
  font-weight: 600;
}
.apps-section {
  padding-bottom: 80px;
}
.apps-section > details {
  border-block: 1px solid var(--line);
}
.apps-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 27px;
}
.apps-section summary h2 {
  font-size: 23px;
  letter-spacing: -0.03em;
}
.apps-section summary p {
  font-size: 12px;
  margin-top: 9px;
}
.apps-section summary > span {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
}
.apps-section summary b {
  font-size: 25px;
  font-weight: 400;
  color: var(--muted);
}
.apps-section details[open] summary b {
  transform: rotate(45deg);
}
.apps-content {
  padding: 8px 0 33px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 35px;
}
.project-grid > a {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--mist);
}
.project-grid strong {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.project-grid .icon {
  width: 16px;
  height: 16px;
}
.project-grid p {
  font-size: 12px;
  margin-top: 12px;
}
.apps-content h3 {
  font-size: 18px;
  margin-bottom: 22px;
}
.mobile-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 25px;
}
.mobile-apps strong {
  font-size: 12px;
  display: block;
}
.mobile-apps article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
  font-size: 11px;
  color: var(--accent);
}
.mobile-apps a {
  border-bottom: 1px solid #efd3cc;
}
.apps-content > .text-link {
  font-size: 12px;
}
footer {
  background: var(--mist);
  padding-top: 59px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.1fr;
  gap: 44px;
  padding-bottom: 48px;
}
.footer-brand img {
  width: 159px;
  height: auto;
  margin-bottom: 23px;
}
.footer-brand p {
  font-size: 12px;
  margin-bottom: 23px;
}
.footer-grid h3 {
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.footer-grid > div > a {
  display: block;
  font-size: 11px;
  margin-bottom: 11px;
}
.footer-grid > .footer-brand > a {
  font-size: 12px;
}
.payments-title {
  font-size: 11px;
  margin: 23px 0 11px;
}
.payments {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.payments img {
  object-fit: contain;
}
.revolut {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #182b3d;
}
.footer-legal {
  border-top: 1px solid var(--line);
  padding-block: 24px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer-legal p {
  font-size: 10px;
  line-height: 1.9;
}
.footer-legal > a {
  font-size: 11px;
  white-space: nowrap;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 18px;
  width: min(490px, calc(100% - 32px));
  padding: 34px;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 24px 80px #20334728;
  color: var(--ink);
}
dialog::backdrop {
  background: #20334775;
  backdrop-filter: blur(4px);
}
.dialog-close {
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 29px;
  width: 36px;
  height: 36px;
  color: var(--muted);
}
dialog h2 {
  font-size: 31px;
  margin-bottom: 16px;
}
dialog > p {
  font-size: 13px;
  margin-bottom: 22px;
}
dialog > label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
dialog select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  background: white;
  font-size: 13px;
  margin-bottom: 20px;
}
dialog > .button {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
dialog .fine {
  font-size: 10px;
  margin-top: 19px;
  margin-bottom: 0;
}
.partner-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}
.partner-hero h1 {
  font-size: 57px;
}
.partner-hero .lead {
  margin: 25px 0 29px;
  font-size: 17px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 45px;
}
.audience-grid article > .icon {
  color: var(--accent);
  margin-bottom: 24px;
}
.audience-grid h3 {
  font-size: 20px;
  margin-bottom: 17px;
}
.audience-grid p {
  font-size: 13px;
  line-height: 1.9;
}
.partner-steps {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin: 48px 0 28px;
}
.partner-steps li > span {
  display: grid;
  place-items: center;
  border: 1px solid #efd0c9;
  background: var(--soft);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 25px;
}
.partner-steps h3 {
  font-size: 23px;
  margin-bottom: 17px;
}
.partner-steps p {
  font-size: 13px;
  line-height: 1.9;
}
.partner-cta-login {
  display: block;
  text-align: center;
  margin-top: 17px;
  font-size: 12px;
  color: var(--accent);
}
.legal-page {
  max-width: 900px;
}
.legal-page h1 {
  font-size: 49px;
}
.legal-meta {
  margin-block: 32px 40px;
  padding: 24px;
  border-left: 3px solid var(--coral);
  background: var(--mist);
}
.legal-meta p {
  font-size: 13px;
  margin-bottom: 17px;
}
.legal-meta p:last-child {
  margin: 0;
}
.legal-document {
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.legal-document p {
  margin: 16px 0;
  color: var(--ink);
}
.legal-document a {
  text-decoration: underline;
}
.legal-document h2,
.legal-document h3 {
  font-size: 23px;
  margin: 30px 0 20px;
}
.legal-document table {
  max-width: 100%;
  border-collapse: collapse;
}
.legal-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 35px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 85px 100px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .nav-inner {
    gap: 22px;
  }
  .logo img {
    width: 152px;
  }
  #main-nav {
    gap: 16px;
    font-size: 12px;
  }
  .nav-actions {
    gap: 11px;
  }
  .account {
    max-width: 130px;
  }
  .hero {
    gap: 45px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero .actions .button {
    padding: 12px 16px;
    font-size: 12px;
  }
  .split {
    gap: 55px;
  }
  .solution-card {
    padding: 26px;
  }
  .analysis-body {
    grid-template-columns: 310px 1fr;
  }
  .outbound-grid {
    gap: 35px;
  }
  .rotation-card {
    padding: 25px;
  }
  .rotation-path {
    gap: 7px;
  }
  .footer-grid {
    gap: 29px;
  }
  .partner-hero {
    gap: 50px;
  }
  .partner-hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 1050px) {
  .nav-inner {
    height: 77px;
  }
  .nav-actions {
    margin-left: auto;
    flex: 1;
    justify-content: flex-end;
    gap: 16px;
  }
  .account {
    max-width: 210px;
  }
  .menu-toggle {
    display: block;
  }
  #main-nav {
    display: none;
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    background: white;
    padding: 24px 28px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    white-space: normal;
  }
  #main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .hero {
    gap: 30px;
    padding-block: 60px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero .lead {
    font-size: 15px;
  }
  .voice-stage {
    padding: 22px;
  }
  .stage-heading {
    font-size: 10px;
  }
  .stage-heading small {
    font-size: 9px;
  }
  .voice-stage h2 {
    font-size: 17px;
  }
  .insight-card {
    padding: 18px;
  }
  #hero-panel {
    min-height: 145px;
  }
  .section {
    padding-block: 80px;
  }
  .section-head .lead {
    font-size: 15px;
  }
  .solutions-grid {
    gap: 16px;
  }
  .solution-card {
    padding: 23px;
  }
  .solution-card h3 {
    font-size: 21px;
  }
  .number-types {
    gap: 7px;
  }
  .number-types span {
    font-size: 13px;
    padding: 7px;
  }
  .analysis-body {
    grid-template-columns: 280px 1fr;
  }
  .call-sidebar {
    padding: 18px 12px;
  }
  .call-detail {
    padding: 27px;
  }
  .feature-row {
    gap: 28px;
  }
  .crm-tile {
    font-size: 14px;
    min-height: 74px;
  }
  .dynamics {
    font-size: 11px;
  }
  .split {
    gap: 40px;
  }
  .outbound-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
  }
  .rotation-path {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rotation-path > span {
    flex: 1;
  }
  .rotation-path > strong {
    font-size: 11px;
  }
  .outbound-features article {
    padding-left: 35px;
  }
  .outbound-features > .button {
    margin-left: 35px;
  }
  .partner-preview {
    gap: 35px;
  }
  .partner-offer {
    padding: 28px;
  }
  .commission {
    font-size: 67px;
  }
  .partner-offer .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .faq {
    gap: 40px;
  }
  .cta-band h2 {
    font-size: 34px;
  }
  .contact-grid {
    gap: 25px;
  }
  .contact-grid h3 {
    font-size: 18px;
  }
  .footer-grid {
    grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
    gap: 25px;
  }
  .footer-brand img {
    width: 145px;
  }
  .partner-hero h1 {
    font-size: 45px;
  }
  .audience-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .partner-steps {
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .hero {
    gap: 25px;
    grid-template-columns: 0.95fr 1fr;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .voice-stage {
    padding: 19px;
    border-radius: 20px;
  }
  .stage-heading > span {
    font-size: 10px;
    gap: 7px;
  }
  .stage-heading img {
    width: 21px;
    height: 21px;
  }
  .stage-heading small {
    max-width: 70px;
    line-height: 1.3;
  }
  .insight-title {
    font-size: 11px;
  }
  .hero-tabs {
    gap: 17px;
  }
  .hero-tabs button {
    font-size: 10px;
  }
  #hero-panel p {
    font-size: 11px;
  }
  #hero-panel {
    min-height: 153px;
  }
  .wave {
    height: 90px;
    gap: 3px;
  }
  .insight-bottom {
    font-size: 9px;
  }
  .insight-bottom > span {
    display: none;
  }
  .hero .eyebrow {
    font-size: 11px;
  }
  .hero-note {
    font-size: 10px;
  }
  .trust-strip .wrap {
    gap: 20px;
  }
  .trust-strip strong {
    font-size: 10px;
  }
  .trust-strip small {
    font-size: 9px;
  }
  .trust-strip .wrap > div {
    gap: 10px;
  }
  .trust-strip .icon {
    width: 21px;
    height: 21px;
  }
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  .solution-card {
    display: grid;
    grid-template-columns: 48px 1fr 1fr;
    gap: 10px 25px;
    align-items: start;
  }
  .solution-card > .icon-tile {
    grid-row: 1/4;
    margin: 0;
  }
  .solution-card h3 {
    grid-column: 2;
    max-width: none;
  }
  .solution-card p {
    grid-column: 2;
    font-size: 12px;
  }
  .solution-card .text-link {
    grid-column: 2;
    grid-row: 3;
    font-size: 12px;
  }
  .solution-card .number-types,
  .solution-card .mini-route,
  .solution-card .mini-ai {
    grid-column: 3;
    grid-row: 1/4;
    align-self: center;
    justify-content: center;
  }
  .analysis-body {
    grid-template-columns: 230px 1fr;
  }
  .call-row {
    padding: 13px 8px;
    gap: 8px;
  }
  .call-row .avatar {
    width: 27px;
    height: 27px;
    font-size: 8px;
  }
  .call-row strong {
    font-size: 10px;
  }
  .call-row em {
    font-size: 9px;
  }
  .searchbox input {
    font-size: 10px;
  }
  .call-detail {
    padding: 23px;
  }
  .call-detail h3 {
    font-size: 21px;
  }
  .tone-grid {
    gap: 18px;
    padding: 15px;
  }
  .tone-grid strong {
    font-size: 10px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .split > div {
    min-width: 0;
  }
  .integration-demo {
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  .crm-tile {
    font-size: 20px;
  }
  .crm-tile.dynamics {
    font-size: 14px;
  }
  .feature-row h3 {
    font-size: 18px;
  }
  .feature-row p {
    font-size: 12px;
  }
  .section-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .outbound-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .outbound-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .outbound-features article {
    margin-bottom: 0;
    padding: 0;
  }
  .outbound-features article > .icon {
    position: static;
    margin-bottom: 15px;
  }
  .outbound-features h3 {
    font-size: 20px;
  }
  .outbound-features p {
    font-size: 13px;
  }
  .outbound-features > .button {
    margin: 0;
    justify-self: start;
    grid-column: 1/-1;
  }
  .rotation-path {
    flex-wrap: nowrap;
  }
  .rotation-path strong {
    font-size: 14px;
  }
  .branded {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .branded h2 {
    font-size: 32px;
  }
  .branded .lead {
    font-size: 14px;
  }
  .caller-visual {
    min-height: 350px;
  }
  .caller-card {
    width: 240px;
  }
  .brand-label {
    right: 0;
    font-size: 10px;
    padding: 12px;
  }
  .partner-preview {
    gap: 28px;
    grid-template-columns: 1.1fr 1fr;
  }
  .partner-preview h2 {
    font-size: 34px;
  }
  .partner-offer {
    padding: 24px;
  }
  .commission {
    font-size: 56px;
  }
  .partner-offer p {
    font-size: 13px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq h2 br {
    display: none;
  }
  .cta-band > .wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid .cyprus {
    grid-column: 1/-1;
  }
  .contact-grid .cyprus p {
    min-height: 0;
  }
  .contact-departments {
    gap: 23px;
  }
  .apps-section summary {
    gap: 20px;
  }
  .apps-section summary > span {
    max-width: 230px;
  }
  .project-grid {
    gap: 17px;
  }
  .project-grid > a {
    padding: 18px;
  }
  .project-grid strong {
    font-size: 15px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-grid h3 {
    margin-bottom: 19px;
  }
  .footer-grid > div > a {
    font-size: 12px;
  }
  .partner-hero {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .partner-hero h1 {
    font-size: 42px;
  }
  .partner-hero .lead {
    font-size: 15px;
  }
  .partner-steps h3 {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  html {
    scroll-padding-top: 85px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .topline {
    font-size: 9px;
  }
  .topline .wrap {
    min-height: 30px;
    gap: 12px;
  }
  .topline span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55%;
  }
  .nav-inner {
    height: 72px;
    gap: 14px;
  }
  .logo img {
    width: 132px;
  }
  .nav-actions {
    gap: 10px;
  }
  .account {
    font-size: 10px;
    max-width: 135px;
    padding: 7px 8px;
    min-height: 34px;
  }
  .languages {
    font-size: 9px;
    gap: 1px;
  }
  .languages a {
    padding: 4px;
  }
  .menu-toggle {
    width: 26px;
    height: 35px;
  }
  .menu-toggle span {
    margin: 5px 0;
  }
  .nav-actions {
    gap: 7px;
  }
  #main-nav {
    top: 72px;
    padding: 22px 20px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 43px;
    padding-block: 45px 53px;
  }
  .hero h1 {
    font-size: 46px;
    max-width: 520px;
  }
  .hero .lead {
    font-size: 16px;
    line-height: 1.85;
    max-width: 490px;
  }
  .hero .eyebrow {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .hero .actions {
    flex-direction: row;
    gap: 12px;
  }
  .hero .actions .button {
    font-size: 12px;
  }
  .hero-note {
    font-size: 11px;
    margin-top: 23px;
  }
  .voice-stage {
    width: 100%;
    max-width: 490px;
    padding: 24px;
    margin: auto;
  }
  .stage-heading > span {
    font-size: 12px;
  }
  .stage-heading small {
    font-size: 9px;
    max-width: none;
  }
  .voice-stage h2 {
    font-size: 21px;
    margin-top: 28px;
  }
  .wave {
    height: 108px;
  }
  .wave-legend {
    font-size: 10px;
  }
  .insight-card {
    padding: 21px;
  }
  .insight-title {
    font-size: 12px;
  }
  .hero-tabs {
    gap: 24px;
  }
  .hero-tabs button {
    font-size: 11px;
  }
  #hero-panel {
    min-height: 125px;
  }
  #hero-panel p {
    font-size: 12px;
  }
  .insight-bottom {
    font-size: 10px;
  }
  .insight-bottom > span {
    display: flex;
  }
  .trust-strip .wrap {
    grid-template-columns: 1fr;
    gap: 21px;
    padding-block: 25px;
  }
  .trust-strip .wrap > div {
    gap: 14px;
  }
  .trust-strip strong {
    font-size: 12px;
  }
  .trust-strip small {
    font-size: 11px;
  }
  .trust-strip .icon {
    width: 24px;
    height: 24px;
  }
  .section {
    padding-block: 63px;
  }
  h2 {
    font-size: 34px;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .section-head .lead {
    font-size: 14px;
    margin-top: 20px;
  }
  .eyebrow {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .solution-card {
    display: flex;
    gap: 0;
    padding: 28px;
  }
  .solution-card > .icon-tile {
    margin-bottom: 23px;
  }
  .solution-card h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .solution-card p {
    font-size: 14px;
  }
  .solution-card .text-link {
    font-size: 13px;
  }
  .solution-card .number-types,
  .solution-card .mini-route,
  .solution-card .mini-ai {
    min-height: 85px;
    margin: 13px 0;
  }
  .number-types span {
    font-size: 18px;
    padding: 7px 13px;
  }
  .extras {
    gap: 13px 20px;
    font-size: 11px;
  }
  .extras strong {
    width: 100%;
  }
  .analysis-body {
    grid-template-columns: 1fr;
  }
  .app-toolbar {
    padding: 17px;
    font-size: 12px;
    gap: 14px;
  }
  .app-toolbar > span {
    font-size: 9px;
    text-align: right;
  }
  .call-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 17px;
  }
  .searchbox input {
    font-size: 11px;
  }
  .list-heading {
    margin: 20px 5px 10px;
  }
  .call-row {
    padding: 13px 10px;
    gap: 11px;
  }
  .call-row .avatar {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
  .call-row strong {
    font-size: 12px;
  }
  .call-row small,
  .call-row em {
    font-size: 10px;
  }
  .call-detail {
    padding: 24px 20px;
  }
  .call-detail h3 {
    font-size: 24px;
  }
  #call-summary {
    font-size: 13px;
    min-height: 0;
  }
  .tone-grid {
    gap: 15px;
    padding: 16px;
  }
  .tone-grid strong {
    font-size: 11px;
  }
  .call-detail .fine {
    font-size: 11px;
  }
  .outcome p {
    font-size: 11px;
  }
  .feature-row {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-top: 36px;
  }
  .feature-row article {
    padding-left: 42px;
    position: relative;
  }
  .feature-row article > .icon {
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
  }
  .feature-row h3 {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .feature-row p {
    font-size: 13px;
  }
  .section-bottom {
    margin-top: 30px;
    gap: 23px;
  }
  .crm-grid {
    gap: 10px;
  }
  .crm-tile {
    font-size: 16px;
    min-height: 72px;
  }
  .crm-tile.dynamics {
    font-size: 11px;
  }
  .connection {
    gap: 12px;
  }
  .connection > strong {
    font-size: 13px;
    max-width: 130px;
  }
  .connection > span {
    width: 25px;
  }
  .crm-workflow {
    padding: 22px;
  }
  .split {
    gap: 33px;
  }
  .outbound-grid {
    gap: 33px;
  }
  .rotation-card {
    padding: 24px;
  }
  .rotation-card h3 {
    font-size: 24px;
  }
  .rotation-demo {
    padding: 18px;
  }
  .rotation-path {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rotation-path strong {
    font-size: 11px;
    padding: 11px 8px;
  }
  .rotation-path > .icon {
    width: 12px;
    height: 12px;
  }
  .rotation-path > span {
    font-size: 9px;
    flex: 0 auto;
  }
  .outbound-features {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .outbound-features article {
    padding-left: 40px;
    position: relative;
  }
  .outbound-features article > .icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
  }
  .outbound-features > .button {
    margin-left: 0;
  }
  .branded {
    grid-template-columns: 1fr;
  }
  .branded h2 {
    font-size: 34px;
  }
  .caller-visual {
    max-width: 410px;
    width: 100%;
    margin: auto;
  }
  .caller-card {
    width: 255px;
  }
  .brand-label {
    right: 5%;
    bottom: 0;
  }
  .about .feature-row {
    gap: 34px;
  }
  .partner-preview {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .partner-offer {
    padding: 31px;
  }
  .partner-offer .actions {
    flex-direction: row;
    align-items: center;
  }
  .commission {
    font-size: 73px;
  }
  .partner-offer p {
    font-size: 14px;
  }
  .partner-preview h2 {
    font-size: 34px;
  }
  .faq {
    gap: 25px;
  }
  .faq summary {
    font-size: 13px;
    gap: 16px;
    padding: 20px 0;
  }
  .faq h2 br {
    display: block;
  }
  .cta-band {
    padding-block: 49px;
  }
  .cta-band h2 {
    font-size: 34px;
  }
  .cta-band p {
    font-size: 13px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .contact-grid h3 {
    font-size: 21px;
  }
  .contact-grid p {
    min-height: 0;
    margin-bottom: 14px;
  }
  .contact-grid article > .icon {
    margin-bottom: 15px;
  }
  .contact-grid a {
    font-size: 13px;
  }
  .contact-departments {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 30px;
  }
  .contact-departments small {
    margin-bottom: 4px;
  }
  .apps-section {
    padding-bottom: 54px;
  }
  .apps-section summary {
    align-items: flex-start;
    padding-block: 24px;
    gap: 20px;
  }
  .apps-section summary h2 {
    font-size: 21px;
  }
  .apps-section summary p {
    font-size: 11px;
  }
  .apps-section summary > span {
    font-size: 0;
    max-width: none;
    gap: 0;
  }
  .apps-section summary b {
    font-size: 25px;
  }
  .project-grid,
  .mobile-apps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .project-grid {
    margin-bottom: 27px;
  }
  .mobile-apps {
    gap: 23px;
  }
  .project-grid strong {
    font-size: 17px;
  }
  .mobile-apps strong {
    font-size: 13px;
  }
  .mobile-apps article > div {
    font-size: 12px;
  }
  .footer-grid {
    gap: 31px 23px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 29px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand img {
    width: 149px;
    margin-bottom: 18px;
  }
  .footer-brand p {
    margin-bottom: 15px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid h3 {
    font-size: 13px;
    margin-bottom: 17px;
  }
  .footer-grid > div > a {
    font-size: 11px;
  }
  .footer-legal {
    flex-direction: column;
    gap: 17px;
  }
  .footer-legal p {
    font-size: 9px;
  }
  .payments {
    gap: 19px;
  }
  footer {
    padding-top: 42px;
  }
  .partner-hero {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .partner-hero h1 {
    font-size: 44px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 32px;
  }
  .audience-grid article {
    position: relative;
    padding-left: 40px;
  }
  .audience-grid article > .icon {
    position: absolute;
    left: 0;
    top: 1px;
    width: 23px;
    height: 23px;
  }
  .audience-grid h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .partner-steps {
    grid-template-columns: 1fr;
    gap: 33px;
    margin-top: 33px;
  }
  .partner-steps li {
    position: relative;
    padding-left: 57px;
  }
  .partner-steps li > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
  }
  .partner-steps h3 {
    font-size: 23px;
    margin-bottom: 13px;
  }
  .legal-page h1 {
    font-size: 37px;
  }
  .legal-meta {
    padding: 20px;
  }
  .legal-document {
    font-size: 13px;
  }
  .legal-links {
    gap: 18px;
  }
  dialog {
    padding: 28px;
  }
  dialog h2 {
    font-size: 28px;
  }
}
@media (max-width: 390px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .logo img {
    width: 107px;
  }
  .nav-inner {
    gap: 8px;
  }
  .nav-actions {
    gap: 5px;
  }
  .languages {
    font-size: 8px;
  }
  .languages a {
    padding: 4px 3px;
  }
  .account {
    font-size: 9px;
    padding: 7px;
    max-width: 83px;
  }
  .menu-toggle {
    width: 24px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero .lead {
    font-size: 15px;
  }
  .hero .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .voice-stage {
    padding: 19px;
  }
  .insight-card {
    padding: 18px;
  }
  .stage-heading > span {
    font-size: 10px;
  }
  .stage-heading small {
    font-size: 8px;
  }
  .voice-stage h2 {
    font-size: 19px;
  }
  .hero-tabs {
    gap: 18px;
  }
  .hero-tabs button {
    font-size: 10px;
  }
  #hero-panel {
    min-height: 150px;
  }
  .rotation-card {
    padding: 20px;
  }
  .rotation-demo {
    padding: 14px;
  }
  .rotation-path {
    gap: 6px;
  }
  .rotation-path strong {
    font-size: 10px;
  }
  .rotation-path > .icon {
    width: 10px;
    height: 10px;
  }
  .commission {
    font-size: 64px;
  }
  .partner-offer {
    padding: 25px;
  }
  .crm-tile {
    font-size: 14px;
  }
  .crm-tile.dynamics {
    font-size: 10px;
  }
  .hero .eyebrow {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
