@font-face {
  font-family: Golos;
  src: url('assets/golos-cyrillic.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Golos;
  src: url('assets/golos-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #172e47;
  --muted: #637084;
  --plum: #973d72;
  --plum-dark: #79305b;
  --gold: #ffb52e;
  --line: #e2e7ed;
  --pale: #f4f6f9;
  --soft: #f7eef4;
  --white: #fff;
  --radius: 20px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-family: Golos, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  color: inherit;
}
a,
button {
  touch-action: manipulation;
}
button:disabled {
  cursor: default;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 600;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
p {
  color: var(--muted);
}
button {
  border: 0;
}
button,
a {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid #377fbe;
}
::selection {
  background: #ffe0a9;
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.container {
  max-width: 1264px;
  padding: 0 40px;
  margin: auto;
}
.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  vertical-align: middle;
}
.icon.small {
  width: 17px;
  height: 17px;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.topbar {
  background: var(--pale);
  font-size: 12px;
  color: #617086;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
}
.topbar-inner > div {
  display: flex;
  gap: 28px;
}
.topbar-inner a:last-child {
  font-weight: 600;
  color: var(--ink);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-inner {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  display: inline-flex;
  flex-shrink: 0;
}
.brand img {
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.main-nav > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-nav a:hover,
.account-link:hover {
  color: var(--plum);
}
.nav-ai {
  font-size: 12px;
  line-height: 17px;
  background: var(--soft);
  color: var(--plum);
  padding: 0 4px;
  border-radius: 4px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.account-link {
  font-size: 13px;
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 8px;
  background: var(--plum);
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition:
    background 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  background: var(--plum-dark);
  box-shadow: 0 5px 15px #963a7018;
}
.button-small {
  min-height: 42px;
  padding: 11px 17px;
  font-size: 13px;
  white-space: nowrap;
}
.button-quiet {
  background: white;
  color: var(--ink);
  border: 1px solid #d7dfe7;
}
.button-quiet:hover {
  background: var(--pale);
}
.menu-toggle {
  display: none;
  background: none;
  width: 42px;
  height: 42px;
  padding: 9px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
}
.hero {
  padding: 65px 0 58px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 58px;
  align-items: center;
}
.product-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--plum);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 21px;
}
.product-note .icon {
  width: 18px;
  height: 18px;
}
h1 {
  font-size: clamp(46px, 4.7vw, 66px);
  line-height: 1.075;
  letter-spacing: -0.052em;
  font-weight: 600;
}
.hero-description {
  font-size: 17px;
  line-height: 1.65;
  max-width: 445px;
  margin-top: 25px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 29px;
}
.hero-actions .button {
  font-size: 14px;
  padding: 14px 18px;
  gap: 10px;
}
.hero-footnote {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  margin-top: 22px;
}
.hero-footnote .icon {
  width: 16px;
  height: 16px;
  color: var(--plum);
}
.hero-visual {
  border-radius: 24px;
  background: var(--ink);
  padding: 25px 26px 19px;
  color: #fff;
  position: relative;
  box-shadow: 0 24px 48px #172e4710;
  min-width: 0;
}
.visual-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
}
.visual-heading > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demo-label {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ffffff40;
  padding: 2px 8px;
  border-radius: 5px;
  color: #ccd4df;
}
.signal {
  padding: 29px 5px 18px;
}
.signal-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #d1dbe6;
}
.signal-label .icon {
  width: 17px;
  height: 17px;
  color: var(--gold);
}
.waveform {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  margin: 12px 0 2px;
}
.waveform i {
  flex: 1;
  min-width: 2px;
  max-width: 5px;
  border-radius: 3px;
  background: var(--gold);
  opacity: 0.95;
}
.waveform i:nth-child(n + 32) {
  background: #c679a4;
}
.signal-legend {
  display: flex;
  gap: 17px;
  font-size: 12px;
  color: #c9d4e1;
}
.signal-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.signal-legend span:last-child {
  margin-left: auto;
}
.signal-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.signal-legend span:nth-child(2) i {
  background: #c679a4;
}
.insight-panel {
  background: white;
  border-radius: 13px;
  padding: 21px 22px 0;
  color: var(--ink);
  box-shadow: 0 8px 20px #00000012;
}
.insight-top {
  display: flex;
  align-items: center;
  gap: 11px;
}
.insight-top strong {
  display: block;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.insight-top > div > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}
.ai-icon {
  background: var(--soft);
  color: var(--plum);
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  flex-shrink: 0;
}
.ai-icon .icon {
  width: 20px;
}
.hero-tabs {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  border-bottom: 1px solid var(--line);
}
.hero-tabs button {
  padding: 0 0 9px;
  font-size: 12px;
  background: none;
  color: #738093;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.hero-tabs button[aria-selected='true'] {
  color: var(--plum);
  border-color: var(--plum);
}
#hero-insight {
  min-height: 118px;
  padding: 15px 0 16px;
}
#hero-insight p {
  font-size: 12px;
  line-height: 1.65;
  color: #526073;
}
.tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.tags > span {
  border-radius: 4px;
  background: var(--pale);
  font-size: 12px;
  padding: 3px 7px;
  color: #566a83;
}
.insight-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  font-size: 12px;
  color: #557b70;
}
.insight-bottom > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.insight-bottom .icon {
  width: 13px;
  height: 13px;
}
.insight-bottom > span:last-child {
  color: #8090a3;
}
.visual-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #d2d9e1;
  font-size: 12px;
  margin-top: 17px;
}
.visual-bottom b {
  color: #698097;
  font-weight: 400;
}
.trust-strip {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 28px;
  padding-bottom: 28px;
  gap: 24px;
}
.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trust-strip .icon {
  width: 28px;
  height: 28px;
  color: var(--plum);
}
.trust-strip strong,
.trust-strip small {
  display: block;
}
.trust-strip strong {
  font-weight: 500;
  font-size: 14px;
}
.trust-strip small {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.section {
  padding: 88px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 34px;
}
.section-kicker {
  display: block;
  color: var(--plum);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}
.section-heading > p {
  max-width: 350px;
  font-size: 15px;
  padding-bottom: 4px;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.solution-card {
  padding: 29px 27px 25px;
  background: var(--pale);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
}
.feature-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: white;
  margin-bottom: 24px;
  color: var(--ink);
}
.solution-card h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
}
.solution-card p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 14px;
}
.solution-card > a,
.solution-card > .text-button {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}
.solution-card .icon {
  width: 21px;
  height: 21px;
}
.solution-card-ai {
  background: var(--soft);
}
.solution-card-ai .feature-icon {
  color: var(--plum);
}
.card-tag {
  position: absolute;
  right: 22px;
  top: 41px;
  font-size: 12px;
  color: var(--plum);
}
.mini-numbers,
.mini-flow,
.mini-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 27px;
  min-height: 70px;
}
.mini-numbers span {
  font-size: 17px;
  font-weight: 600;
  color: #5c6c80;
  background: #fff;
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 7px;
  white-space: nowrap;
}
.mini-flow {
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
}
.mini-bmi {
  font-size: 14px;
  font-weight: 600;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: white;
  color: var(--ink);
  width: 48px;
  height: 40px;
}
.mini-tags span {
  background: #fff9fd;
  color: var(--plum);
  border: 1px solid #e8d5e1;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 6px;
}
.text-button {
  background: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}
.text-button:hover,
a:hover .icon {
  color: var(--plum);
}
.more-solutions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 13px;
}
.more-solutions > span {
  color: var(--muted);
}
.more-solutions > a,
.more-solutions > button {
  border-bottom: 1px solid #c9ced5;
  padding-bottom: 2px;
}
.more-solutions a:hover {
  color: var(--plum);
}
dialog {
  border: 0;
  border-radius: 22px;
  padding: 38px;
  width: 480px;
  max-width: calc(100% - 32px);
  color: var(--ink);
  box-shadow: 0 24px 80px #12223740;
}
dialog::backdrop {
  background: #10223799;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 32px;
  margin: 20px 0 16px;
}
dialog p {
  font-size: 14px;
}
dialog label {
  display: block;
  font-size: 13px;
  margin: 23px 0 8px;
}
dialog select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 12px;
  font-size: 14px;
}
dialog .button {
  width: 100%;
  margin-top: 16px;
}
.dialog-close {
  position: absolute;
  right: 17px;
  top: 17px;
  background: var(--pale);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}
.dialog-close .icon {
  width: 18px;
  height: 18px;
}
.dialog-note {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-top: 13px;
}
.dialog-phone {
  font-size: 25px;
  font-weight: 600;
  display: block;
  margin-top: 14px;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 1450px) {
  .container {
    max-width: 1360px;
  }
  .hero-grid {
    gap: 85px;
  }
  .hero {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  h1 {
    font-size: 72px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero-visual {
    padding: 30px;
  }
  .waveform {
    height: 100px;
  }
  .insight-top strong {
    font-size: 14px;
  }
  #hero-insight p {
    font-size: 13px;
  }
  #hero-insight {
    min-height: 126px;
  }
  .hero-tabs button {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .nav-inner {
    gap: 28px;
  }
  .main-nav {
    gap: 18px;
  }
  .nav-actions {
    gap: 16px;
  }
  .account-link {
    display: none;
  }
  .hero-grid {
    gap: 30px;
  }
  h1 {
    font-size: 56px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .hero-visual {
    padding: 23px 20px 18px;
  }
  .card-tag {
    font-size: 12px;
    right: 15px;
  }
  .solution-card {
    padding: 24px 22px;
  }
  .mini-numbers {
    gap: 6px;
  }
  .mini-numbers span {
    font-size: 14px;
  }
  .more-solutions {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .nav-inner {
    height: 76px;
    gap: 24px;
  }
  .brand img {
    width: 153px;
    height: auto;
  }
  .main-nav {
    font-size: 13px;
    gap: 15px;
  }
  .nav-actions .button {
    display: none;
  }
  .hero {
    padding-top: 45px;
  }
  .hero-grid {
    gap: 25px;
  }
  h1 {
    font-size: 46px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
  }
  .hero-actions .button {
    min-height: 46px;
    font-size: 13px;
  }
  .hero-visual {
    padding: 20px 17px;
  }
  .visual-heading {
    font-size: 12px;
  }
  .signal {
    padding-top: 24px;
  }
  .signal-label {
    font-size: 12px;
  }
  .insight-panel {
    padding: 16px 15px 0;
  }
  .insight-top strong {
    font-size: 12px;
  }
  .hero-tabs {
    gap: 14px;
  }
  .hero-tabs button {
    font-size: 12px;
  }
  #hero-insight {
    min-height: 140px;
  }
  .insight-bottom {
    font-size: 12px;
  }
  .trust-strip {
    gap: 15px;
  }
  .trust-strip > div {
    gap: 10px;
  }
  .trust-strip strong {
    font-size: 12px;
  }
  .trust-strip small {
    font-size: 12px;
  }
  .trust-strip .icon {
    width: 23px;
  }
  .section {
    padding: 65px 0;
  }
  .solution-grid {
    gap: 12px;
  }
  .solution-card {
    padding: 22px 18px;
  }
  .solution-card h3 {
    font-size: 20px;
  }
  .solution-card p {
    font-size: 13px;
  }
  .card-tag {
    position: static;
    margin-top: -13px;
    margin-bottom: 11px;
    font-size: 12px;
  }
  .solution-card-ai .feature-icon {
    margin-bottom: 24px;
  }
  .mini-numbers span {
    font-size: 12px;
    padding: 6px;
  }
  .mini-flow {
    font-size: 12px;
    gap: 6px;
  }
  .mini-tags {
    gap: 5px;
  }
  .mini-tags span {
    font-size: 12px;
    padding: 7px;
  }
  .solution-card > a,
  .solution-card > .text-button {
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 80px;
  }
  .container {
    padding-left: 21px;
    padding-right: 21px;
  }
  .topbar-inner {
    min-height: 32px;
    font-size: 12px;
  }
  .topbar-inner > span {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .topbar-inner > div > a:not(:last-child) {
    display: none;
  }
  .topbar-inner > div {
    gap: 0;
  }
  .nav-inner {
    height: 70px;
    justify-content: space-between;
  }
  .brand img {
    width: 151px;
  }
  .nav-actions {
    gap: 12px;
  }
  .nav-actions .button {
    display: inline-flex;
    font-size: 12px;
    padding: 9px 12px;
    min-height: 36px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 18px 24px 25px;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 20px #152e4708;
    font-size: 17px;
  }
  .main-nav.is-open {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero {
    padding: 36px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .product-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: clamp(44px, 10.5vw, 66px);
    line-height: 1.065;
  }
  .hero-description {
    font-size: 16px;
    max-width: 450px;
    margin-top: 20px;
  }
  .hero-actions {
    flex-direction: row;
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 48px;
    padding: 12px 14px;
    gap: 8px;
  }
  .hero-actions .icon {
    width: 17px;
  }
  .hero-footnote {
    font-size: 12px;
    margin-top: 17px;
  }
  .hero-visual {
    padding: 22px 20px 17px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .visual-heading {
    font-size: 12px;
  }
  .signal-label {
    font-size: 12px;
  }
  .waveform {
    height: 85px;
  }
  .insight-top strong {
    font-size: 12px;
  }
  .hero-tabs button {
    font-size: 12px;
  }
  .hero-tabs {
    gap: 23px;
  }
  #hero-insight {
    min-height: 125px;
  }
  .insight-bottom {
    font-size: 12px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 21px;
    padding: 24px 0;
  }
  .trust-strip strong {
    font-size: 14px;
  }
  .trust-strip small {
    font-size: 12px;
  }
  .trust-strip > div {
    gap: 15px;
  }
  .trust-strip .icon {
    width: 27px;
  }
  .section {
    padding: 54px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 15px;
  }
  .section-kicker {
    font-size: 13px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 35px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .solution-card {
    padding: 26px;
  }
  .solution-card h3 {
    font-size: 24px;
  }
  .solution-card p {
    font-size: 15px;
  }
  .card-tag {
    position: absolute;
    top: 39px;
    right: 23px;
    margin: 0;
    font-size: 12px;
  }
  .solution-card > a,
  .solution-card > .text-button {
    font-size: 14px;
  }
  .mini-numbers span {
    font-size: 16px;
    padding: 7px 13px;
  }
  .mini-flow {
    font-size: 13px;
    gap: 13px;
  }
  .mini-tags span {
    font-size: 12px;
    padding: 8px 12px;
  }
  .more-solutions {
    justify-content: flex-start;
    font-size: 13px;
    gap: 14px 22px;
  }
  .more-solutions > span {
    width: 100%;
  }
  .visual-bottom {
    font-size: 12px;
  }
  dialog {
    padding: 28px;
  }
  dialog h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-lead {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 25px;
  max-width: 470px;
}
.ai-section {
  background: var(--pale);
}
.ai-workspace {
  background: white;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  box-shadow: 0 18px 40px #172e4705;
  overflow: hidden;
}
.workspace-top {
  padding: 20px 27px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.workspace-top > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.workspace-top strong {
  font-size: 15px;
  font-weight: 500;
}
.workspace-top .icon {
  color: var(--plum);
  width: 21px;
}
.demo-pill {
  font-size: 12px;
  color: var(--muted);
  background: var(--pale);
  padding: 4px 10px;
  border-radius: 5px;
}
.workspace-body {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  min-height: 485px;
}
.call-list {
  border-right: 1px solid var(--line);
  padding: 25px 20px 20px;
}
.call-search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px 12px;
}
.call-search .icon {
  width: 17px;
  height: 17px;
  color: #8390a0;
}
.call-search:focus-within {
  outline: 2px solid #377fbe;
  outline-offset: 2px;
}
.call-search input {
  padding: 0;
  width: 100%;
  min-width: 0;
  outline: none;
  background: none;
  border: none;
  font-size: 13px;
  color: var(--ink);
}
.call-search input::placeholder {
  color: #748193;
}
.call-list-heading {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  margin: 21px 11px 12px;
}
.call-options {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.call-option {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: transparent;
  padding: 17px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
}
.call-option:hover {
  background: var(--pale);
}
.call-option.is-selected {
  border-color: #dfbfd2;
  background: #fcf6fa;
}
.call-avatar {
  background: #e9edf2;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  color: #64748b;
  flex-shrink: 0;
}
.is-selected .call-avatar {
  background: #ecd8e5;
  color: var(--plum);
}
.call-option > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.call-option strong {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.call-option small {
  font-size: 12px;
  color: var(--muted);
}
.call-option time {
  font-size: 12px;
  color: #758297;
  position: absolute;
  right: 9px;
  top: 19px;
}
.call-status {
  font-size: 12px;
  margin-top: 6px;
}
.call-status.positive {
  color: #437163;
}
.call-status.attention {
  color: #a15622;
}
.demo-explainer {
  font-size: 12px;
  margin: 24px 11px 0;
  max-width: 265px;
}
.search-empty {
  font-size: 14px;
  padding: 20px 10px;
}
.call-detail {
  padding: 28px 32px 24px;
}
.detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.detail-heading > div > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 7px;
}
.detail-heading h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.detail-ai {
  font-size: 12px;
  font-weight: 600;
  background: var(--soft);
  color: var(--plum);
  padding: 4px 9px;
  border-radius: 5px;
}
.call-detail > p {
  font-size: 13px;
  line-height: 1.85;
}
.analysis-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 22px 0;
}
.analysis-cards > div {
  padding: 15px;
  background: var(--pale);
  border-radius: 8px;
}
.analysis-cards span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.analysis-cards strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
  min-height: 21px;
}
.tone-track {
  height: 4px;
  background: #e2e8ee;
  border-radius: 4px;
  margin-top: 13px;
}
.tone-track i {
  display: block;
  width: 77%;
  height: 4px;
  background: #5c9c93;
  border-radius: 4px;
}
.agent-track i {
  background: #af6e96;
  width: 88%;
}
.script-review > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
}
.script-review strong {
  font-weight: 500;
}
.script-review > div > span {
  color: var(--plum);
}
.script-review p {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 7px;
}
.call-result {
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 17px;
}
.call-result > .icon {
  width: 17px;
  color: #447c69;
  margin-top: 3px;
}
.call-result strong {
  font-size: 12px;
  font-weight: 500;
}
.call-result p {
  font-size: 12px;
  margin-top: 3px;
}
.call-detail > .tags {
  margin-left: 27px;
}
.ai-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 42px;
}
.ai-features > div > .icon {
  width: 25px;
  height: 25px;
  color: var(--plum);
  margin-bottom: 17px;
}
.ai-features h3 {
  font-size: 19px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
.ai-features p {
  font-size: 15px;
  line-height: 1.75;
}
.section-bottom {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #dbe2ea;
}
.section-bottom > p {
  font-size: 12px;
  max-width: 430px;
}
.section-bottom > .text-button {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--plum);
}
.integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.check-list {
  padding: 0;
  margin: 25px 0 29px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.check-list .icon {
  width: 17px;
  height: 17px;
  color: var(--plum);
}
.integration-visual {
  padding: 28px 35px;
  background: var(--pale);
  border-radius: 22px;
}
.crm-brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  padding: 5px 0 0;
  line-height: 1.1;
}
.bitrix-wordmark {
  font-size: 28px;
  color: #1996cc;
  letter-spacing: -1.5px;
  font-weight: 500;
  white-space: nowrap;
}
.bitrix-wordmark > span {
  font-weight: 400;
}
.amo-wordmark {
  font-size: 30px;
  letter-spacing: -1.5px;
  color: #1c87b8;
  font-weight: 600;
  white-space: nowrap;
}
.amo-wordmark > span {
  font-weight: 400;
}
.integration-line {
  display: flex;
  justify-content: center;
  gap: 50px;
  height: 54px;
  align-items: center;
  color: #b1bdca;
}
.integration-line .icon {
  transform: rotate(90deg);
  width: 18px;
}
.integration-line span {
  height: 28px;
  width: 1px;
  background: #cfd7e0;
}
.crm-connection {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: white;
  border: 1px solid #e2e7ed;
  border-radius: 10px;
}
.crm-connection strong {
  font-size: 15px;
  display: block;
  font-weight: 500;
}
.crm-connection span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.crm-connection > .icon {
  margin-left: auto;
  color: #558f7b;
  width: 19px;
}
.crm-record {
  background: white;
  border: 1px solid #e2e7ed;
  border-radius: 10px;
  margin-top: 17px;
  padding: 20px;
}
.crm-record > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
}
.record-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--plum);
  border-radius: 50%;
  font-size: 13px;
}
.crm-record strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.crm-record small {
  font-size: 12px;
  display: block;
  color: var(--muted);
  margin-top: 2px;
}
.record-event {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 24px 2px;
}
.event-dot {
  width: 7px;
  height: 7px;
  background: #6294ba;
  border-radius: 50%;
  flex-shrink: 0;
}
.event-dot.plum {
  background: #af6e96;
}
.record-event > span:last-child {
  font-size: 12px;
  color: var(--muted);
  margin-left: auto;
}
.record-footer {
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}
.record-footer .icon {
  width: 16px;
  height: 16px;
}
.custom-crm {
  text-align: center;
  margin-top: 21px;
  font-size: 12px;
  line-height: 1.8;
}
.custom-crm span {
  display: block;
  color: var(--muted);
}
.custom-crm strong {
  font-weight: 500;
}
.outbound-section {
  background: #f8f9fb;
}
.outbound-grid {
  display: grid;
  grid-template-columns: 1.17fr 1fr;
  gap: 50px;
  align-items: start;
}
.carousel-feature {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
}
.carousel-feature > .feature-icon {
  background: var(--soft);
  color: var(--plum);
  margin-bottom: 18px;
}
.carousel-feature > p {
  font-size: 15px;
  margin-top: 15px;
}
.rotation-demo {
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
}
.rotation-label {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.rotation-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin: 24px 0;
}
.rotation-flow > span {
  font-size: 12px;
  white-space: nowrap;
}
.rotation-flow > .icon {
  width: 18px;
  color: #8e9dae;
}
.rotation-flow strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--plum);
  white-space: nowrap;
}
.rotation-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.rotation-dots {
  display: flex;
  gap: 5px;
}
.rotation-dots i {
  width: 6px;
  height: 6px;
  background: #e4d3de;
  border-radius: 50%;
}
.rotation-dots i.active {
  background: var(--plum);
}
.rotation-controls button {
  font-size: 12px;
  background: var(--pale);
  padding: 6px 8px;
  border-radius: 5px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.rotation-controls button:hover {
  background: var(--soft);
}
.carousel-feature > p.feature-note {
  font-size: 12px;
  line-height: 1.8;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 500;
  color: var(--plum);
  margin-top: 22px;
}
.outbound-extras {
  padding-top: 12px;
}
.outbound-extras article {
  display: flex;
  gap: 22px;
  padding: 20px 0 30px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
}
.outbound-extras article > .icon {
  margin-top: 4px;
  color: var(--plum);
  width: 27px;
  height: 27px;
}
.outbound-extras h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.outbound-extras p {
  font-size: 15px;
  line-height: 1.8;
}
.outbound-extras p.outbound-note {
  font-size: 12px;
  max-width: 400px;
  margin-top: 23px;
}
.outbound-extras > .text-button {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--plum);
  margin-top: 25px;
}
.brand-section {
  padding-top: 75px;
  padding-bottom: 80px;
}
.brand-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 90px;
  align-items: center;
}
.brand-grid .text-button {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  font-size: 14px;
  color: var(--plum);
}
.brand-detail {
  font-size: 13px;
  max-width: 470px;
  margin-top: 18px;
  line-height: 1.8;
}
.brand-call-demo {
  background: #f8f2f6;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.incoming-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--plum);
}
.incoming-label .icon {
  width: 15px;
  height: 15px;
}
.company-avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 18px;
  margin: 27px 0 16px;
  color: var(--plum);
}
.company-avatar .icon {
  width: 30px;
  height: 30px;
}
.brand-call-demo > strong {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.brand-call-demo > span {
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}
.brand-name-badge {
  margin: 24px 0 23px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dcc3d3;
  border-radius: 6px;
  color: var(--plum);
  font-size: 12px;
  padding: 7px 13px;
  background: #fff9fc;
}
.brand-name-badge .icon {
  width: 15px;
  height: 15px;
}
.brand-call-demo > p {
  font-size: 12px;
  max-width: 230px;
}
.about-section {
  background: var(--ink);
  color: white;
}
.about-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 75px;
  align-items: end;
}
.about-top img {
  margin-bottom: 23px;
}
.about-top h2 {
  font-size: clamp(32px, 3vw, 44px);
}
.about-top p {
  font-size: 16px;
  line-height: 1.9;
  color: #bdcbd9;
}
.about-top p + p {
  margin-top: 20px;
}
.about-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 55px;
  padding-top: 33px;
  border-top: 1px solid #ffffff26;
}
.about-principles .icon {
  color: #e2b2cd;
  margin-bottom: 20px;
}
.about-principles h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.about-principles p {
  color: #bdcbd9;
  font-size: 14px;
  line-height: 1.8;
}
.about-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff26;
  margin-top: 34px;
  padding-top: 24px;
  font-size: 12px;
  color: #c9d6e3;
}
.about-links a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.about-links a:hover {
  color: white;
}
.store-section {
  padding-bottom: 45px;
}
.store-banner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 95px;
  align-items: center;
}
.store-name {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 25px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.05em;
  margin-bottom: 25px;
}
.store-name > span {
  font-weight: 400;
}
.store-name .icon {
  margin-left: 7px;
  color: var(--plum);
  width: 20px;
}
.store-banner p {
  font-size: 16px;
  max-width: 410px;
  margin-top: 24px;
  line-height: 1.8;
}
.store-categories {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 9px 26px;
  background: var(--pale);
}
.store-categories > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #dce2e9;
}
.store-categories > a:hover {
  color: var(--plum);
}
.store-categories > a > .icon {
  width: 18px;
  height: 18px;
}
.store-categories > a:last-child {
  border-bottom: 0;
}
.store-categories .store-all {
  font-weight: 500;
  color: var(--plum);
}
.faq-section {
  padding-top: 45px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.3fr;
  gap: 60px;
}
.faq-grid h2 {
  font-size: 40px;
}
.faq-grid > div:first-child > p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.8;
}
.faq-grid .text-button {
  margin-top: 26px;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--plum);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.55;
  padding: 21px 0;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span:last-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #8b7290;
  flex-shrink: 0;
}
details[open] > summary > span:last-child {
  transform: rotate(45deg);
}
summary:hover {
  color: var(--plum);
}
details > p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 35px 22px 0;
}
details p a {
  color: var(--plum);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-cta {
  background: var(--soft);
  padding: 54px 0;
}
.contact-cta > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact-cta h2 {
  font-size: 42px;
  margin-top: 16px;
}
.contact-cta > .container > div:first-child > span {
  font-size: 13px;
  color: var(--plum);
}
.contact-cta > .container > div:last-child {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.button-gold {
  background: var(--gold);
  color: var(--ink);
  min-width: 256px;
}
.button-gold:hover {
  background: #f4a71a;
}
.contact-cta a {
  margin-top: 17px;
  font-size: 22px;
  font-weight: 500;
}
.contact-cta > .container > div:last-child > span {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.contacts-section {
  padding-top: 73px;
  padding-bottom: 64px;
}
.contact-main-mail {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
}
.contact-main-mail > .icon {
  width: 20px;
}
.office-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 45px;
}
.office-grid h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: -0.025em;
}
.office-grid p {
  font-size: 14px;
  line-height: 1.8;
  min-height: 65px;
}
.office-grid a {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
.office-grid a:hover {
  color: var(--plum);
}
.office-grid .office-email {
  font-size: 12px;
  margin-top: 4px;
  color: var(--muted);
}
.office-grid small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.international-offices {
  border-top: 1px solid var(--line);
  margin-top: 37px;
}
.international-offices > summary {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
}
.international-offices > summary > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.international-offices > summary .icon {
  width: 19px;
  height: 19px;
}
.international-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 6px 0 29px;
}
.international-grid h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.international-grid p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.international-grid a {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.team-contacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 28px;
}
.team-contacts span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.team-contacts a {
  font-size: 13px;
}
.site-footer {
  background: #f0f3f6;
  padding: 48px 0 26px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.85fr 1.2fr;
  gap: 35px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-brand img {
  filter: none;
}
.footer-brand > a:first-child {
  background: var(--ink);
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.footer-brand p {
  font-size: 12px;
  margin-bottom: 22px;
}
.footer-brand > a:not(:first-child) {
  font-size: 14px;
  margin-bottom: 6px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.footer-col h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 6px 0 8px;
}
.footer-col a {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.footer-col a:hover {
  color: var(--plum);
}
.footer-payment {
  display: flex;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #dbe2ea;
  margin-top: 34px;
  padding: 23px 0;
  font-size: 12px;
  color: var(--muted);
}
.footer-payment > div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-payment img {
  object-fit: contain;
}
.footer-payment > span:last-child {
  margin-left: auto;
}
.footer-legal {
  border-top: 1px solid #dbe2ea;
  padding-top: 22px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.footer-legal p {
  font-size: 12px;
  max-width: 900px;
  line-height: 1.8;
}
.footer-legal > a {
  font-size: 12px;
  white-space: nowrap;
  margin-left: auto;
  color: var(--muted);
}
@media (max-width: 1150px) {
  .integration-grid,
  .brand-grid {
    gap: 50px;
  }
  .workspace-body {
    grid-template-columns: 0.9fr 1.2fr;
  }
  .call-list {
    padding: 22px 15px;
  }
  .call-option {
    gap: 8px;
    padding-left: 8px;
  }
  .call-avatar {
    width: 30px;
    height: 30px;
  }
  .call-option time {
    display: none;
  }
  .call-detail {
    padding: 25px;
  }
  .analysis-cards {
    gap: 12px;
  }
  .outbound-grid {
    gap: 30px;
  }
  .carousel-feature {
    padding: 25px;
  }
  .rotation-demo {
    padding: 13px;
  }
  .rotation-flow {
    gap: 6px;
  }
  .rotation-flow > span {
    font-size: 12px;
  }
  .rotation-flow strong {
    font-size: 12px;
  }
  .brand-grid {
    gap: 60px;
  }
  .crm-brand-row {
    gap: 25px;
  }
  .bitrix-wordmark {
    font-size: 25px;
  }
  .amo-wordmark {
    font-size: 27px;
  }
  .integration-visual {
    padding: 25px;
  }
  .about-top {
    gap: 40px;
  }
  .store-banner {
    gap: 60px;
  }
  .office-grid {
    gap: 18px;
  }
  .office-grid h3 {
    font-size: 17px;
  }
  .footer-main {
    gap: 24px;
  }
  .footer-brand > a:first-child {
    padding: 10px;
  }
  .footer-brand img {
    width: 150px;
    height: auto;
  }
  .contact-cta h2 {
    font-size: 37px;
  }
}
@media (max-width: 900px) {
  .section-heading > p {
    max-width: 300px;
  }
  .workspace-top {
    padding: 18px 22px;
  }
  .workspace-top strong {
    font-size: 14px;
  }
  .demo-pill {
    font-size: 12px;
  }
  .call-list {
    padding: 20px 10px;
  }
  .call-search {
    padding: 8px;
    gap: 7px;
  }
  .call-search input {
    font-size: 12px;
  }
  .call-option strong {
    font-size: 12px;
  }
  .call-option small {
    font-size: 12px;
  }
  .call-status {
    font-size: 12px;
  }
  .call-avatar {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .call-detail {
    padding: 22px;
  }
  .detail-heading h3 {
    font-size: 20px;
  }
  .analysis-cards strong {
    font-size: 12px;
  }
  .analysis-cards {
    gap: 8px;
  }
  .analysis-cards > div {
    padding: 10px;
  }
  .script-review > div {
    font-size: 12px;
  }
  .ai-features {
    gap: 25px;
  }
  .ai-features h3 {
    font-size: 17px;
  }
  .ai-features p {
    font-size: 14px;
  }
  .section-bottom {
    gap: 20px;
  }
  .section-bottom > .text-button {
    font-size: 12px;
  }
  .integration-grid {
    gap: 35px;
  }
  .integration-grid h2 {
    font-size: 35px;
  }
  .check-list li {
    font-size: 12px;
  }
  .section-lead {
    font-size: 15px;
  }
  .integration-visual {
    padding: 22px 17px;
  }
  .crm-brand-row {
    gap: 20px;
  }
  .bitrix-wordmark {
    font-size: 23px;
  }
  .amo-wordmark {
    font-size: 24px;
  }
  .crm-connection {
    padding: 15px;
    gap: 10px;
  }
  .crm-connection img {
    width: 33px;
    height: 33px;
  }
  .crm-connection strong {
    font-size: 13px;
  }
  .crm-connection span {
    font-size: 12px;
  }
  .crm-record {
    padding: 16px;
  }
  .custom-crm {
    font-size: 12px;
  }
  .outbound-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .outbound-extras {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
    padding-top: 0;
  }
  .outbound-extras article {
    margin-bottom: 0;
  }
  .outbound-extras h3 {
    font-size: 21px;
  }
  .outbound-extras article {
    gap: 15px;
  }
  .outbound-extras .outbound-note {
    margin: 0 !important;
  }
  .outbound-extras > .text-button {
    margin-top: 0;
  }
  .rotation-flow {
    justify-content: center;
    gap: 30px;
  }
  .rotation-flow strong {
    font-size: 16px;
  }
  .rotation-flow > span {
    font-size: 13px;
  }
  .brand-grid {
    gap: 30px;
  }
  .brand-call-demo {
    padding: 25px 20px;
  }
  .brand-call-demo > strong {
    font-size: 24px;
  }
  .about-top {
    gap: 30px;
  }
  .about-top h2 {
    font-size: 32px;
  }
  .about-top p {
    font-size: 14px;
  }
  .about-principles {
    gap: 28px;
  }
  .about-principles h3 {
    font-size: 18px;
  }
  .store-banner {
    gap: 35px;
  }
  .store-categories {
    padding: 9px 20px;
  }
  .store-categories > a {
    font-size: 13px;
  }
  .faq-grid {
    gap: 40px;
    grid-template-columns: 0.9fr 1.2fr;
  }
  .faq-grid h2 {
    font-size: 33px;
  }
  summary {
    font-size: 14px;
  }
  .contact-cta h2 {
    font-size: 31px;
  }
  .contact-cta > .container {
    gap: 25px;
  }
  .button-gold {
    min-width: 225px;
    font-size: 13px;
  }
  .office-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .team-contacts {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .international-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 50px;
  }
  .footer-col a {
    font-size: 13px;
  }
  .footer-payment {
    gap: 20px;
  }
  .footer-payment > span:last-child {
    display: none;
  }
}
@media (max-width: 680px) {
  .ai-workspace {
    border-radius: 13px;
  }
  .workspace-top {
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .workspace-top strong {
    font-size: 14px;
  }
  .demo-pill {
    font-size: 12px;
    padding: 0;
    background: none;
  }
  .workspace-body {
    grid-template-columns: 1fr;
  }
  .call-list {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 17px;
  }
  .call-search input {
    font-size: 13px;
  }
  .call-list-heading {
    margin: 15px 3px 9px;
  }
  .call-options {
    gap: 5px;
  }
  .call-option {
    padding: 12px 9px;
    gap: 10px;
  }
  .call-option strong {
    font-size: 12px;
  }
  .call-option small {
    font-size: 12px;
  }
  .call-option time {
    display: block;
    font-size: 12px;
    top: 14px;
    right: 12px;
  }
  .call-avatar {
    width: 31px;
    height: 31px;
    font-size: 12px;
  }
  .call-status {
    font-size: 12px;
    margin-top: 2px;
  }
  .demo-explainer {
    margin: 15px 3px 0;
    font-size: 12px;
    max-width: none;
  }
  .call-detail {
    padding: 23px 19px;
  }
  .detail-heading h3 {
    font-size: 23px;
  }
  .call-detail > p {
    font-size: 14px;
  }
  .analysis-cards {
    gap: 12px;
    margin: 19px 0;
  }
  .analysis-cards > div {
    padding: 12px;
  }
  .analysis-cards strong {
    font-size: 12px;
  }
  .analysis-cards span {
    font-size: 12px;
  }
  .script-review > div {
    font-size: 12px;
  }
  .script-review p {
    font-size: 12px;
  }
  .call-result strong {
    font-size: 12px;
  }
  .ai-features {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 33px;
  }
  .ai-features h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .ai-features p {
    font-size: 15px;
  }
  .ai-features > div {
    padding-left: 41px;
    position: relative;
  }
  .ai-features > div > .icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px;
    height: 23px;
  }
  .section-bottom {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
  }
  .section-bottom > p {
    font-size: 12px;
  }
  .section-bottom > .text-button {
    margin-top: 20px;
    font-size: 14px;
  }
  .integration-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .section-lead {
    font-size: 16px;
    margin-top: 20px;
  }
  .check-list {
    gap: 14px;
    margin: 23px 0;
  }
  .check-list li {
    font-size: 14px;
  }
  .integration-visual {
    padding: 24px;
  }
  .crm-brand-row {
    gap: 32px;
  }
  .bitrix-wordmark {
    font-size: 26px;
  }
  .amo-wordmark {
    font-size: 28px;
  }
  .crm-connection strong {
    font-size: 15px;
  }
  .crm-connection span {
    font-size: 12px;
  }
  .custom-crm {
    font-size: 12px;
  }
  .record-event strong {
    font-size: 12px;
  }
  .outbound-grid {
    gap: 25px;
  }
  .carousel-feature {
    padding: 23px 20px;
  }
  .carousel-feature > p {
    font-size: 15px;
  }
  .rotation-demo {
    padding: 13px;
    margin: 23px 0;
  }
  .rotation-flow {
    gap: 8px;
    justify-content: space-between;
  }
  .rotation-flow strong {
    font-size: 12px;
  }
  .rotation-flow > span {
    font-size: 12px;
  }
  .rotation-flow > .icon {
    width: 14px;
  }
  .outbound-extras {
    display: block;
  }
  .outbound-extras article {
    padding: 20px 0;
    gap: 16px;
  }
  .outbound-extras h3 {
    font-size: 22px;
  }
  .outbound-extras p {
    font-size: 15px;
  }
  .outbound-extras .outbound-note {
    margin-top: 20px !important;
  }
  .outbound-extras > .text-button {
    margin-top: 21px;
    font-size: 14px;
  }
  .brand-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .brand-section {
    padding: 54px 0;
  }
  .brand-detail {
    font-size: 13px;
  }
  .brand-call-demo {
    padding: 27px;
  }
  .brand-call-demo > strong {
    font-size: 27px;
  }
  .about-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-top h2 {
    font-size: 34px;
  }
  .about-top img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
  .about-top p {
    font-size: 15px;
    line-height: 1.8;
  }
  .about-principles {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding-top: 30px;
    gap: 27px;
  }
  .about-principles h3 {
    font-size: 20px;
  }
  .about-principles p {
    font-size: 15px;
  }
  .about-principles article {
    position: relative;
    padding-left: 42px;
  }
  .about-principles .icon {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .about-links {
    gap: 18px;
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .store-section {
    padding-bottom: 28px;
  }
  .store-banner {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .store-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .store-banner p {
    font-size: 16px;
    margin-top: 20px;
  }
  .store-categories > a {
    font-size: 14px;
    padding: 17px 0;
  }
  .store-categories {
    padding: 7px 22px;
  }
  .faq-section {
    padding-top: 28px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .faq-grid h2 {
    font-size: 34px;
  }
  .faq-grid > div:first-child > p {
    margin-top: 18px;
    font-size: 15px;
  }
  .faq-grid .text-button {
    margin-top: 18px;
  }
  summary {
    font-size: 15px;
    gap: 24px;
    padding: 20px 0;
  }
  details > p {
    font-size: 15px;
    padding-right: 6px;
  }
  .contact-cta {
    padding: 40px 0;
  }
  .contact-cta > .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .contact-cta h2 {
    font-size: 32px;
  }
  .contact-cta > .container > div:first-child > span {
    font-size: 12px;
  }
  .contact-cta > .container > div:last-child {
    align-items: flex-start;
  }
  .contact-cta a {
    font-size: 24px;
  }
  .button-gold {
    font-size: 14px;
    min-width: 240px;
  }
  .contacts-section {
    padding: 52px 0;
  }
  .contact-main-mail {
    margin-top: 25px;
    font-size: 21px;
  }
  .office-grid {
    margin-top: 28px;
    gap: 30px 18px;
  }
  .office-grid h3 {
    font-size: 17px;
  }
  .office-grid p {
    font-size: 13px;
    min-height: 63px;
  }
  .office-grid a {
    font-size: 13px;
  }
  .office-grid .office-email {
    font-size: 12px;
  }
  .office-grid small {
    font-size: 12px;
  }
  .international-offices {
    margin-top: 29px;
  }
  .international-offices > summary {
    font-size: 13px;
    gap: 15px;
  }
  .international-offices > summary > span:first-child {
    gap: 8px;
  }
  .international-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .international-grid h3 {
    font-size: 18px;
  }
  .international-grid p,
  .international-grid a {
    font-size: 14px;
  }
  .team-contacts {
    gap: 24px 14px;
  }
  .team-contacts span {
    font-size: 12px;
  }
  .team-contacts a {
    font-size: 12px;
  }
  .footer-main {
    gap: 30px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand > a:first-child {
    padding: 12px 16px;
  }
  .footer-brand img {
    width: 166px;
  }
  .footer-brand p {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .footer-col:last-child {
    grid-column: 1/-1;
  }
  .footer-col h3 {
    font-size: 14px;
  }
  .footer-col a {
    font-size: 12px;
  }
  .footer-payment {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-payment > span:first-child {
    width: 100%;
    font-size: 12px;
  }
  .footer-payment > div {
    gap: 22px;
  }
  .footer-legal {
    gap: 20px;
  }
  .footer-legal p {
    font-size: 12px;
  }
  .footer-legal > a {
    font-size: 12px;
  }
  .site-footer {
    padding-top: 35px;
  }
}

/* Readable body copy across breakpoints. */
.solution-card p,
.ai-features p,
.carousel-feature > p:not(.feature-note),
.outbound-extras article p,
.about-principles p,
.about-top p,
details > p,
.office-grid p,
.section-heading > p {
  font-size: 16px;
}
.product-note,
.main-nav,
.check-list li,
.footer-col a,
.office-grid a,
.team-contacts a {
  font-size: 14px;
}
.call-option strong {
  white-space: normal;
}
.call-option > span:nth-child(2) {
  padding-right: 24px;
}
.call-option time {
  font-size: 12px;
}
.call-search input {
  font-size: 14px;
}
.call-detail > p {
  font-size: 14px;
}
.ai-features h3 {
  line-height: 1.3;
}
.feature-note,
.outbound-note {
  font-size: 12px;
}
@media (max-width: 1150px) {
  .card-tag {
    position: static;
    margin-top: -12px;
    margin-bottom: 13px;
    font-size: 12px;
  }
  .main-nav {
    gap: 16px;
  }
  .call-option > span:nth-child(2) {
    padding-right: 0;
  }
  .call-option time {
    display: none;
  }
}
@media (max-width: 900px) {
  .main-nav {
    font-size: 13px;
  }
  .trust-strip strong {
    font-size: 13px;
  }
  .trust-strip small {
    font-size: 12px;
  }
  .section-heading {
    gap: 30px;
  }
  .call-search input {
    font-size: 12px;
  }
  .analysis-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .analysis-cards > div {
    padding: 12px;
  }
  .analysis-cards strong {
    min-height: auto;
  }
  .tone-track {
    margin-top: 9px;
  }
  .integration-visual {
    padding: 22px 17px;
  }
}
@media (max-width: 680px) {
  .nav-actions .button {
    font-size: 12px;
  }
  .main-nav {
    font-size: 17px;
  }
  .hero-tabs {
    gap: 18px;
  }
  .hero-tabs button {
    font-size: 12px;
  }
  .product-note {
    font-size: 12px;
  }
  .card-tag {
    position: static;
    margin-bottom: 12px;
  }
  .analysis-cards {
    grid-template-columns: 1fr 1fr;
  }
  .analysis-cards strong {
    font-size: 12px;
  }
  .call-option strong {
    font-size: 13px;
  }
  .call-search input {
    font-size: 14px;
  }
  .demo-explainer {
    font-size: 12px;
  }
  .rotation-flow {
    gap: 5px;
    flex-wrap: wrap;
  }
  .rotation-flow strong {
    font-size: 12px;
  }
  .office-grid,
  .team-contacts {
    grid-template-columns: 1fr 1fr;
  }
  .office-grid article,
  .team-contacts > div {
    min-width: 0;
  }
  .office-grid a,
  .team-contacts a {
    overflow-wrap: anywhere;
    font-size: 13px;
  }
  .office-grid h3 {
    font-size: 17px;
  }
  .office-grid p {
    font-size: 14px;
  }
  .office-grid .office-email {
    font-size: 12px;
  }
  .footer-col a {
    font-size: 13px;
  }
  .footer-legal p {
    font-size: 12px;
  }
  .footer-legal > a {
    font-size: 12px;
  }
  .hero-visual {
    padding-left: 17px;
    padding-right: 17px;
  }
  .insight-top strong {
    font-size: 12px;
  }
  .hero-actions .button {
    font-size: 13px;
  }
  .section-heading > p {
    max-width: none;
  }
  .international-grid p,
  .international-grid a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .nav-actions .button {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    padding: 19px 13px 15px;
  }
  .insight-panel {
    padding: 16px 12px 0;
  }
  .insight-top {
    gap: 8px;
  }
  .insight-top strong {
    font-size: 12px;
  }
  .hero-tabs {
    gap: 14px;
  }
  .hero-tabs button {
    font-size: 12px;
  }
  .visual-heading {
    font-size: 12px;
  }
  .demo-label {
    padding: 2px 5px;
  }
  .signal-label {
    font-size: 12px;
  }
  .insight-bottom {
    gap: 12px;
    align-items: flex-start;
  }
  .insight-bottom > span:first-child {
    max-width: 180px;
  }
  .office-grid,
  .team-contacts {
    grid-template-columns: 1fr;
  }
  .office-grid p {
    min-height: 0;
  }
  .office-grid a,
  .team-contacts a {
    font-size: 14px;
  }
  .crm-brand-row {
    gap: 20px;
  }
  .bitrix-wordmark {
    font-size: 23px;
  }
  .amo-wordmark {
    font-size: 24px;
  }
  .integration-visual {
    padding: 20px 15px;
  }
  .rotation-flow {
    justify-content: center;
    gap: 8px;
  }
  .rotation-flow strong {
    font-size: 12px;
  }
  .rotation-demo {
    padding: 12px 9px;
  }
  .rotation-label {
    gap: 10px;
  }
  .rotation-controls {
    gap: 8px;
  }
  .rotation-controls button {
    font-size: 12px;
  }
  .analysis-cards {
    grid-template-columns: 1fr;
  }
  .contact-main-mail {
    font-size: 19px;
  }
  .contact-cta h2 {
    font-size: 30px;
  }
  .about-top h2 {
    font-size: 31px;
  }
  .brand-name-badge {
    font-size: 12px;
    padding: 7px 9px;
  }
  .footer-main {
    column-gap: 18px;
  }
  .footer-legal {
    flex-direction: column;
    gap: 15px;
  }
  .footer-legal > a {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .waveform {
    gap: 2px;
  }
  .waveform i {
    min-width: 1px;
  }
}

/* Partner programme teaser and shared partner actions. */
.partner-preview-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  padding: 42px 46px;
  background: var(--soft);
  border-radius: 20px;
  align-items: center;
}
.partner-preview-inner > div:first-child > p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 465px;
  margin-top: 23px;
}
.partner-preview-inner h2 {
  font-size: 40px;
}
.partner-preview-offer {
  border-left: 1px solid #dfc9d7;
  padding-left: 50px;
}
.partner-preview-offer > strong {
  display: block;
  font-size: 87px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.07em;
  color: var(--plum);
  white-space: nowrap;
}
.partner-preview-offer > strong > span {
  font-size: 0.6em;
  letter-spacing: -0.05em;
  margin-left: 4px;
}
.partner-preview-offer > p {
  font-size: 19px;
  color: var(--ink);
  line-height: 1.55;
  margin-top: 15px;
}
.partner-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.partner-login {
  color: var(--plum);
  font-size: 15px;
  border-bottom: 1px solid #b581a2;
  line-height: 1.7;
}
.partner-login:hover {
  color: var(--plum-dark);
}
.partner-account-note {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
}
@media (min-width: 901px) and (max-width: 1250px) {
  .nav-inner {
    gap: 24px;
  }
  .main-nav {
    gap: 16px;
  }
  .nav-actions .account-link {
    display: none;
  }
}
@media (max-width: 900px) {
  .partner-preview-inner {
    gap: 30px;
    padding: 32px;
  }
  .partner-preview-inner h2 {
    font-size: 33px;
  }
  .partner-preview-offer {
    padding-left: 30px;
  }
  .partner-preview-offer > strong {
    font-size: 70px;
  }
  .partner-preview-offer > p {
    font-size: 17px;
  }
  .partner-preview-offer .partner-actions {
    gap: 20px;
  }
  .partner-preview-offer .button {
    padding: 12px 16px;
    font-size: 14px;
  }
  .main-nav {
    gap: 13px;
  }
}
@media (max-width: 680px) {
  .partner-preview-inner {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 29px;
    border-radius: 16px;
  }
  .partner-preview-inner h2 {
    font-size: 34px;
  }
  .partner-preview-offer {
    border-left: 0;
    border-top: 1px solid #dfc9d7;
    padding: 25px 0 0;
  }
  .partner-preview-offer > strong {
    font-size: 80px;
  }
  .partner-preview-offer > p {
    font-size: 18px;
  }
  .partner-actions {
    gap: 23px;
  }
  .partner-actions > .button {
    font-size: 14px;
    padding: 13px 17px;
  }
  .partner-preview-offer .partner-actions {
    gap: 24px;
  }
  .partner-preview-offer .button {
    padding: 13px 17px;
  }
  .partner-account-note {
    line-height: 1.8;
  }
  .main-nav {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .partner-preview-inner {
    padding: 25px 20px;
  }
  .partner-preview-inner h2 {
    font-size: 31px;
  }
  .partner-preview-offer > strong {
    font-size: 70px;
  }
  .partner-actions {
    gap: 22px;
  }
  .partner-actions > .button {
    font-size: 13px;
  }
}

/* Client account stays visible on every screen size. Partner sign-in is separate. */
.has-customer-account .account-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 190px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
  color: var(--ink);
}
.has-customer-account .account-link [data-account-label] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.has-customer-account .account-link[data-authenticated='true'] {
  color: var(--plum);
  background: var(--soft);
  border-color: #e4cfdd;
}
.has-customer-account .nav-actions {
  min-width: 0;
  flex-shrink: 1;
  gap: 14px;
}
@media (max-width: 1250px) {
  .has-customer-account .nav-actions > .button {
    display: none;
  }
  .has-customer-account .account-link {
    display: inline-flex;
    max-width: 175px;
  }
}
@media (max-width: 1000px) {
  .has-customer-account .nav-inner {
    height: 76px;
    justify-content: space-between;
    gap: 18px;
  }
  .has-customer-account .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    padding: 20px 28px;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 20px #152e4708;
    font-size: 16px;
  }
  .has-customer-account .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .has-customer-account .menu-toggle {
    display: block;
    flex-shrink: 0;
  }
  .has-customer-account .nav-actions {
    flex: 1;
    justify-content: flex-end;
  }
  .has-customer-account .account-link {
    max-width: 250px;
  }
}
@media (max-width: 680px) {
  .has-customer-account .nav-inner {
    height: 70px;
    gap: 12px;
  }
  .has-customer-account .main-nav {
    top: 70px;
    padding: 20px 24px;
  }
  .has-customer-account .nav-actions {
    gap: 9px;
  }
  .has-customer-account .account-link {
    max-width: 155px;
    padding: 8px 9px;
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .has-customer-account .brand img {
    width: 130px;
  }
  .has-customer-account .nav-inner {
    gap: 9px;
  }
  .has-customer-account .nav-actions {
    gap: 6px;
  }
  .has-customer-account .account-link {
    max-width: 100px;
    padding: 8px;
  }
}
