@charset "UTF-8";
@font-face {
  font-family: "Neuzeit Grotesk Light";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Lig.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Lig.woff") format("woff"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGrotesk-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk Regular";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Reg.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Reg.woff") format("woff"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk Bold";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bol.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bol.woff") format("woff"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk Black";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bla.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bla.woff") format("woff"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGrotesk-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Lig.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Lig.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Reg.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Reg.woff") format("woff"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bol.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bol.woff") format("woff"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bla.woff2") format("woff2"), url("../assets/fonts/NeuzeitGrotesk/NeuzeitGro-Bla.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

html.js [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  html.js .reveal-item.is-revealed {
    opacity: 1;
    transform: none;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

input {
  font: inherit;
  border: none;
  outline: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.btn:hover::after {
  left: 130%;
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.btn--ghost {
  padding: 8px 24px;
  color: #000000;
}
.btn--light {
  background: #f5f5f5;
  color: #000000;
}
.btn--dark {
  background: #000000;
  color: #ffffff;
}
.btn--cyan {
  background: #00b4e5;
  color: #ffffff;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: box-shadow 0.28s ease;
  }
  .btn:hover {
    transform: none;
  }
  .btn::after {
    display: none;
  }
}
* {
  scrollbar-width: thin;
  scrollbar-color: #00b4e5 transparent;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00b4e5 0%, #10537e 100%);
  border: 3px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #10537e 0%, #00b4e5 100%);
  background-clip: padding-box;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.container {
  width: 100%;
  padding-inline: 50px;
}

@media (max-width: 768px) {
  .container {
    padding-inline: 24px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-inline: 20px;
  }
}
.site-header {
  padding: 15px 0;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.is-scrolled {
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1221px) {
  .site-header__inner {
    padding-inline: max(50px, (100vw - 1592px) / 2);
  }
}
.site-header__left {
  display: flex;
  align-items: center;
  gap: 59px;
  flex: 1 1 0;
}
.site-header__logo img {
  width: 112px;
  height: 20px;
}
.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 1 1 0;
}
.site-header__actions .btn {
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
}
.site-header__login {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site-header__login svg {
  display: none;
  width: 18px;
  height: 18px;
}
.site-header__login:hover {
  color: #00b4e5;
}
.site-header__askai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 40px;
  padding: 0 15px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.site-header__askai img {
  width: 18px;
  height: 18px;
}
.site-header__askai:hover {
  border-color: rgba(0, 180, 229, 0.6);
  box-shadow: 0 6px 18px -10px rgba(0, 180, 229, 0.6);
  transform: translateY(-1px);
}
.site-header__toggle {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.site-header__toggle:hover {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.06);
}
.site-header__toggle span {
  display: block;
  height: 2px;
  width: 22px;
  background: #000000;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, width 0.38s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease;
}
.site-header__toggle span:nth-child(2) {
  width: 15px;
}
.site-header__toggle:hover span:nth-child(2) {
  width: 22px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
}
.site-nav__head {
  display: none;
}
.site-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease;
}
.site-nav__item::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: #00b4e5;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav__item:hover {
  color: #10537e;
}
.site-nav__item:hover::after, .site-nav__item.is-active::after {
  transform: scaleX(1);
}
.site-nav__item.is-active {
  color: #10537e;
  font-weight: 500;
}
.site-nav__item .chevron {
  width: 10px;
  height: 5px;
  transition: transform 0.2s ease;
}
.site-nav__group {
  display: flex;
  align-items: center;
}
.site-nav__group > .site-nav__item::after {
  display: none;
}
.site-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0s linear 0.15s;
}
.site-nav__dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 18px;
}
.site-nav__dropdown--applications::before, .site-nav__dropdown--industries::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(50% + min(796px, 50% - 50px) - 320px);
  background: #f5f5f5;
}
.site-nav__dropdown--industries .site-nav__dropdown-inner {
  align-items: stretch;
}
.site-nav__dropdown-inner {
  position: relative;
  width: 1592px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.site-nav__cols {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-nav__col {
  width: 206px;
}
.site-nav__col--searches {
  width: 175px;
}
.site-nav .site-nav__dropdown--industries .site-nav__cols {
  align-items: flex-start;
}
.site-nav__col-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-nav__heading {
  margin: 0 0 18px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}
.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 206px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-nav__list--plain {
  gap: 18px;
}
.site-nav__col .site-nav__list {
  width: auto;
}
.site-nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
}
.site-nav__link:hover {
  color: #10537e;
}
.site-nav__link--strong {
  font-weight: 600;
}
.site-nav__ring {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: var(--ring, #8e8e93);
  -webkit-mask: url("../assets/images/menu/kore-circle.svg") center/16px 16px no-repeat;
  mask: url("../assets/images/menu/kore-circle.svg") center/16px 16px no-repeat;
}
.site-nav__promo {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 226px;
}
.site-nav__promo--tall {
  width: 205px;
}
.site-nav__promo-img {
  position: relative;
  flex: none;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
}
.site-nav__promo-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-nav__promo-img--crop img {
  inset: auto;
  top: 0;
  left: -80.27%;
  width: 211.71%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}
.site-nav__promo-caption {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
.site-nav__promo-more {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.site-nav__group:hover > .site-nav__item, .site-nav__group:focus-within > .site-nav__item, .site-nav__group.is-open > .site-nav__item {
  color: #10537e;
  font-weight: 600;
  background: transparent;
}
.site-nav__group:hover > .site-nav__item .chevron, .site-nav__group:focus-within > .site-nav__item .chevron, .site-nav__group.is-open > .site-nav__item .chevron {
  transform: rotate(180deg);
}
.site-nav__group:hover .site-nav__dropdown, .site-nav__group:focus-within .site-nav__dropdown, .site-nav__group.is-open .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s;
}

body.nav-lock {
  overflow: hidden;
}

@media (max-width: 1220px) {
  .site-header {
    padding: 12px 0;
    align-items: center;
    z-index: 1000;
  }
  .site-header__left {
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 0;
    position: relative;
    z-index: 4;
  }
  .site-header__toggle {
    display: flex;
  }
  .site-header .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 360px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
    padding: 18px 20px 104px;
    background: #ffffff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateX(-100%);
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    padding-bottom: 188px;
  }
  .site-header__actions {
    position: fixed;
    left: 0;
    bottom: 0;
    width: min(86vw, 360px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0;
    padding: 16px 20px 20px;
    background: #ffffff;
    border-top: 1px solid #f5f5f5;
    transform: translateX(-100%);
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.05s;
    z-index: 3;
  }
  .site-header__login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  .site-header__login svg {
    display: inline-block;
  }
  .site-header__login:hover {
    color: #000000;
    border-color: rgba(0, 180, 229, 0.6);
    box-shadow: 0 6px 18px -10px rgba(0, 180, 229, 0.6);
    transform: translateY(-1px);
  }
  .site-header.is-nav-open {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  .site-header.is-nav-open .site-header__logo {
    opacity: 0;
    pointer-events: none;
  }
  .site-header.is-nav-open .site-nav,
  .site-header.is-nav-open .site-header__actions {
    transform: translateX(0);
  }
  .site-header.is-nav-open .site-header__toggle {
    position: fixed;
    top: 16px;
    left: calc(min(86vw, 360px) - 58px);
    z-index: 5;
  }
  .site-header.is-nav-open .site-header__toggle:hover {
    background: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.06);
  }
  .site-header.is-nav-open .site-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-nav-open .site-header__toggle span:nth-child(2) {
    opacity: 0;
    width: 22px;
  }
  .site-header.is-nav-open .site-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .site-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0 2px;
  }
  .site-nav__head .site-nav__logo img {
    display: block;
    width: 120px;
    height: auto;
  }
  .site-nav__close {
    display: none;
  }
  .site-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.42s ease, visibility 0.42s;
    z-index: 990;
    cursor: pointer;
  }
  body.nav-lock .site-nav-overlay {
    opacity: 1;
    visibility: visible;
  }
  .site-nav > .site-nav__group,
  .site-nav > a {
    opacity: 0;
    transform: translateX(-16px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .site-header.is-nav-open .site-nav > .site-nav__group,
  .site-header.is-nav-open .site-nav > a {
    opacity: 1;
    transform: none;
  }
  .site-header.is-nav-open .site-nav > a:nth-of-type(1) {
    transition-delay: 0.16s;
  }
  .site-header.is-nav-open .site-nav > .site-nav__group {
    transition-delay: 0.22s;
  }
  .site-header.is-nav-open .site-nav > a:nth-of-type(2) {
    transition-delay: 0.28s;
  }
  .site-header.is-nav-open .site-nav > a:nth-of-type(3) {
    transition-delay: 0.34s;
  }
  .site-header.is-nav-open .site-nav > a:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  .site-nav__group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .site-nav__item {
    justify-content: space-between;
    width: 100%;
    padding: 12px 0 0;
    font-size: 16px;
  }
  .site-nav__item::after {
    left: 0;
    right: 0;
  }
  .site-nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: none;
    background: #f5f5f5;
    border-radius: 10px;
  }
  .site-nav__dropdown::before, .site-nav__dropdown::after {
    display: none !important;
  }
  .site-nav__dropdown--applications::before {
    display: none !important;
  }
  .site-nav__group.is-open .site-nav__dropdown {
    grid-template-rows: 1fr;
  }
  .site-nav__group:hover:not(.is-open) > .site-nav__item .chevron,
  .site-nav__group:focus-within:not(.is-open) > .site-nav__item .chevron {
    transform: none;
  }
  .site-nav__group.is-open > .site-nav__item .chevron {
    transform: rotate(180deg);
  }
  .site-nav__dropdown-inner {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 16px;
    overflow: hidden;
    min-height: 0;
    max-height: none;
  }
  .site-nav__dropdown--industries .site-nav__dropdown-inner {
    padding: 0;
  }
  .site-nav__cols {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px 16px;
  }
  .site-nav__col-groups {
    gap: 8px;
  }
  .site-nav__list {
    width: 100%;
    gap: 12px;
  }
  .site-nav__link {
    align-items: flex-start;
    white-space: normal;
  }
  .site-nav__link .site-nav__ring {
    margin-top: 1px;
  }
  .site-nav__promo {
    display: none;
  }
  .site-header__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.site-nav__dropdown--mega::before {
  display: none !important;
}
.site-nav__dropdown--mega .site-nav__dropdown-inner {
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}

.site-nav__apps {
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
  gap: 2px;
  padding-right: 32px;
  border-right: 1px solid #f5f5f5;
}

.site-nav__app {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease;
}
.site-nav__app:hover, .site-nav__app--toggle[aria-expanded=true] {
  background: #f5f5f5;
}
.site-nav__app.is-current {
  color: #10537e;
}
.site-nav__app.is-current .site-nav__app-name {
  font-weight: 600;
}
.site-nav__app .site-nav__app-name {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-nav__app-chev {
  flex: 0 0 16px;
  margin-left: auto;
  color: #707070;
  transform: rotate(-90deg);
}

.site-nav__app-panels {
  display: grid;
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav__app-panel {
  grid-area: 1/1;
  padding-left: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}
.site-nav__app-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.site-nav__app-panel-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.site-nav__col-label {
  display: block;
  margin-bottom: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #aaaaaa;
}

.site-nav__sections-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-nav__section-link {
  display: block;
  padding: 11px 14px;
  border-radius: 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #aaaaaa;
  transition: color 0.15s ease, background 0.15s ease;
}
.site-nav__section-link:hover {
  background: #f5f5f5;
  color: #000;
}
.site-nav__section-link.is-active {
  font-weight: 500;
  color: #000;
}

@media (max-width: 1220px) {
  .site-nav__dropdown--mega .site-nav__dropdown-inner {
    flex-direction: column;
  }
  .site-nav__dropdown--mega .site-nav__app-panels {
    display: none;
  }
  .site-nav__apps {
    flex: none;
    padding: 14px 16px;
    border-right: none;
  }
  .site-nav__app-panel {
    padding-left: 0;
  }
  .site-nav__sections {
    grid-template-columns: 1fr;
  }
}
section[id] {
  scroll-margin-top: 96px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 48px max(50px, (100vw - 1592px) / 2);
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  margin: 0 auto;
}
.site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 474px;
}
.site-footer__logo {
  min-height: 56px;
}
.site-footer__logo img {
  width: 130px;
  height: auto;
}
.site-footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.site-footer__newsletter-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.site-footer__newsletter-sub {
  font-size: 16px;
  line-height: 24px;
  color: #8e8e93;
}
.site-footer__subscribe {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 6px 6px 20px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-footer__subscribe:focus-within {
  border-color: #00b4e5;
  box-shadow: 0 0 0 3px rgba(0, 180, 229, 0.12);
}
.site-footer__subscribe.has-error {
  border-color: #d92d20;
}
.site-footer__subscribe.has-error:focus-within {
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
}
.site-footer__subscribe input {
  flex: 1;
  min-width: 0;
  padding: 10px 6px;
  font-size: 16px;
  color: #000000;
  background: transparent;
}
.site-footer__subscribe input::placeholder {
  color: #a0a0a0;
}
.site-footer__subscribe .btn--cyan {
  flex-shrink: 0;
  padding: 12px 28px;
  line-height: 20px;
  font-size: 15px;
  border-radius: 10px;
}
.site-footer__subscribe-msg {
  font-size: 14px;
  line-height: 20px;
}
.site-footer__subscribe-msg.is-error {
  margin-top: 10px;
  color: #d92d20;
}
.site-footer__subscribe-msg.is-success {
  margin-top: 10px;
  color: #1e8e5a;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 569px;
}
.site-footer__links-top {
  display: flex;
  gap: 341px;
}
.site-footer__link-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__link-group a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.site-footer__links-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.site-footer__services {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 302px;
}
.site-footer__services a {
  font-size: 16px;
  line-height: 20px;
  color: #8e8e93;
  white-space: nowrap;
}
.site-footer__contact-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 179px;
}
.site-footer__contact, .site-footer__socials {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__contact a,
.site-footer__contact span, .site-footer__socials a,
.site-footer__socials span {
  font-size: 16px;
  line-height: 20px;
  color: #8e8e93;
  white-space: nowrap;
}
.site-footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  color: #8e8e93;
}
.site-footer__bottom p:last-child {
  width: 179px;
  text-align: left;
}
.site-footer__bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__bottom a:hover {
  color: #10537e;
}
.site-footer__link-group a, .site-footer__services a, .site-footer__contact a, .site-footer__socials a, .site-footer__bottom a {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.site-footer__link-group a::after, .site-footer__services a::after, .site-footer__contact a::after, .site-footer__socials a::after, .site-footer__bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-footer__link-group a:hover::after, .site-footer__services a:hover::after, .site-footer__contact a:hover::after, .site-footer__socials a:hover::after, .site-footer__bottom a:hover::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer__link-group a::after, .site-footer__services a::after, .site-footer__contact a::after, .site-footer__socials a::after, .site-footer__bottom a::after {
    transition: none;
  }
}

@media (max-width: 1200px) {
  .site-footer__top {
    flex-wrap: wrap;
    gap: 48px;
  }
  .site-footer__brand, .site-footer__links {
    width: 100%;
  }
  .site-footer__links-top {
    gap: 120px;
  }
  .site-footer__logo {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 24px;
  }
  .site-footer__brand, .site-footer__links, .site-footer__services, .site-footer__contact-col {
    width: 100%;
  }
  .site-footer__links-bottom {
    flex-direction: column;
    gap: 40px;
  }
  .site-footer__services {
    gap: 14px;
  }
  .site-footer__bottom p:last-child {
    width: auto;
  }
  .site-footer a, .site-footer__services a, .site-footer__contact a, .site-footer__socials a {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .site-footer__links-top {
    flex-direction: column;
    gap: 32px;
  }
  .site-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer__subscribe {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border: none;
    background: transparent;
  }
  .site-footer__subscribe:focus-within {
    box-shadow: none;
  }
  .site-footer__subscribe input {
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
  }
  .site-footer__subscribe input:focus {
    border-color: #00b4e5;
  }
  .site-footer__subscribe.has-error input {
    border-color: #d92d20;
  }
  .site-footer__subscribe .btn--cyan {
    width: 100%;
    height: 40px;
    padding: 0;
    border-radius: 10px;
  }
}
.scroll-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #00b4e5;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.scroll-top:hover {
  background: #10537e;
  transform: translateY(-3px);
}
.scroll-top:active {
  transform: translateY(0);
}
.scroll-top svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-top,
  .scroll-top.is-visible {
    transition: opacity 0.3s ease, visibility 0s;
    transform: none;
  }
  .scroll-top:hover {
    transform: none;
  }
}
.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding-block: 60px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
  overflow: hidden;
  background: url("../assets/images/home/hero-bg.jpg") center 32%/cover no-repeat;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.home-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  width: 100%;
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 580px;
}
.home-hero__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home-hero__eyebrow {
  margin-bottom: 22px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #f5f5f5;
}
.home-hero__title {
  margin-bottom: 44px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 0.94;
  letter-spacing: -1.4px;
  color: #ffffff;
}
.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-hero__actions .btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.home-hero__btn {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.home-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.home-hero__btn--cyan:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -14px rgba(0, 180, 229, 0.7);
}
.home-hero__btn--white {
  background: #ffffff;
  color: #000000;
}
.home-hero__btn--white:hover {
  background: #00b4e5;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -14px rgba(0, 180, 229, 0.7);
}
.home-hero__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.home-hero__ai {
  position: absolute;
  right: 50px;
  bottom: 45px;
  width: 64px;
  height: 64px;
}
.home-hero__ai img {
  width: 64px;
  height: 64px;
  max-width: none;
}

@keyframes home-hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.home-hero__eyebrow, .home-hero__title, .home-hero__actions {
  animation: home-hero-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-hero__eyebrow {
  animation-delay: 0.05s;
}
.home-hero__title {
  animation-delay: 0.15s;
}
.home-hero__actions {
  animation-delay: 0.32s;
}
.home-hero__cards .home-glass-card {
  animation: home-hero-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-hero__cards .home-glass-card:nth-child(1) {
  animation-delay: 0.24s;
}
.home-hero__cards .home-glass-card:nth-child(2) {
  animation-delay: 0.37s;
}
.home-hero__cards .home-glass-card:nth-child(3) {
  animation-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__eyebrow,
  .home-hero__title,
  .home-hero__actions,
  .home-hero__cards .home-glass-card {
    animation: none;
  }
}
.home-glass-card {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 401px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
.home-glass-card--bordered {
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.home-glass-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 0.83px solid #e5e5e5;
}
.home-glass-card__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16.58px;
  color: #ffffff;
}
.home-glass-card__drag {
  width: 13px;
  height: 13px;
}

.home-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.home-checklist__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 10px;
  border: 0.83px solid transparent;
  border-radius: 8px;
}
.home-checklist__item--done {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.05);
}
.home-checklist__item--cyan {
  background: rgba(0, 180, 229, 0.1);
  border-color: rgba(0, 180, 229, 0.2);
}
.home-checklist__item[data-check-item] {
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-checklist__item[data-check-item]:hover:not(.is-checked) {
  background: rgba(255, 255, 255, 0.06);
}
.home-checklist__check {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.home-checklist__item.is-checked {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.05);
}
.home-checklist__item.is-checked .home-checklist__radio {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
}
.home-checklist__item.is-checked .home-checklist__check {
  opacity: 1;
}
.home-checklist__item.is-checked .home-checklist__label {
  color: #ffffff;
}
.home-checklist__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16.58px;
  height: 16.58px;
  border: 1.66px solid #d1d5dc;
  border-radius: 50%;
}
.home-checklist__radio--done {
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.home-checklist__radio--cyan {
  border: none;
  background: #00b4e5;
}
.home-checklist__label {
  font-size: 12px;
  line-height: 16.58px;
  color: rgba(255, 255, 255, 0.8);
}
.home-checklist__label--done {
  color: #ffffff;
}
.home-checklist--eco .home-checklist__label {
  font-size: 11.6px;
}
.home-checklist--eco .home-checklist__item.is-checked {
  background: rgba(0, 180, 229, 0.1);
  border-color: rgba(0, 180, 229, 0.2);
}
.home-checklist--eco .home-checklist__item.is-checked .home-checklist__radio {
  border-color: transparent;
  background: #00b4e5;
}

.home-wallet {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 66px;
  width: 100%;
}
.home-wallet__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home-wallet__caption {
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
}
.home-wallet__period {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
}
.home-wallet__period img {
  width: 12px;
  height: 12px;
}
.home-wallet__amount {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.home-folder {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 53px;
  padding: 10px;
  border-radius: 8.3px;
  background: rgba(249, 250, 251, 0.2);
}
.home-folder__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.home-folder__meta {
  display: flex;
  flex-direction: column;
}
.home-folder__name {
  font-size: 11.6px;
  line-height: 16.58px;
  color: #ffffff;
}
.home-folder__count {
  font-size: 10px;
  line-height: 13.26px;
  color: rgba(255, 255, 255, 0.6);
}

.home-partners {
  position: relative;
  padding: 32px 0;
  background: #ffffff;
  overflow: hidden;
}
.home-partners::before, .home-partners::after {
  content: "";
  position: absolute;
  top: 0;
  width: 208px;
  height: 96px;
  z-index: 1;
  pointer-events: none;
}
.home-partners::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-partners::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-partners__marquee {
  display: flex;
  width: max-content;
  opacity: 0.5;
}
.home-partners__marquee.is-running {
  animation: home-partners-scroll 40s linear infinite;
}
.home-partners__marquee.is-running:hover {
  animation-play-state: paused;
}
.home-partners__track {
  display: flex;
  align-items: center;
  gap: 68px;
  padding-right: 68px;
  flex-shrink: 0;
  width: max-content;
}
.home-partners__logo {
  flex-shrink: 0;
}
.home-partners__logo img {
  display: block;
}
.home-partners__logo--ifa {
  width: 78px;
  height: 28px;
}

@keyframes home-partners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-partners__marquee.is-running {
    animation: none;
  }
  .home-cta__button {
    transition: box-shadow 0.28s ease;
  }
  .home-cta__button:hover {
    transform: none;
  }
  .home-cta__button::after {
    display: none;
  }
  .home-ecosystem__bg {
    transition: none;
  }
  .home-ecosystem__lpanel.is-active {
    animation: none;
  }
}
.home-ecosystem {
  padding-top: 72px;
  padding-bottom: 102px;
}
.home-ecosystem .container {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 100%;
  max-width: 932px;
  margin-inline: auto;
  padding-inline: 24px;
}
.home-ecosystem__tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px;
  border-radius: 50px;
  background: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.home-ecosystem__pill {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 34px;
  background: #00b4e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translate(0, 0);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.4, 0.5, 1), width 0.5s cubic-bezier(0.34, 1.4, 0.5, 1), height 0.5s cubic-bezier(0.34, 1.4, 0.5, 1);
}
.home-ecosystem__pill.is-ready {
  opacity: 1;
}
.home-ecosystem__tab {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 14px;
  border-radius: 34px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 50px;
  white-space: nowrap;
  color: #000000;
  background: transparent;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.3s ease;
}
.home-ecosystem__tab:hover:not(.is-active) {
  color: #10537e;
}
.home-ecosystem__tab.is-active {
  color: #ffffff;
}
.home-ecosystem__tab:focus {
  outline: none;
}
.home-ecosystem__tab:focus-visible {
  outline: 2px solid #10537e;
  outline-offset: 2px;
}
.home-ecosystem__grid {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.home-ecosystem__col {
  display: flex;
  flex-direction: column;
  width: 432px;
  flex: none;
}
.home-ecosystem__lpanel {
  display: none;
}
.home-ecosystem__lpanel.is-active {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  animation: eco-fade-in 0.5s ease;
}
.home-ecosystem__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.09;
  color: #000000;
}
.home-ecosystem__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.home-ecosystem__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border-radius: 10px;
  background: #f5f5f5;
  flex: 1;
}
.home-ecosystem__card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #000000;
}
.home-ecosystem__card-text {
  margin-top: -4px;
  font-size: 14px;
  line-height: 23px;
  color: #707070;
}
.home-ecosystem__card-more {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.home-ecosystem__card-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-ecosystem__card-more:hover::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .home-ecosystem__card-more::after {
    transition: none;
  }
}
.home-ecosystem__visual {
  position: relative;
  width: 432px;
  flex: none;
  min-height: 640px;
  border-radius: 12px;
  background: #f5f5f5;
  overflow: hidden;
}
.home-ecosystem__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity 0.6s ease, transform 0.8s ease, visibility 0s linear 0.6s;
}
.home-ecosystem__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-ecosystem__bg.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.home-ecosystem__overlay-cards {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@keyframes eco-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.home-dark-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 401px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
.home-dark-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 0.83px solid rgba(255, 255, 255, 0.2);
}
.home-dark-card__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16.58px;
  color: #ffffff;
}

.home-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
}
.home-platforms__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 72px;
}
.home-platforms__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.home-platforms__link:hover {
  transform: translateY(-2px);
}
.home-platforms__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f3f4f6;
  animation: home-platform-flash 5s ease-in-out infinite;
}
.home-platforms__tile--white {
  background: #ffffff;
}
.home-platforms__item:nth-child(1) .home-platforms__tile {
  animation-delay: 0s;
}
.home-platforms__item:nth-child(2) .home-platforms__tile {
  animation-delay: 1s;
}
.home-platforms__item:nth-child(3) .home-platforms__tile {
  animation-delay: 2s;
}
.home-platforms__item:nth-child(4) .home-platforms__tile {
  animation-delay: 3s;
}
.home-platforms__item:nth-child(5) .home-platforms__tile {
  animation-delay: 4s;
}
.home-platforms__name {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

@keyframes home-platform-flash {
  0%, 20%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 180, 229, 0), 0 0 0 0 rgba(0, 180, 229, 0);
  }
  10% {
    transform: scale(1.14);
    box-shadow: 0 0 0 3px rgba(0, 180, 229, 0.45), 0 8px 22px rgba(0, 180, 229, 0.4);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-platforms__tile {
    animation: none;
  }
}
.home-grow {
  padding: 0 0 161px;
}
.home-grow .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  max-width: 932px;
  margin-inline: auto;
  padding-inline: 24px;
}
.home-grow__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.home-grow__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.home-grow__subheading {
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
}
.home-grow__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
.home-grow__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f9f9f9;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-grow__item:hover, .home-grow__item.is-active {
  background: rgba(0, 180, 229, 0.05);
  border-color: #00b4e5;
}
.home-grow__go {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home-grow__ring {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.home-grow__ring img {
  position: absolute;
  inset: -2px;
  width: 20px;
  height: 20px;
  max-width: none;
}

.home-industries {
  padding: 0 0 80px;
  background: #ffffff;
}
.home-industries .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 64px;
  width: 100%;
  max-width: 932px;
  margin-inline: auto;
  padding-inline: 24px;
}
.home-industries__header {
  display: flex;
  align-items: flex-start;
  gap: 193px;
  width: 100%;
}
.home-industries__brand {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.home-industries__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 661px;
}
.home-industries__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.home-industries__subheading {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.home-industries__grid {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  width: 100%;
}
.home-industries__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  min-width: 0;
  padding: 0 16px 32px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-industries__media {
  width: 100%;
  height: 193.5px;
  border-radius: 4px;
  overflow: hidden;
}
.home-industries__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-industries__media:hover .home-industries__image {
  transform: scale(1.06);
}
.home-industries__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  white-space: nowrap;
}
.home-industries__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.home-industries__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.home-industries__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  transition: text-shadow 0.25s ease, color 0.2s ease;
}
.home-industries__feature:hover {
  text-shadow: 0.4px 0 0 currentColor, -0.4px 0 0 currentColor;
}
@media (prefers-reduced-motion: reduce) {
  .home-industries__feature {
    transition: none;
  }
}
.home-industries__bullet {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  background: url("../assets/images/home/bullet-ring-cyan.svg") center/10px 10px no-repeat;
}
.home-industries__bullet img {
  width: 10px;
  height: 10px;
  transition: opacity 0.2s ease;
}
.home-industries__feature:hover .home-industries__bullet img {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .home-industries__bullet img {
    transition: none;
  }
}

.home-ask {
  padding: 72px 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
.home-ask__collage {
  position: relative;
  width: 954px;
  height: 579px;
}
.home-ask__media {
  position: absolute;
  left: 260px;
  top: 0;
  width: 434px;
  height: 579px;
}
.home-ask__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.home-ask__lottie {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
}
.home-ask__line {
  position: absolute;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.04;
  letter-spacing: -1.6px;
  color: #000000;
}
.home-ask__line--left {
  left: 0;
  top: 148px;
  width: 399px;
}
.home-ask__line--right {
  left: 559px;
  top: 348px;
  width: 395px;
  text-align: right;
}

.home-ask__media,
.home-ask__lottie,
.home-ask__line {
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

html.js .home-ask__media {
  opacity: 0;
  transform: translateY(28px) scale(0.94);
}

html.js .home-ask__lottie {
  opacity: 0;
  transform: scale(0.8);
}

html.js .home-ask__line--left {
  opacity: 0;
  transform: translateX(-80px);
}

html.js .home-ask__line--right {
  opacity: 0;
  transform: translateX(80px);
}

.home-ask.is-visible .home-ask__media {
  opacity: 1;
  transform: none;
}
.home-ask.is-visible .home-ask__line--left {
  opacity: 1;
  transform: none;
  transition-delay: 0.18s;
}
.home-ask.is-visible .home-ask__line--right {
  opacity: 1;
  transform: none;
  transition-delay: 0.34s;
}
.home-ask.is-visible .home-ask__lottie {
  opacity: 1;
  transform: none;
  transition-delay: 0.44s;
}

@media (prefers-reduced-motion: reduce) {
  html.js .home-ask__media,
  html.js .home-ask__lottie,
  html.js .home-ask__line--left,
  html.js .home-ask__line--right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.home-stories {
  padding: 80px 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-stories__head {
  padding-left: max(164px, (100vw - 1592px) / 2);
  padding-right: 50px;
}
.home-stories__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.04;
  color: #000000;
}
.home-stories__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(164px, (100vw - 1592px) / 2);
  padding: 10px 50px 10px max(164px, (100vw - 1592px) / 2);
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-stories__viewport::-webkit-scrollbar {
  display: none;
}
.home-stories__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.home-stories__track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
}
.home-stories__card {
  display: flex;
  flex-direction: column;
  width: 433px;
  flex: none;
  scroll-snap-align: start;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-stories__card:hover {
  transform: translateY(-10px);
}
.home-stories__image {
  width: 100%;
  height: 214px;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
}
.home-stories__body {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  border-radius: 0 0 16px 16px;
  background: #f5f5f5;
}
.home-stories__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: -0.72px;
  color: #1d1d1d;
}
.home-stories__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.35s ease;
}
.home-stories__card:hover .home-stories__stats {
  max-height: 80px;
  margin-top: 24px;
  opacity: 1;
}
.home-stories__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-stories__stat-value {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #1d1d1d;
}
.home-stories__stat-label {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  color: #707070;
}
.home-stories__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  padding-right: max(163px, (100vw - 1592px) / 2);
}
.home-stories__arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}
.home-stories__arrow img {
  width: 48px;
  height: 48px;
}
.home-stories__arrow:hover {
  opacity: 0.8;
}
.home-stories__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.home-testimonials {
  padding: 161px 0 120px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-testimonials__head {
  padding-left: max(164px, (100vw - 1592px) / 2);
  padding-right: 50px;
}
.home-testimonials__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: normal;
  color: #000000;
  margin-bottom: 57px;
}
.home-testimonials__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(164px, (100vw - 1592px) / 2);
  padding: 60px 50px 0 max(164px, (100vw - 1592px) / 2);
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-testimonials__viewport::-webkit-scrollbar {
  display: none;
}
.home-testimonials__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.home-testimonials__track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
}
.home-testimonials__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 433px;
  flex: none;
  scroll-snap-align: start;
  padding: 82px 32px 32px;
  border-radius: 20px;
  background: #f5f5f5;
}
.home-testimonials__avatar {
  position: absolute;
  left: 32px;
  top: -59px;
  width: 105px;
  height: 105px;
}
.home-testimonials__name {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.home-testimonials__role {
  margin-top: 2px;
  margin-bottom: 25px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.home-testimonials__quote {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.home-testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
  padding-right: 163px;
}
.home-testimonials__arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}
.home-testimonials__arrow img {
  width: 48px;
  height: 48px;
}
.home-testimonials__arrow:hover {
  opacity: 0.8;
}
.home-testimonials__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.home-faq {
  padding: 64px 0;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}
.home-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 753px;
}
.home-faq__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.03;
  text-align: center;
  color: #000000;
}
.home-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.home-faq__item:first-child {
  border-top: none;
}
.home-faq__question-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
}
.home-faq__question {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}
.home-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.home-faq__answer-inner {
  overflow: hidden;
}
.home-faq__answer {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.42;
  color: #707070;
}
.home-faq__chevron {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.home-faq__item.is-open .home-faq__chevron {
  transform: rotate(-90deg);
}
.home-faq__item.is-open .home-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.home-faq__ask {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.home-faq__ask img {
  width: 21px;
  height: 19px;
}

.home-cta {
  padding: 80px 0;
  background: #ffffff;
}
.home-cta .container {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.home-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
  min-width: 0;
}
.home-cta__spinner {
  width: 35px;
  height: 35px;
  animation: home-cta-spin 4s linear infinite;
  will-change: transform;
}
.home-cta__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -1px;
  color: #000000;
}
.home-cta__text {
  margin-top: -8px;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.home-cta__button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-cta__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.home-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 180, 229, 0.35);
}
.home-cta__button:hover::after {
  left: 130%;
}
.home-cta__button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 180, 229, 0.3);
}
.home-cta__image {
  width: 430px;
  height: 600px;
  flex: none;
  border-radius: 8px;
  object-fit: cover;
  object-position: 40% center;
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .home-cta .container {
    padding-inline: 140px;
  }
}
@media (max-width: 1200px) {
  .home-hero {
    height: auto;
    min-height: 0;
    padding: 75px 50px 64px;
  }
  .home-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
  .home-hero__content {
    width: 100%;
    max-width: 547px;
  }
  .home-hero__cards {
    width: 100%;
    max-width: 420px;
  }
  .home-hero__title {
    font-size: 60px;
    margin-bottom: 48px;
  }
  .home-glass-card {
    width: 100%;
    max-width: 420px;
  }
  .home-ecosystem {
    width: 100%;
  }
  .home-grow,
  .home-grow__header,
  .home-industries__header,
  .home-industries__intro,
  .home-industries__grid,
  .home-testimonials__header,
  .home-faq__inner {
    width: 100%;
  }
  .home-ask {
    padding: 0 24px;
  }
  .home-ask__collage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .home-ask__media {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 434px;
    height: auto;
    order: 1;
  }
  .home-ask__image {
    position: static;
    width: 100%;
    height: auto;
  }
  .home-ask__line {
    position: static;
    width: auto;
    text-align: center;
  }
  .home-ask__line--left {
    order: 0;
  }
  .home-ask__line--right {
    order: 2;
  }
  .home-cta {
    height: auto;
  }
  .home-cta .container {
    flex-direction: column;
    align-items: stretch;
    padding-inline: 50px;
  }
  .home-cta__content {
    width: 100%;
  }
  .home-cta__image {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 940px) {
  .home-ecosystem__grid {
    flex-direction: column;
    gap: 24px;
  }
  .home-ecosystem__col {
    width: 100%;
  }
  .home-ecosystem__tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    height: auto;
    border-radius: 20px;
  }
  .home-ecosystem__tab {
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 16px;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
  }
  .home-ecosystem__visual {
    width: 100%;
    min-height: 0;
  }
  .home-ecosystem__overlay-cards {
    position: static;
    transform: none;
    padding: 24px 17px;
  }
  .home-dark-card {
    width: 100%;
    max-width: 420px;
  }
  .home-industries__header {
    flex-direction: column;
    gap: 16px;
  }
  .home-industries__grid {
    flex-wrap: wrap;
    gap: 24px;
  }
  .home-industries__card {
    flex: 1 1 44%;
    border-right: none;
    padding-right: 0;
  }
  .home-stories__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .home-testimonials__head {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-testimonials__viewport {
    padding: 60px 24px 0;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
  }
  .home-testimonials__track {
    width: max-content;
    gap: 16px;
  }
  .home-testimonials__card { /* width: 320px; flex: 0 0 320px; */ }
  .home-testimonials__nav {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .home-hero__title {
    font-size: 44px;
    letter-spacing: -0.5px;
  }
  .home-hero__ai {
    display: none;
  }
  .home-grow {
    padding-bottom: 75px;
  }
  .home-ecosystem {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .home-stories {
    padding-bottom: 40px;
  }
  .home-testimonials {
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .home-ecosystem__heading,
  .home-grow__heading,
  .home-industries__heading,
  .home-testimonials__heading {
    font-size: 32px;
  }
  .home-stories__heading,
  .home-faq__heading,
  .home-cta__heading {
    font-size: 34px;
    line-height: 1.12;
  }
  .home-ask__line {
    font-size: 42px;
  }
  .home-grow__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-grow__item {
    height: auto;
    min-height: 56px;
    white-space: normal;
  }
  .home-stories__head {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-stories__viewport {
    padding-left: 24px;
    padding-right: 24px;
    scroll-padding-left: 24px;
  }
  .home-stories__nav {
    padding-right: 24px;
  }
  .home-industries__grid {
    flex-direction: column;
  }
  .home-industries__card {
    flex-basis: auto;
    width: 100%;
  }
  .home-industries__card:not(.corp-next__card) .home-industries__media {
    height: 430px;
  }
  .home-partners__track {
    gap: 40px;
    padding-right: 40px;
  }
  .home-partners::before,
  .home-partners::after {
    width: 72px;
  }
  .home-cta .container {
    padding-inline: 24px;
  }
  .home-cta__image {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .home-hero {
    padding: 75px 20px 56px;
  }
  .home-hero__title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .home-hero__eyebrow {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .home-hero__btn {
    width: 100%;
  }
  .home-hero__ai {
    right: 16px;
    bottom: 16px;
  }
  .home-ecosystem__heading,
  .home-grow__heading,
  .home-industries__heading,
  .home-testimonials__heading,
  .home-stories__heading,
  .home-faq__heading,
  .home-cta__heading {
    font-size: 26px;
  }
  .home-ask__line {
    font-size: 30px;
  }
  .home-grow__grid {
    grid-template-columns: 1fr;
  }
  .home-stories__card {
    width: 280px;
  }
  /* .home-testimonials__card { width: 280px; flex-basis: 280px; } */
  .home-cta .container {
    padding-inline: 20px;
  }
  .home-cta__image {
    height: 240px;
  }
  .home-platforms {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .home-platforms__item {
    width: 100%;
    height: auto;
  }
  .home-platforms__link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
  }
  .home-platforms__name {
    font-size: 14px;
  }
}
@keyframes home-cta-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-cta__spinner {
    animation: none;
  }
}
.company-mission .container,
.company-journey .container,
.company-values .container,
.company-bento .container,
.company-people .container,
.company-depts .container,
.company-careers .container,
.company-blogs .container,
.company-news .container,
.company-cta .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

.company-hero {
  position: relative;
  height: 680px;
  padding: 64px 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.company-hero .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.company-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  pointer-events: none;
}
.company-hero__content {
  position: relative;
  width: 640px;
  max-width: 100%;
}
.company-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin-bottom: 24px;
}
.company-hero__subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #f5f5f5;
}
.company-hero__badge {
  position: absolute;
  left: calc(75% + 19px);
  top: auto;
  bottom: 51px;
  width: 64px;
  height: 64px;
}
.company-hero__badge img {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  max-width: none;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .company-hero__title {
    animation: company-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.1s;
  }
  html.js .company-hero__subtitle {
    animation: company-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.28s;
  }
}
@keyframes company-hero-rise {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.company-partners {
  position: relative;
  padding: 32px 0;
  background: #ffffff;
  overflow: hidden;
}
.company-partners__marquee {
  display: flex;
  width: max-content;
  opacity: 0.5;
}
.company-partners__marquee.is-running {
  animation: company-marquee 40s linear infinite;
}
.company-partners__marquee.is-running:hover {
  animation-play-state: paused;
}
.company-partners__track {
  display: flex;
  align-items: center;
  gap: 68px;
  padding-right: 68px;
  flex-shrink: 0;
  width: max-content;
}
.company-partners__logo {
  position: relative;
  display: block;
  flex-shrink: 0;
}
.company-partners__logo img {
  width: 100%;
  height: 100%;
}
.company-partners__logo--ifa {
  width: 78px;
  height: 28px;
}
.company-partners__logo--ubereats {
  width: 136px;
  height: 22px;
}
.company-partners__logo--pax {
  width: 64.243px;
  height: 28.229px;
}
.company-partners__logo--doordash {
  width: 170px;
  height: 20px;
}
.company-partners__logo--googlecloud {
  width: 160px;
  height: 25px;
}
.company-partners__logo--bbb {
  width: 80px;
  height: 30px;
}
.company-partners__logo--grubhub {
  width: 105px;
  height: 22px;
}
.company-partners__logo--forbes {
  width: 88px;
  height: 22px;
}
.company-partners__logo--dealertrack {
  width: 160px;
  height: 24px;
}
.company-partners__logo--cukcuk {
  width: 94px;
  height: 30px;
}
.company-partners__logo--dennys {
  width: 61px;
  height: 32px;
}
.company-partners__logo--campaign-registry {
  width: 144px;
  height: 28px;
}
.company-partners__logo--fiserv {
  width: 52px;
  height: 25px;
}
.company-partners__logo--macusa {
  width: 65px;
  height: 25px;
}
.company-partners__logo--payd {
  width: 30px;
  height: 30px;
}
.company-partners__logo--clover {
  width: 98px;
  height: 24px;
}
.company-partners__logo--ick {
  width: 86px;
  height: 25px;
}
.company-partners__logo--telnyx {
  width: 97px;
  height: 25px;
}
.company-partners__fade {
  position: absolute;
  top: 0;
  width: 208.4px;
  height: 96px;
  pointer-events: none;
}
.company-partners__fade--left {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.company-partners__fade--right {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@keyframes company-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-partners__marquee.is-running {
    animation: none;
  }
}
.company-mission {
  padding: 64px 0;
  background: #ffffff;
}
.company-mission__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-mission__label {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.company-mission__heading {
  width: 661px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: rgba(0, 0, 0, 0.1882352941);
}
.company-mission__heading-muted {
  color: rgba(0, 0, 0, 0.1882352941);
}
.company-mission__word {
  color: rgba(0, 0, 0, 0.1882352941);
}
@supports (animation-timeline: view()) {
  .company-mission__word {
    animation: mission-word-fill linear both;
    animation-timeline: view();
    animation-range: cover 45% cover 80%;
  }
}
.company-mission__media {
  margin-top: 64px;
  height: 579px;
  border-radius: 18px;
  overflow: hidden;
}
.company-mission__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

@supports not (animation-timeline: view()) {
  .company-mission__heading,
  .company-mission__word,
  .company-journey__title,
  .company-journey__word {
    color: #000;
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-mission__heading,
  .company-mission__word,
  .company-journey__title,
  .company-journey__word {
    animation: none !important;
    color: #000;
  }
}
@keyframes mission-word-fill {
  from {
    color: rgba(0, 0, 0, 0.1882352941);
  }
  to {
    color: #000;
  }
}
.company-journey {
  padding: 72px 0;
  background: #ffffff;
  overflow: clip;
}
.company-journey__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.company-journey__title {
  width: 431.5px;
  flex-shrink: 0;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.96px;
  color: rgba(0, 0, 0, 0.1882352941);
}
.company-journey__word {
  color: rgba(0, 0, 0, 0.1882352941);
}
@supports (animation-timeline: view()) {
  .company-journey__word {
    animation: mission-word-fill linear both;
    animation-timeline: view();
    animation-range: cover 45% cover 80%;
  }
}
.company-journey__title-muted {
  display: block;
  color: rgba(0, 0, 0, 0.1882352941);
}
.company-journey__text {
  flex: 1;
  font-size: 20px;
  line-height: 28px;
  color: #707070;
}
.company-journey__photos {
  --j: clamp(0.5, calc((100vw - 120px) / 1347px), 1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
}
.company-journey__photo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.company-journey__photo-frame--1 {
  width: calc(455.93px * var(--j));
  height: calc(492.16px * var(--j));
}
.company-journey__photo-frame--1 .company-journey__photo {
  transform: rotate(-31.66deg);
}
.company-journey__photo-frame--2 {
  width: calc(362.14px * var(--j));
  height: calc(449.1px * var(--j));
}
.company-journey__photo-frame--2 .company-journey__photo {
  transform: rotate(-11.36deg);
}
.company-journey__photo-frame--3 {
  width: calc(378.6px * var(--j));
  height: calc(458.85px * var(--j));
}
.company-journey__photo-frame--3 .company-journey__photo {
  transform: rotate(14.26deg);
}
.company-journey__photo {
  width: calc(289px * var(--j));
  height: calc(400px * var(--j));
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.28);
}
.company-journey__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .company-journey__photos.is-armed .company-journey__photo {
    opacity: 0;
  }
  html.js .company-journey__photos.is-in .company-journey__photo {
    animation-duration: 1.15s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both;
    will-change: transform, opacity;
  }
  html.js .company-journey__photos.is-in .company-journey__photo-frame--1 .company-journey__photo {
    animation-name: journey-in-1;
    animation-delay: 0.2s;
  }
  html.js .company-journey__photos.is-in .company-journey__photo-frame--2 .company-journey__photo {
    animation-name: journey-in-2;
    animation-delay: 0.3s;
  }
  html.js .company-journey__photos.is-in .company-journey__photo-frame--3 .company-journey__photo {
    animation-name: journey-in-3;
    animation-delay: 0.4s;
  }
}
@keyframes journey-in-1 {
  from {
    opacity: 0;
    transform: translateX(155%) rotate(-18deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-31.66deg) scale(1);
  }
}
@keyframes journey-in-2 {
  from {
    opacity: 0;
    transform: translateX(155%) rotate(-6deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-11.36deg) scale(1);
  }
}
@keyframes journey-in-3 {
  from {
    opacity: 0;
    transform: translateX(155%) rotate(8deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(14.26deg) scale(1);
  }
}
.company-values {
  padding: 80px 0;
  background: #ffffff;
}
.company-values__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-values__label {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.company-values__intro-copy {
  width: 661px;
}
.company-values__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.company-values__subheading {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.company-values__grid {
  display: flex;
  align-items: stretch;
  gap: 21px;
  margin-top: 64px;
}
.company-values__card {
  flex: 1 0 0;
  min-width: 0;
  padding: 0 16px 32px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.company-values__image {
  height: 193.5px;
  border-radius: 4px;
  overflow: hidden;
}
.company-values__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.company-values__image:hover img {
  transform: scale(1.06);
}
.company-values__image--wide {
  position: relative;
}
.company-values__image--wide img {
  position: absolute;
  top: 0;
  left: -16.32%;
  width: 152.96%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.company-values__image--wide:hover img {
  transform: scale(1.06);
}
.company-values__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 248px;
  margin-top: 32px;
}
.company-values__card-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.company-values__card-text {
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.company-bento {
  background: #ffffff;
  padding-bottom: 72px;
}
.company-bento__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company-bento__row {
  display: flex;
  gap: 8px;
  height: 360px;
}
.company-bento__card {
  position: relative;
  height: 100%;
  padding: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.company-bento__card--plain {
  flex: 1 0 0;
  min-width: 0;
  background: #f5f5f5;
}
.company-bento__card--photo {
  flex: 1 0 0;
  min-width: 0;
  background: #e9e9e9;
}
.company-bento__card--gradient {
  width: 226px;
  flex-shrink: 0;
  padding: 0;
  background: #e9e9e9;
}
.company-bento__card--gradient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-bento__card--toggle {
  width: 406px;
  flex-shrink: 0;
}
.company-bento__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 12px;
}
.company-bento__photo img {
  position: absolute;
  left: -34.75%;
  top: -73.98%;
  width: 169.57%;
  height: 227.47%;
  max-width: none;
  object-fit: cover;
}
.company-bento__photo-fade {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(178.37deg, rgba(230, 230, 230, 0) 69.66%, rgb(230, 230, 230) 79.74%);
  pointer-events: none;
}
.company-bento__toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-bento__stat {
  position: relative;
  font-size: 56px;
  line-height: 1.23;
  color: #333333;
  text-transform: capitalize;
}
.company-bento__stat--lg {
  font-size: 64px;
}
.company-bento__caption {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  font-size: 24px;
  line-height: 1.23;
  color: #333333;
}

.company-people {
  padding: 90px 0;
  background: #ffffff;
}
.company-people__group {
  display: flex;
  align-items: flex-start;
  gap: 172px;
}
.company-people__group + .company-people__group {
  margin-top: 64px;
}
.company-people__group--team {
  flex-direction: column;
  gap: 32px;
}
.company-people__group--team .company-people__heading {
  width: auto;
}
.company-people__heading {
  width: 323px;
  flex-shrink: 0;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  color: #000000;
}
.company-people__content {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.company-people__content--team {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 32px;
}
.company-people__card {
  display: flex;
  flex-direction: column;
}
.company-people__photo {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: #f5f5f5;
  overflow: hidden;
}
.company-people__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.company-people__photo:hover img {
  transform: scale(1.06);
}
@media (prefers-reduced-motion: reduce) {
  .company-people__photo img {
    transition: none;
  }
}
.company-people__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.company-people__meta--stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.company-people__name {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.company-people__role {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.company-people__more {
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #707070;
}
.company-people__more:hover {
  color: #333333;
}

.company-founder {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company-founder__photo {
  width: 100%;
  /* aspect-ratio: 16 / 10; */
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}
.company-founder__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.company-founder__photo:hover img {
  transform: scale(1.06);
}
@media (prefers-reduced-motion: reduce) {
  .company-founder__photo img {
    transition: none;
  }
}
.company-founder__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.company-founder__name {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.company-founder__role {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.company-founder__more {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #707070;
}
.company-founder__more:hover {
  color: #333333;
}

.company-depts {
  padding: 64px 0 90px;
  background: #ffffff;
}
.company-depts__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  color: #000000;
}
.company-depts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 32px;
  margin-top: 64px;
}
.company-depts__photo {
  position: relative;
  height: 367px;
  border-radius: 12px;
  overflow: hidden;
}
.company-depts__photo img {
  position: absolute;
  max-width: none;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.company-depts__photo:hover img {
  transform: scale(1.06);
}
.company-depts__photo--cover img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.company-depts__photo--operations img {
  left: -23.56%;
  top: -94.26%;
  width: 147.11%;
  height: 260.35%;
}
.company-depts__photo--payments img {
  left: -18.74%;
  top: -148.76%;
  width: 158.64%;
  height: 280.71%;
}
.company-depts__body {
  margin-top: 24px;
}
.company-depts__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
}
.company-depts__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
}
.company-depts__more {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #333333;
}
.company-depts__more:hover {
  color: #000000;
}
.company-depts__more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.company-depts__more:hover::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .company-depts__more::after {
    transition: none;
  }
}

.company-careers {
  padding: 80px 0;
  background: #ffffff;
}
.company-careers__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.company-careers__intro {
  width: 854px;
  max-width: 100%;
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
}
.company-careers__filters {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding: 6px;
  background: #f9f9f9;
  border-radius: 12px;
}
.company-careers__filter {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
}
.company-careers__filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 47px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #333333;
  transition: background 0.2s ease;
}
.company-careers__filter-btn:hover {
  background: rgba(0, 0, 0, 0.04);
}
.company-careers__filter-chevron {
  flex-shrink: 0;
  color: #707070;
  transition: transform 0.25s ease;
}
.company-careers__filter.is-open .company-careers__filter-chevron {
  transform: rotate(180deg);
}
.company-careers__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 5;
  min-width: 100%;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.company-careers__filter.is-open .company-careers__menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.company-careers__option {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: left;
  white-space: nowrap;
  font-size: 15px;
  color: #333333;
  transition: background 0.15s ease, color 0.15s ease;
}
.company-careers__option:hover {
  background: #f9f9f9;
}
.company-careers__option.is-active {
  background: rgba(0, 180, 229, 0.08);
  color: #10537e;
  font-weight: 500;
}
.company-careers__search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  height: 47px;
  padding: 0 16px;
  background: #000000;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.company-careers__search:focus-within {
  background: #333333;
}
.company-careers__search img {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.company-careers__search-input {
  width: 150px;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
}
.company-careers__search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.company-careers__list {
  margin-top: 40px;
}
.company-careers__job {
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
}
.company-careers__job.is-hidden {
  display: none;
}
.company-careers__job-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.company-careers__job-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.company-careers__learn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  cursor: pointer;
}
.company-careers__learn:hover {
  color: #707070;
}
.company-careers__caret {
  transition: transform 0.25s ease;
}
.company-careers__job.is-open .company-careers__caret {
  transform: rotate(180deg);
}
.company-careers__apply {
  flex-shrink: 0;
  background: #f5f5f5;
  color: #000000;
  padding: 6px 16px;
  border-radius: 8px;
}
.company-careers__apply:hover {
  background: #e5e5e5;
}
.company-careers__job-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.company-careers__job.is-open .company-careers__job-body {
  grid-template-rows: 1fr;
}
.company-careers__job-body-inner {
  overflow: hidden;
}
.company-careers__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
}
.company-careers__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  color: #221f1f;
  text-transform: capitalize;
}
.company-careers__tag--muted {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #707070;
}
.company-careers__desc {
  margin-top: 24px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.company-careers__desc p {
  margin-bottom: 6px;
  white-space: pre-wrap;
}
.company-careers__desc ol {
  list-style: decimal;
  padding-left: 24px;
}
.company-careers__empty {
  padding: 48px 0;
  text-align: center;
  font-size: 16px;
  color: #707070;
}

.company-blogs {
  padding: 64px 0 90px;
  background: #ffffff;
  overflow: hidden;
}
.company-blogs__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-blogs__intro {
  width: 661px;
}
.company-blogs__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.company-blogs__subheading {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.company-blogs__view-all {
  background: #f9f9f9;
  color: #000000;
  padding: 10px 24px;
  border-radius: 12px;
}
.company-blogs__view-all:hover {
  background: #f5f5f5;
}
.company-blogs__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 24px;
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.company-blogs__viewport::-webkit-scrollbar {
  display: none;
}
.company-blogs__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.company-blogs__track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
}
.company-blogs__card {
  width: 320px;
  flex: none;
  scroll-snap-align: start;
}
.company-blogs__image {
  display: block;
  height: 292px;
  border-radius: 12px;
  overflow: hidden;
}
.company-blogs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.company-blogs__image:hover img {
  transform: scale(1.04);
}
.company-blogs__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #333333;
}
.company-blogs__more {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #333333;
}
.company-blogs__more:hover {
  color: #000000;
}

.company-news {
  padding: 32px 0;
  background: #ffffff;
  overflow: hidden;
}
.company-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-news__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.company-news__view-all {
  background: #f9f9f9;
  color: #000000;
  padding: 10px 24px;
  border-radius: 12px;
}
.company-news__view-all:hover {
  background: #f5f5f5;
}
.company-news__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 32px;
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.company-news__viewport::-webkit-scrollbar {
  display: none;
}
.company-news__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.company-news__track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
}
.company-news__card {
  width: 886px;
  flex: none;
  scroll-snap-align: start;
}
.company-news__card--secondary {
  width: 754px;
}
.company-news__image {
  position: relative;
  height: 483px;
  border-radius: 12px;
  overflow: hidden;
}
.company-news__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-news__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.company-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.company-news__title {
  width: 545px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
}
.company-news__more {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #333333;
}
.company-news__more:hover {
  color: #000000;
}

.company-cta {
  padding: 80px 0;
  background: #ffffff;
}
.company-cta__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 601px;
}
.company-cta__copy {
  flex: 1;
  min-width: 0;
}
.company-cta__mark {
  width: 35px;
  height: 35px;
  animation: company-cta-spin 4s linear infinite;
  will-change: transform;
}
.company-cta__heading {
  margin-top: 24px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
  color: #000000;
}
.company-cta__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.company-cta__btn {
  margin-top: 24px;
  height: 40px;
  padding: 0 24px;
  background: #00b4e5;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.company-cta__btn:hover {
  background: #00a2ce;
}
.company-cta__media {
  position: relative;
  width: 430px;
  flex: none;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.company-cta__media img {
  position: absolute;
  left: -27.24%;
  top: 0;
  width: 175.46%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

body.company-modal-open {
  overflow: hidden;
}

.company-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.company-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.company-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.company-modal__dialog {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 48px);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  transform: translateY(24px) scale(0.98);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.company-modal.is-open .company-modal__dialog {
  transform: none;
  opacity: 1;
}
.company-modal__photo {
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.company-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.06);
}
.company-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  font-size: 22px;
  line-height: 1;
  color: #333333;
  transition: background 0.2s ease;
}
.company-modal__close:hover {
  background: rgba(0, 0, 0, 0.12);
}
.company-modal__body {
  flex: 1;
  min-width: 0;
  padding: 48px 40px 40px;
  overflow-y: auto;
}
.company-modal__name {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
}
.company-modal__role {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #00b4e5;
}
.company-modal__bio {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
.company-modal__bio p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .company-modal {
    padding: 16px;
  }
  .company-modal__dialog {
    flex-direction: column;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .company-modal__dialog::-webkit-scrollbar {
    display: none;
  }
  .company-modal__photo {
    width: auto;
    height: auto;
    flex-shrink: 0;
    padding: 32px 24px 0;
    background: transparent;
  }
  .company-modal__photo img {
    width: 140px;
    height: 140px;
    border-radius: 16px;
    object-fit: cover;
  }
  .company-modal__body {
    padding: 20px 24px 32px;
    overflow-y: visible;
  }
  .company-modal__name {
    font-size: 26px;
  }
}

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.apply-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.apply-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.apply-modal__dialog {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 880px;
  max-height: calc(100vh - 48px);
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  transform: translateY(24px) scale(0.98);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.apply-modal.is-open .apply-modal__dialog {
  transform: none;
  opacity: 1;
}
.apply-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.2s ease;
}
.apply-modal__close:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: rotate(90deg);
}
.apply-modal__form-col {
  flex: 1 1 55%;
  min-width: 0;
  padding: 44px 40px;
  overflow-y: auto;
}
.apply-modal__eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00b4e5;
}
.apply-modal__title {
  margin-top: 6px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
}
.apply-modal__subtitle {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #707070;
}
.apply-modal__form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apply-modal__field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  color: #000000;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.apply-modal__field input::placeholder {
  color: #aaaaaa;
}
.apply-modal__field input:focus {
  background: #ffffff;
  border-color: #00b4e5;
}
.apply-modal__file {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 16px;
  background: #f9f9f9;
  border: 1px dashed #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.apply-modal__file:hover {
  border-color: #00b4e5;
}
.apply-modal__file input {
  display: none;
}
.apply-modal__file-label {
  font-size: 15px;
  color: #707070;
}
.apply-modal__field.has-error input, .apply-modal__field.has-error .apply-modal__file {
  border-color: #d92d20;
}
.apply-modal__error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #d92d20;
}
.apply-modal__error:empty {
  display: none;
}
.apply-modal__submit {
  margin-top: 8px;
  height: 48px;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.apply-modal__submit:hover {
  background: #333333;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.apply-modal__msg {
  min-height: 18px;
  font-size: 14px;
}
.apply-modal__msg.is-error {
  color: #d92d20;
}
.apply-modal__msg.is-success {
  color: #1e8e5a;
}
.apply-modal__info {
  flex: 1 1 45%;
  min-width: 0;
  padding: 44px 40px;
  background: linear-gradient(160deg, #00b4e5 0%, #0090b8 100%);
  color: #ffffff;
  overflow-y: auto;
}
.apply-modal__info-role {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
.apply-modal__info-meta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.apply-modal__info-meta li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.apply-modal__info-meta span {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.apply-modal__info-meta strong {
  font-size: 16px;
  font-weight: 500;
}
.apply-modal__info-text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}
.apply-modal__info-note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .apply-modal {
    padding: 16px;
  }
  .apply-modal__dialog {
    flex-direction: column;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .apply-modal__dialog::-webkit-scrollbar {
    display: none;
  }
  .apply-modal__form-col, .apply-modal__info {
    flex: none;
    width: 100%;
    padding: 32px 24px;
    overflow-y: visible;
  }
  .apply-modal__info {
    order: -1;
  }
  .apply-modal__title {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .company-hero {
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .company-hero__title {
    font-size: 60px;
  }
  .company-mission__inner,
  .company-journey__header,
  .company-people__group,
  .company-news__grid,
  .company-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .company-cta__media,
  .company-mission__media {
    width: 100%;
  }
  .company-people__group:not(.company-people__group--team) {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .company-hero__title {
    font-size: 44px;
  }
  .company-mission__heading,
  .company-journey__heading,
  .company-values__heading,
  .company-blogs__heading,
  .company-news__heading,
  .company-journey__title,
  .company-people__heading,
  .company-depts__heading,
  .company-careers__heading,
  .company-cta__heading {
    font-size: 32px;
    line-height: 1.15;
  }
  .company-values__stat {
    font-size: 40px;
  }
  .company-values {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .company-mission__intro,
  .company-values__intro,
  .company-values__row,
  .company-bento__row,
  .company-blogs__header,
  .company-blogs__grid,
  .company-news__header,
  .company-careers__header,
  .company-careers__filters,
  .company-careers__search,
  .company-careers__job-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .company-depts__grid {
    grid-template-columns: 1fr;
  }
  .company-values__row,
  .company-journey__body {
    height: auto;
  }
  .company-mission__media {
    height: 340px;
  }
  .company-bento__row {
    height: auto;
  }
  .company-bento__card {
    flex: none;
    width: 100%;
    height: 200px;
  }
  .company-bento__card--toggle {
    background: #f5f5f5;
  }
  .company-bento__toggle {
    display: none;
  }
  .company-careers__filters {
    align-items: stretch;
  }
  .company-careers__search {
    width: 100%;
  }
  .company-journey__photos {
    --j: 0.72;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
}
@media (max-width: 940px) {
  .company-values__grid {
    flex-wrap: wrap;
  }
  .company-values__card {
    flex: 0 0 calc(50% - 10.5px);
  }
  .company-values__card:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .company-hero__title {
    font-size: 32px;
  }
  .company-mission__heading,
  .company-journey__heading,
  .company-values__heading,
  .company-blogs__heading,
  .company-news__heading,
  .company-journey__title,
  .company-people__heading,
  .company-depts__heading,
  .company-careers__heading,
  .company-cta__heading {
    font-size: 26px;
  }
  .company-values__stat {
    font-size: 34px;
  }
  .company-values__card {
    flex-basis: 100%;
    border-right: none;
    padding-right: 0;
  }
  .company-values__body {
    min-height: 0;
  }
  .company-bento__stat {
    font-size: 40px;
  }
  .company-bento__stat--lg {
    font-size: 48px;
  }
}
@keyframes company-cta-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-cta__mark {
    animation: none;
  }
}
@media (max-width: 768px) {
  .company-people {
    padding-top: 0;
    padding-bottom: 0;
  }
  .company-depts {
    padding-bottom: 0;
  }
  .company-blogs {
    padding-bottom: 72px;
  }
  .company-careers {
    padding-bottom: 0;
  }
  .company-mission {
    padding-bottom: 0;
  }
  .company-people__group + .company-people__group {
    margin-top: 44px;
  }
}
@media (max-width: 1200px) {
  .company-hero .container,
  .company-mission .container,
  .company-journey .container,
  .company-values .container,
  .company-bento .container,
  .company-people .container,
  .company-depts .container,
  .company-careers .container,
  .company-blogs .container,
  .company-news .container,
  .company-cta .container {
    padding-inline: 50px;
  }
  .company-blogs__viewport,
  .company-news__viewport {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .company-hero .container,
  .company-mission .container,
  .company-journey .container,
  .company-values .container,
  .company-bento .container,
  .company-people .container,
  .company-depts .container,
  .company-careers .container,
  .company-blogs .container,
  .company-news .container,
  .company-cta .container {
    padding-inline: 24px;
  }
  .company-blogs__viewport,
  .company-news__viewport {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (max-width: 1200px) {
  .company-people__content--team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 940px) {
  .company-people__content--team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .company-people__content--team {
    grid-template-columns: 1fr;
  }
}
@keyframes frost-blur-in {
  from {
    backdrop-filter: blur(var(--frost-blur-from, 0));
    -webkit-backdrop-filter: blur(var(--frost-blur-from, 0));
  }
  to {
    backdrop-filter: blur(var(--frost-blur, 40px));
    -webkit-backdrop-filter: blur(var(--frost-blur, 40px));
  }
}
.reservations-journey .container,
.reservations-channels .container,
.reservations-pricing .container,
.reservations-personalize,
.reservations-cta__inner {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

.reservations-features .container {
  width: 100%;
  max-width: none;
  padding-inline: max(163px, (100vw - 1592px) / 2);
}

@media (max-width: 1200px) {
  .reservations-journey .container,
  .reservations-channels .container,
  .reservations-pricing .container,
  .reservations-personalize,
  .reservations-cta__inner,
  .reservations-features .container {
    padding-inline: 50px;
  }
  .reservations-channels__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .reservations-journey .container,
  .reservations-channels .container,
  .reservations-pricing .container,
  .reservations-personalize,
  .reservations-cta__inner,
  .reservations-features .container {
    padding-inline: 24px;
  }
  .reservations-channels__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (min-width: 1201px) and (max-width: 1320px) {
  .reservations-pricing .container {
    padding-inline: 163px;
  }
}
.reservations-hero .container {
  max-width: none;
  padding-inline: 0;
}
.reservations-hero__art img {
  width: 100%;
  height: auto;
  display: block;
}
.reservations-hero__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.reservations-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reservations-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 52.6px;
  color: #1d1d1f;
}
.reservations-hero__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #6e6e73;
  max-width: 512px;
}
.reservations-hero__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reservations-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.reservations-hero__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.reservations-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.reservations-hero__btn:hover::after {
  left: 130%;
}
.reservations-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.reservations-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.reservations-hero__btn--light {
  background: #f5f5f5;
  color: #000000;
}

.reservations-journey {
  background: #ffffff;
  padding: 72px 0;
}
.reservations-journey .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.reservations-journey__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.reservations-journey__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.reservations-journey__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.reservations-journey__content {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.reservations-journey__steps {
  width: 434px;
  flex: none;
}
.reservations-journey__step {
  border-bottom: 1px solid #f5f5f5;
  padding: 24px 0;
}
.reservations-journey__step-toggle {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #000000;
}
.reservations-journey__step-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.reservations-journey__step.is-open .reservations-journey__step-body {
  grid-template-rows: 1fr;
}
.reservations-journey__step-text {
  overflow: hidden;
  min-height: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 23px;
  color: #707070;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.reservations-journey__step.is-open .reservations-journey__step-text {
  padding-top: 8px;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .reservations-journey__step-body {
    transition: none;
  }
  .reservations-journey__step-text {
    transition: none;
  }
}
.reservations-journey__media {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  height: 497px;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservations-journey__photo {
  position: absolute;
  left: -36.87%;
  top: -84.8%;
  width: 173.73%;
  height: 269.59%;
  max-width: none;
  object-fit: cover;
}
.reservations-journey__browser {
  position: absolute;
  left: -201px;
  top: -115px;
  width: 1047px;
  border-radius: 25.7px 25.7px 0 0;
  filter: drop-shadow(0 17.139px 23.566px rgba(0, 0, 0, 0.1));
}
.reservations-journey__browser-bar {
  display: flex;
  align-items: center;
  gap: 21.9px;
  padding: 14.6px 29.2px;
  border-radius: 29.2px 29.2px 0 0;
}
.reservations-journey__dot {
  width: 19.46px;
  height: 19.46px;
  border-radius: 50%;
  flex: none;
}
.reservations-journey__dot + .reservations-journey__dot {
  margin-left: -9.7px;
}
.reservations-journey__dot--red {
  background: #ff5f57;
}
.reservations-journey__dot--yellow {
  background: #febc2e;
}
.reservations-journey__dot--green {
  background: #28c840;
}
.reservations-journey__address {
  flex: 1 0 0;
  min-width: 1px;
  height: 58.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2430px;
  color: #ffffff;
  font-size: 25.5px;
  line-height: 38.3px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.reservations-journey__phone {
  position: relative;
  z-index: 1;
  width: 249px;
  height: 435px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f7;
}
.reservations-journey__phone img {
  position: absolute;
  left: -160.71%;
  top: -24.05%;
  width: 420.47%;
  height: 147.9%;
  max-width: none;
}

.reservations-channels {
  background: #ffffff;
}
.reservations-channels .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 504px;
}
.reservations-channels__inner {
  position: relative;
  overflow: clip;
  min-height: 1486px;
  padding: 80px 0 0;
}
.reservations-channels__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13.66%;
  width: 139.99%;
  height: 132.47%;
  background: url("../assets/images/reservations/channels-bg.jpg") center/cover no-repeat;
}
.reservations-channels__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.4) 10.457%, rgba(0, 0, 0, 0) 39.099%), linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.reservations-channels__blur {
  position: absolute;
  left: 0;
  top: 750px;
  width: 100%;
  height: 736px;
  background: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: 1;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reservations-channels__blur {
      --frost-blur: 40px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.reservations-channels__block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reservations-channels__block--cards {
  gap: 42px;
}
.reservations-channels__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 436px;
  color: #ffffff;
}
.reservations-channels__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -1px;
}
.reservations-channels__text {
  font-size: 16px;
  line-height: 1.5;
}
.reservations-channels__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.reservations-channels__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.reservations-channels__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.reservations-channels__btn:hover::after {
  left: 130%;
}
.reservations-channels__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.reservations-channels__rail {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding: 4px 24px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.reservations-channels__rail::-webkit-scrollbar {
  display: none;
}
.reservations-channels__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.reservations-channels__cards {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
}
.reservations-channels__card {
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  padding: 33px 29px;
  border-radius: 16px;
  background: rgba(245, 245, 247, 0.1);
  border: 1px solid rgba(232, 232, 237, 0.4);
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ffffff;
}
.reservations-channels__card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservations-channels__card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.reservations-channels__card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.reservations-channels__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 10.5px;
  line-height: 12.6px;
  letter-spacing: 0.21px;
}
.reservations-channels__card-text {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

.reservations-features {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.reservations-features__section {
  width: 100%;
  border-top: 1px solid #e8e8ed;
  padding: 111px 0 110px;
  display: flex;
  justify-content: center;
}
.reservations-features__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.reservations-features__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 760px;
  text-align: center;
}
.reservations-features__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  color: #1d1d1f;
  white-space: nowrap;
}
.reservations-features__subtitle {
  font-size: 18px;
  line-height: 29.4px;
  color: #6e6e73;
}
.reservations-features__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reservations-features__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.reservations-features__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.reservations-features__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.reservations-features__btn:hover::after {
  left: 130%;
}
.reservations-features__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.reservations-features__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.reservations-features__btn--light {
  background: #f5f5f5;
  color: #000000;
}
.reservations-features__body {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.reservations-features__tablist {
  width: 227px;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.reservations-features__tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 11px;
  border-radius: 10px;
  cursor: pointer;
}
.reservations-features__tab:hover .reservations-features__tab-label {
  color: #1d1d1f;
}
.reservations-features__tab.is-active {
  background: #f5f5f5;
}
.reservations-features__tab.is-active .reservations-features__tab-label {
  color: #1d1d1f;
}
.reservations-features__tab-icon {
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 9px;
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservations-features__tab-icon img {
  width: 18px;
  height: 18px;
}
.reservations-features__tab-label {
  font-size: 15.5px;
  line-height: 23.25px;
  color: #6e6e73;
  white-space: nowrap;
}
.reservations-features__panel {
  flex: 1 0 0;
  min-width: 1px;
  background: #f5f5f5;
  border: 1px solid #e8e8ed;
  border-radius: 16px;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.reservations-features__panel-copy {
  width: 369px;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.reservations-features__panel-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: -0.64px;
  color: #1d1d1f;
}
.reservations-features__panel-text {
  font-size: 14px;
  line-height: 20.9px;
  color: #6e6e73;
}
.reservations-features__panel-list {
  padding-top: 10.5px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.reservations-features__panel-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #1d1d1f;
  white-space: nowrap;
}
.reservations-features__panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url("../assets/images/reservations/check-circle-cyan.svg") center/contain no-repeat;
}
.reservations-features__figure {
  flex: 1 0 0;
  min-width: 1px;
  aspect-ratio: 368/276;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 62px 25px;
  margin: 0;
}
.reservations-features__booking {
  position: relative;
  width: 280px;
  max-width: 100%;
}
.reservations-features__booking-card {
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.07));
}
.reservations-features__booking-head {
  display: flex;
  align-items: center;
  gap: 9px;
}
.reservations-features__booking-logo {
  position: relative;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  overflow: hidden;
}
.reservations-features__booking-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  max-width: none;
  transform: translate(-50%, -50%);
}
.reservations-features__booking-name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reservations-features__booking-name strong {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 18.75px;
  color: #1d1d1f;
}
.reservations-features__booking-name small {
  font-size: 9.5px;
  line-height: 14.25px;
  color: #6e6e73;
}
.reservations-features__booking-times {
  display: flex;
  gap: 6px;
}
.reservations-features__booking-times span {
  flex: 1 0 0;
  padding: 8px 0;
  border-radius: 7px;
  background: #f5f5f7;
  color: #6e6e73;
  font-size: 10.5px;
  line-height: 15.75px;
  text-align: center;
}
.reservations-features__booking-times span.is-selected {
  background: rgba(0, 180, 229, 0.1);
  color: #1d1d1f;
}
.reservations-features__booking-btn {
  height: 36px;
  border-radius: 9px;
  background: #00b4e5;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservations-features__booking-badge {
  position: absolute;
  right: -1px;
  bottom: -12px;
  padding: 10px 13px;
  border-radius: 999px;
  background: #16a34a;
  color: #ffffff;
  font-size: 11px;
  line-height: 16.5px;
  white-space: nowrap;
  filter: drop-shadow(0 8px 9px rgba(22, 163, 74, 0.3));
}

.reservations-personalize {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding-bottom: 40px;
}
.reservations-personalize__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  text-align: center;
}
.reservations-personalize__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  color: #1d1d1f;
  white-space: nowrap;
}
.reservations-personalize__subtitle {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  line-height: 29.4px;
  color: #6e6e73;
}
.reservations-personalize__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: minmax(257px, auto) minmax(281px, auto) minmax(218px, auto);
  gap: 20px;
}
.reservations-personalize__card {
  background: #f5f5f7;
  border: 1px solid #e8e8ed;
  border-radius: 16px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.reservations-personalize__card--theme {
  grid-column: 1/span 3;
  grid-row: 1;
}
.reservations-personalize__card--font {
  grid-column: 1/span 3;
  grid-row: 2;
}
.reservations-personalize__card--screen {
  grid-column: 1/span 3;
  grid-row: 3;
}
.reservations-personalize__card--alerts-tall {
  grid-column: 4/span 3;
  grid-row: 1/span 2;
  justify-content: space-between;
}
.reservations-personalize__card--alerts {
  grid-column: 4/span 3;
  grid-row: 3;
  justify-content: space-between;
}
.reservations-personalize__demo {
  width: 100%;
}
.reservations-personalize__demo--theme {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.reservations-personalize__demo--font {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
.reservations-personalize__demo--screen {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}
.reservations-personalize__mini-app {
  width: 210px;
  aspect-ratio: 210/131.25;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.reservations-personalize__mini-row {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
}
.reservations-personalize__mini-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00b2e3;
  flex: none;
}
.reservations-personalize__mini-bar {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e3e3e8;
  width: 100%;
}
.reservations-personalize__mini-bar--title {
  height: 10px;
  width: 104px;
  background: #c9c9d2;
}
.reservations-personalize__mini-bar--short {
  width: 130px;
}
.reservations-personalize__mini-cta {
  display: block;
  margin-top: 14px;
  width: 86px;
  height: 24px;
  border-radius: 8px;
  background: #e9f2ff;
}
.reservations-personalize__toggle {
  position: relative;
  width: 66px;
  height: 33px;
  flex: none;
  border-radius: 999px;
  background: #e6e6ec;
  border: 1px solid #e8e8ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
}
.reservations-personalize__toggle-knob {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.reservations-personalize__toggle-sun {
  width: 15px;
  height: 15px;
  position: relative;
}
.reservations-personalize__toggle-moon {
  width: 12px;
  height: 12px;
  position: relative;
}
.reservations-personalize__sample {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24.5px;
  line-height: 1;
  color: #1d1d1f;
  text-align: center;
}
.reservations-personalize__slider {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.reservations-personalize__slider-min, .reservations-personalize__slider-max {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #6e6e73;
  line-height: 1;
}
.reservations-personalize__slider-min {
  font-size: 16px;
}
.reservations-personalize__slider-max {
  font-size: 30px;
}
.reservations-personalize__slider-track {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  height: 5px;
  border-radius: 3px;
  background: #d4d4dc;
}
.reservations-personalize__slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  border-radius: 3px;
  background: #00b2e3;
}
.reservations-personalize__slider-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.reservations-personalize__segments {
  width: 100%;
  display: flex;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 5px;
  padding: 5px;
}
.reservations-personalize__segment {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 6px 9px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #6e6e73;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.reservations-personalize__segment:hover:not(.is-active) {
  color: #1d1d1f;
  background: #f5f5f7;
}
.reservations-personalize__segment.is-active {
  background: #00b2e3;
  color: #ffffff;
  font-weight: 700;
}
.reservations-personalize__notifications {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reservations-personalize__notification {
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.reservations-personalize__notification:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 180, 229, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.reservations-personalize__notification-icon {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservations-personalize__notification-icon img {
  width: 26px;
  height: 26px;
}
.reservations-personalize__notification-body {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.reservations-personalize__notification-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.reservations-personalize__notification-top strong {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #1d1d1f;
}
.reservations-personalize__notification-top em {
  font-style: normal;
  font-size: 13px;
  line-height: 19.5px;
  color: #6e6e73;
}
.reservations-personalize__notification-sub {
  font-size: 13px;
  line-height: 19.5px;
  color: #6e6e73;
}
.reservations-personalize__caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reservations-personalize__caption h3 {
  font-size: 19px;
  line-height: 22.8px;
  font-weight: 400;
  color: #1d1d1f;
}
.reservations-personalize__caption p {
  font-size: 14.5px;
  line-height: 21px;
  color: #6e6e73;
}
.reservations-personalize__caption h3,
.reservations-personalize__caption p {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.reservations-personalize__caption h3.is-swapping,
.reservations-personalize__caption p.is-swapping {
  opacity: 0;
  transform: translateY(4px);
}

.reservations-pricing {
  background: #ffffff;
  padding: 72px 0;
}
.reservations-pricing .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reservations-pricing__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.reservations-pricing__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
.reservations-pricing__subtitle {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: -0.05px;
  color: #666666;
}
.reservations-pricing__cards {
  width: 100%;
  margin-top: 48px;
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.reservations-pricing__card {
  flex: 1 0 0;
  min-width: 1px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 33px 17px;
  display: flex;
  flex-direction: column;
}
.reservations-pricing__card--dark {
  background: #000000;
  border-color: #000000;
}
.reservations-pricing__card--dark .reservations-pricing__plan,
.reservations-pricing__card--dark .reservations-pricing__price {
  color: #ffffff;
}
.reservations-pricing__card--dark .reservations-pricing__plan-sub,
.reservations-pricing__card--dark .reservations-pricing__period,
.reservations-pricing__card--dark .reservations-pricing__per {
  color: #99a1af;
}
.reservations-pricing__card--dark .reservations-pricing__list li {
  color: #d1d5dc;
}
.reservations-pricing__card--dark .reservations-pricing__list li::before {
  background-image: url("../assets/images/reservations/check-white.svg");
}
.reservations-pricing__card-head {
  min-height: 65px;
}
.reservations-pricing__plan {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000000;
}
.reservations-pricing__plan-sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 28px;
  color: #6a7282;
}
.reservations-pricing__price-block {
  padding-top: 24px;
}
.reservations-pricing__price {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #000000;
  white-space: nowrap;
}
.reservations-pricing__period {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #6a7282;
  margin-left: 7px;
}
.reservations-pricing__per {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #6a7282;
}
.reservations-pricing__save {
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
  color: #00b4e5;
}
.reservations-pricing__list {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reservations-pricing__list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #364153;
}
.reservations-pricing__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../assets/images/reservations/check-black.svg") center/contain no-repeat;
}
.reservations-pricing__btn {
  height: 44px;
  width: 100%;
  margin-top: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.reservations-pricing__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.reservations-pricing__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.reservations-pricing__btn:hover::after {
  left: 130%;
}
.reservations-pricing__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.reservations-pricing__btn--dark {
  background: #000000;
  color: #ffffff;
}
.reservations-pricing__btn--light {
  background: #ffffff;
  color: #000000;
}

.reservations-faq {
  background: #f5f5f7;
  padding: 64px 0;
  display: flex;
  justify-content: center;
}
.reservations-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 753px;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .reservations-faq__inner {
    padding-inline: 24px;
  }
}
.reservations-faq__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.03;
  color: #000000;
}
.reservations-faq__list {
  display: flex;
  flex-direction: column;
}
.reservations-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.reservations-faq__item:first-child {
  border-top-color: #f5f5f5;
}
.reservations-faq__item:first-child .reservations-faq__question {
  padding-top: 0;
}
.reservations-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0;
  text-align: left;
}
.reservations-faq__question span:first-child {
  flex: 1 0 0;
  min-width: 1px;
  font-size: 16px;
  color: #333333;
}
.reservations-faq__chevron {
  width: 32px;
  height: 32px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservations-faq__chevron img {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.reservations-faq__item.is-open .reservations-faq__chevron img {
  transform: rotate(-90deg);
}
.reservations-faq__answer {
  overflow: hidden;
  max-height: 0;
  padding-bottom: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 1.42;
  color: #707070;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding-bottom 0.4s ease;
}
.reservations-faq__item.is-open .reservations-faq__answer {
  max-height: 400px;
  padding-bottom: 24px;
  opacity: 1;
}
.reservations-faq__agent-btn {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  transition: opacity 0.15s ease;
}
.reservations-faq__agent-btn:hover {
  opacity: 0.85;
}
.reservations-faq__agent-btn img {
  width: 21px;
  height: 19px;
}

.reservations-cta {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #ffffff;
}
.reservations-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/reservations/cta-phone.png") center/cover no-repeat;
}
.reservations-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.reservations-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 436px;
  color: #ffffff;
}
.reservations-cta__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -1px;
}
.reservations-cta__text {
  font-size: 16px;
  line-height: 1.5;
}
.reservations-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.reservations-cta__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.reservations-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.reservations-cta__btn:hover::after {
  left: 130%;
}
.reservations-cta__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

@media (min-width: 769px) and (max-width: 992px) {
  .reservations-pricing__cards {
    flex-wrap: wrap;
  }
  .reservations-pricing__card {
    flex: 0 0 calc(50% - 7.5px);
  }
}
@media (max-width: 768px) {
  .reservations-channels .container,
  .reservations-journey__header,
  .reservations-journey__content,
  .reservations-journey__steps,
  .reservations-pricing__cards,
  .reservations-features__header,
  .reservations-cta__inner {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .reservations-journey__media {
    flex: none;
  }
}
@media (max-width: 1024px) {
  .reservations-channels .container {
    gap: 48px;
  }
  .reservations-channels__inner {
    min-height: 0;
    padding-bottom: 0;
  }
  .reservations-channels__blur {
    display: none;
  }
  .reservations-channels__block--cards {
    position: relative;
    padding: 56px 0;
  }
  .reservations-channels__block--cards::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: rgba(217, 217, 217, 0.05);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    pointer-events: none;
  }
  @supports (animation-timeline: view()) {
    @media (max-width: 1024px) and (prefers-reduced-motion: no-preference) {
      .reservations-channels__block--cards::before {
        --frost-blur: 40px;
        --frost-blur-from: 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        animation: frost-blur-in linear both;
        animation-timeline: view();
        animation-range: entry 5% cover 48%;
      }
    }
  }
  .reservations-channels__block--cards > * {
    position: relative;
    z-index: 1;
  }
  .reservations-channels__card {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
  .reservations-channels__rail {
    width: 100vw !important;
    max-width: none !important;
  }
}
@media (max-width: 1200px) {
  .reservations-hero__bar {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .reservations-hero__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 24px;
  }
  .reservations-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .reservations-hero__btn {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .reservations-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .reservations-channels__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .reservations-channels__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .reservations-features__title {
    white-space: normal;
  }
  .reservations-features__body {
    flex-direction: column;
    gap: 24px;
  }
  .reservations-features__tablist {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .reservations-features__tablist::-webkit-scrollbar {
    display: none;
  }
  .reservations-features__tab {
    flex: none;
    white-space: nowrap;
  }
  .reservations-features__panel {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px;
  }
  .reservations-features__panel-copy {
    width: 100%;
  }
  .reservations-features__panel-list li {
    white-space: normal;
  }
  .reservations-features__figure {
    width: 100%;
    aspect-ratio: auto;
    padding: 40px 20px;
  }
}
@media (max-width: 940px) {
  .reservations-personalize__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }
  .reservations-personalize__card {
    min-width: 0;
  }
  .reservations-personalize__card--theme, .reservations-personalize__card--font, .reservations-personalize__card--screen, .reservations-personalize__card--alerts-tall, .reservations-personalize__card--alerts {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 480px) {
  .reservations-personalize__card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .reservations-personalize__segment {
    padding: 8px 4px 9px;
    font-size: 12.5px;
  }
  .reservations-personalize__segment.is-active {
    background: transparent;
    color: #00b2e3;
  }
}
@media (max-width: 768px) {
  .reservations-features__section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1200px) {
  .reservations-channels__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .reservations-channels__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
.reservations-features,
.ordering-pass {
  --trx-ink: #1d1d1f;
  --trx-sub: #6e6e73;
  --trx-line: #e8e8ed;
  --trx-bg: #ffffff;
  --trx-bg2: #f5f5f7;
  --trx-blue: #002574;
  --trx-radius: 16px;
}

/* ---- Feature tabs ---- */
.trx-tabs {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 40px;
  align-items: start;
}

.trx-tabs__nav {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.trx-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 10px;
  padding: 6px 11px;
  cursor: pointer;
  font-family: "Neuzeit Grotesk Regular";
  font-size: 15.5px;
  color: var(--trx-sub);
  transition: background-color 0.18s ease, color 0.18s ease;
}

.trx-tab:hover {
  background: var(--trx-bg2);
  color: var(--trx-ink);
}

.trx-tab.is-active {
  background: var(--trx-bg2);
  color: var(--trx-ink);
  font-family: "Neuzeit Grotesk Bold";
}

.trx-tab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--trx-bg2);
  color: var(--trx-ink);
  flex: none;
}

.trx-tab__icon svg {
  width: 18px;
  height: 18px;
}

.trx-panel {
  display: none;
}

.trx-panel.is-active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  background: var(--trx-bg2);
  border: 1px solid var(--trx-line);
  border-radius: var(--trx-radius);
  padding: 44px;
  animation: trxFade 0.25s ease;
}

@keyframes trxFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.trx-panel__eyebrow {
  display: inline-block;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--trx-blue);
  margin-bottom: 14px;
}

.trx-panel__title {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--trx-ink);
  margin: 0 0 14px;
}

.trx-panel__desc {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 18px;
  line-height: 1.55;
  color: var(--trx-sub);
  margin: 0 0 24px;
}

.trx-panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.trx-panel__list li {
  position: relative;
  padding-left: 28px;
  font-family: "Neuzeit Grotesk Regular";
  font-size: 15.5px;
  line-height: 1.4;
  color: var(--trx-ink);
}

.trx-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23002574'/%3E%3Cpath d='M5.8 10.4l2.6 2.6 5.2-5.6' stroke='white' stroke-width='1.7' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.trx-panel__media {
  background: #fff;
}

.trx-panel__media {
  margin: 0;
}

@media (max-width: 991px) {
  .trx-tabs {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .trx-tabs__nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .trx-tab {
    flex: 0 0 auto;
    width: auto;
    padding: 9px 12px;
    font-size: 15px;
  }
  .trx-tab__label {
    white-space: nowrap;
  }
  .trx-panel.is-active {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }
  .trx-panel__media {
    order: -1;
  }
}
@media (max-width: 576px) {
  .trx-panel.is-active {
    padding: 22px;
  }
  .trx-panel__title {
    font-size: 25px;
  }
  .trx-panel__desc {
    font-size: 17px;
  }
  .trx-tab__label {
    font-size: 14px;
  }
}
/* ====================================================
   FEATURE-TAB ANIMATED DEMOS (.trx-fx scenes)
   ==================================================== */
.trx-fx {
  position: relative;
  margin: 0;
  aspect-ratio: 4/3;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: var(--trx-radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.trx-fx .fx {
  width: 100%;
  max-width: 280px;
}

.trx-fx b {
  font-family: "Neuzeit Grotesk Bold";
  font-weight: 400;
}

@keyframes fxPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
}
@keyframes fxSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fxDots {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fxAppear {
  0%, 46% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  60%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}
@keyframes fxStarLoop {
  0% {
    transform: scale(0.5);
    opacity: 0.4;
    color: #d8d8de;
  }
  12% {
    transform: scale(1.3);
    color: #f5a623;
  }
  22%, 90% {
    transform: scale(1);
    opacity: 1;
    color: #f5a623;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: #f5a623;
  }
}
@keyframes fxSeat {
  0%, 40% {
    background: #dfe7f5;
  }
  55%, 100% {
    background: #16a34a;
  }
}
@keyframes fxRing {
  0%, 40% {
    opacity: 0;
    transform: scale(0.5);
  }
  55% {
    opacity: 1;
    transform: scale(1.15);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fxLoc {
  0% {
    background: #1b74e4;
    color: #fff;
    border-color: #1b74e4;
  }
  28% {
    background: #1b74e4;
    color: #fff;
    border-color: #1b74e4;
  }
  30% {
    background: #fff;
    color: #1d1d1f;
    border-color: var(--trx-line);
  }
  100% {
    background: #fff;
    color: #1d1d1f;
    border-color: var(--trx-line);
  }
}
@keyframes fxLocAv {
  0%, 28% {
    background: #1b74e4;
    color: #fff;
  }
  30%, 100% {
    background: #e6ebf3;
    color: #6e6e73;
  }
}
@keyframes fxLocChk {
  0%, 5%, 28% {
    opacity: 1;
    transform: scale(1);
  }
  0% {
    transform: scale(0.4);
  }
  30%, 100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
/* 1. Branded booking */
.fx-branded {
  position: relative;
}

.fx-bcard {
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.fx-brow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.fx-blogo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #1b74e4;
  flex: none;
}

.fx-bnm {
  display: flex;
  flex-direction: column;
}

.fx-bnm b {
  font-size: 12.5px;
  color: #1d1d1f;
}

.fx-bnm i {
  font-style: normal;
  font-size: 9.5px;
  color: #6e6e73;
}

.fx-bslots {
  display: flex;
  gap: 6px;
}

.fx-bslots span {
  flex: 1;
  text-align: center;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10.5px;
  color: #6e6e73;
  background: #f5f5f7;
  border-radius: 7px;
  padding: 6px 0;
}

.fx-bslots span.on {
  background: #eaf2ff;
  color: #1b74e4;
  animation: fxPulse 2.6s ease-in-out infinite;
}

.fx-bbtn {
  background: #1b74e4;
  color: #fff;
  border-radius: 9px;
  padding: 9px;
  text-align: center;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
}

.fx-btoast {
  position: absolute;
  right: -4px;
  bottom: -12px;
  background: #16a34a;
  color: #fff;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11px;
  border-radius: 999px;
  padding: 6px 13px;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.3);
  animation: fxAppear 2.8s ease-in-out infinite;
}

.fx-btoast::before {
  content: "✓ ";
}

/* 2. Live floor plan */
.fx-floor {
  max-width: 300px;
}

.fx-fhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.fx-fhead b {
  font-size: 12px;
  color: #1d1d1f;
}

.fx-fcount {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  color: #16a34a;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 3px 9px;
}

.fx-fstage {
  position: relative;
  height: 138px;
  background: #f5f5f7;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
}

.fx-ft {
  position: absolute;
  width: 13%;
  height: 17%;
  border-radius: 5px;
  background: #dfe7f5;
}

.fx-ft.seated {
  background: #16a34a;
}

.fx-ft.t1 {
  left: 7%;
  top: 12%;
}

.fx-ft.t2 {
  left: 40%;
  top: 10%;
}

.fx-ft.t3 {
  left: 74%;
  top: 12%;
}

.fx-ft.t4 {
  left: 20%;
  top: 44%;
}

.fx-ft.t5 {
  left: 50%;
  top: 46%;
}

.fx-ft.t6 {
  left: 78%;
  top: 44%;
}

.fx-ft.t7 {
  left: 14%;
  top: 76%;
}

.fx-ft.t8 {
  left: 58%;
  top: 76%;
}

.fx-ft.sel {
  animation: fxSeat 3.4s ease-in-out infinite;
}

.fx-fring {
  position: absolute;
  left: 20%;
  top: 44%;
  width: 13%;
  height: 17%;
  border-radius: 7px;
  border: 2px solid #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
  animation: fxRing 3.4s ease-in-out infinite;
}

.fx-flegend {
  display: flex;
  gap: 14px;
  margin-top: 9px;
  font-family: "Neuzeit Grotesk Regular";
  font-size: 9.5px;
  color: #6e6e73;
}

.fx-flegend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fx-flegend .d {
  width: 8px;
  height: 8px;
  border-radius: 3px;
}

.fx-flegend .d.g {
  background: #16a34a;
}

.fx-flegend .d.b {
  background: #dfe7f5;
}

/* 3. Auto-waitlist */
.fx-wait {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fx-whead {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11px;
  color: #6e6e73;
  margin-bottom: 1px;
}

.fx-whead svg {
  width: 14px;
  height: 14px;
  color: #f59e0b;
}

.fx-wrow,
.fx-wseat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11.5px;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
  padding: 9px 11px;
}

.fx-wrow b,
.fx-wseat b {
  margin-left: auto;
  font-size: 10px;
  color: #6e6e73;
}

.fx-wd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}

.fx-wd.a {
  background: #f59e0b;
}

.fx-wd.g {
  background: #16a34a;
}

.fx-wseat {
  border-color: #bfe6c8;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.16);
  animation: fxAppear 3.2s ease-in-out infinite;
}

.fx-wseat .fx-wtick {
  color: #16a34a;
}

/* 4. Guest CRM */
.fx-crm {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fx-cprof {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fx-cav {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0a84ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 14px;
  flex: none;
}

.fx-cinfo {
  display: flex;
  flex-direction: column;
}

.fx-cinfo b {
  font-size: 13px;
  color: #1d1d1f;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fx-cvip {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 8px;
  letter-spacing: 0.04em;
  color: #7a5b00;
  background: #fde9a8;
  border-radius: 999px;
  padding: 1px 6px;
}

.fx-cinfo i {
  font-style: normal;
  font-size: 10px;
  color: #6e6e73;
}

.fx-ctags {
  display: flex;
  gap: 6px;
}

.fx-ctags span {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 9px;
  color: #6e6e73;
  background: #f5f5f7;
  border-radius: 6px;
  padding: 4px 8px;
}

.fx-chrow {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 11px;
  color: #6e6e73;
  background: #f5f5f7;
  border-radius: 8px;
  padding: 7px 10px;
}

.fx-chnew {
  color: #1d1d1f;
  background: #eaf2ff;
  animation: fxAppear 3.2s ease-in-out infinite;
}

/* 5. VIP */
.fx-vip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.fx-vrow {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.fx-vav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #6e6e73;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 13px;
  flex: none;
}

.fx-vinfo {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.fx-vinfo b {
  font-size: 13px;
  color: #1d1d1f;
}

.fx-vinfo i {
  font-style: normal;
  font-size: 10px;
  color: #6e6e73;
}

.fx-vbadge {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  color: #7a5b00;
  background: #fde9a8;
  border: 1px solid #f5cf63;
  border-radius: 999px;
  padding: 4px 9px;
  flex: none;
  animation: fxVip 3s ease-in-out infinite;
}

@keyframes fxVip {
  0%, 40% {
    transform: scale(0.6);
    opacity: 0;
  }
  55% {
    transform: scale(1.18);
    opacity: 1;
  }
  70%, 100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fx-vnote {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10.5px;
  color: #16a34a;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 5px 12px;
  animation: fxAppear 3s ease-in-out infinite 0.3s;
}

.fx-vnote::before {
  content: "★ ";
  color: #f5a623;
}

/* 6. Messaging */
.fx-msg {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fx-bub {
  max-width: 88%;
  font-family: "Neuzeit Grotesk Regular";
  font-size: 11px;
  line-height: 1.35;
  color: #fff;
  background: #1b74e4;
  border-radius: 14px 14px 14px 4px;
  padding: 8px 11px;
  opacity: 0;
}

.fx-bub .fx-bk {
  font-size: 8px;
  margin-left: 5px;
  opacity: 0.85;
}

.fx-bub.b1 {
  animation: fxAppear 5s ease-in-out infinite;
}

.fx-bub.b2 {
  animation: fxAppear 5s ease-in-out infinite 1s;
}

.fx-bub.b3 {
  align-self: flex-end;
  background: #e9e9ee;
  color: #1d1d1f;
  border-radius: 14px 14px 4px 14px;
  min-width: 38px;
  text-align: center;
  animation: fxAppear 5s ease-in-out infinite 2s;
}

.fx-bub.b3 .fx-bk {
  color: #34b233;
  opacity: 1;
}

/* 7. Reviews */
.fx-rvcard {
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 12px;
  padding: 13px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fx-rvtop {
  display: flex;
  align-items: center;
  gap: 9px;
}

.fx-rvg {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--trx-line);
  color: #4285f4;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx-rstars {
  display: inline-flex;
  gap: 2px;
}

.fx-rstars i {
  font-style: normal;
  font-size: 15px;
  color: #d8d8de;
  transform: scale(0.5);
  opacity: 0.4;
  animation: fxStarLoop 4s ease-in-out infinite;
}

.fx-rstars i:nth-child(1) {
  animation-delay: 0.2s;
}

.fx-rstars i:nth-child(2) {
  animation-delay: 0.4s;
}

.fx-rstars i:nth-child(3) {
  animation-delay: 0.6s;
}

.fx-rstars i:nth-child(4) {
  animation-delay: 0.8s;
}

.fx-rstars i:nth-child(5) {
  animation-delay: 1s;
}

.fx-rvtxt {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 11px;
  color: #1d1d1f;
}

.fx-rvreply {
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 1px solid var(--trx-line);
  padding-top: 8px;
}

.fx-rvreply b {
  font-size: 10px;
  color: #0a84ff;
  flex: none;
}

.fx-rvtype {
  position: relative;
  height: 7px;
  border-radius: 4px;
  background: #eef0f3;
  flex: 1;
  overflow: hidden;
}

.fx-rvtype::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #cfe0fb;
  border-radius: 4px;
  animation: fxType 4s ease-in-out infinite;
}

@keyframes fxType {
  0%, 30% {
    width: 0;
  }
  70%, 100% {
    width: 100%;
  }
}
/* 8. Multi-location (switch restaurant) */
.fx-loc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fx-lhead {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6e6e73;
}

.fx-lmenu {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fx-litem {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
  padding: 8px 11px;
  background: #fff;
  color: #1d1d1f;
  animation: fxLoc 4.2s ease-in-out infinite;
}

.fx-litem.r2 {
  animation-delay: -1.4s;
}

.fx-litem.r3 {
  animation-delay: -2.8s;
}

.fx-lav {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 9px;
  background: #e6ebf3;
  color: #6e6e73;
  flex: none;
  animation: fxLocAv 4.2s ease-in-out infinite;
}

.fx-litem.r2 .fx-lav {
  animation-delay: -1.4s;
}

.fx-litem.r3 .fx-lav {
  animation-delay: -2.8s;
}

.fx-lcheck {
  margin-left: auto;
  font-size: 11px;
  opacity: 0;
  animation: fxLocChk 4.2s ease-in-out infinite;
}

.fx-litem.r2 .fx-lcheck {
  animation-delay: -1.4s;
}

.fx-litem.r3 .fx-lcheck {
  animation-delay: -2.8s;
}

/* 9. Policies & deposits */
.fx-pol {
  position: relative;
}

.fx-pcard {
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 13px;
  padding: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fx-prow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  color: #1d1d1f;
}

.fx-prow.sub {
  font-size: 11px;
  color: #6e6e73;
}

.fx-prow.sub b {
  color: #1d1d1f;
}

.fx-ptg {
  width: 36px;
  height: 21px;
  border-radius: 999px;
  background: #16a34a;
  position: relative;
}

.fx-ptg::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

.fx-pamt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  color: #1d1d1f;
  background: #f5f5f7;
  border-radius: 9px;
  padding: 8px 10px;
}

.fx-pcardicon {
  color: #0a84ff;
  display: flex;
}

.fx-pcardicon svg {
  width: 18px;
  height: 18px;
}

.fx-pconf {
  position: absolute;
  right: -4px;
  bottom: -12px;
  background: #16a34a;
  color: #fff;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11px;
  border-radius: 999px;
  padding: 6px 13px;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.3);
  animation: fxAppear 3s ease-in-out infinite;
}

.fx-pconf::before {
  content: "✓ ";
}

/* 10. Calendar view */
.fx-calv {
  max-width: 290px;
}

.fx-cvhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.fx-cvhead b {
  font-size: 12px;
  color: #1d1d1f;
}

.fx-cvtoggle {
  display: flex;
  background: #f0f0f3;
  border-radius: 8px;
  padding: 2px;
}

.fx-cvtoggle span {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 9px;
  color: #6e6e73;
  padding: 4px 8px;
  border-radius: 6px;
}

.fx-cvtoggle .s1 {
  animation: fxSeg 4.2s ease-in-out infinite;
}

.fx-cvtoggle .s2 {
  animation: fxSeg 4.2s ease-in-out infinite -1.4s;
}

.fx-cvtoggle .s3 {
  animation: fxSeg 4.2s ease-in-out infinite -2.8s;
}

@keyframes fxSeg {
  0%, 28% {
    background: #1b74e4;
    color: #fff;
  }
  30%, 100% {
    background: transparent;
    color: #6e6e73;
  }
}
.fx-cvgrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.fx-cvc {
  position: relative;
  aspect-ratio: 1;
  border-radius: 5px;
  background: #f5f5f7;
}

.fx-cvc i {
  position: absolute;
  right: 2px;
  top: 2px;
  font-style: normal;
  font-size: 7px;
  font-family: "Neuzeit Grotesk Bold";
  color: #fff;
  background: #1b74e4;
  border-radius: 999px;
  min-width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
}

.fx-cvc.sel {
  background: #eaf2ff;
  box-shadow: 0 0 0 2px #1b74e4 inset;
  animation: fxPulse 2.4s ease-in-out infinite;
}

/* 11. Closing days */
.fx-close {
  max-width: 250px;
}

.fx-clhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.fx-clhead b {
  font-size: 12px;
  color: #1d1d1f;
}

.fx-cltag {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 9.5px;
  color: #e0413f;
  background: #fde7e7;
  border-radius: 999px;
  padding: 3px 9px;
  animation: fxAppear 3.6s ease-in-out infinite;
}

.fx-cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.fx-clc {
  aspect-ratio: 1;
  border-radius: 5px;
  background: #f0f0f3;
  position: relative;
}

.fx-clc.rng {
  background: #fde7e7;
  animation: fxAppear 3.6s ease-in-out infinite;
}

.fx-clc.rng:nth-child(12) {
  animation-delay: 0.12s;
}

.fx-clc.rng:nth-child(13) {
  animation-delay: 0.24s;
}

.fx-clc.rng::before,
.fx-clc.rng::after {
  content: "";
  position: absolute;
  inset: 36% 24%;
  border-top: 2px solid #e0413f;
}

.fx-clc.rng::before {
  transform: rotate(45deg);
}

.fx-clc.rng::after {
  transform: rotate(-45deg);
}

/* 12. Real-time sync */
.fx-sync {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.fx-sgroup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.fx-sdev {
  background: #1d1d1f;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
}

.fx-sphone {
  width: 34px;
  height: 56px;
}

.fx-stab {
  width: 66px;
  height: 48px;
}

.fx-sdev i {
  width: 60%;
  height: 4px;
  border-radius: 2px;
  background: #3a3a42;
  animation: fxRow 2.4s ease-in-out infinite;
}

@keyframes fxRow {
  0%, 45% {
    background: #3a3a42;
  }
  60%, 100% {
    background: #0a84ff;
  }
}
.fx-ssync {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #0a84ff;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}

.fx-ssync svg {
  width: 24px;
  height: 24px;
  display: block;
  animation: fxSpin 2.6s linear infinite;
}

.fx-sping {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  margin-top: -4px;
  animation: fxPing 2.4s ease-in-out infinite;
}

@keyframes fxPing {
  0% {
    left: 26%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: 70%;
    opacity: 0;
  }
}
.fx-supd {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  color: #16a34a;
}

.fx-supd::before {
  content: "✓ ";
}

/* 13. SMS campaigns */
.fx-camp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  max-width: 230px;
}

.fx-cfilters {
  display: flex;
  gap: 6px;
}

.fx-cfilters span {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 9px;
  color: #ec4899;
  background: #fdeaf3;
  border-radius: 999px;
  padding: 4px 9px;
}

.fx-cmbody {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 54px;
}

.fx-mega {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fdeaf3;
  color: #ec4899;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx-mega svg {
  width: 26px;
  height: 26px;
}

.fx-fly {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #ec4899;
  opacity: 0;
  animation: fxFly 2.4s ease-in infinite;
}

.fx-fly.f2 {
  animation-delay: 0.5s;
}

.fx-fly.f3 {
  animation-delay: 1s;
}

@keyframes fxFly {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    transform: translate(78px, -26px) scale(0.3);
    opacity: 0;
  }
}
.fx-cbar {
  width: 100%;
  height: 7px;
  border-radius: 4px;
  background: #f0f0f3;
  overflow: hidden;
}

.fx-cbar i {
  display: block;
  height: 100%;
  width: 0;
  background: #ec4899;
  border-radius: 4px;
  animation: fxFill 3s ease-in-out infinite;
}

@keyframes fxFill {
  0% {
    width: 0;
  }
  75%, 100% {
    width: 100%;
  }
}
.fx-csent {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10.5px;
  color: #6e6e73;
}

/* 14. Services & seatings */
.fx-serv {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fx-srow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
  padding: 9px 12px;
}

.fx-sname {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  color: #1d1d1f;
  display: flex;
  flex-direction: column;
}

.fx-sname i {
  font-style: normal;
  font-size: 9px;
  font-family: "Neuzeit Grotesk Regular";
  color: #6e6e73;
  margin-top: 2px;
}

.fx-tg {
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #d4d4dc;
  position: relative;
  flex: none;
  animation: fxTg 3.6s ease-in-out infinite;
}

.fx-tg::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: fxTgKnob 3.6s ease-in-out infinite;
}

.fx-tg.t2,
.fx-tg.t2::after {
  animation-delay: 0.4s;
}

.fx-tg.t3,
.fx-tg.t3::after {
  animation-delay: 0.8s;
}

@keyframes fxTg {
  0%, 30% {
    background: #d4d4dc;
  }
  45%, 100% {
    background: #16a34a;
  }
}
@keyframes fxTgKnob {
  0%, 30% {
    transform: translateX(0);
  }
  45%, 100% {
    transform: translateX(16px);
  }
}
/* 15. Operating hours */
.fx-hours {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fx-clock {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2.5px solid #1d1d1f;
  flex: none;
}

.fx-clock i {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom center;
  background: #1d1d1f;
  border-radius: 2px;
}

.fx-clock .fx-h {
  width: 3px;
  height: 16px;
  margin-left: -1.5px;
  animation: fxSpin 6s linear infinite;
}

.fx-clock .fx-m {
  width: 2px;
  height: 23px;
  margin-left: -1px;
  animation: fxSpin 1.5s linear infinite;
}

.fx-clock .fx-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  margin: -3px 0 0 -3px;
}

.fx-hrows {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.fx-hrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11px;
  color: #1d1d1f;
}

.fx-hrow span {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 10px;
  color: #6e6e73;
}

.fx-hrow b {
  width: 26px;
}

.fx-hopen {
  margin-left: auto;
  font-style: normal;
  font-size: 9px;
  color: #16a34a;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 3px 8px;
  animation: fxPulse 2.2s ease-in-out infinite;
}

.fx-hrow.off span {
  color: #e0413f;
}

.fx-hclosed {
  margin-left: auto;
  font-style: normal;
  font-size: 9px;
  color: #e0413f;
  background: #fde7e7;
  border-radius: 999px;
  padding: 3px 8px;
}

/* ---- Order-board (.fxo-*) order/menu mockups, ported verbatim from table-reservations.css ---- */
.fxo-board {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fxo-oc {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
  padding: 10px 12px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12.5px;
  color: #1d1d1f;
}

.fxo-oc .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c, #999);
  flex: none;
}

.fxo-oc b {
  margin-left: auto;
}

.fxo-onew {
  box-shadow: 0 8px 18px rgba(27, 116, 228, 0.14);
  animation: fxAppear 3.2s ease-in-out infinite;
}

.fxo-receipt {
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.fxo-rr {
  display: flex;
  justify-content: space-between;
  font-family: "Neuzeit Grotesk Regular";
  font-size: 13px;
  color: #3a3a3c;
}

.fxo-rr b {
  font-family: "Neuzeit Grotesk Bold";
  color: #1d1d1f;
}

.fxo-rsub {
  font-size: 12px;
  color: #6e6e73;
}

.fxo-rtot {
  border-top: 1px solid var(--trx-line);
  padding-top: 9px;
  margin-top: 2px;
  font-size: 15px;
}

.fxo-rtot span,
.fxo-rtot b {
  font-family: "Neuzeit Grotesk Bold";
  color: #1d1d1f;
}

.fxo-auto {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fxo-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
  padding: 11px 13px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 13px;
  color: #1d1d1f;
}

.fxo-tg {
  width: 42px;
  height: 25px;
  border-radius: 999px;
  background: #25a029;
  position: relative;
  flex: none;
}

.fxo-tg::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
}

.fxo-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fxo-pill {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  border-radius: 999px;
  padding: 6px 13px;
}

.fxo-pill.b {
  background: #eaf2ff;
  color: #1b74e4;
}

.fxo-pill.o {
  background: #fdefe0;
  color: #e99000;
}

.fxo-arr {
  color: #9a9aa2;
}

.fxo-pop {
  animation: fxAppear 3s ease-in-out infinite;
}

.fxo-overdue {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fxo-ocard {
  position: relative;
  width: 100%;
  max-width: 250px;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 12px;
  padding: 16px 14px 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.fxo-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ff1100;
  overflow: hidden;
}

.fxo-stripe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
  background: rgba(255, 255, 255, 0.65);
  animation: fxStripe 1.5s linear infinite;
}

@keyframes fxStripe {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(380%);
  }
}
.fxo-ocard__h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 13px;
  color: #1d1d1f;
}

.fxo-late {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  color: #fff;
  background: #ff1100;
  border-radius: 999px;
  padding: 3px 9px;
  animation: fxPulse 1.4s ease-in-out infinite;
}

.fxo-ocard__t {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 11.5px;
  color: #6e6e73;
  margin-top: 7px;
}

.fxo-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fxo-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-radius: 9px;
  padding: 9px 12px;
  font-family: "Neuzeit Grotesk Regular";
  font-size: 12.5px;
  color: #3a3a3c;
}

.fxo-li b {
  font-family: "Neuzeit Grotesk Bold";
  color: #1d1d1f;
}

.fxo-child {
  margin-left: 18px;
}

.fxo-soldout span:first-child {
  color: #9a9aa2;
  text-decoration: line-through;
}

.fxo-tagx {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  color: #ff1100;
  background: #fde7e7;
  border-radius: 999px;
  padding: 3px 8px;
}

.fxo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: center;
  justify-content: center;
}

.fxo-chip {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  border-radius: 999px;
  padding: 7px 13px;
  background: #f3f3f5;
  color: #6e6e73;
  border: 1px solid var(--trx-line);
}

.fxo-chip.on {
  background: #1d1d1f;
  color: #fff;
  border-color: #1d1d1f;
}

.fxo-coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.fxo-code {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px dashed #c4c4cc;
  border-radius: 10px;
  padding: 12px 22px;
}

.fxo-applied {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 13px;
  color: #25a029;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 6px 14px;
}

.fxo-seg2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.fxo-segctl {
  display: flex;
  background: #f0f0f3;
  border-radius: 10px;
  padding: 3px;
  width: 100%;
  max-width: 240px;
}

.fxo-segctl span {
  flex: 1;
  text-align: center;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  color: #6e6e73;
  padding: 8px 0;
  border-radius: 8px;
}

.fxo-segctl .s1 {
  animation: fxSeg 4.2s ease-in-out infinite;
}

.fxo-segctl .s2 {
  animation: fxSeg 4.2s ease-in-out infinite -1.4s;
}

.fxo-segctl .s3 {
  animation: fxSeg 4.2s ease-in-out infinite -2.8s;
}

.fxo-seglabel {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 11px;
  color: #6e6e73;
}

.fxo-route {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.fxo-rstore,
.fxo-rhome {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11px;
  color: #1d1d1f;
  background: #f3f3f5;
  border-radius: 8px;
  padding: 6px 10px;
}

.fxo-rline {
  position: relative;
  flex: 1;
  min-width: 90px;
  height: 2px;
  background: #e3e3e8;
  border-radius: 2px;
}

.fxo-rdot {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8b5cf6;
  animation: fxRouteDot 2.6s ease-in-out infinite;
}

@keyframes fxRouteDot {
  0% {
    left: 0;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.fxo-rstatus {
  width: 100%;
  text-align: center;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 11px;
  color: #8b5cf6;
}

.fxo-refund {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.fxo-ramt {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 28px;
  color: #1d1d1f;
}

.fxo-rrow {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 12px;
  color: #6e6e73;
}

.fxo-rdone {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  color: #25a029;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 5px 13px;
}

.fxo-print {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fxo-printer {
  width: 122px;
  height: 30px;
  background: #1d1d1f;
  border-radius: 9px 9px 4px 4px;
  position: relative;
  z-index: 2;
}

.fxo-receipt2 {
  width: 96px;
  background: #fff;
  border: 1px solid var(--trx-line);
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 11px;
  margin-top: -3px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform-origin: top;
  animation: fxPrint 3s ease-in-out infinite;
}

.fxo-receipt2 span {
  height: 5px;
  background: #e3e3e8;
  border-radius: 3px;
}

.fxo-receipt2 span.s {
  width: 60%;
}

@keyframes fxPrint {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  22% {
    transform: scaleY(1);
    opacity: 1;
  }
  82% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
.fxo-pause {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.fxo-pauseic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fdefe0;
  color: #e99000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fxo-pauseic svg {
  width: 26px;
  height: 26px;
}

.fxo-pausetxt {
  display: flex;
  flex-direction: column;
}

.fxo-pausetxt b {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 14px;
  color: #1d1d1f;
}

.fxo-pausetxt span {
  font-family: "Neuzeit Grotesk Regular";
  font-size: 11px;
  color: #6e6e73;
}

.fxo-store {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fxo-shead {
  font-family: "Neuzeit Grotesk Bold";
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6e6e73;
}

.fxo-smenu {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fxo-sitem {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Neuzeit Grotesk Bold";
  font-size: 12px;
  border: 1px solid var(--trx-line);
  border-radius: 10px;
  padding: 8px 11px;
  background: #fff;
  color: #1d1d1f;
  animation: fxLoc 4.2s ease-in-out infinite;
}

.fxo-sitem.r2 {
  animation-delay: -1.4s;
}

.fxo-sitem.r3 {
  animation-delay: -2.8s;
}

.fxo-sitem i {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 9px;
  background: #e6ebf3;
  color: #6e6e73;
  flex: none;
  animation: fxLocAv 4.2s ease-in-out infinite;
}

.fxo-sitem.r2 i {
  animation-delay: -1.4s;
}

.fxo-sitem.r3 i {
  animation-delay: -2.8s;
}

.fxo-sitem b {
  margin-left: auto;
  opacity: 0;
  animation: fxLocChk 4.2s ease-in-out infinite;
}

.fxo-sitem.r2 b {
  animation-delay: -1.4s;
}

.fxo-sitem.r3 b {
  animation-delay: -2.8s;
}

.app-fx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-fx__card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.app-fx__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
}
.app-fx__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
  background: #e2e2e6;
}
.app-fx__dot:nth-child(1) {
  background: #ff5f57;
}
.app-fx__dot:nth-child(2) {
  background: #febc2e;
}
.app-fx__dot:nth-child(3) {
  background: #28c840;
}
.app-fx__tab {
  margin-left: 8px;
  min-width: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-fx__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px 18px 20px;
  min-height: 214px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}
.app-fx__chip {
  align-self: center;
  flex: none;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.app-fx__chip--blue {
  color: #1f6fd6;
  background: rgba(31, 111, 214, 0.12);
}
.app-fx__chip--amber {
  color: #b7791f;
  background: rgba(240, 160, 32, 0.16);
}
.app-fx__chip--green {
  color: #1a8f4c;
  background: rgba(26, 143, 76, 0.14);
}
.app-fx__li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border-radius: 11px;
  background: #f7f7f9;
  animation: app-fx-rise 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.app-fx__li:nth-child(2) {
  animation-delay: 0.09s;
}
.app-fx__li:nth-child(3) {
  animation-delay: 0.18s;
}
.app-fx__ava {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #00b4e5;
  background: rgba(0, 180, 229, 0.14);
}
.app-fx__liw {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
.app-fx__liw b {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
.app-fx__liw i {
  font-size: 11px;
  font-style: normal;
  color: #707070;
}
.app-fx__card--board .app-fx__body {
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  min-height: 0;
}
.app-fx__card--board .app-fx__col {
  flex: 0 0 auto;
}
.app-fx__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 9px;
  border-radius: 10px;
  background: #f5f5f7;
}
.app-fx__colhead {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #707070;
}
.app-fx__ccard {
  padding: 8px 9px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  font-size: 11px;
  line-height: 1.25;
  color: #000000;
  animation: app-fx-rise 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.app-fx__col:nth-child(2) .app-fx__ccard {
  animation-delay: 0.08s;
}
.app-fx__col:nth-child(3) .app-fx__ccard {
  animation-delay: 0.16s;
}
.app-fx__chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.app-fx__chart-head b {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.app-fx__bars {
  height: 128px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.app-fx__bars span {
  flex: 1 1 0;
  height: var(--h);
  border-radius: 6px 6px 0 0;
  background: #e6e6ec;
  transform: scaleY(0);
  transform-origin: bottom;
  animation: app-fx-grow 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.app-fx__bars span:nth-child(2) {
  animation-delay: 0.06s;
}
.app-fx__bars span:nth-child(3) {
  animation-delay: 0.12s;
}
.app-fx__bars span:nth-child(4) {
  animation-delay: 0.18s;
  background: #00b4e5;
}
.app-fx__bars span:nth-child(5) {
  animation-delay: 0.24s;
}
.app-fx__bars span:nth-child(6) {
  animation-delay: 0.3s;
}
.app-fx__days {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}
.app-fx__days i {
  flex: 1 1 0;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  color: #707070;
}
.app-fx__cal-wk {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 2px;
}
.app-fx__cal-wk span {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #707070;
}
.app-fx__cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  animation: app-fx-rise 0.45s ease both;
}
.app-fx__d {
  aspect-ratio: 1;
  border-radius: 6px;
  background: #f1f1f4;
  position: relative;
}
.app-fx__d--ev::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #00b4e5;
}
.app-fx__d--today {
  background: #00b4e5;
  animation: app-fx-pulse 2.4s ease-in-out infinite;
}
.app-fx__ck {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 2px;
  animation: app-fx-rise 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.app-fx__ck:nth-child(2) {
  animation-delay: 0.1s;
}
.app-fx__ck:nth-child(3) {
  animation-delay: 0.2s;
}
.app-fx__ck:nth-child(4) {
  animation-delay: 0.3s;
}
.app-fx__ck-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex: none;
  background: #00b4e5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") no-repeat center/14px;
}
.app-fx__ck-txt {
  font-size: 14px;
  color: #000000;
}
.app-fx__sig {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 8px 0 4px;
  animation: app-fx-rise 0.45s ease both;
}
.app-fx__sig-val {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}
.app-fx__sig-val small {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  margin-left: 2px;
}
.app-fx__sig-cap {
  font-size: 13px;
  color: #00b4e5;
  font-weight: 600;
}
.app-fx__level {
  height: 9px;
  border-radius: 999px;
  background: #ececf0;
  overflow: hidden;
  margin-top: 8px;
}
.app-fx__level span {
  display: block;
  height: 100%;
  width: 82%;
  border-radius: 999px;
  background: #00b4e5;
  animation: app-fx-fill 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.app-fx__ticks {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
}
.app-fx__ticks span {
  flex: 1 1 0;
  height: 18px;
  border-radius: 4px;
  background: #f0f0f3;
}
.app-fx__ticks span:nth-child(2), .app-fx__ticks span:nth-child(4) {
  height: 26px;
}
.app-fx__ticks span:nth-child(3) {
  height: 32px;
  background: rgba(0, 180, 229, 0.4);
}

.trx-fx.app-fx {
  aspect-ratio: auto;
}

@media (max-width: 991px) {
  .app-fx {
    margin-block: 10px;
  }
  .app-fx__card {
    max-width: none;
  }
}
@keyframes app-fx-rise {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes app-fx-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes app-fx-fill {
  from {
    width: 0;
  }
}
@keyframes app-fx-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
@media (prefers-reduced-motion: reduce) {
  .app-fx__li,
  .app-fx__ccard,
  .app-fx__ck,
  .app-fx__cal,
  .app-fx__sig,
  .app-fx__bars span,
  .app-fx__level span {
    animation: none !important;
  }
  .app-fx__bars span {
    transform: none;
  }
  .app-fx__d--today {
    animation: none !important;
  }
}
.ordering-page .ordering-flow .container,
.ordering-page .ordering-showcase__inner,
.ordering-page .ordering-pricing .container,
.ordering-page .ordering-cta__inner {
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

.ordering-page .ordering-pass .container,
.ordering-page .ordering-settings .container {
  max-width: none;
  padding-inline: max(163px, (100vw - 1592px) / 2);
}

@media (max-width: 1200px) {
  .ordering-page .ordering-flow .container,
  .ordering-page .ordering-showcase__inner,
  .ordering-page .ordering-pricing .container,
  .ordering-page .ordering-cta__inner,
  .ordering-page .ordering-pass .container,
  .ordering-page .ordering-settings .container {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .ordering-page .ordering-flow .container,
  .ordering-page .ordering-showcase__inner,
  .ordering-page .ordering-pricing .container,
  .ordering-page .ordering-cta__inner,
  .ordering-page .ordering-pass .container,
  .ordering-page .ordering-settings .container {
    padding-inline: 24px;
  }
}
@media (min-width: 1201px) and (max-width: 1320px) {
  .ordering-page .ordering-pricing .container {
    padding-inline: 163px;
  }
}
.ordering-page {
  background: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #000000;
}

.ordering-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.ordering-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.ordering-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.ordering-btn:hover::after {
  left: 130%;
}
.ordering-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.ordering-btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.ordering-btn--gray {
  background: #f5f5f5;
  color: #000000;
}
.ordering-btn--lg {
  padding: 10px 24px;
  font-size: 16px;
}
.ordering-btn--demo {
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
}

.ordering-hero {
  padding: 24px 0 56px;
}
.ordering-hero .container {
  max-width: none;
  padding-inline: 0;
}
.ordering-hero__art img {
  width: 100%;
  height: auto;
  display: block;
}
.ordering-hero__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.ordering-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ordering-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 52.6px;
  color: #1d1d1f;
}
.ordering-hero__subtitle {
  max-width: 512px;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e73;
}
.ordering-hero__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ordering-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.ordering-hero__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.ordering-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.ordering-hero__btn:hover::after {
  left: 130%;
}
.ordering-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.ordering-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.ordering-hero__btn--light {
  background: #f5f5f5;
  color: #000000;
}

.ordering-flow {
  padding: 72px 0;
  background: #ffffff;
}
.ordering-flow .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.ordering-flow__header {
  width: 886px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.ordering-flow__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.ordering-flow__sub {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.ordering-flow__body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.ordering-flow__steps {
  width: 434px;
  flex-shrink: 0;
}
.ordering-flow__step {
  padding: 24px 0;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.ordering-flow__step-title {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #000000;
}
.ordering-flow__step-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.ordering-flow__step--open .ordering-flow__step-body {
  grid-template-rows: 1fr;
}
.ordering-flow__step-desc {
  overflow: hidden;
  min-height: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 23px;
  color: #707070;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.ordering-flow__step--open .ordering-flow__step-desc {
  padding-top: 8px;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .ordering-flow__step-body {
    transition: none;
  }
  .ordering-flow__step-desc {
    transition: none;
  }
}
.ordering-flow__media {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  height: 515px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  border-radius: 12px;
  overflow: hidden;
}
.ordering-flow__media-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.ordering-flow__browser {
  position: absolute;
  top: -115px;
  left: -201px;
  width: 1047px;
  border-radius: 25.7px 25.7px 0 0;
  overflow: hidden;
  filter: drop-shadow(0 17.14px 23.57px rgba(0, 0, 0, 0.1));
}
.ordering-flow__browser-bar {
  display: flex;
  align-items: center;
  gap: 21.9px;
  padding: 14.6px 29.2px;
  border-radius: 29.2px 29.2px 0 0;
}
.ordering-flow__dot {
  width: 19.46px;
  height: 19.46px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ordering-flow__dot + .ordering-flow__dot {
  margin-left: -9.7px;
}
.ordering-flow__dot--red {
  background: #ff5f57;
}
.ordering-flow__dot--yellow {
  background: #febc2e;
}
.ordering-flow__dot--green {
  background: #28c840;
}
.ordering-flow__url {
  flex: 1 0 0;
  min-width: 1px;
  height: 58.4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7.3px 29.2px;
  border-radius: 2430px;
  background: rgba(255, 255, 255, 0.2);
}
.ordering-flow__url span {
  font-size: 25.5px;
  line-height: 38.3px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.ordering-flow__alert-card {
  position: relative;
  width: 364px;
  height: 209.7px;
  border-radius: 7.7px;
  background: #f5f5f7;
  overflow: hidden;
}
.ordering-flow__alert-card img {
  position: absolute;
  top: -4.52%;
  left: -2.44%;
  width: 104.88%;
  height: 108.37%;
  max-width: none;
}

.ordering-showcase {
  position: relative;
  padding: 80px 0 0;
  background: #ffffff;
  overflow: clip;
}
.ordering-showcase__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ordering-showcase__bg img {
  position: absolute;
  top: -13.66%;
  left: 0;
  width: 139.99%;
  height: 132.47%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.ordering-showcase__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.4) 10.457%, rgba(0, 0, 0, 0) 39.099%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.ordering-showcase__frost {
  display: none;
}
.ordering-showcase__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 504px;
}
.ordering-showcase__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 481px;
}
.ordering-showcase__block--bottom {
  position: relative;
  width: 100%;
  gap: 42px;
  padding: 64px 0;
}
.ordering-showcase__block--bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .ordering-showcase__block--bottom::before {
      --frost-blur: 40px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.ordering-showcase__block--bottom > * {
  position: relative;
  z-index: 1;
}
.ordering-showcase__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 436px;
  color: #ffffff;
}
.ordering-showcase__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -1px;
}
.ordering-showcase__desc {
  font-size: 16px;
  line-height: 1.5;
}
.ordering-showcase__rail {
  align-self: stretch;
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ordering-showcase__rail::-webkit-scrollbar {
  display: none;
}
.ordering-showcase__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.ordering-showcase__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
}
.ordering-showcase__card {
  width: 332px;
  flex: none;
  scroll-snap-align: start;
  padding: 33px 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-radius: 16px;
  background: rgba(245, 245, 247, 0.1);
  border: 1px solid rgba(232, 232, 237, 0.35);
}
.ordering-showcase__card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-showcase__card-icon img {
  flex-shrink: 0;
}
.ordering-showcase__card-title {
  padding-top: 12px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.ordering-showcase__card-desc {
  width: 100%;
  font-size: 15px;
  line-height: 22.5px;
  color: #ffffff;
}

.ordering-pass {
  padding: 111px 0 110px;
  background: #ffffff;
  border-top: 1px solid #e8e8ed;
  display: flex;
  justify-content: center;
}
.ordering-pass__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.ordering-pass__header {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.ordering-pass__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  color: #1d1d1f;
  white-space: nowrap;
}
.ordering-pass__sub {
  font-size: 18px;
  line-height: 29.4px;
  color: #6e6e73;
}
.ordering-pass__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ordering-pass__panel-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.ordering-pass__tabs {
  width: 227px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.ordering-pass__tab {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 6px 11px;
  border-radius: 10px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.5px;
  line-height: 23.25px;
  color: #6e6e73;
  text-align: left;
  transition: background-color 0.15s ease;
}
.ordering-pass__tab:hover {
  background: rgba(245, 245, 247, 0.6);
}
.ordering-pass__tab--active {
  background: #f5f5f7;
  color: #1d1d1f;
}
.ordering-pass__tab-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #f5f5f7;
}
.ordering-pass__tab-icon img {
  width: 18px;
  height: 18px;
}
.ordering-pass__panel {
  flex: 1 0 0;
  min-width: 1px;
  height: 674px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 45px;
  border-radius: 16px;
  background: #f5f5f7;
  border: 1px solid #e8e8ed;
}
.ordering-pass__panel-info {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 12.8px;
}
.ordering-pass__panel-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: -0.64px;
  color: #1d1d1f;
}
.ordering-pass__panel-desc {
  font-size: 14px;
  line-height: 20px;
  color: #6e6e73;
}
.ordering-pass__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 11px;
}
.ordering-pass__list li {
  position: relative;
  padding-left: 28px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.5px;
  line-height: 21.7px;
  color: #1d1d1f;
}
.ordering-pass__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  background: url("../assets/images/online-ordering/icon-check-circle.svg") no-repeat center/contain;
}
.ordering-pass__figure {
  aspect-ratio: 368/276;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 68px 25px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-pass__orders {
  width: 280px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ordering-pass__order {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 21px 13px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-pass__order--active {
  filter: drop-shadow(0 8px 9px rgba(27, 116, 228, 0.14));
}
.ordering-pass__order-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  flex-shrink: 0;
}
.ordering-pass__order-label {
  font-size: 12.5px;
  line-height: 18.75px;
  color: #1d1d1f;
  white-space: nowrap;
}
.ordering-pass__order-price {
  margin-left: auto;
  font-size: 12.5px;
  line-height: 18.75px;
  color: #1d1d1f;
}

.ordering-settings {
  padding: 0 0 64px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
.ordering-settings__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.ordering-settings__header {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.ordering-settings__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  color: #1d1d1f;
  white-space: nowrap;
}
.ordering-settings__sub {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 29.4px;
  color: #6e6e73;
}
.ordering-settings__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 257px 281px 218px 218px auto;
  gap: 20px;
  width: 100%;
}
.ordering-settings__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 27px 15px;
  border-radius: 16px;
  background: #f5f5f7;
  border: 1px solid #e8e8ed;
}
.ordering-settings__card--theme {
  grid-column: 1/span 3;
  grid-row: 1;
}
.ordering-settings__card--alerts-lg {
  grid-column: 4/span 3;
  grid-row: 1/span 2;
  justify-content: space-between;
  gap: 0;
}
.ordering-settings__card--fontsize {
  grid-column: 1/span 3;
  grid-row: 2;
  align-self: start;
}
.ordering-settings__card--start {
  grid-column: 1/span 3;
  grid-row: 3;
  align-self: start;
}
.ordering-settings__card--autostart {
  grid-column: 4/span 3;
  grid-row: 3;
  padding: 17px 25px;
  gap: 18px;
}
.ordering-settings__card--daterange {
  grid-column: 4/span 3;
  grid-row: 4;
  padding: 27px 25px;
  justify-content: space-between;
  gap: 0;
}
.ordering-settings__card--alerts-sm {
  grid-column: 1/span 3;
  grid-row: 4;
  justify-content: space-between;
  gap: 0;
}
.ordering-settings__card--print {
  grid-column: 1/span 6;
  grid-row: 5;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
  padding: 35px;
}
.ordering-settings__card-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.ordering-settings__card-text h3 {
  font-weight: 400;
  font-size: 19px;
  line-height: 22.8px;
  color: #1d1d1f;
}
.ordering-settings__card-text p {
  font-size: 14.5px;
  line-height: 21px;
  color: #6e6e73;
}
.ordering-settings__card-text-alt {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 21.6px !important;
}
.ordering-settings__card-desc-alt {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px !important;
  line-height: 19.58px !important;
}
.ordering-settings__theme-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
}
.ordering-settings__mini-window {
  aspect-ratio: 210/131.25;
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 15px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-settings__mini-row {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
}
.ordering-settings__mini-dot {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #00b2e3;
  flex-shrink: 0;
}
.ordering-settings__mini-bar {
  height: 8px;
  border-radius: 4px;
  background: #e3e3e8;
}
.ordering-settings__mini-bar--title {
  width: 104px;
  height: 10px;
  background: #c9c9d2;
}
.ordering-settings__mini-bar--full {
  width: 100%;
}
.ordering-settings__mini-bar--short {
  width: 130px;
}
.ordering-settings__mini-chip {
  width: 86px;
  height: 24px;
  margin-top: 14px;
  border-radius: 8px;
  background: #e9f2ff;
}
.ordering-settings__theme-toggle {
  position: relative;
  width: 66px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #e6e6ec;
  border: 1px solid #e8e8ed;
  cursor: pointer;
  transition: background-color 0.24s ease, border-color 0.24s ease;
}
.ordering-settings__theme-toggle.is-on {
  background: #1d1d1f;
  border-color: #1d1d1f;
}
.ordering-settings__theme-toggle.is-on .ordering-settings__theme-knob {
  transform: translateX(33px);
}
.ordering-settings__theme-knob {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.24s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ordering-settings__fontsize-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  width: 100%;
}
.ordering-settings__fontsize-sample {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24.5px;
  line-height: 24.5px;
  color: #1d1d1f;
  text-align: center;
}
.ordering-settings__slider-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.ordering-settings__slider-a {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #6e6e73;
}
.ordering-settings__slider-a--sm {
  font-size: 16px;
  line-height: 16px;
}
.ordering-settings__slider-a--lg {
  font-size: 30px;
  line-height: 30px;
}
.ordering-settings__slider {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  height: 5px;
  border-radius: 3px;
  background: #d4d4dc;
}
.ordering-settings__slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  border-radius: 3px;
  background: #00b2e3;
}
.ordering-settings__slider-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.ordering-settings__start-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  width: 100%;
}
.ordering-settings__segmented {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  width: 100%;
  padding: 5px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-settings__segment {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  padding: 8px 6px 9px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #6e6e73;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.ordering-settings__segment--active, .ordering-settings__segment.is-active {
  background: #00b2e3;
  color: #ffffff;
  font-weight: 500;
}
.ordering-settings__segmented--dates {
  width: 365px;
  margin: 0 auto;
  padding: 4px 7px;
}
.ordering-settings__segmented--dates .ordering-settings__segment {
  font-size: 13.5px;
  line-height: 20.25px;
  font-weight: 500;
}
.ordering-settings__segmented--paper {
  width: 150px;
}
.ordering-settings__segmented--paper .ordering-settings__segment {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.ordering-settings__segmented--paper .ordering-settings__segment--active, .ordering-settings__segmented--paper .ordering-settings__segment.is-active {
  background: #002574;
}
.ordering-settings__notifs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.ordering-settings__notif {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease;
}
.ordering-settings__notif:hover {
  transform: translateY(-3px);
  border-color: #00b4e5;
  box-shadow: 0 12px 26px -10px rgba(0, 0, 0, 0.22);
}
.ordering-settings__notif-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-settings__notif-icon img {
  width: 26px;
  height: 26px;
}
.ordering-settings__notif-body {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ordering-settings__notif-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.ordering-settings__notif-top strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #1d1d1f;
}
.ordering-settings__notif-top span {
  font-size: 13px;
  line-height: 19.5px;
  color: #6e6e73;
}
.ordering-settings__notif-body p {
  font-size: 13px;
  line-height: 19.5px;
  color: #6e6e73;
}
.ordering-settings__autostart-body {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}
.ordering-settings__status-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9.5px 0 2px;
  width: 100%;
}
.ordering-settings__status-pill {
  padding: 12px 13px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.ordering-settings__status-pill--received {
  background: #eaf2ff;
  color: #1b74e4;
}
.ordering-settings__status-pill--preparing {
  background: #fdefe0;
  color: #e99000;
}
.ordering-settings__status-arrow {
  font-size: 16px;
  line-height: 24px;
  color: #9a9aa2;
}
.ordering-settings__setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ordering-settings__setting-row--last {
  padding-bottom: 7.5px;
}
.ordering-settings__setting-label {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  line-height: 20.25px;
  color: #1d1d1f;
}
.ordering-settings__switch {
  position: relative;
  width: 36px;
  height: 21px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #d4d4dc;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ordering-settings__switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #ffffff;
  transform: translateX(0);
  transition: transform 0.24s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ordering-settings__switch--green, .ordering-settings__switch.is-on {
  background: #25a029;
}
.ordering-settings__switch--green span, .ordering-settings__switch.is-on span {
  transform: translateX(15px);
}
.ordering-settings__switch--lg {
  width: 42px;
  height: 25px;
}
.ordering-settings__switch--lg span {
  width: 19px;
  height: 19px;
  border-radius: 9.5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.ordering-settings__switch--lg.is-on {
  background: #16a34a;
}
.ordering-settings__switch--lg.is-on span {
  transform: translateX(17px);
}
.ordering-settings__stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 9px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-settings__stepper button {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #f0f0f3;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #1d1d1f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.ordering-settings__stepper button:hover {
  background: #e4e4ea;
}
.ordering-settings__stepper strong {
  min-width: 22px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #1d1d1f;
  text-align: center;
}
.ordering-settings__stepper small {
  font-size: 11px;
  line-height: 16.5px;
  color: #6e6e73;
}
.ordering-settings__stepper--copies button {
  font-size: 12px;
  line-height: 18px;
}
.ordering-settings__copies-value {
  min-width: 22px;
  font-size: 12px;
  line-height: 18px;
  color: #6e6e73;
  text-align: center;
}
.ordering-settings__daterange-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.ordering-settings__daterange-caption {
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #6e6e73;
  text-align: center;
}
.ordering-settings__daterange-caption strong {
  font-weight: 500;
  color: #1d1d1f;
}
.ordering-settings__print-main {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.ordering-settings__print-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26.4px;
  color: #1d1d1f;
}
.ordering-settings__print-desc {
  font-size: 14px;
  line-height: 21px;
  color: #6e6e73;
}
.ordering-settings__print-label {
  padding-top: 14px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  color: #9a9aa2;
}
.ordering-settings__toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  padding-top: 5px;
}
.ordering-settings__toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
}
.ordering-settings__toggle-row > span:first-child {
  font-size: 13px;
  line-height: 19.5px;
  color: #1d1d1f;
  white-space: nowrap;
}
.ordering-settings__chip-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  padding: 5px 0 15px;
}
.ordering-settings__chip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ordering-settings__chip-row > span {
  font-size: 13px;
  line-height: 19.5px;
  color: #1d1d1f;
}
.ordering-settings__chips {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ordering-settings__chips button {
  padding: 7px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  font-size: 12px;
  line-height: 18px;
  color: #6e6e73;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ordering-settings__chips button.ordering-settings__chip--active, .ordering-settings__chips button.is-active {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}
.ordering-settings__print-footer {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  width: 100%;
  padding-top: 19px;
  border-top: 1px solid #e8e8ed;
}
.ordering-settings__print-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.ordering-settings__print-option:first-child .ordering-settings__segmented--paper {
  width: 150px;
}
.ordering-settings__print-option-label {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  color: #6e6e73;
}
.ordering-settings__receipt-col {
  width: 300px;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ordering-settings__receipt {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 17px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #e8e8ed;
  filter: drop-shadow(0 18px 23px rgba(0, 0, 0, 0.14));
}
.ordering-settings__receipt-name {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #1d1d1f;
  text-align: center;
}
.ordering-settings__receipt-meta {
  padding-bottom: 6px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 9.5px;
  line-height: 14.25px;
  color: #6e6e73;
  text-align: center;
}
.ordering-settings__receipt-hr {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px dashed #c4c4cc;
}
.ordering-settings__receipt-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 3px 0;
  font-family: "Courier New", Courier, monospace;
}
.ordering-settings__receipt-row span {
  font-size: 11px;
  line-height: 16.5px;
  color: #1d1d1f;
}
.ordering-settings__receipt-row strong {
  font-weight: 700;
  font-size: 11px;
  line-height: 16.5px;
  color: #1d1d1f;
}
.ordering-settings__receipt-items {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  padding: 3px 0;
}
.ordering-settings__receipt-note {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 15px;
  color: #6e6e73;
  white-space: pre-wrap;
}
.ordering-settings__receipt-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 3px;
  padding-top: 10px;
  border-top: 1px dashed #c4c4cc;
  font-family: "Courier New", Courier, monospace;
}
.ordering-settings__receipt-total span {
  font-size: 13px;
  line-height: 19.5px;
  color: #1d1d1f;
}
.ordering-settings__receipt-total strong {
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  color: #1d1d1f;
}
.ordering-settings__receipt-thanks {
  padding-top: 6px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 9px;
  line-height: 13.5px;
  color: #6e6e73;
  text-align: center;
}
.ordering-settings__receipt-count {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #6e6e73;
}

.ordering-pricing {
  padding: 72px 0;
  background: #ffffff;
}
.ordering-pricing .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ordering-pricing__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
}
.ordering-pricing__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
.ordering-pricing__sub {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: -0.05px;
  color: #666666;
}
.ordering-pricing__cards {
  display: flex;
  align-items: stretch;
  gap: 15px;
  width: 100%;
  padding-top: 48px;
}
.ordering-pricing__card {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  padding: 33px 17px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.ordering-pricing__card--dark {
  background: #000000;
  border-color: #000000;
}
.ordering-pricing__card--dark .ordering-pricing__name {
  color: #ffffff;
}
.ordering-pricing__card--dark .ordering-pricing__price {
  color: #ffffff;
}
.ordering-pricing__card--dark .ordering-pricing__period,
.ordering-pricing__card--dark .ordering-pricing__per {
  color: #99a1af;
}
.ordering-pricing__card--dark .ordering-pricing__list li {
  color: #d1d5dc;
}
.ordering-pricing__card--dark .ordering-pricing__list {
  justify-content: center;
  min-height: 280px;
}
.ordering-pricing__card-head {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 65px;
}
.ordering-pricing__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #000000;
}
.ordering-pricing__tagline {
  font-size: 14px;
  line-height: 28px;
  color: #6a7282;
}
.ordering-pricing__price-block {
  padding-top: 24px;
}
.ordering-pricing__price {
  height: 50px;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #000000;
  white-space: nowrap;
}
.ordering-pricing__period {
  margin-left: 7px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #6a7282;
  vertical-align: 6px;
}
.ordering-pricing__per {
  font-size: 14px;
  line-height: 20px;
  color: #6a7282;
}
.ordering-pricing__save {
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
  color: #00b4e5;
}
.ordering-pricing__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0;
}
.ordering-pricing__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #364153;
}
.ordering-pricing__list li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ordering-pricing__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: auto;
  border-radius: 8px;
  background: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  transition: opacity 0.15s ease;
}
.ordering-pricing__cta:hover {
  opacity: 0.85;
}
.ordering-pricing__cta--light {
  background: #ffffff;
  color: #000000;
}

.ordering-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  background: #f5f5f7;
}
.ordering-faq__inner {
  max-width: 753px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.ordering-faq__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.03;
  color: #000000;
  text-align: center;
}
.ordering-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ordering-faq__item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.ordering-faq__item.is-open {
  border-top-color: #f5f5f5;
}
.ordering-faq__q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.ordering-faq__q {
  flex: 1 0 0;
  min-width: 1px;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}
.ordering-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}
.ordering-faq__answer-inner {
  overflow: hidden;
}
.ordering-faq__a {
  margin: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.42;
  color: #707070;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.ordering-faq__item.is-open .ordering-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.ordering-faq__item.is-open .ordering-faq__a {
  opacity: 1;
}
.ordering-faq__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ordering-faq__icon img {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  transition: transform 0.28s ease;
}
.ordering-faq__item.is-open .ordering-faq__icon img {
  transform: rotate(-90deg);
}
.ordering-faq__agent-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  transition: box-shadow 0.15s ease;
}
.ordering-faq__agent-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ordering-cta {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 80px 0;
}
.ordering-cta__bg {
  position: absolute;
  inset: 0;
}
.ordering-cta__photo {
  display: none;
}
.ordering-cta__screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.ordering-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.ordering-cta__title {
  width: 436px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -1px;
  color: #ffffff;
}
.ordering-cta__desc {
  width: 436px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.ordering-cta__inner .ordering-btn {
  align-self: flex-start;
}

@media (min-width: 769px) and (max-width: 992px) {
  .ordering-pricing__cards {
    flex-wrap: wrap;
  }
  .ordering-pricing__card {
    flex: 0 0 calc(50% - 7.5px);
  }
}
@media (max-width: 1024px) {
  .ordering-showcase__inner {
    gap: 240px;
  }
}
@media (max-width: 992px) {
  .ordering-flow__body {
    flex-direction: column;
    align-items: stretch;
  }
  .ordering-flow__steps {
    width: 100%;
    flex-shrink: 1;
  }
  .ordering-flow__media {
    width: 100%;
    flex: none;
    height: 440px;
  }
  .ordering-settings__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .ordering-settings__card {
    min-width: 0;
  }
  .ordering-settings__card--theme,
  .ordering-settings__card--alerts-lg,
  .ordering-settings__card--fontsize,
  .ordering-settings__card--start,
  .ordering-settings__card--autostart,
  .ordering-settings__card--daterange,
  .ordering-settings__card--alerts-sm,
  .ordering-settings__card--print {
    grid-column: auto;
    grid-row: auto;
  }
  .ordering-settings__card--print {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .ordering-settings__receipt-col {
    width: 100%;
    align-self: stretch;
  }
}
@media (max-width: 768px) {
  .ordering-flow__header,
  .ordering-flow__steps,
  .ordering-pass__tabs,
  .ordering-pricing__cards,
  .ordering-settings__grid,
  .ordering-showcase__inner,
  .ordering-cta__inner {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .ordering-settings__grid {
    grid-template-rows: auto;
  }
  .ordering-settings__card {
    min-width: 0;
  }
  .ordering-settings__card--theme,
  .ordering-settings__card--alerts-lg,
  .ordering-settings__card--fontsize,
  .ordering-settings__card--start,
  .ordering-settings__card--autostart,
  .ordering-settings__card--daterange,
  .ordering-settings__card--alerts-sm,
  .ordering-settings__card--print {
    grid-column: auto;
    grid-row: auto;
  }
  .ordering-settings__card--print {
    flex-direction: column;
    gap: 28px;
    padding: 27px;
  }
  .ordering-settings__card--alerts-lg,
  .ordering-settings__card--alerts-sm,
  .ordering-settings__card--daterange {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ordering-showcase__inner {
    flex-direction: column;
    gap: 48px;
    min-height: 0;
  }
  .ordering-showcase__frost {
    top: 0;
    height: 100%;
  }
  .ordering-cta {
    padding: 56px 0;
  }
  .ordering-showcase {
    min-height: 0;
    padding: 56px 0 0;
  }
  .ordering-showcase__bg img {
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ordering-showcase__block, .ordering-showcase__text, .ordering-showcase__card-desc {
    width: 100%;
  }
  .ordering-showcase__block--bottom {
    padding-bottom: 50px;
  }
  .ordering-showcase__cards {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .ordering-showcase__card {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
  .ordering-showcase__rail {
    width: 100vw !important;
    max-width: none !important;
  }
}
@media (max-width: 1200px) {
  .ordering-showcase__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .ordering-showcase__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (max-width: 1200px) {
  .ordering-hero__bar {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .ordering-hero__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 24px;
  }
  .ordering-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .ordering-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .ordering-cta {
    padding: 48px 0;
  }
  .ordering-settings__toggle-grid {
    grid-template-columns: 1fr;
  }
  .ordering-settings__print-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .ordering-settings__chip-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .ordering-pass {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 420px) {
  .ordering-settings__start-preview .ordering-settings__segmented {
    flex-direction: column;
    align-items: stretch;
  }
  .ordering-settings__start-preview .ordering-settings__segment {
    flex: 0 0 auto;
  }
}
@property --pct {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.ireview-section-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.15;
  text-align: center;
  color: #000000;
}

.ireview-btn-cyan {
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.ireview-team .container,
.ireview-catch .container,
.ireview-built__inner.container,
.ireview-pricing .container,
.ireview-cta .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

.ireview-trust__inner.container,
.ireview-features .container {
  width: 100%;
  max-width: none;
  padding-inline: max(163px, (100vw - 1592px) / 2);
}

@media (max-width: 1200px) {
  .ireview-team .container,
  .ireview-catch .container,
  .ireview-built__inner.container,
  .ireview-pricing .container,
  .ireview-cta .container,
  .ireview-trust__inner.container,
  .ireview-features .container {
    padding-inline: 50px;
  }
  .ireview-built__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .ireview-team .container,
  .ireview-catch .container,
  .ireview-built__inner.container,
  .ireview-pricing .container,
  .ireview-cta .container,
  .ireview-trust__inner.container,
  .ireview-features .container {
    padding-inline: 24px;
  }
  .ireview-built__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (min-width: 1201px) and (max-width: 1320px) {
  .ireview-pricing .container {
    padding-inline: 163px;
  }
}
.ireview-hero {
  padding: 24px 0 56px;
}
.ireview-hero .container {
  max-width: none;
  padding-inline: 0;
}
.ireview-hero__art img {
  width: 100%;
  height: auto;
  display: block;
}
.ireview-hero__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.ireview-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ireview-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  color: #000000;
}
.ireview-hero__sub {
  font-size: 15px;
  line-height: 1.5;
  color: #707070;
  max-width: 380px;
}
.ireview-hero__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ireview-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.ireview-hero__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.ireview-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.ireview-hero__btn:hover::after {
  left: 130%;
}
.ireview-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.ireview-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.ireview-hero__btn--light {
  background: #f5f5f5;
  color: #000000;
}

.ireview-team {
  padding: 56px 0 72px;
}
.ireview-team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}
.ireview-team__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
}
.ireview-team__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ireview-team__list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.45;
  color: #000000;
}
.ireview-team__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 13px;
}
.ireview-team__art img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.ireview-review {
  position: relative;
  background-image: url("../assets/images/ireview/catch-laptop.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.ireview-catch {
  position: relative;
  min-height: 780px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 70%);
  display: flex;
  align-items: center;
}
.ireview-catch__inner {
  max-width: 640px;
  color: #ffffff;
}
.ireview-catch__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.08;
  color: #ffffff;
}
.ireview-catch__text {
  margin: 24px 0 32px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 420px;
}

.ireview-built {
  position: relative;
  padding: 80px 0 96px;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.12) 78%, rgba(0, 0, 0, 0.12) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .ireview-built {
      --frost-blur: 30px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.ireview-built__head {
  max-width: 520px;
  color: #ffffff;
}
.ireview-built__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.08;
  color: #ffffff;
}
.ireview-built__text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 400px;
}
.ireview-built__rail {
  margin-top: 48px;
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ireview-built__rail::-webkit-scrollbar {
  display: none;
}
.ireview-built__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.ireview-built__cards {
  display: flex;
  gap: 24px;
  width: max-content;
}

.ireview-glass {
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  height: 167px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #e8e8ed;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ireview-glass__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.ireview-glass__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.ireview-glass__label {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.ireview-trust {
  padding: 88px 0;
}
.ireview-trust__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.ireview-trust__ring-card {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 40px 56px;
  background: #f5f5f5;
  border-radius: 16px;
}
.ireview-trust__ring {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  --pct: 0;
  background: conic-gradient(#00b4e5 calc(var(--pct) * 1%), #d8ecf4 0);
  transition: --pct 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ireview-trust__ring::after {
  content: "";
  position: absolute;
  inset: 26px;
  background: #f5f5f5;
  border-radius: 50%;
}
.ireview-trust__ring-card.is-in .ireview-trust__ring {
  --pct: 95;
}
.ireview-trust__pct {
  position: relative;
  z-index: 1;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 52px;
  color: #000000;
}
.ireview-trust__ring-text {
  font-size: 18px;
  line-height: 1.4;
  color: #707070;
}
.ireview-trust__stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ireview-trust__stat {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ireview-trust__num {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #000000;
}
.ireview-trust__label {
  margin-top: 4px;
  font-size: 13px;
  color: #707070;
}

.ireview-features {
  padding: 40px 0 96px;
}
.ireview-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}

.ireview-feature {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 32px;
}
.ireview-feature__mock {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  min-height: 132px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.ireview-feature__title {
  margin-top: 28px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.ireview-feature__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #707070;
}

.ireview-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ireview-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.ireview-bar__name {
  width: 84px;
  color: #000000;
}
.ireview-bar__track {
  flex: 1;
  height: 8px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.ireview-bar__fill {
  display: block;
  height: 100%;
  width: 0;
  background: #00b4e5;
  border-radius: 4px;
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.ireview-bar__fill--gray {
  background: #c9c9ce;
}
.ireview-bar__val {
  width: 26px;
  text-align: right;
  color: #707070;
}

.ireview-bars.is-in .ireview-bar__fill {
  width: var(--w);
}

.ireview-bars.is-in .ireview-bar:nth-child(1) .ireview-bar__fill {
  transition-delay: 0.05s;
}

.ireview-bars.is-in .ireview-bar:nth-child(2) .ireview-bar__fill {
  transition-delay: 0.18s;
}

.ireview-bars.is-in .ireview-bar:nth-child(3) .ireview-bar__fill {
  transition-delay: 0.31s;
}

.ireview-social__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ireview-social__name {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
.ireview-social__badge {
  margin-left: auto;
  font-size: 11px;
  color: #00b4e5;
  background: rgba(0, 180, 229, 0.12);
  padding: 3px 8px;
  border-radius: 6px;
}
.ireview-social__quote {
  margin: 8px 0 12px;
  font-size: 12px;
  color: #333333;
}

.ireview-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
}
.ireview-avatar--cf {
  background: #ffbb00;
}

.ireview-stars {
  color: #ffbb00;
  font-size: 13px;
  letter-spacing: 1px;
}

.ireview-chips {
  display: flex;
  gap: 8px;
}
.ireview-chips span {
  font-size: 11px;
  font-weight: 600;
  color: #000000;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 4px 12px;
}

.ireview-replies {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ireview-replies li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease;
}
.ireview-replies li:hover {
  transform: translateY(-2px);
  border-color: #00b4e5;
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.18);
}
.ireview-replies__ring {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.ireview-replies__body {
  display: flex;
  flex-direction: column;
}
.ireview-replies__body strong {
  font-size: 13px;
  color: #000000;
}
.ireview-replies__body em {
  font-style: normal;
  font-size: 11px;
  color: #707070;
}
.ireview-replies__time {
  margin-left: auto;
  font-size: 11px;
  color: #aaaaaa;
}

.ireview-listings {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ireview-listings li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease;
}
.ireview-listings li strong {
  color: #000000;
}
.ireview-listings li:hover {
  transform: translateY(-2px);
  border-color: #00b4e5;
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.18);
}

.ireview-synced {
  color: #1e8e5a;
  font-size: 12px;
  font-weight: 500;
}

.ireview-accredit {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ireview-accredit__img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}
.ireview-accredit__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ireview-accredit__name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.ireview-accredit__badge {
  font-size: 12px;
  color: #00b4e5;
  font-weight: 500;
}
.ireview-accredit__rating {
  font-size: 12px;
  color: #707070;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ireview-pricing {
  padding: 40px 0 96px;
}
.ireview-pricing__head {
  text-align: center;
}
.ireview-pricing__sub {
  margin-top: 12px;
  font-size: 15px;
  color: #707070;
}
.ireview-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  align-items: stretch;
}

.ireview-plan {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.ireview-plan--dark {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.ireview-plan--dark .ireview-plan__name,
.ireview-plan--dark .ireview-plan__price {
  color: #ffffff;
}
.ireview-plan--dark .ireview-plan__per {
  color: rgba(255, 255, 255, 0.7);
}
.ireview-plan--dark .ireview-plan__list li {
  color: rgba(255, 255, 255, 0.9);
}
.ireview-plan__name {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.ireview-plan__tier {
  margin-top: 4px;
  font-size: 13px;
  color: #707070;
}
.ireview-plan__price {
  margin-top: 20px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 44px;
  color: #000000;
}
.ireview-plan__price span {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
.ireview-plan__per {
  margin-top: 4px;
  font-size: 13px;
  color: #707070;
}
.ireview-plan__save {
  margin-top: 2px;
  font-size: 13px;
  color: #00b4e5;
}
.ireview-plan__list {
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ireview-plan__list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #000000;
}
.ireview-plan__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000000;
}
.ireview-plan__cta {
  margin-top: auto;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
}

.ireview-plan:not(:has(.ireview-plan__tier)) .ireview-plan__name {
  min-height: 44px;
}

.ireview-faq {
  padding: 80px 0 96px;
  background: #f5f5f7;
}
.ireview-faq__list {
  max-width: 653px;
  margin: 48px auto 0;
}
.ireview-faq__item {
  border-bottom: 1px solid #e5e5e5;
}
.ireview-faq__q {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  color: #000000;
}
.ireview-faq__q::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
  transition: transform 0.28s ease;
}
.ireview-faq__item.is-open .ireview-faq__q::after {
  transform: rotate(180deg);
}
.ireview-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}
.ireview-faq__answer-inner {
  overflow: hidden;
}
.ireview-faq__item.is-open .ireview-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.ireview-faq__answer-wrap p {
  margin: 0;
  padding-bottom: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  max-width: 640px;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.ireview-faq__item.is-open .ireview-faq__answer-wrap p {
  opacity: 1;
}
.ireview-faq__agent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 753px;
  margin: 24px auto 0;
  padding: 18px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  color: #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.ireview-cta {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 80px 0;
  overflow: hidden;
}
.ireview-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ireview-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(130.58deg, rgba(0, 0, 0, 0.4) 11.94%, rgba(0, 0, 0, 0) 72.26%);
}
.ireview-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  color: #ffffff;
}
.ireview-cta__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.08;
  color: #ffffff;
}
.ireview-cta__text {
  margin: 20px 0 32px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 380px;
}
.ireview-cta .ireview-btn-cyan {
  align-self: flex-start;
}

@media (max-width: 960px) {
  .ireview-team__grid,
  .ireview-trust__inner,
  .ireview-features__grid,
  .ireview-pricing__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .ireview-hero__bar {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .ireview-hero__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 24px;
  }
  .ireview-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .ireview-hero__btn {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .ireview-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .ireview-built {
    padding-bottom: 72px;
  }
  .ireview-trust {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ireview-features {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .ireview-pricing {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .ireview-faq {
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .ireview-listings li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .ireview-replies li {
    flex-wrap: wrap;
    row-gap: 2px;
  }
  .ireview-replies__body {
    flex: 1 1 0;
    min-width: 0;
  }
  .ireview-replies__time {
    flex-basis: 100%;
    margin-left: 38px;
  }
  .ireview-social__top {
    flex-wrap: wrap;
  }
  .ireview-social__name {
    flex: 1 1 auto;
  }
  .ireview-social__badge {
    margin-left: 0;
  }
  .ireview-accredit {
    flex-direction: column;
    align-items: flex-start;
  }
  .ireview-trust__ring-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 28px;
  }
}
@media (max-width: 1200px) {
  .ireview-built__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .ireview-built__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .ireview-pricing__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .ireview-catch {
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ireview-built__rail {
    width: 100vw !important;
    max-width: none !important;
  }
  .ireview-glass {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
}
.ireview-local-hero {
  padding: 24px 0 56px;
}
.ireview-local-hero .container {
  max-width: none;
  padding-inline: 0;
}
.ireview-local-hero__art img {
  width: 100%;
  height: auto;
  display: block;
}
.ireview-local-hero__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.ireview-local-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ireview-local-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.6px;
  color: #1d1d1f;
}
.ireview-local-hero__subtitle {
  max-width: 512px;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e73;
}
.ireview-local-hero__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ireview-local-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.ireview-local-hero__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.ireview-local-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.ireview-local-hero__btn:hover::after {
  left: 130%;
}
.ireview-local-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.ireview-local-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.ireview-local-hero__btn--light {
  background: #f5f5f5;
  color: #000000;
}

.ireview-local-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.ireview-local-demo-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.ireview-local-demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.ireview-local-demo-btn:hover::after {
  left: 130%;
}
.ireview-local-demo-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.ireview-local-showcase {
  padding: 72px 0;
  background: #ffffff;
}
.ireview-local-showcase .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.ireview-local-showcase__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 886px;
  max-width: 100%;
  text-align: center;
}
.ireview-local-showcase__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.ireview-local-showcase__sub {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.ireview-local-mock {
  width: 760px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  background: #f5f5f7;
}
.ireview-local-mock--search {
  height: 419px;
}
.ireview-local-mock--profile {
  height: 384px;
}
.ireview-local-mock--booking {
  height: 232px;
}
.ireview-local-mock__inner {
  width: 698px;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.ireview-local-search__bar {
  display: flex;
  align-items: center;
  height: 73px;
  padding: 18px 20px;
  border-bottom: 1px solid #d2d2d7;
}
.ireview-local-search__field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  background: #f5f5f7;
  font-size: 14px;
  line-height: 1.2;
  color: #6e6e73;
}
.ireview-local-search__chips {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 59px;
  padding: 16px 20px;
}
.ireview-local-search__chip {
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f5f5f7;
  font-size: 13px;
  line-height: 1.2;
  color: #6e6e73;
  white-space: nowrap;
}
.ireview-local-search__chip--active {
  background: #e6f4ec;
  color: #1c8a54;
  font-weight: 600;
}
.ireview-local-search__result {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 75px;
  padding: 0 20px;
  border-top: 1px solid #d2d2d7;
}
.ireview-local-search__thumb {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.ireview-local-search__result-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ireview-local-search__result-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1f;
}
.ireview-local-search__result-meta {
  font-size: 12px;
  line-height: 1.2;
  color: #6e6e73;
}

.ireview-local-reviews {
  width: 698px;
  height: 212px;
  border-radius: 20px;
  background: #f5f5f7;
  overflow: hidden;
}
.ireview-local-reviews__item {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 70px;
  padding: 0 20px;
}
.ireview-local-reviews__item + .ireview-local-reviews__item {
  height: 71px;
  border-top: 1px solid #d2d2d7;
}
.ireview-local-reviews__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: #eaf2ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b74e4;
  flex-shrink: 0;
}
.ireview-local-reviews__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ireview-local-reviews__stars {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #ffb400;
}
.ireview-local-reviews__quote {
  font-size: 14px;
  line-height: 1.2;
  color: #1d1d1f;
  white-space: nowrap;
}

.ireview-local-profile__tabs {
  display: flex;
  align-items: stretch;
  height: 45px;
  border-bottom: 1px solid #d2d2d7;
}
.ireview-local-profile__tab {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.2;
  color: #6e6e73;
  white-space: nowrap;
}
.ireview-local-profile__tab--active {
  border-bottom: 2px solid #0dcaf0;
  color: #1d1d1f;
  font-weight: 600;
}
.ireview-local-profile__photos {
  display: flex;
  gap: 2px;
  height: 173px;
}
.ireview-local-profile__photos img {
  width: 173px;
  height: 173px;
  object-fit: cover;
  flex-shrink: 0;
}
.ireview-local-profile__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 20px;
  border-top: 1px solid #d2d2d7;
  font-size: 13px;
  line-height: 1.2;
  color: #6e6e73;
}

.ireview-local-booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 170px;
  padding-top: 30px;
  text-align: center;
}
.ireview-local-booking__check {
  width: 56px;
  height: 56px;
}
.ireview-local-booking__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #1d1d1f;
}
.ireview-local-booking__sub {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
  color: #6e6e73;
}

.ireview-local-features {
  position: relative;
  padding: 80px 0 0;
  overflow: clip;
}
.ireview-local-features .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 420px;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.ireview-local-features__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ffffff;
  pointer-events: none;
}
.ireview-local-features__bg img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 145%;
  height: auto;
  min-height: 100%;
  max-width: none;
  transform: translateY(-50%);
  object-fit: cover;
}
.ireview-local-features__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.4) 10.457%, rgba(0, 0, 0, 0) 39.099%);
}
.ireview-local-features__blur {
  display: none;
}
.ireview-local-features__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 481px;
}
.ireview-local-features__block--cards {
  position: relative;
  gap: 42px;
  width: 100%;
  padding: 64px 0;
}
.ireview-local-features__block--cards::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  pointer-events: none;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .ireview-local-features__block--cards::before {
      --frost-blur: 30px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.ireview-local-features__block--cards > * {
  position: relative;
  z-index: 1;
}
.ireview-local-features__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 436px;
  color: #ffffff;
}
.ireview-local-features__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
}
.ireview-local-features__text {
  font-size: 16px;
  line-height: 1.5;
}
.ireview-local-features__rail {
  align-self: stretch;
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ireview-local-features__rail::-webkit-scrollbar {
  display: none;
}
.ireview-local-features__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.ireview-local-features__cards {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
}
.ireview-local-features__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  padding: 33px 29px;
  border: 1px solid rgba(232, 232, 237, 0.4);
  border-radius: 16px;
  background: rgba(245, 245, 247, 0.2);
}
.ireview-local-features__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  background: #ffffff;
}
.ireview-local-features__card-icon img {
  display: block;
}
.ireview-local-features__card-icon-tall {
  width: auto;
  height: 32px;
}
.ireview-local-features__card-title {
  padding-top: 12px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.ireview-local-trust {
  padding: 111px 0 110px;
  border-top: 1px solid #e8e8ed;
  background: #ffffff;
}
.ireview-local-trust .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ireview-local-trust__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  text-align: center;
  color: #1d1d1f;
  white-space: nowrap;
}
.ireview-local-trust__grid {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 886px;
}
.ireview-local-trust__col {
  display: flex;
  flex: 1 0 0;
  min-width: 1px;
  flex-direction: column;
  gap: 20px;
}
.ireview-local-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #f5f5f7;
  overflow: hidden;
}
.ireview-local-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  flex-shrink: 0;
}
.ireview-local-trust__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 283px;
}
.ireview-local-trust__name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1f;
}
.ireview-local-trust__desc {
  font-size: 14px;
  line-height: 21px;
  color: #6e6e73;
}

.ireview-local-faq {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  background: #f5f5f7;
}
.ireview-local-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 753px;
}
.ireview-local-faq__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.03;
  text-align: center;
  color: #000000;
}
.ireview-local-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ireview-local-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.ireview-local-faq__item.is-open {
  border-top-color: #f5f5f5;
}
.ireview-local-faq__question {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.ireview-local-faq__question p {
  flex: 1 0 0;
  min-width: 1px;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}
.ireview-local-faq__chevron {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.28s ease;
}
.ireview-local-faq__item.is-open .ireview-local-faq__chevron {
  transform: rotate(-90deg);
}
.ireview-local-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}
.ireview-local-faq__answer-inner {
  overflow: hidden;
}
.ireview-local-faq__item.is-open .ireview-local-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.ireview-local-faq__answer {
  margin: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.42;
  color: #707070;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.ireview-local-faq__item.is-open .ireview-local-faq__answer {
  opacity: 1;
}
.ireview-local-faq__agent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  transition: background 0.15s ease;
}
.ireview-local-faq__agent:hover {
  background: #f9f9f9;
}
.ireview-local-faq__agent img {
  width: 22px;
  height: 19px;
}

.ireview-local-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 0;
  overflow: hidden;
}
.ireview-local-cta .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.ireview-local-cta__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ffffff;
  pointer-events: none;
}
.ireview-local-cta__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.ireview-local-cta__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(143.88deg, rgba(0, 0, 0, 0.4) 11.945%, rgba(0, 0, 0, 0) 72.261%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.ireview-local-cta__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 481px;
}
.ireview-local-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 436px;
  color: #ffffff;
}
.ireview-local-cta__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
}
.ireview-local-cta__text {
  font-size: 16px;
  line-height: 1.5;
}
.ireview-local-cta .ireview-local-demo-btn {
  align-self: flex-start;
}

@media (max-width: 768px) {
  .ireview-local-mock__inner,
  .ireview-local-trust__grid,
  .ireview-local-reviews__body {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .ireview-local-showcase {
    padding-top: 0;
  }
  .ireview-local-features + .ireview-local-showcase {
    padding-top: 72px;
  }
  .ireview-local-mock {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
  .ireview-local-mock--search,
  .ireview-local-mock--profile,
  .ireview-local-mock--booking {
    height: auto;
  }
  .ireview-local-mock__inner {
    width: 100%;
  }
  .ireview-local-search__chips {
    flex-wrap: wrap;
    height: auto;
    row-gap: 8px;
  }
  .ireview-local-search__field {
    height: 40px;
    font-size: 12px;
  }
  .ireview-local-reviews {
    width: 100%;
    height: auto;
  }
  .ireview-local-reviews__item {
    height: auto;
    min-height: 60px;
    padding: 12px 16px;
  }
  .ireview-local-reviews__item + .ireview-local-reviews__item {
    height: auto;
  }
  .ireview-local-reviews__quote {
    white-space: normal;
  }
  .ireview-local-profile__tabs {
    flex-direction: row;
  }
  .ireview-local-profile__photos {
    height: auto;
  }
  .ireview-local-profile__photos img {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 1;
  }
  .ireview-local-booking {
    height: auto;
    padding: 28px 16px;
  }
  .ireview-local-trust__title {
    white-space: normal;
  }
}
@media (max-width: 380px) {
  .ireview-local-profile__tab {
    padding: 0 12px;
  }
}
@media (max-width: 1200px) {
  .ireview-local-hero__bar {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .ireview-local-hero__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 24px;
  }
  .ireview-local-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .ireview-local-hero__btn {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .ireview-local-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .ireview-local-features .container,
  .ireview-local-cta .container {
    padding-inline: 50px;
  }
  .ireview-local-features__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .ireview-local-features .container,
  .ireview-local-cta .container {
    padding-inline: 24px;
  }
  .ireview-local-features__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
  .ireview-local-features__sub {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .ireview-local-trust {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1200px) {
  .ireview-local-features__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .ireview-local-features__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (max-width: 1024px) {
  .ireview-local-features .container {
    gap: 48px;
  }
  .ireview-local-features__card {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
  .ireview-local-features__rail {
    width: 100vw !important;
    max-width: none !important;
  }
}
.sendbat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.sendbat-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.sendbat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.sendbat-btn:hover::after {
  left: 130%;
}
.sendbat-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.sendbat-btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.sendbat-btn--light {
  background: #f5f5f5;
  color: #000000;
}

.sendbat-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.sendbat-demo-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.sendbat-demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.sendbat-demo-btn:hover::after {
  left: 130%;
}
.sendbat-demo-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.sendbat-hero {
  padding: 24px 0 56px;
  background: #ffffff;
}
.sendbat-hero .container {
  max-width: none;
  padding-inline: 0;
}
.sendbat-hero__art img {
  width: 100%;
  height: auto;
  display: block;
}
.sendbat-hero__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.sendbat-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sendbat-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.6px;
  color: #1d1d1f;
}
.sendbat-hero__subtitle {
  max-width: 512px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e73;
}
.sendbat-hero__actions {
  display: flex;
  gap: 4px;
}

.sendbat-threads {
  padding: 72px 0;
  background: #ffffff;
}
.sendbat-threads .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.sendbat-threads__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 886px;
  text-align: center;
}
.sendbat-threads__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.sendbat-threads__sub {
  width: 100%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.sendbat-threads__app {
  position: relative;
  width: 1052px;
  height: 775px;
}
.sendbat-threads__app img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  max-width: none;
}

@media (max-width: 1151px) {
  .sendbat-threads__app {
    width: 100%;
    height: auto;
  }
  .sendbat-threads__app img {
    position: static;
    width: 100%;
    transform: none;
    left: auto;
  }
}
.sendbat-inbox {
  position: relative;
  background: #ffffff;
  overflow: clip;
}
.sendbat-inbox__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sendbat-inbox__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.sendbat-inbox__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.4) 10.457%, rgba(0, 0, 0, 0) 39.099%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.sendbat-inbox__blur {
  display: none;
}
.sendbat-inbox__inner {
  position: relative;
  padding: 80px 0 0;
}
.sendbat-inbox .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 420px;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.sendbat-inbox__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 481px;
}
.sendbat-inbox__intro--tools {
  gap: 16px;
}
.sendbat-inbox__title {
  width: 436px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: -8px;
}
.sendbat-inbox__text {
  width: 436px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.sendbat-inbox__tools {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  width: 100%;
  padding: 64px 0;
}
.sendbat-inbox__tools::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  pointer-events: none;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .sendbat-inbox__tools::before {
      --frost-blur: 40px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.sendbat-inbox__tools > * {
  position: relative;
  z-index: 1;
}
.sendbat-inbox__rail {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sendbat-inbox__rail::-webkit-scrollbar {
  display: none;
}
.sendbat-inbox__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.sendbat-inbox__cards {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
}
.sendbat-inbox__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  min-height: 202.4px;
  padding: 29px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #e8e8ed;
}
.sendbat-inbox__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 37.6px;
  border-radius: 5px;
  background: #ffffff;
}
.sendbat-inbox__card-icon img {
  width: 21.6px;
  height: 22px;
  transform: scaleY(-1);
}
.sendbat-inbox__card-title {
  padding-top: 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  color: #ffffff;
}
.sendbat-inbox__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.6px;
  line-height: 23.4px;
  color: rgba(255, 255, 255, 0.8);
}

.sendbat-contacts {
  padding: 72px 0;
  background: #ffffff;
}
.sendbat-contacts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.sendbat-contacts__title {
  width: 886px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
  text-align: center;
}
.sendbat-contacts__row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.sendbat-contacts__copy {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 433px;
  flex-shrink: 0;
}
.sendbat-contacts__lead {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.4px;
  line-height: 24.6px;
  color: #6e7180;
}
.sendbat-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 20.5px;
}
.sendbat-contacts__item {
  display: flex;
  align-items: flex-start;
  gap: 12.3px;
}
.sendbat-contacts__item--tall {
  min-height: 46px;
}
.sendbat-contacts__tick {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.5px;
  height: 20.5px;
  margin-top: 1px;
  border-radius: 50%;
  background: #f5f5f7;
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.3px;
  font-weight: 700;
  line-height: 18.4px;
  color: #1d1d1f;
}
.sendbat-contacts__item-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.4px;
  line-height: 23px;
  color: #14151a;
}
.sendbat-contacts__item-text--narrow {
  max-width: 396px;
}
.sendbat-contacts__item-text--narrower {
  max-width: 370px;
}
.sendbat-contacts__figure {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 1 0 0;
  min-width: 1px;
  height: 515px;
  padding: 40px 0;
  border-radius: 12px;
  overflow: hidden;
}
.sendbat-contacts__photo {
  position: absolute;
  top: -5.65%;
  left: 0;
  width: 100%;
  height: 126.05%;
  max-width: none;
}

.sendbat-contacts-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 371.5px;
  padding: 12.5px 12.5px 17.3px;
  border-radius: 3px;
  background: #ffffff;
  border: 0.6px solid rgba(24, 83, 124, 0.12);
  overflow: hidden;
}
.sendbat-contacts-card__bar {
  display: flex;
  align-items: center;
  gap: 4.8px;
  padding-bottom: 7.7px;
  border-bottom: 0.6px solid rgba(24, 83, 124, 0.08);
}
.sendbat-contacts-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.sendbat-contacts-card__dot--red {
  background: #ff5f57;
}
.sendbat-contacts-card__dot--yellow {
  background: #febc2e;
}
.sendbat-contacts-card__dot--green {
  background: #28c840;
}
.sendbat-contacts-card__bar-label {
  margin-left: auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 7.6px;
  font-weight: 600;
  line-height: 11.4px;
  color: #6a7a88;
}
.sendbat-contacts-card__rows {
  display: flex;
  flex-direction: column;
  gap: 4.8px;
  padding-top: 9.5px;
}
.sendbat-contacts-card__row {
  display: flex;
  align-items: center;
  gap: 7.1px;
  padding: 7.1px;
  border-radius: 3px;
  background: #f3f7fa;
}
.sendbat-contacts-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.4px;
  height: 21.4px;
  border-radius: 50%;
  background: #18537c;
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 8.1px;
  font-weight: 700;
  line-height: 12.1px;
  color: #ffffff;
}
.sendbat-contacts-card__who {
  display: flex;
  flex-direction: column;
}
.sendbat-contacts-card__name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 8.6px;
  font-weight: 600;
  line-height: 12.9px;
  color: #18537c;
}
.sendbat-contacts-card__meta {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 7.4px;
  line-height: 11.1px;
  color: #6a7a88;
}
.sendbat-contacts-card__badge {
  margin-left: auto;
  padding: 1.5px 5.7px 2.3px;
  border-radius: 595px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 6.8px;
  font-weight: 700;
  line-height: 10.3px;
  white-space: nowrap;
}
.sendbat-contacts-card__badge--won {
  background: rgba(22, 163, 74, 0.14);
  color: #15803d;
}
.sendbat-contacts-card__badge--replied {
  background: rgba(0, 135, 226, 0.3);
  color: #003253;
}
.sendbat-contacts-card__badge--lead {
  background: rgba(0, 135, 226, 0.14);
  color: #0087e2;
}
.sendbat-contacts-card__badge--scheduled {
  background: rgba(139, 92, 246, 0.14);
  color: #7c3aed;
}

.sendbat-bookings {
  padding: 72px 0;
  background: #ffffff;
}
.sendbat-bookings .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.sendbat-bookings__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 886px;
  text-align: center;
}
.sendbat-bookings__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.sendbat-bookings__sub {
  width: 100%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.sendbat-calendar {
  display: flex;
  flex-direction: column;
  width: 624px;
  padding: 21px 21px 29px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(24, 83, 124, 0.12);
  overflow: hidden;
}
.sendbat-calendar__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(24, 83, 124, 0.08);
}
.sendbat-calendar__dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.sendbat-calendar__dot--red {
  background: #ff5f57;
}
.sendbat-calendar__dot--yellow {
  background: #febc2e;
}
.sendbat-calendar__dot--green {
  background: #28c840;
}
.sendbat-calendar__bar-label {
  margin-left: auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 19.2px;
  color: #6a7a88;
}
.sendbat-calendar__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
.sendbat-calendar__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 5px;
  background: #f5f5f7;
}
.sendbat-calendar__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 20.4px;
  color: #ffffff;
}
.sendbat-calendar__date--amber {
  background: linear-gradient(135deg, #febe1d 0%, #f59e0b 100%);
  color: #18537c;
}
.sendbat-calendar__date--blue {
  background: linear-gradient(135deg, #0087e2 0%, #18537c 100%);
}
.sendbat-calendar__date--violet {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
}
.sendbat-calendar__who {
  display: flex;
  flex-direction: column;
}
.sendbat-calendar__name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.4px;
  font-weight: 600;
  line-height: 21.6px;
  color: #1d1d1f;
}
.sendbat-calendar__meta {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  line-height: 18.7px;
  color: #6a7a88;
}
.sendbat-calendar__badge {
  margin-left: auto;
  padding: 2.5px 9.6px 3.8px;
  border-radius: 999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 17.3px;
  white-space: nowrap;
}
.sendbat-calendar__badge--confirmed {
  background: rgba(22, 163, 74, 0.14);
  color: #15803d;
}
.sendbat-calendar__badge--pending {
  background: rgba(139, 92, 246, 0.14);
  color: #7c3aed;
}

.sendbat-phone {
  padding: 111px 0 110px;
  background: #ffffff;
  border-top: 1px solid #e8e8ed;
}
.sendbat-phone .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.sendbat-phone__title {
  padding-top: 4.5px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  color: #1d1d1f;
  text-align: center;
  white-space: nowrap;
}
.sendbat-phone__grid {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 886px;
  max-width: 100%;
}
.sendbat-phone__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  min-width: 1px;
}
.sendbat-phone__card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: #f5f5f7;
}
.sendbat-phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  flex-shrink: 0;
}
.sendbat-phone__glyph {
  transform: scaleY(-1);
}
.sendbat-phone__glyph--16 {
  width: 16px;
  height: 16px;
}
.sendbat-phone__glyph--18 {
  width: 18px;
  height: 18px;
}
.sendbat-phone__glyph--20 {
  width: 20px;
  height: 20px;
}
.sendbat-phone__glyph--22 {
  width: 22px;
  height: 22px;
}
.sendbat-phone__glyph--upright {
  transform: none;
}
.sendbat-phone__card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 283px;
}
.sendbat-phone__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1f;
}
.sendbat-phone__card-desc {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #6e6e73;
}

.sendbat-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
  background: #f5f5f7;
}
.sendbat-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 753px;
}
.sendbat-faq__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.03;
  color: #000000;
  text-align: center;
}
.sendbat-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sendbat-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sendbat-faq__item.is-open {
  border-top-color: #f5f5f5;
}
.sendbat-faq__question-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.sendbat-faq__question {
  flex: 1 0 0;
  min-width: 1px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}
.sendbat-faq__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.sendbat-faq__chevron img {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  transition: transform 0.28s ease;
}
.sendbat-faq__item.is-open .sendbat-faq__chevron img {
  transform: rotate(-90deg);
}
.sendbat-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}
.sendbat-faq__answer-inner {
  overflow: hidden;
}
.sendbat-faq__item.is-open .sendbat-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.sendbat-faq__answer {
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  color: #707070;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.sendbat-faq__item.is-open .sendbat-faq__answer {
  opacity: 1;
}
.sendbat-faq__agent-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.sendbat-faq__agent-btn img {
  width: 21.2px;
  height: 19px;
}
.sendbat-faq__agent-btn:hover {
  background: #f9f9f9;
}

.sendbat-ai-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 0;
  overflow: hidden;
  background: #ffffff;
}
.sendbat-ai-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sendbat-ai-cta__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.sendbat-ai-cta__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(143.88deg, rgba(0, 0, 0, 0.4) 11.945%, rgba(0, 0, 0, 0) 72.261%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.sendbat-ai-cta__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.sendbat-ai-cta__title {
  width: 436px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
  color: #ffffff;
}
.sendbat-ai-cta__text {
  width: 436px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .sendbat-inbox .container,
  .sendbat-phone__grid,
  .sendbat-contacts__row,
  .sendbat-ai-cta__content {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
@media (max-width: 992px) {
  .sendbat-contacts__row {
    flex-direction: column;
    align-items: stretch;
  }
  .sendbat-contacts__copy {
    width: 100%;
  }
  .sendbat-contacts__figure {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 1200px) {
  .sendbat-inbox .container {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .sendbat-bookings__head {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sendbat-contacts {
    padding-bottom: 0;
  }
  .sendbat-calendar__row {
    flex-wrap: wrap;
  }
  .sendbat-phone__title {
    white-space: normal;
  }
  .sendbat-threads__app {
    width: 100%;
    height: auto;
  }
  .sendbat-threads__app img {
    position: static;
    width: 100%;
    transform: none;
    left: auto;
  }
}
@media (max-width: 500px) {
  .sendbat-contacts-card {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .sendbat-hero__bar {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .sendbat-hero__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 24px;
  }
  .sendbat-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .sendbat-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .sendbat-inbox .container,
  .sendbat-contacts .container,
  .sendbat-ai-cta__content {
    padding-inline: 50px;
  }
  .sendbat-inbox__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .sendbat-inbox .container,
  .sendbat-contacts .container,
  .sendbat-ai-cta__content {
    padding-inline: 24px;
  }
  .sendbat-inbox .container {
    gap: 48px;
  }
  .sendbat-inbox__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
  .sendbat-inbox__blur {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .sendbat-phone {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1200px) {
  .sendbat-inbox__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .sendbat-inbox__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (max-width: 1024px) {
  .sendbat-inbox .container {
    gap: 48px;
  }
  .sendbat-inbox__card {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
  .sendbat-inbox__rail {
    width: 100vw !important;
    max-width: none !important;
  }
}
.sendbat-ai-cta .sendbat-demo-btn {
  align-self: flex-start;
}

.crm-hero {
  padding: 24px 0 56px;
  background: #ffffff;
}
.crm-hero .container {
  max-width: none;
  padding-inline: 0;
}
.crm-hero__art img {
  width: 100%;
  height: auto;
  display: block;
}
.crm-hero__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.crm-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.crm-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.6px;
  color: #1d1d1f;
}
.crm-hero__subtitle {
  max-width: 512px;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e73;
}
.crm-hero__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.crm-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.crm-hero__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.crm-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.crm-hero__btn:hover::after {
  left: 130%;
}
.crm-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.crm-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.crm-hero__btn--light {
  background: #f5f5f5;
  color: #000000;
}

.crm-split {
  padding: 72px 0;
  background: #ffffff;
}
.crm-split .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.crm-split__title {
  width: 886px;
  max-width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  text-align: center;
  color: #000000;
}
.crm-split__row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.crm-split__info {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 433px;
  flex-shrink: 0;
}
.crm-split__desc {
  font-size: 16.378px;
  line-height: 24.567px;
  color: #6e7180;
}
.crm-split__list {
  display: flex;
  flex-direction: column;
  gap: 20.5px;
  width: 100%;
}
.crm-split__item {
  display: flex;
  align-items: flex-start;
  gap: 12.3px;
}
.crm-split__item p {
  width: 401px;
  max-width: 100%;
  font-size: 15.355px;
  line-height: 23.032px;
  color: #14151a;
}
.crm-split__tick {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.5px;
  height: 20.5px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  background: #f5f5f7;
  font-size: 12.284px;
  font-weight: 700;
  line-height: 18.426px;
  color: #1d1d1f;
}
.crm-split__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  min-width: 1px;
  height: 515px;
  padding: 40px 0;
  border-radius: 12px;
  overflow: hidden;
}
.crm-split__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 12px;
  object-fit: cover;
  pointer-events: none;
}
.crm-split__photo--tasks {
  top: -24.4%;
  left: -138.57%;
  width: 377.14%;
  height: 211.42%;
  object-fit: fill;
}

.crm-taskcard {
  position: relative;
  width: 395px;
  height: 233px;
  flex-shrink: 0;
  border: 0.75px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.crm-taskcard__bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 25.5px;
  background: #f5f5f7;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.08);
}
.crm-taskcard__dot {
  width: 6.76px;
  height: 6.76px;
  border-radius: 50%;
  margin-left: 4.5px;
}
.crm-taskcard__dot--red {
  margin-left: 10.5px;
  background: #ff5f57;
}
.crm-taskcard__dot--yellow {
  background: #febc2e;
}
.crm-taskcard__dot--green {
  background: #28c840;
}
.crm-taskcard__url {
  position: absolute;
  top: 4.1px;
  left: calc(50% + 14px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  height: 16px;
  border: 0.75px solid rgba(0, 0, 0, 0.08);
  border-radius: 4.5px;
  background: #ffffff;
  font-size: 8.26px;
  line-height: 1.2;
  color: #8a8a90;
}
.crm-taskcard__body {
  padding: 13.5px 15px 0;
}
.crm-taskcard__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 36px;
  padding-left: 3px;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.08);
}
.crm-taskcard__row--last {
  height: 34.5px;
  border-bottom: none;
}
.crm-taskcard__check {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border: 1.5px solid #d2d2d6;
  border-radius: 50%;
}
.crm-taskcard__check--img {
  border: none;
}
.crm-taskcard__check--done {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #00b4e5;
}
.crm-taskcard__check--done img {
  width: 7.5px;
  height: 5.4px;
}
.crm-taskcard__task {
  flex: 1 0 0;
  min-width: 1px;
  font-size: 10.889px;
  font-weight: 500;
  line-height: 1.2;
  color: #1d1d1f;
}
.crm-taskcard__task--done {
  text-decoration: line-through;
}
.crm-taskcard__pill {
  display: inline-flex;
  align-items: center;
  height: 15.8px;
  padding: 0 7.5px;
  border-radius: 75px;
  font-size: 8.26px;
  font-weight: 600;
  line-height: 1.2;
}
.crm-taskcard__pill--high {
  background: #fde9ea;
  color: #c0272c;
}
.crm-taskcard__pill--low {
  background: #e3f3ef;
  color: #00998d;
}
.crm-taskcard__pill--medium {
  background: #fcf0de;
  color: #b0641b;
}

.crm-views {
  padding: 72px 0;
  background: #ffffff;
}
.crm-views .container {
  width: 100%;
  max-width: none;
  padding-inline: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.crm-views__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 886px;
  max-width: 100%;
  text-align: center;
}
.crm-views__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.crm-views__sub {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.crm-views__browser {
  width: 1116px;
  max-width: none;
  height: 472px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.crm-views__bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 34px;
  background: #f5f5f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.crm-views__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: 6px;
}
.crm-views__dot--red {
  margin-left: 14px;
  background: #ff5f57;
}
.crm-views__dot--yellow {
  background: #febc2e;
}
.crm-views__dot--green {
  background: #28c840;
}
.crm-views__url {
  position: absolute;
  top: 6.5px;
  left: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1011px;
  height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #ffffff;
  font-size: 11px;
  line-height: 1.2;
  color: #8a8a90;
}
.crm-views__body {
  padding: 38px 22px 0;
}
.crm-views__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.crm-views__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  background: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  color: #6e6e76;
}
.crm-views__tab--active {
  border-color: #1d1d1f;
  background: #1d1d1f;
  color: #ffffff;
}
.crm-views__table {
  width: 1070px;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.crm-views__table th,
.crm-views__table td {
  padding: 0 12px;
  text-align: left;
  white-space: nowrap;
}
.crm-views__table th {
  height: 25.5px;
  vertical-align: top;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #8a8a90;
}
.crm-views__table th:nth-child(1) {
  width: 422.5px;
}
.crm-views__table th:nth-child(2) {
  width: 187px;
}
.crm-views__table th:nth-child(3) {
  width: 203px;
}
.crm-views__table th:nth-child(4) {
  width: 258px;
}
.crm-views__table td {
  height: 43px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 13.5px;
  line-height: 1.2;
  color: #1d1d1f;
}
.crm-views__chip {
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 8px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}
.crm-views__chip--progress {
  background: rgba(0, 153, 141, 0.1);
  color: #00998d;
}
.crm-views__chip--todo {
  background: #efeff2;
  color: #6e6e76;
}
.crm-views__chip--completed {
  background: rgba(75, 58, 255, 0.1);
  color: #4b3aff;
}

.crm-features {
  position: relative;
  overflow: clip;
  background: #ffffff;
}
.crm-features__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.crm-features__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: top left;
}
.crm-features__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.4) 10.457%, rgba(0, 0, 0, 0) 39.099%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.crm-features__blur {
  display: none;
}
.crm-features__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 420px;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
  padding-top: 80px;
}
.crm-features__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 481px;
}
.crm-features__block--cards {
  position: relative;
  gap: 42px;
  width: 100%;
  padding: 64px 0;
}
.crm-features__block--cards::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  pointer-events: none;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .crm-features__block--cards::before {
      --frost-blur: 40px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.crm-features__block--cards > * {
  position: relative;
  z-index: 1;
}
.crm-features__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 436px;
  color: #ffffff;
}
.crm-features__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
}
.crm-features__sub {
  font-size: 16px;
  line-height: 1.5;
}
.crm-features__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.crm-features__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.crm-features__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.crm-features__cta:hover::after {
  left: 130%;
}
.crm-features__cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.crm-features__rail {
  align-self: stretch;
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.crm-features__rail::-webkit-scrollbar {
  display: none;
}
.crm-features__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.crm-features__cards {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
}
.crm-features__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9.3px;
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  padding: 33px 29px;
  border: 1px solid rgba(232, 232, 237, 0.6);
  border-radius: 16px;
  background: rgba(245, 245, 247, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.crm-features__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  background: #ffffff;
}
.crm-features__card-icon img {
  flex-shrink: 0;
}
.crm-features__card-icon--full {
  border: none;
  background: none;
}
.crm-features__card-title {
  width: 100%;
  padding-top: 12px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.crm-features__card-desc {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  color: #ffffff;
}

.crm-timecard {
  position: relative;
  width: 371px;
  height: 335px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  padding: 17px;
}
.crm-timecard__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 123.7px;
}
.crm-timecard__clock {
  padding-top: 5px;
  font-size: 34.352px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #1d1d1f;
}
.crm-timecard__label {
  margin-top: 5px;
  font-size: 10.735px;
  line-height: 1.2;
  text-align: center;
  color: #6e6e76;
}
.crm-timecard__controls {
  display: flex;
  align-items: center;
  gap: 8.6px;
  margin-top: 13.5px;
}
.crm-timecard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28.3px;
  padding: 0 16px;
  border: 0.86px solid rgba(0, 0, 0, 0.08);
  border-radius: 86px;
  background: #ffffff;
  font-size: 11.164px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1f;
}
.crm-timecard__btn--dark {
  border-color: #1d1d1f;
  background: #1d1d1f;
  color: #ffffff;
}
.crm-timecard__chart {
  position: relative;
  height: 177px;
  margin-top: 0.5px;
  border: 0.86px solid rgba(0, 0, 0, 0.08);
  border-radius: 13.7px;
  background: #f5f5f7;
  padding: 19px;
}
.crm-timecard__chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.crm-timecard__chart-title {
  font-size: 10.735px;
  font-weight: 700;
  line-height: 1.2;
  color: #1d1d1f;
}
.crm-timecard__chart-total {
  font-size: 10.306px;
  line-height: 1.2;
  color: #8a8a90;
}
.crm-timecard__bars {
  position: absolute;
  top: 43.8px;
  left: 19px;
  width: 297px;
  height: 94.5px;
}
.crm-timecard__bar {
  position: absolute;
  bottom: 0;
  width: 21px;
  border-radius: 4px 4px 0 0;
  background: #0dcaf0;
}
.crm-timecard__days {
  position: absolute;
  top: 145px;
  left: 19px;
  width: 297px;
  height: 11px;
}
.crm-timecard__days span {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-size: 9.017px;
  line-height: 1.2;
  text-align: center;
  color: #8a8a90;
}

.crm-timecard .crm-timecard__bars,
.crm-timecard .crm-timecard__days {
  width: auto;
  right: 19px;
}

.crm-bookings {
  padding: 72px 0;
  background: #ffffff;
}
.crm-bookings .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.crm-bookings__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 886px;
  max-width: 100%;
  text-align: center;
}
.crm-bookings__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.crm-bookings__sub {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.crm-bookings__card {
  display: flex;
  flex-direction: column;
  width: 624px;
  max-width: 100%;
  padding: 21px 21px 29px;
  border: 1px solid rgba(24, 83, 124, 0.12);
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.crm-bookings__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(24, 83, 124, 0.08);
}
.crm-bookings__dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.crm-bookings__dot--red {
  background: #ff5f57;
}
.crm-bookings__dot--yellow {
  background: #febc2e;
}
.crm-bookings__dot--green {
  background: #28c840;
}
.crm-bookings__month {
  margin-left: auto;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 19.155px;
  color: #6a7a88;
}
.crm-bookings__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
.crm-bookings__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 5px;
  background: #f5f5f7;
}
.crm-bookings__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 18px;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 20.4px;
  color: #ffffff;
}
.crm-bookings__date--amber {
  background: linear-gradient(135deg, #febe1d 0%, #f59e0b 100%);
  color: #18537c;
}
.crm-bookings__date--blue {
  background: linear-gradient(135deg, #0087e2 0%, #18537c 100%);
}
.crm-bookings__date--violet {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
}
.crm-bookings__meta {
  display: flex;
  flex-direction: column;
}
.crm-bookings__name {
  font-size: 14.4px;
  font-weight: 600;
  line-height: 21.6px;
  color: #1d1d1f;
  white-space: nowrap;
}
.crm-bookings__time {
  font-size: 12.5px;
  line-height: 18.676px;
  color: #6a7a88;
  white-space: nowrap;
}
.crm-bookings__status {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding: 2.5px 9.6px 3.8px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 17.28px;
  white-space: nowrap;
}
.crm-bookings__status--confirmed {
  background: rgba(22, 163, 74, 0.14);
  color: #15803d;
}
.crm-bookings__status--pending {
  background: rgba(139, 92, 246, 0.14);
  color: #7c3aed;
}

.crm-trust {
  padding: 111px 0 110px;
  border-top: 1px solid #e8e8ed;
  background: #ffffff;
}
.crm-trust .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.crm-trust__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51.84px;
  letter-spacing: -0.96px;
  text-align: center;
  color: #1d1d1f;
}
.crm-trust__grid {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 886px;
  max-width: 100%;
}
.crm-trust__col {
  display: flex;
  flex: 1 0 0;
  min-width: 1px;
  flex-direction: column;
  gap: 20px;
}
.crm-trust__card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background: #f5f5f7;
  overflow: hidden;
}
.crm-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffffff;
}
.crm-trust__icon img {
  flex-shrink: 0;
  transform: scaleY(-1);
}
.crm-trust__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 283px;
  max-width: 100%;
}
.crm-trust__name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1f;
}
.crm-trust__desc {
  font-size: 14px;
  line-height: 21px;
  color: #6e6e73;
}

.crm-faq {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  background: #f5f5f7;
}
.crm-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 753px;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .crm-faq__inner {
    padding-inline: 24px;
  }
}
.crm-faq__title {
  width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.03;
  text-align: center;
  color: #000000;
}
.crm-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.crm-faq__item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.crm-faq__item.is-open {
  border-top-color: #f5f5f5;
}
.crm-faq__question {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.crm-faq__question p {
  flex: 1 0 0;
  min-width: 1px;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}
.crm-faq__chevron {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.28s ease;
}
.crm-faq__item.is-open .crm-faq__chevron {
  transform: rotate(-90deg);
}
.crm-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}
.crm-faq__answer-inner {
  overflow: hidden;
}
.crm-faq__answer {
  margin: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.42;
  color: #707070;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.crm-faq__item.is-open .crm-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.crm-faq__item.is-open .crm-faq__answer {
  opacity: 1;
}
.crm-faq__agent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  transition: background 0.15s ease;
}
.crm-faq__agent:hover {
  background: #f9f9f9;
}
.crm-faq__agent img {
  width: 21px;
  height: 19px;
}

.crm-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 0;
  overflow: hidden;
}
.crm-cta__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.crm-cta__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.crm-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(143.88deg, rgba(0, 0, 0, 0.4) 11.945%, rgba(0, 0, 0, 0) 72.261%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.crm-cta__content {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.crm-cta__title {
  width: 436px;
  max-width: 100%;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
  color: #ffffff;
}
.crm-cta__sub {
  width: 436px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.crm-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background: #00b4e5;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.crm-cta__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.crm-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.crm-cta__btn:hover::after {
  left: 130%;
}
.crm-cta__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1200px) {
  .crm-split .container,
  .crm-views .container,
  .crm-features__content,
  .crm-bookings .container,
  .crm-trust .container,
  .crm-cta__content {
    padding-inline: 50px;
  }
  .crm-features__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
  .crm-views__browser {
    max-width: 100%;
  }
  .crm-views__body {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .crm-split .container,
  .crm-views .container,
  .crm-features__content,
  .crm-bookings .container,
  .crm-trust .container,
  .crm-cta__content {
    padding-inline: 24px;
  }
  .crm-features__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .crm-views {
    padding-top: 0;
  }
  .crm-bookings {
    padding-top: 0;
  }
  .crm-bookings__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .voip-recap {
    padding-top: 72px;
  }
  .voip-timecard {
    width: calc(100% - 40px);
    max-width: 371px;
    margin-inline: auto;
  }
  .voip-taskcard {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .crm-features__content {
    gap: 48px;
  }
  .crm-features__card {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
  .crm-features__rail {
    width: 100vw !important;
    max-width: none !important;
  }
}
@media (max-width: 992px) {
  .crm-features__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crm-split__row {
    flex-direction: column;
    align-items: stretch;
  }
  .crm-split__info,
  .crm-split__visual {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 768px) {
  .crm-taskcard {
    width: calc(100% - 40px);
  }
  .crm-timecard:not(.voip-timecard) {
    width: calc(100% - 40px);
    max-width: 371px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .crm-split__row,
  .crm-features__content,
  .crm-trust__grid,
  .crm-views__tabs,
  .crm-cta__content {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .crm-features__content {
    flex-direction: column;
    gap: 48px;
  }
  .crm-features__blur {
    top: 0;
    height: 100%;
  }
  .crm-cta {
    padding: 56px 0;
  }
  .crm-features__block--cards {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .crm-features__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .crm-hero__bar {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .crm-hero__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 24px;
  }
  .crm-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .crm-hero__btn {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .crm-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .crm-trust {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1200px) {
  .crm-features__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .crm-features__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
.pb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.pb-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.pb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.pb-btn:hover::after {
  left: 130%;
}
.pb-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.pb-btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.pb-btn--light {
  background: #f5f5f5;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pb-btn--light:hover {
  background: #00b4e5;
  color: #ffffff;
}
.pb-btn--ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.pb-btn--ghost:hover {
  background: #ffffff;
  color: #10537e;
  border-color: #ffffff;
}

.pb-demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 26px;
  border-radius: 6px;
  background: #00b4e5;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.pb-demo-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.pb-demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.pb-demo-btn:hover::after {
  left: 130%;
}
.pb-demo-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.pb-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.pb-head__eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #00b4e5;
}
.pb-head__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.8px;
  color: #000000;
}
.pb-head__sub {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.5px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.6);
}

.pb-hero {
  position: relative;
  padding: 128px 0 80px;
  background: radial-gradient(120% 90% at 85% -10%, rgba(0, 180, 229, 0.14) 0%, rgba(0, 180, 229, 0) 55%), radial-gradient(90% 80% at 0% 0%, rgba(16, 83, 126, 0.08) 0%, rgba(16, 83, 126, 0) 50%), #ffffff;
  overflow: hidden;
}
.pb-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}
.pb-hero__eyebrow {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(0, 180, 229, 0.12);
  color: #18537c;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.pb-hero__title {
  margin: 22px 0 18px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -1.5px;
  color: #1d1d1f;
}
.pb-hero__subtitle {
  max-width: 520px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #6e6e73;
}
.pb-hero__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 30px;
}
.pb-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  list-style: none;
}
.pb-hero__points li {
  position: relative;
  padding-left: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  color: #1d1d1f;
}
.pb-hero__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #00b4e5 0 40%, rgba(0, 180, 229, 0.18) 42%);
}
.pb-hero__art {
  justify-self: end;
  width: 100%;
  max-width: 460px;
}

.pb-card {
  width: 100%;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(24, 83, 124, 0.12);
  box-shadow: 0 30px 60px -32px rgba(13, 45, 70, 0.35);
  overflow: hidden;
}
.pb-card__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(24, 83, 124, 0.08);
  background: #fafbfc;
}
.pb-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7dde5;
}
.pb-card__dot--r {
  background: #ff5f57;
}
.pb-card__dot--y {
  background: #febc2e;
}
.pb-card__dot--g {
  background: #28c840;
}
.pb-card__label {
  margin-left: auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #6a7a88;
}
.pb-card__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.pb-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 9px;
  background: #f3f7fa;
}
.pb-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #18537c;
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
}
.pb-card__avatar--cyan {
  background: #00b4e5;
}
.pb-card__avatar--violet {
  background: #7c3aed;
}
.pb-card__avatar--amber {
  background: #f59e0b;
}
.pb-card__who {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pb-card__name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #18537c;
}
.pb-card__meta {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  color: #6a7a88;
}
.pb-card__badge {
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.pb-card__badge--won {
  background: rgba(22, 163, 74, 0.14);
  color: #15803d;
}
.pb-card__badge--replied {
  background: rgba(0, 135, 226, 0.28);
  color: #003253;
}
.pb-card__badge--lead {
  background: rgba(0, 135, 226, 0.14);
  color: #0087e2;
}
.pb-card__badge--scheduled {
  background: rgba(139, 92, 246, 0.14);
  color: #7c3aed;
}
.pb-card__badge--amber {
  background: rgba(245, 158, 11, 0.16);
  color: #b45309;
}

.pb-showcase {
  padding: 84px 0;
  background: #ffffff;
}
.pb-showcase__head {
  margin-bottom: 44px;
}
.pb-showcase__panel {
  max-width: 1000px;
  margin: 0 auto;
}

.pb-work {
  display: grid;
  grid-template-columns: 264px 1fr;
  min-height: 420px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(24, 83, 124, 0.12);
  box-shadow: 0 40px 80px -40px rgba(13, 45, 70, 0.4);
  overflow: hidden;
}
.pb-work__bar {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(24, 83, 124, 0.08);
  background: #fafbfc;
}
.pb-work__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7dde5;
}
.pb-work__dot--r {
  background: #ff5f57;
}
.pb-work__dot--y {
  background: #febc2e;
}
.pb-work__dot--g {
  background: #28c840;
}
.pb-work__label {
  margin-left: auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #6a7a88;
}
.pb-work__side {
  border-right: 1px solid rgba(24, 83, 124, 0.08);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fbfcfd;
}
.pb-work__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 9px;
  cursor: default;
}
.pb-work__item.is-active {
  background: rgba(0, 180, 229, 0.12);
}
.pb-work__ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #18537c;
  color: #ffffff;
  flex-shrink: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
}
.pb-work__ava--cyan {
  background: #00b4e5;
}
.pb-work__ava--violet {
  background: #7c3aed;
}
.pb-work__ava--amber {
  background: #f59e0b;
}
.pb-work__who {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pb-work__name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
}
.pb-work__snip {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  color: #6a7a88;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.pb-work__main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}
.pb-work__bubble {
  max-width: 74%;
  padding: 12px 15px;
  border-radius: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.pb-work__bubble--in {
  align-self: flex-start;
  background: #f1f4f7;
  color: #1d1d1f;
  border-bottom-left-radius: 4px;
}
.pb-work__bubble--out {
  align-self: flex-end;
  background: #00b4e5;
  color: #ffffff;
  border-bottom-right-radius: 4px;
}
.pb-work__composer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f3f7fa;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  color: #6a7a88;
}
.pb-work__composer span {
  flex: 1;
}
.pb-work__composer b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #00b4e5;
  color: #ffffff;
}

.pb-feature {
  position: relative;
  padding: 88px 0;
  overflow: clip;
  background: #16222c url("../assets/images/sendbat/inbox-wood-phone.jpg") center/cover no-repeat;
}
.pb-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0.18) 52%), rgba(10, 30, 45, 0.34);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  pointer-events: none;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .pb-feature::before {
      --frost-blur: 30px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.pb-feature__inner {
  position: relative;
  z-index: 1;
}
.pb-feature__intro {
  max-width: 620px;
  margin-bottom: 48px;
}
.pb-feature__intro h2 {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #ffffff;
}
.pb-feature__intro p {
  margin-top: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.pb-feature__rail {
  align-self: stretch;
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pb-feature__rail::-webkit-scrollbar {
  display: none;
}
.pb-feature__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.pb-feature__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
}
.pb-feature__card {
  width: 332px;
  flex: none;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 26px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, background 0.3s ease;
}
.pb-feature__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 180, 229, 0.5);
  background: rgba(255, 255, 255, 0.09);
}
.pb-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: #ffffff;
  color: #18537c;
}
.pb-feature__icon svg {
  width: 24px;
  height: 24px;
}
.pb-feature__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.pb-feature__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.pb-split {
  padding: 84px 0;
  background: #ffffff;
}
.pb-split__row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 56px;
}
.pb-split--reverse .pb-split__row {
  grid-template-columns: 1.1fr 0.9fr;
}
.pb-split--reverse .pb-split__copy {
  order: 2;
}
.pb-split__eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #00b4e5;
}
.pb-split__title {
  margin: 16px 0 18px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.6px;
  color: #1d1d1f;
}
.pb-split__lead {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: #6e6e73;
}
.pb-split__list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.pb-split__item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.5px;
  line-height: 1.5;
  color: #14151a;
}
.pb-split__tick {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(0, 180, 229, 0.14);
  color: #18537c;
  flex-shrink: 0;
}
.pb-split__tick svg {
  width: 13px;
  height: 13px;
}

.pb-grid {
  padding: 84px 0;
  background: #ffffff;
}
.pb-grid__head {
  margin-bottom: 44px;
}
.pb-grid__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto;
}
.pb-grid__card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px;
  border-radius: 12px;
  background: #f5f5f7;
}
.pb-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #ffffff;
  color: #18537c;
  flex-shrink: 0;
}
.pb-grid__icon svg {
  width: 23px;
  height: 23px;
}
.pb-grid__card-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
}
.pb-grid__card-desc {
  margin-top: 5px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6e73;
}

.pb-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  background: #f5f5f7;
}
.pb-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
  width: 100%;
  max-width: 753px;
  margin: 0 auto;
}
.pb-faq__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: #000000;
  text-align: center;
}
.pb-faq__list {
  display: flex;
  flex-direction: column;
}
.pb-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.pb-faq__item:first-child {
  border-top: none;
}
.pb-faq__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.pb-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.pb-faq__item.is-open .pb-faq__q {
  padding-bottom: 0;
}
.pb-faq__chev {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.3s ease, background 0.3s ease;
}
.pb-faq__chev::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid #4a4a4e;
  border-bottom: 1.7px solid #4a4a4e;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pb-faq__item.is-open .pb-faq__chev {
  transform: rotate(180deg);
  background: #ffffff;
}
.pb-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}
.pb-faq__answer-inner {
  overflow: hidden;
}
.pb-faq__item.is-open .pb-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.pb-faq__answer {
  margin: 20px 0 0;
  padding-bottom: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #707070;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.pb-faq__answer a {
  color: #00b4e5;
}
.pb-faq__item.is-open .pb-faq__answer {
  opacity: 1;
}
.pb-faq__agent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 10px;
  background: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.pb-faq__agent img {
  width: 21px;
  height: 19px;
}

.pb-cta {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #0a2b43 var(--pb-cta-bg, url("../assets/images/home/cta-office.jpg")) center/cover no-repeat;
}
.pb-cta__inner {
  position: relative;
  z-index: 1;
  text-align: left;
}
.pb-cta__title {
  max-width: 640px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -1px;
  color: #ffffff;
}
.pb-cta__text {
  max-width: 600px;
  margin: 18px 0 30px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.pb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pb-hero .container {
  padding-inline: max(164px, (100vw - 1592px) / 2);
}

.pb-showcase .container,
.pb-feature .container,
.pb-split .container,
.pb-grid .container,
.pb-cta .container {
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

@media (max-width: 1200px) {
  .pb-hero .container,
  .pb-showcase .container,
  .pb-feature .container,
  .pb-split .container,
  .pb-grid .container,
  .pb-faq .container,
  .pb-cta .container {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .pb-hero .container,
  .pb-showcase .container,
  .pb-feature .container,
  .pb-split .container,
  .pb-grid .container,
  .pb-faq .container,
  .pb-cta .container {
    padding-inline: 24px;
  }
}
@media (max-width: 1200px) {
  .pb-hero__title {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  .pb-feature__card {
    width: clamp(240px, (100vw - 60px) / 1.7, 520px);
  }
  .pb-feature__rail {
    width: 100vw !important;
    max-width: none !important;
  }
}
@media (max-width: 1200px) {
  .pb-feature__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .pb-feature__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
}
@media (max-width: 940px) {
  .pb-hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pb-hero__art {
    justify-self: stretch;
    max-width: 440px;
  }
  .pb-split__row,
  .pb-split--reverse .pb-split__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pb-split--reverse .pb-split__copy {
    order: 0;
  }
  .pb-grid__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pb-hero {
    padding: 75px 0 56px;
  }
  .pb-hero__title {
    font-size: 38px;
    letter-spacing: -1px;
  }
  .pb-head__title,
  .pb-faq__title,
  .pb-cta__title {
    font-size: 32px;
  }
  .pb-feature__intro h2 {
    font-size: 30px;
  }
  .pb-split__title {
    font-size: 30px;
  }
  .pb-work {
    grid-template-columns: 1fr;
  }
  .pb-work__side {
    display: none;
  }
}
@media (max-width: 768px) {
  .pb-showcase {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pb-feature {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pb-split {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pb-grid {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 350px) {
  .pb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.app-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 80px 0;
  overflow: hidden;
  background-color: #16202b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.45) 55%, rgba(10, 10, 10, 0.25) 100%);
  pointer-events: none;
}
.app-hero__inner {
  position: relative;
  z-index: 1;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}
.app-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #00b4e5;
}
.app-hero__title {
  max-width: 640px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #ffffff;
}
.app-hero__subtitle {
  margin-top: 20px;
  max-width: 520px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.app-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.app-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 5px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.app-hero__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.app-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.app-hero__btn:hover::after {
  left: 130%;
}
.app-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.app-hero__btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.app-hero__btn--ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {
  .app-hero__inner {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .app-hero {
    min-height: 0;
    padding: 75px 0 56px;
  }
  .app-hero__inner {
    padding-inline: 24px;
  }
  .app-hero__title {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
.svc {
  padding: 88px 0;
  background: #ffffff;
}
.svc__intro {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.svc__eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #00b4e5;
}
.svc__title {
  margin-top: 16px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #000000;
}
.svc__sub {
  margin-top: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.svc__group + .svc__group {
  margin-top: 56px;
}
.svc__group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.svc__group-title::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: #00b4e5;
}
.svc__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.svc-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 28px;
  border-radius: 16px;
  background: #f5f5f7;
  border: 1px solid transparent;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
}
.svc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 180, 229, 0.5);
}
.svc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 180, 229, 0.12);
  color: #10537e;
}
.svc-card__icon svg {
  width: 25px;
  height: 25px;
}
.svc-card__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1f;
}
.svc-card__desc {
  flex: 1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: #6e6e73;
}
.svc-card__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00b4e5;
}
.svc-card__more svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc-card:hover .svc-card__more svg {
  transform: translateX(4px);
}

@media (max-width: 1200px) {
  .svc__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .svc {
    padding: 64px 0;
  }
  .svc__title {
    font-size: 32px;
  }
  .svc__grid {
    grid-template-columns: 1fr;
  }
}
.legal {
  padding: 90px 0;
  background: #ffffff;
}
.legal__inner {
  width: 100%;
  max-width: 1464px;
  margin-inline: auto;
}
.legal__eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 180, 229, 0.12);
  color: #10537e;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.legal__title {
  margin: 18px 0 10px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #000000;
}
.legal__updated {
  display: block;
  margin-bottom: 40px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  color: #707070;
}
.legal__body h3 {
  margin: 44px 0 14px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #10537e;
  text-transform: uppercase;
}
.legal__body h4 {
  margin: 30px 0 12px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
}
.legal__body p {
  margin: 0 0 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
}
.legal__body strong {
  color: #000000;
  font-weight: 600;
}
.legal__body a {
  color: #00b4e5;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}
.legal__body a:hover {
  color: #10537e;
}

@media (max-width: 768px) {
  .legal {
    padding: 75px 0;
  }
  .legal__title {
    font-size: 34px;
  }
  .legal__body h3 {
    font-size: 19px;
  }
}
.contact-hero__inner {
  width: 100%;
  max-width: none;
  padding-inline: max(clamp(50px, (100vw - 800px) / 2, 278px), (100vw - 1592px) / 2);
}

.contact-info .container,
.contact-offices .container,
.contact-cta__inner {
  width: 100%;
  max-width: none;
  padding-inline: max(clamp(50px, (100vw - 800px) / 2, 278px), (100vw - 1592px) / 2);
}

.contact-testimonials__header {
  width: 100%;
  max-width: 932px;
  margin-inline: auto;
  padding-inline: 24px;
}

@media (max-width: 768px) {
  .contact-hero__inner,
  .contact-info .container,
  .contact-offices .container,
  .contact-cta__inner {
    padding-inline: 24px;
  }
}
.contact-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 80%), #1a1a1a url("/assets/images/contact/contact-hero-bg.png") center/cover no-repeat;
  padding: 56px 0;
}
.contact-hero__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-hero__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 320px;
  color: #ffffff;
}
.contact-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
}
.contact-hero__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.36;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .contact-hero__title {
    animation: contact-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.1s;
  }
  html.js .contact-hero__text {
    animation: contact-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.22s;
  }
  html.js .contact-form {
    animation: contact-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.34s;
  }
}
@keyframes contact-rise {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 435px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}
.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-form__field:focus-within {
  border-color: rgba(0, 180, 229, 0.85);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 180, 229, 0.15);
}
.contact-form__field--textarea {
  height: 92px;
  align-items: flex-start;
}
.contact-form__error {
  display: none;
  padding-left: 4px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  line-height: 1.3;
  color: #ff8a8a;
}
.contact-form__group.has-error .contact-form__field {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.15);
}
.contact-form__group.has-error .contact-form__error {
  display: block;
}
.contact-form__note {
  display: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
}
.contact-form__note.is-success {
  display: block;
  color: #7ee0a8;
}
.contact-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.contact-form__input, .contact-form__select, .contact-form__textarea {
  flex: 1;
  width: 100%;
  padding: 10px 16px;
  background: transparent;
  border: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.219;
  color: #ffffff;
}
.contact-form__input:focus, .contact-form__select:focus, .contact-form__textarea:focus {
  outline: none;
}
.contact-form__input::placeholder, .contact-form__select::placeholder, .contact-form__textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form__select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.contact-form__select option {
  color: #000000;
}
.contact-form__chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  pointer-events: none;
}
.contact-form__textarea {
  height: 100%;
  padding: 12px 18px;
  resize: none;
}
.contact-form__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 42px;
  padding: 2px 24px;
  border-radius: 5px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
}
.contact-form__btn--light {
  background: #ffffff;
  color: #000000;
}
.contact-form__btn--light:hover {
  background: #f5f5f5;
}
.contact-form__btn--dark {
  background: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-form__btn--dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.contact-form__btn--dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.contact-form__btn--dark:hover::after {
  left: 130%;
}
.contact-form__btn--dark:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.contact-select {
  position: relative;
  width: 100%;
}
.contact-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.219;
  color: #ffffff;
  text-align: left;
}
.contact-select__trigger:focus {
  outline: none;
}
.contact-select__value--placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-select__chevron {
  flex-shrink: 0;
  color: #ffffff;
  transition: transform 0.25s ease;
}
.contact-select.is-open .contact-select__chevron {
  transform: rotate(180deg);
}
.contact-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 280px;
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 5px;
  background: rgba(24, 24, 27, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.contact-select.is-open .contact-select__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact-select__option {
  padding: 11px 14px;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.contact-select__option:hover, .contact-select__option.is-active {
  background: rgba(0, 180, 229, 0.9);
  color: #ffffff;
}

.contact-form__field--phone .iti {
  width: 100%;
}
.contact-form__field--phone .iti input,
.contact-form__field--phone .iti input[type=tel] {
  color: #ffffff;
}
.contact-form__field--phone .iti input::placeholder,
.contact-form__field--phone .iti input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.contact-form__field--phone .iti__selected-flag {
  background: transparent;
  border-radius: 5px 0 0 5px;
}
.contact-form__field--phone .iti__selected-flag:hover, .contact-form__field--phone .iti__selected-flag:focus {
  background: rgba(255, 255, 255, 0.08);
}
.contact-form__field--phone .iti.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.contact-form__field--phone .iti__selected-dial-code {
  color: #ffffff;
}
.contact-form__field--phone .iti__arrow {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.contact-form__field--phone .iti__arrow--up {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.contact-info {
  background: #ffffff;
  padding: 92px 0;
}
.contact-info__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 42px;
}
.contact-info__label {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
  white-space: nowrap;
}
.contact-info__heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 661px;
  margin-left: auto;
}
.contact-info__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.contact-info__subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.contact-info__cards {
  display: flex;
  gap: 21px;
  width: 100%;
}
.contact-info__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  min-width: 0;
  padding: 0 16px 32px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-info__card-media {
  overflow: hidden;
  border-radius: 4px;
}
.contact-info__card-image {
  display: block;
  width: 100%;
  height: 193.5px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-info__card-media:hover .contact-info__card-image {
  transform: scale(1.06);
}
.contact-info__card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 248px;
}
.contact-info__card-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.contact-info__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.contact-offices {
  background: #ffffff;
  padding: 64px 0;
}
.contact-offices__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 64px;
}
.contact-offices__label {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
  white-space: nowrap;
}
.contact-offices__address {
  width: 661px;
  margin-left: auto;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.contact-offices__address span {
  color: #ccc;
}
.contact-offices__word {
  color: #ccc;
}
@supports (animation-timeline: view()) {
  .contact-offices__word {
    animation: office-word-fill linear both;
    animation-timeline: view();
    animation-range: entry 94% cover 58%;
  }
}
.contact-offices__image {
  display: block;
  width: 100%;
  height: 579px;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .contact-offices__word {
    animation: none !important;
    color: #ccc;
  }
}
@keyframes office-word-fill {
  from {
    color: #ccc;
  }
  to {
    color: #000;
  }
}
.contact-testimonials {
  background: #ffffff;
  padding: 72px 0 120px;
  overflow: hidden;
}
.contact-testimonials__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.contact-testimonials__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.contact-testimonials__nav {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.contact-testimonials__arrow {
  display: inline-flex;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.contact-testimonials__arrow img {
  width: 48px;
  height: 48px;
}
.contact-testimonials__arrow:hover {
  transform: translateY(-2px);
}
.contact-testimonials__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}
.contact-testimonials__row {
  margin-top: 56px;
  padding: 65px 50px 0 max(24px, (100% - 884px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.contact-testimonials__row::-webkit-scrollbar {
  display: none;
}
.contact-testimonials__track {
  display: flex;
  gap: 20px;
  width: max-content;
}
.contact-testimonials__card {
  position: relative;
  flex: none;
  width: 433px;
  padding: 82px 32px 32px;
  background: #f5f5f5;
  border-radius: 20px;
}
.contact-testimonials__avatar {
  position: absolute;
  top: -59px;
  left: 32px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  object-fit: cover;
}
.contact-testimonials__person {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-testimonials__name {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.34;
  color: #333333;
}
.contact-testimonials__role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.34;
  color: #333333;
}
.contact-testimonials__quote {
  margin-top: 25px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.47;
  color: #333333;
}

.contact-cta {
  background: #ffffff;
  padding: 80px 0;
}
.contact-cta__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 601px;
}
.contact-cta__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-width: 0;
}
.contact-cta__icon {
  width: 35px;
  height: 35px;
  animation: contact-mark-spin 4s linear infinite;
  will-change: transform;
}
.contact-cta__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.contact-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-cta__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
  color: #000000;
}
.contact-cta__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.contact-cta__btn {
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.contact-cta__media {
  width: 430px;
  flex: none;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.contact-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% 50%;
}

@media (min-width: 769px) and (max-width: 900px) {
  .contact-hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .contact-hero__intro {
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .contact-info__header,
  .contact-offices__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-info__heading,
  .contact-offices__address {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .contact-hero__inner,
  .contact-info__cards,
  .contact-cta__inner,
  .contact-cta__content,
  .contact-cta__body {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .contact-hero__inner {
    gap: 32px;
  }
  .contact-hero__intro {
    width: 100%;
  }
  .contact-form,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
  }
  .contact-info__card-body {
    height: auto;
    justify-content: flex-start;
    gap: 12px;
  }
  .contact-testimonials__row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@keyframes contact-mark-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-cta__icon {
    animation: none;
  }
}
@media (max-width: 768px) {
  .contact-hero {
    padding-top: 75px;
  }
  .contact-info {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .contact-testimonials {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .contact-offices {
    padding-top: 0;
  }
  .contact-cta {
    padding-top: 0;
  }
}
.blog-hero__inner,
.blog-post-hero__inner,
.blog-listing__inner,
.blog-cta__inner,
.blog-post__inner,
.blog-related__inner {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

@media (max-width: 1200px) {
  .blog-hero__inner,
  .blog-post-hero__inner,
  .blog-listing__inner,
  .blog-cta__inner,
  .blog-post__inner,
  .blog-related__inner {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .blog-hero__inner,
  .blog-post-hero__inner,
  .blog-listing__inner,
  .blog-cta__inner,
  .blog-post__inner,
  .blog-related__inner {
    padding-inline: 24px;
  }
}
.blog-hero {
  padding-top: 64px;
}
.blog-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-hero__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}
.blog-hero__title {
  width: 432px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.96px;
  color: #000000;
}
.blog-hero__subtitle {
  width: 432px;
  font-size: 16px;
  line-height: 28px;
  color: #707070;
}

.blog-featured {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding-right: 24px;
  background: #f5f5f5;
  border-radius: 8px;
}
.blog-featured__media {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 433px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.blog-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
  min-width: 0;
  padding: 32px 0;
}
.blog-featured__tag {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  line-height: 1;
  color: #707070;
}
.blog-featured__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b4e5;
}
.blog-featured__title {
  max-width: 397px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
}
.blog-featured__meta {
  font-size: 14px;
  line-height: 1;
  color: #707070;
}

.blog-listing {
  padding: 64px 0;
}
.blog-listing__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.blog-listing__catalog {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.blog-listing__toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.blog-listing__filters {
  display: flex;
  gap: 4px;
}
.blog-listing__search {
  width: 251px;
  flex-shrink: 0;
}
.blog-listing__search input {
  width: 100%;
  height: 36px;
  padding: 4px 4px 4px 12px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 16px;
  color: #221f1f;
}
.blog-listing__search input::placeholder {
  color: #aaaaaa;
  text-transform: capitalize;
}
.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 42px;
}
.blog-listing__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  background: transparent;
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-listing__more-icon {
  transition: transform 0.25s ease;
}
.blog-listing__more:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.blog-listing__more:hover .blog-listing__more-icon {
  transform: translateY(3px);
}
.blog-listing__more:active {
  transform: translateY(0);
}
.blog-listing__more:disabled {
  opacity: 0.55;
  cursor: default;
  transform: none;
  box-shadow: none;
  background: transparent;
  color: #000000;
  border-color: #e5e5e5;
}

.blog-filter {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 6px 14px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  color: #221f1f;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.blog-filter:hover:not(.is-active) {
  background: #e5e5e5;
}
.blog-filter:active {
  transform: scale(0.97);
}
.blog-filter.is-active {
  background: #000000;
  color: #ffffff;
}

.blog-card {
  min-width: 0;
}
.blog-card__media {
  position: relative;
  display: block;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-card__media:hover img {
  transform: scale(1.06);
}
.blog-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 6px 14px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}
.blog-card__meta {
  font-size: 14px;
  line-height: 23px;
  color: #aaaaaa;
}
.blog-card__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.blog-card--skeleton {
  pointer-events: none;
}
.blog-card--skeleton .blog-card__media,
.blog-card--skeleton .blog-card__sk {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.blog-card--skeleton .blog-card__media::after,
.blog-card--skeleton .blog-card__sk::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  animation: blog-shimmer 1.4s ease-in-out infinite;
}
.blog-card__sk {
  display: block;
  height: 14px;
  border-radius: 4px;
}
.blog-card__sk--meta {
  width: 40%;
}
.blog-card__sk--title {
  width: 90%;
  height: 22px;
  margin-top: 4px;
}

@keyframes blog-shimmer {
  100% {
    transform: translateX(100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .blog-card--skeleton .blog-card__media::after,
  .blog-card--skeleton .blog-card__sk::after {
    animation: none;
  }
  .blog-cta__btn {
    transition: box-shadow 0.28s ease;
  }
  .blog-cta__btn:hover {
    transform: none;
  }
  .blog-cta__btn::after {
    display: none;
  }
}
.blog-listing__empty,
.blog-listing__error {
  grid-column: 1/-1;
  padding: 48px 0;
  text-align: center;
  font-size: 16px;
  color: #707070;
}

.blog-cta {
  padding: 80px 0;
}
.blog-cta__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.blog-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.blog-cta__mark {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: url("../assets/images/blog/kore-circle.png") center/cover no-repeat;
  animation: blog-mark-spin 4s linear infinite;
  will-change: transform;
}
.blog-cta__mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  background: #ffffff;
  border-radius: 50%;
}
.blog-cta__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: -1px;
  color: #000000;
}
.blog-cta__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.blog-cta__btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  margin-top: 24px;
  padding: 0 24px;
  background: #00b4e5;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  white-space: nowrap;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-cta__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.blog-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 180, 229, 0.35);
}
.blog-cta__btn:hover::after {
  left: 130%;
}
.blog-cta__btn:active {
  transform: translateY(0);
}
.blog-cta__media {
  width: 430px;
  flex: none;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-hero {
  padding: 48px 0 8px;
}
.blog-post-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-post-hero__back {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  transition: color 0.2s ease, gap 0.2s ease;
}
.blog-post-hero__back:hover {
  color: #000000;
  gap: 10px;
}
.blog-post-hero__featured {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding-right: 24px;
  background: #f5f5f5;
  border-radius: 8px;
}
.blog-post-hero__media {
  position: relative;
  flex-shrink: 0;
  width: 433px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-post-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.blog-post-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
  min-width: 0;
  padding: 32px 0;
}
.blog-post-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
  color: #707070;
}
.blog-post-hero__tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b4e5;
}
.blog-post-hero__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #333333;
}
.blog-post-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #707070;
}
.blog-post-hero__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aaaaaa;
}
@media (max-width: 768px) {
  .blog-post-hero {
    padding-top: 32px;
  }
  .blog-post-hero__featured {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
  }
  .blog-post-hero__media {
    width: 100%;
    height: 240px;
    border-radius: 8px 8px 0 0;
  }
  .blog-post-hero__content {
    gap: 16px;
    padding: 24px;
  }
}

.blog-post {
  padding-top: 35px;
}
.blog-post__layout {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.blog-post__body {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #707070;
}
.blog-post__body > *:first-child {
  margin-top: 0;
}
.blog-post__body h2 {
  margin: 36px 0 16px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #333333;
}
.blog-post__body h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #333333;
}
.blog-post__body h4 {
  margin: 24px 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.blog-post__body p {
  margin-bottom: 16px;
}
.blog-post__body ul,
.blog-post__body ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.blog-post__body ul {
  list-style: disc;
}
.blog-post__body ol {
  list-style: decimal;
}
.blog-post__body li {
  margin-bottom: 8px;
}
.blog-post__body a {
  color: #10537e;
  text-decoration: underline;
}
.blog-post__body strong {
  color: #333333;
}
.blog-post__body img {
  width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 8px;
}
.blog-post__body blockquote {
  margin: 24px 0;
  padding: 4px 0 4px 20px;
  border-left: 3px solid #00b4e5;
  color: #333333;
  font-style: italic;
}
.blog-post__body [style*=padding-left] {
  padding-left: 0 !important;
}
.blog-post__sidebar {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  width: 320px;
}
.blog-post__widget {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.blog-post__widget-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.48px;
  color: #333333;
}
.blog-post__toc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  padding-left: 21px;
  list-style: decimal;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: -0.28px;
  color: #707070;
}
.blog-post__toc-list a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
}
.blog-post__toc-list a:hover {
  color: #333333;
}
.blog-post__toc-list li.is-active {
  font-weight: 500;
  color: #333333;
}
.blog-post__cta .blog-post__widget-title {
  line-height: 1.17;
}
.blog-post__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  padding: 8px 24px;
  background: #000000;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-post__cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.blog-post__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.blog-post__cta-btn:hover::after {
  left: 130%;
}
.blog-post__cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.blog-post__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding: 25px 0 24px;
  border-top: 1px solid #f5f5f5;
}
.blog-post__share-label {
  font-size: 18px;
  line-height: 28px;
  color: #0a0a0a;
}
.blog-post__share-links {
  display: flex;
  gap: 12px;
}
.blog-post__share-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.blog-post__share-btn:hover {
  border-color: #00b4e5;
  transform: translateY(-2px);
}
.blog-post__share-btn.is-copied {
  border-color: #00b4e5;
  background: rgba(0, 180, 229, 0.08);
}
.blog-post__share-btn.is-copied::after {
  content: "Copied!";
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 9px;
  border-radius: 6px;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.blog-post__share-btn img {
  width: 20px;
  height: 20px;
}

.blog-related {
  padding: 48px 0 90px;
}
.blog-related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.blog-related__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.48px;
  color: #000000;
}
.blog-related__view-all {
  padding: 10px 24px;
  background: #f9f9f9;
  border-radius: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  white-space: nowrap;
}
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 960px) {
  .blog-hero__intro {
    flex-direction: column;
    gap: 16px;
  }
  .blog-hero__intro .blog-hero__title,
  .blog-hero__intro .blog-hero__subtitle {
    width: 100%;
  }
  .blog-featured {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
  }
  .blog-featured__media {
    width: 100%;
  }
  .blog-featured__content {
    gap: 24px;
    padding: 24px;
  }
  .blog-featured__title {
    max-width: none;
    font-size: 26px;
    line-height: 32px;
  }
  .blog-listing__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .blog-listing__toolbar .blog-listing__search {
    width: 100%;
  }
  .blog-listing__filters {
    flex-wrap: wrap;
  }
  .blog-listing__grid {
    grid-template-columns: 1fr;
  }
  .blog-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-cta__inner .blog-cta__content {
    width: 100%;
  }
  .blog-cta__inner .blog-cta__media {
    width: 100%;
    height: auto;
  }
  .blog-post__layout {
    flex-direction: column;
  }
  .blog-post__layout .blog-post__sidebar {
    position: static;
    width: 100%;
  }
  .blog-related__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .blog-hero,
  .blog-post-hero {
    padding-top: 75px;
  }
  .blog-hero__inner,
  .blog-featured,
  .blog-cta__inner,
  .blog-post-hero__inner,
  .blog-post__inner,
  .blog-related__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-listing__grid,
  .blog-related__grid {
    grid-template-columns: 1fr;
  }
  .blog-post__sidebar {
    position: static;
    width: 100%;
  }
  .blog-post__share-links {
    flex-wrap: wrap;
  }
  .blog-post-hero__featured {
    gap: 26px;
  }
  .blog-post-hero .blog-post-hero__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .blog-post-hero__featured {
    gap: 10px;
  }
}
@keyframes blog-mark-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .blog-cta__mark {
    animation: none;
  }
}
@media (max-width: 768px) {
  .blog-related {
    padding-bottom: 72px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html.js .blog-hero__title {
    animation: blog-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.08s;
  }
  html.js .blog-hero__subtitle {
    animation: blog-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.2s;
  }
  html.js .blog-featured {
    animation: blog-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.32s;
  }
  html.js .blog-post-hero__back {
    animation: blog-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.05s;
  }
  html.js .blog-post-hero__media {
    animation: blog-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.16s;
  }
  html.js .blog-post-hero__content {
    animation: blog-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.28s;
  }
}
@keyframes blog-rise {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.crm-split__row--reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .crm-split__row--reverse {
    flex-direction: column;
  }
}
.corp-hero .container {
  width: 100%;
  max-width: none;
  padding-inline: max(164px, (100vw - 1592px) / 2);
}

.corp-news .container,
.corp-reach .container,
.corp-stands .container,
.corp-tools .container,
.corp-next .container {
  width: 100%;
  max-width: none;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}

@media (max-width: 1200px) {
  .corp-hero .container,
  .corp-news .container,
  .corp-reach .container,
  .corp-stands .container,
  .corp-tools .container,
  .corp-next .container {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .corp-hero .container,
  .corp-news .container,
  .corp-reach .container,
  .corp-stands .container,
  .corp-tools .container,
  .corp-next .container {
    padding-inline: 24px;
  }
}
.corp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.corp-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.corp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.corp-btn:hover::after {
  left: 130%;
}
.corp-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.corp-btn--cyan {
  background: #00b4e5;
  color: #ffffff;
}
.corp-btn--ghost {
  background: #ffffff;
  color: #1d1d1f;
}
.corp-btn--ghost:hover {
  background: #f5f5f5;
}

.corp-hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: flex-end;
  overflow: clip;
  background: #0a0a0a;
}
.corp-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.corp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.32) 38%, rgba(0, 0, 0, 0) 68%);
  pointer-events: none;
}
.corp-hero .container {
  position: relative;
  z-index: 1;
  padding-block: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.corp-hero__copy {
  max-width: 620px;
}
.corp-hero__title {
  margin-bottom: 24px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: #f5f5f7;
}
.corp-hero__text {
  max-width: 520px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.corp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .corp-hero__copy {
    animation: corp-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.1s;
  }
  html.js .corp-hero__actions {
    animation: corp-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.28s;
  }
}
@keyframes corp-hero-rise {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.corp-news {
  padding: 72px 0;
  background: #000000;
  overflow: hidden;
}
.corp-news__head {
  text-align: center;
  margin-bottom: 40px;
}
.corp-news__title {
  margin-bottom: 32px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #ffffff;
}
.corp-news__sub {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}
.corp-news__rail {
  margin-inline: calc(50% - 50vw);
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.corp-news__rail::-webkit-scrollbar {
  display: none;
}
.corp-news__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.corp-news__cards {
  display: flex;
  gap: 24px;
  width: max-content;
}
.corp-news__card {
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(245, 245, 247, 0.2);
}
.corp-news__media {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #d8d4cf;
}
.corp-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.corp-news__card:hover .corp-news__media img {
  transform: scale(1.05);
}
.corp-news__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 22px 24px 26px;
}
.corp-news__card-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.corp-news__card-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.corp-news__badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.corp-news__card-text {
  margin-bottom: 12px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.corp-news__more {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #00b4e5;
}

.corp-reach {
  padding: 72px 0;
  background: #ffffff;
}
.corp-reach__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px;
  margin: 0 auto 48px;
  width: fit-content;
  border-radius: 999px;
  background: #f5f5f5;
}
.corp-reach__tab {
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6e6e73;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.corp-reach__tab:hover {
  color: #1d1d1f;
}
.corp-reach__tab.is-active {
  background: #00b4e5;
  color: #ffffff;
}
.corp-reach__panel {
  display: none;
}
.corp-reach__panel.is-active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 40px;
  animation: corp-fade 0.4s ease;
}
.corp-reach__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #1d1d1f;
  margin-bottom: 30px;
}
.corp-reach__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.corp-reach__card {
  padding: 24px 28px;
  border-radius: 12px;
  background: #f5f5f5;
}
.corp-reach__card-title {
  margin-bottom: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1f;
}
.corp-reach__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #707070;
}
.corp-reach__more {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.corp-reach__more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.corp-reach__more:hover::after {
  transform: scaleX(1);
}
.corp-reach__art {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.corp-reach__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes corp-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.corp-stands {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: flex-start;
  padding: 88px 0;
  overflow: clip;
  background: #0a0a0a;
}
.corp-stands__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.corp-stands::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}
.corp-stands .container {
  position: relative;
  z-index: 1;
}
.corp-stands__panel {
  max-width: 480px;
}
.corp-stands__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.9px;
  color: #ffffff;
  margin-bottom: 16px;
}
.corp-stands__text {
  margin: 0 0 36px;
  max-width: 420px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.corp-built {
  position: relative;
  min-height: 780px;
  padding: 87px 0 193px;
  display: flex;
  flex-direction: column;
  overflow: clip;
  background: #0a0a0a;
}
.corp-built__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.corp-built__frost {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(217, 217, 217, 0.0509803922);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  pointer-events: none;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .corp-built__frost {
      --frost-blur: 80px;
      --frost-blur-from: 0;
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      animation: frost-blur-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 48%;
    }
  }
}
.corp-built__head {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-inline: max(278px, (100vw - 1592px) / 2);
}
.corp-built__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #ffffff;
  margin-bottom: 16px;
}
.corp-built__sub {
  max-width: 460px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.corp-built__rail {
  position: relative;
  z-index: 2;
  margin-top: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 50px 4px max(278px, (100vw - 1592px) / 2);
  scroll-padding-left: max(278px, (100vw - 1592px) / 2);
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.corp-built__rail::-webkit-scrollbar {
  display: none;
}
.corp-built__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.corp-built__cards {
  display: flex;
  gap: 20px;
  width: max-content;
}
.corp-built__card {
  width: 320px;
  flex: none;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 28px;
  border-radius: 16px;
  background: rgba(245, 245, 247, 0.2);
  border: 1px solid #e8e8ed;
}
.corp-built__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #ffffff;
}
.corp-built__icon svg {
  width: 24px;
  height: 24px;
}
.corp-built__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.corp-built__card-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
}
.corp-built__card-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.corp-tools {
  padding: 72px 0;
  background: #ffffff;
}
.corp-tools__head {
  max-width: 760px;
  margin-bottom: 44px;
}
.corp-tools__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #1d1d1f;
}
.corp-tools__sub {
  margin-top: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.5px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.6);
}
.corp-tools__grid {
  max-width: 884px;
}
.corp-tools .home-grow__item {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.corp-next {
  padding: 92px 0;
  background: #ffffff;
}
.corp-next .home-industries__header {
  margin-bottom: 48px;
}
.corp-next .home-industries__card {
  gap: 0;
}
.corp-next .home-industries__media {
  margin-bottom: 32px;
}
.corp-next .home-industries__brand {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.corp-next .home-industries__heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 32px;
}
.corp-next .home-industries__subheading {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.corp-next__card .home-industries__title {
  white-space: normal;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 64px;
}
.corp-next__card .home-industries__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}
.corp-next__link {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin-top: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #00b4e5;
}
.corp-next__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.corp-next__link:hover::after {
  transform: scaleX(1);
}

.corp-page .pb-faq__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 48px;
}
.corp-page .pb-faq__q span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.corp-page .pb-faq__answer {
  margin-top: 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
}

@media (max-width: 1200px) {
  .corp-hero__title {
    font-size: 44px;
  }
  .corp-built__head {
    padding-inline: 50px;
  }
  .corp-news__rail,
  .corp-built__rail {
    padding-left: 50px;
    scroll-padding-left: 50px;
  }
}
@media (max-width: 940px) {
  .corp-reach__panel.is-active {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .corp-reach__art {
    order: -1;
    height: 320px;
  }
  .corp-tools__grid {
    grid-template-columns: 1fr 1fr;
  }
  .corp-next .home-industries__grid {
    flex-direction: column;
    gap: 40px;
  }
  .corp-next .home-industries__header {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .corp-hero {
    height: auto;
    min-height: 0;
  }
  .corp-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.42) 100%);
  }
  .corp-hero__title {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .corp-hero .container {
    padding-top: 75px;
    padding-bottom: 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .corp-news,
  .corp-reach,
  .corp-tools {
    padding: 56px 0;
  }
  .corp-stands {
    padding: 56px 0;
  }
  .corp-built {
    padding: 56px 0 72px;
  }
  .corp-next {
    padding: 64px 0;
  }
  .corp-news__title,
  .corp-reach__title,
  .corp-built__title,
  .corp-tools__title,
  .corp-next .home-industries__heading {
    font-size: 30px;
  }
  .corp-tools__grid {
    grid-template-columns: 1fr;
  }
  .corp-stands__panel {
    padding: 28px;
  }
  .corp-built {
    min-height: 0;
  }
  .corp-built__head {
    padding-inline: 24px;
  }
  .corp-built__rail {
    margin-top: 40px;
  }
  .corp-news__rail,
  .corp-built__rail {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }
  .corp-reach__tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .corp-reach__tab {
    padding: 8px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
  .corp-page .pb-faq__title {
    font-size: 32px;
    line-height: 1.15;
  }
}
@media (max-width: 480px) {
  .corp-page .pb-faq__title {
    font-size: 25px;
  }
}
.rep-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid #e5e5e5;
}
.rep-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
  padding-inline: 50px;
}
.rep-header__logo img {
  display: block;
  width: 118px;
  height: auto;
}
.rep-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.rep-header__back, .rep-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  transition: color 0.2s ease;
}
.rep-header__back:hover, .rep-header__phone:hover {
  color: #10537e;
}
.rep-header__phone {
  color: #707070;
}
.rep-header__meeting {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  background: #00b4e5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rep-header__meeting::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.rep-header__meeting:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.rep-header__meeting:hover::after {
  left: 130%;
}
.rep-header__meeting:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.rep-hero {
  background: linear-gradient(180deg, #eef5fa 0%, #f7fafc 42%, #ffffff 100%);
  padding: 64px 0 80px;
}
.rep-hero__inner {
  display: flex;
  align-items: stretch;
  gap: 56px;
  padding-inline: max(clamp(50px, (100vw - 900px) / 2, 278px), (100vw - 1592px) / 2);
}
.rep-hero__form-col {
  flex: 1 1 auto;
  min-width: 0;
}
.rep-hero__form-heading {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #333333;
}
.rep-hero__form-sub {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}

.rep-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  box-shadow: 0 30px 60px -30px rgba(16, 83, 126, 0.28);
}
.rep-form__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rep-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.rep-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rep-form__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.rep-form__field:focus-within {
  background: #ffffff;
  border-color: rgba(0, 180, 229, 0.9);
  box-shadow: 0 0 0 3px rgba(0, 180, 229, 0.16);
}
.rep-form__field--textarea {
  align-items: flex-start;
}
.rep-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.rep-form__input, .rep-form__textarea {
  flex: 1;
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
.rep-form__input:focus, .rep-form__textarea:focus {
  outline: none;
}
.rep-form__input::placeholder, .rep-form__textarea::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.rep-form__textarea {
  resize: vertical;
  min-height: 118px;
}
.rep-form__error {
  display: none;
  padding-left: 4px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  line-height: 1.3;
  color: #d64545;
}
.rep-form__group.has-error .rep-form__field {
  border-color: #e57373;
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.16);
}
.rep-form__group.has-error .rep-form__error {
  display: block;
}
.rep-form__note {
  display: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
}
.rep-form__note.is-success {
  display: block;
  color: #1e8e5a;
}
.rep-form__submit, .rep-form__meeting {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.rep-form__submit {
  border: none;
  background: #10537e;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rep-form__submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.rep-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.rep-form__submit:hover::after {
  left: 130%;
}
.rep-form__submit:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.rep-form__meeting {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e5e5e5;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.rep-form__meeting:hover {
  background: #f9f9f9;
  border-color: #aaaaaa;
}
.rep-form__or {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  color: #aaaaaa;
}
.rep-form__or::before, .rep-form__or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.rep-form__field--phone .iti {
  width: 100%;
}
.rep-form__field--phone .iti input,
.rep-form__field--phone .iti input[type=tel] {
  color: #333333;
}
.rep-form__field--phone .iti input::placeholder,
.rep-form__field--phone .iti input[type=tel]::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.rep-form__field--phone .iti__selected-flag {
  background: transparent;
  border-radius: 8px 0 0 8px;
}
.rep-form__field--phone .iti__selected-flag:hover, .rep-form__field--phone .iti__selected-flag:focus {
  background: rgba(0, 0, 0, 0.04);
}
.rep-form__field--phone .iti.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.rep-form__field--phone .iti__selected-dial-code {
  color: #333333;
}
.rep-form__field--phone .iti__arrow {
  border-top-color: #707070;
}
.rep-form__field--phone .iti__arrow--up {
  border-bottom-color: #707070;
}

.rep-select {
  position: relative;
  width: 100%;
}
.rep-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #333333;
  text-align: left;
}
.rep-select__trigger:focus {
  outline: none;
}
.rep-select__value--placeholder {
  color: #aaaaaa;
}
.rep-select__chevron {
  flex-shrink: 0;
  color: #707070;
  transition: transform 0.25s ease;
}
.rep-select.is-open .rep-select__chevron {
  transform: rotate(180deg);
}
.rep-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 280px;
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.rep-select.is-open .rep-select__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rep-select__option {
  padding: 11px 13px;
  border-radius: 7px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.rep-select__option:hover, .rep-select__option.is-active {
  background: rgba(0, 180, 229, 0.12);
  color: #10537e;
}

.rep-profile {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
.rep-profile__photo {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1/1;
}
.rep-profile__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.rep-profile__name {
  margin-top: 20px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #333333;
}
.rep-profile__title {
  margin-top: 4px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #00b4e5;
}
.rep-profile__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.rep-profile__contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  color: #333333;
  transition: color 0.2s ease;
}
.rep-profile__contact a svg {
  color: #707070;
  flex-shrink: 0;
}
.rep-profile__contact a:hover {
  color: #10537e;
}
.rep-profile__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.rep-profile__socials > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f9f9f9;
  color: #333333;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.rep-profile__socials > a:hover {
  background: #10537e;
  color: #ffffff;
  transform: translateY(-2px);
}
.rep-profile__bio {
  margin-top: 18px;
}
.rep-profile__bio p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #707070;
}
.rep-profile__bio:not(.is-expanded) p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rep-profile__readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00b4e5;
}
.rep-profile__readmore:hover {
  color: #10537e;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .rep-hero__form-heading {
    animation: rep-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.08s;
  }
  html.js .rep-hero__form-sub {
    animation: rep-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.16s;
  }
  html.js .rep-form {
    animation: rep-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.3s;
  }
  html.js .rep-profile {
    animation: rep-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.18s;
  }
}
@keyframes rep-rise {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rep-about {
  background: #ffffff;
  padding: 96px 0;
}
.rep-about__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-inline: max(clamp(50px, (100vw - 900px) / 2, 278px), (100vw - 1592px) / 2);
}
.rep-about__copy {
  flex: 1 1 0;
  min-width: 0;
}
.rep-about__eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #00b4e5;
}
.rep-about__title {
  margin-top: 16px;
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.6px;
  color: #333333;
}
.rep-about__text {
  margin-top: 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
}
.rep-about__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  height: 46px;
  padding: 0 24px;
  border-radius: 8px;
  background: #10537e;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rep-about__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.rep-about__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.rep-about__btn:hover::after {
  left: 130%;
}
.rep-about__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.rep-about__media {
  flex: 1 1 0;
  min-width: 0;
}
.rep-about__media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

.rep-solutions {
  background: #f9f9f9;
  padding: 96px 0;
}
.rep-solutions__inner {
  padding-inline: max(clamp(50px, (100vw - 900px) / 2, 278px), (100vw - 1592px) / 2);
}
.rep-solutions__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}
.rep-solutions__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #333333;
}
.rep-solutions__sub {
  margin-top: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #707070;
}
.rep-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rep-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.rep-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px -22px rgba(16, 83, 126, 0.32);
}
.rep-card__media {
  overflow: hidden;
}
.rep-card__media img {
  display: block;
  width: 100%;
  height: 196px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.rep-card:hover .rep-card__media img {
  transform: scale(1.06);
}
.rep-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 24px;
}
.rep-card__cat {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #00b4e5;
}
.rep-card__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}
.rep-card__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: #707070;
}
.rep-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #10537e;
}
.rep-card__link svg {
  transition: transform 0.25s ease;
}
.rep-card__link:hover svg {
  transform: translateX(4px);
}

.rep-blog {
  background: #ffffff;
  padding: 96px 0;
}
.rep-blog__inner {
  padding-inline: max(clamp(50px, (100vw - 900px) / 2, 278px), (100vw - 1592px) / 2);
}
.rep-blog__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}
.rep-blog__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #333333;
}
.rep-blog__sub {
  margin-top: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #707070;
}
.rep-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}

@media (max-width: 940px) {
  .rep-hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .rep-profile {
    flex: 1 1 auto;
    width: 100%;
    order: -1;
  }
  .rep-about__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }
  .rep-about__media img {
    height: 320px;
  }
  .rep-solutions__grid,
  .rep-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .rep-header__inner {
    padding-inline: 24px;
  }
  .rep-header__phone,
  .rep-header__back {
    display: none;
  }
  .rep-header__meeting {
    font-size: 13px;
    height: 40px;
    padding: 0 16px;
  }
  .rep-hero__inner,
  .rep-about__inner,
  .rep-solutions__inner,
  .rep-blog__inner {
    padding-inline: 24px;
  }
  .rep-hero {
    padding: 40px 0 56px;
  }
  .rep-hero__form-heading {
    font-size: 30px;
  }
  .rep-form {
    padding: 20px;
  }
  .rep-about,
  .rep-solutions,
  .rep-blog {
    padding: 72px 0;
  }
  .rep-about__title,
  .rep-solutions__title,
  .rep-blog__title {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .rep-form__row {
    grid-template-columns: 1fr;
  }
  .rep-solutions__grid,
  .rep-blog__grid {
    grid-template-columns: 1fr;
  }
  .rep-profile {
    padding: 18px;
  }
}
.chat-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.chat-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.chat-popup.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.chat-popup__window {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 40px);
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(24px) scale(0.96);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}
.chat-popup.open .chat-popup__window {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.chat-popup__header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  position: relative;
  flex-shrink: 0;
}
.chat-popup__header-left {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  position: relative;
}
.chat-popup__menu-btn, .chat-popup__action-btn, .chat-popup__confirm-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  color: #555;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.chat-popup__menu-btn:hover, .chat-popup__action-btn:hover, .chat-popup__confirm-close:hover {
  background: #eee;
  color: #333;
}
.chat-popup__menu {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
  background: transparent;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s, transform 0.2s ease;
  z-index: 10;
}
.chat-popup__menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.chat-popup__menu-newchat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 2px solid #e5e5e5;
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #212529;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  transition: background 0.2s, border-color 0.2s;
  min-width: 160px;
}
.chat-popup__menu-newchat:hover {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.chat-popup__menu-newchat img {
  flex-shrink: 0;
}
.chat-popup__title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #212529;
  margin: 0;
  text-align: center;
  padding: 0 16px;
}
.chat-popup__header-actions {
  flex: 1;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  min-width: 0;
}
.chat-popup__confirm {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s;
}
.chat-popup__confirm.open {
  opacity: 1;
  visibility: visible;
}
.chat-popup__confirm-window {
  background: #fff;
  border-radius: 8px;
  max-width: 267px;
  width: calc(100% - 40px);
  margin: 20px;
  transform: scale(0.95);
  border: 2px solid #e5e5e5;
  transition: transform 0.2s ease;
}
.chat-popup__confirm.open .chat-popup__confirm-window {
  transform: scale(1);
}
.chat-popup__confirm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 17px 0 17px;
}
.chat-popup__confirm-title {
  font-family: "Neuzeit Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #212529;
  margin: 0;
}
.chat-popup__confirm-text {
  padding: 20px 17px;
  margin: 0;
  font-size: 14px;
  color: #212529;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}
.chat-popup__confirm-actions {
  display: flex;
  gap: 12px;
  padding: 0 17px 20px;
}
.chat-popup__confirm-cancel, .chat-popup__confirm-newchat {
  flex: 1;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.chat-popup__confirm-cancel {
  border: 1.5px solid #10537e;
  background: #fff;
  color: #10537e;
}
.chat-popup__confirm-newchat {
  border: none;
  background: #10537e;
  color: #fff;
}
.chat-popup__confirm-newchat:hover {
  background: #0d456a;
}
.chat-popup__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
}
.chat-popup__greeting {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 258px;
}
.chat-popup__greeting p {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}
.chat-popup__sparkle {
  color: #00b4e5;
  flex-shrink: 0;
}
.chat-popup__suggestions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-popup__suggestion {
  padding: 8px 12px;
  border: 1px solid #10537e;
  background: #fff;
  border-radius: 100px;
  color: #10537e;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  max-width: max-content;
  transition: border-color 0.2s, background 0.2s;
}
.chat-popup__suggestion:hover {
  border-color: #00b4e5;
  background: #f8fcfe;
}
.chat-popup__messages {
  display: none;
}
.chat-popup.has-messages .chat-popup__greeting, .chat-popup.has-messages .chat-popup__suggestions {
  display: none;
}
.chat-popup.has-messages .chat-popup__messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.chat-popup__message {
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  max-width: 90%;
}
.chat-popup__message--user {
  align-self: flex-end;
  background: #00b4e5;
  color: #fff;
}
.chat-popup__message--bot {
  align-self: flex-start;
  background: #f0f4f6;
  color: #333;
}
.chat-popup__loading-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.chat-popup__loading-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  animation: chat-popup-dot-bounce 1.4s ease-in-out infinite both;
}
.chat-popup__loading-dots span:nth-child(1) {
  animation-delay: 0s;
}
.chat-popup__loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.chat-popup__loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.chat-popup__footer {
  padding: 16px 20px;
  padding-top: 0;
  background: #fff;
  flex-shrink: 0;
}
.chat-popup__input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border-radius: 12px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e4e4e4 0%, #00b4e5 50%, #ffbd00 100%) border-box;
  height: 40px;
}
.chat-popup__input-icon {
  color: #00b4e5;
  flex-shrink: 0;
}
.chat-popup__input {
  flex: 1;
  border: none;
  background: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #333;
  outline: none;
}
.chat-popup__input::placeholder {
  color: #999;
}
.chat-popup__input:disabled, .chat-popup__send:disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: transparent;
}
.chat-popup__send {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.chat-popup__overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}
.chat-popup.open .chat-popup__overlay {
  display: block;
}

@keyframes chat-popup-dot-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .chat-popup__overlay {
    background: transparent;
  }
}
html.chat-open,
html.chat-open body {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .chat-popup {
    padding: 0;
    align-items: stretch;
  }
  .chat-popup::before {
    background: #fff;
  }
  .chat-popup__window {
    max-width: none;
    max-height: none;
    height: 100%;
    min-height: 100dvh;
    border-radius: 0;
    box-sizing: border-box;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
  .chat-popup__footer {
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
  .chat-popup__greeting {
    margin-bottom: 24px;
  }
  .chat-popup__suggestions {
    margin-top: auto;
  }
}
@media (max-width: 400px) {
  .chat-popup__body {
    padding: 24px 13px;
  }
  .chat-popup__header,
  .chat-popup__footer {
    padding: 16px 13px;
  }
  .chat-popup__suggestion {
    font-size: 12px;
  }
}
.reservations-hero {
  position: relative;
  padding: 0;
}
.reservations-hero .container {
  position: relative;
}

.reservations-hero__art {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 460px;
  max-height: 720px;
  overflow: hidden;
}
.reservations-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.reservations-hero__art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #fff 8%, rgba(255, 255, 255, 0.85) 38%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.reservations-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .reservations-hero__art {
    max-height: 820px;
  }
}
@media (min-width: 2200px) {
  .reservations-hero__art {
    max-height: 900px;
  }
}
@media (min-width: 1921px) {
  .reservations-hero__art {
    max-width: 1592px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .reservations-hero {
    padding: 16px 0 32px;
  }
  .reservations-hero__art {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .reservations-hero__art img {
    height: auto;
  }
  .reservations-hero__art::after {
    content: none;
  }
  .reservations-hero__bar {
    position: static;
    margin-top: 16px;
  }
}
.ordering-hero {
  position: relative;
  padding: 0;
}
.ordering-hero .container {
  position: relative;
}

.ordering-hero__art {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 460px;
  max-height: 720px;
  overflow: hidden;
}
.ordering-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.ordering-hero__art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #fff 8%, rgba(255, 255, 255, 0.85) 38%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ordering-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .ordering-hero__art {
    max-height: 820px;
  }
}
@media (min-width: 2200px) {
  .ordering-hero__art {
    max-height: 900px;
  }
}
@media (min-width: 1921px) {
  .ordering-hero__art {
    max-width: 1592px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .ordering-hero {
    padding: 16px 0 32px;
  }
  .ordering-hero__art {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .ordering-hero__art img {
    height: auto;
  }
  .ordering-hero__art::after {
    content: none;
  }
  .ordering-hero__bar {
    position: static;
    margin-top: 16px;
  }
}
.crm-hero {
  position: relative;
  padding: 0;
}
.crm-hero .container {
  position: relative;
}

.crm-hero__art {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 460px;
  max-height: 720px;
  overflow: hidden;
}
.crm-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.crm-hero__art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #fff 8%, rgba(255, 255, 255, 0.85) 38%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.crm-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .crm-hero__art {
    max-height: 820px;
  }
}
@media (min-width: 2200px) {
  .crm-hero__art {
    max-height: 900px;
  }
}
@media (min-width: 1921px) {
  .crm-hero__art {
    max-width: 1592px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .crm-hero {
    padding: 16px 0 32px;
  }
  .crm-hero__art {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .crm-hero__art img {
    height: auto;
  }
  .crm-hero__art::after {
    content: none;
  }
  .crm-hero__bar {
    position: static;
    margin-top: 16px;
  }
}
.ireview-hero {
  position: relative;
  padding: 0;
}
.ireview-hero .container {
  position: relative;
}

.ireview-hero__art {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 460px;
  max-height: 720px;
  overflow: hidden;
}
.ireview-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.ireview-hero__art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #fff 8%, rgba(255, 255, 255, 0.85) 38%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ireview-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .ireview-hero__art {
    max-height: 820px;
  }
}
@media (min-width: 2200px) {
  .ireview-hero__art {
    max-height: 900px;
  }
}
@media (min-width: 1921px) {
  .ireview-hero__art {
    max-width: 1592px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .ireview-hero {
    padding: 16px 0 32px;
  }
  .ireview-hero__art {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .ireview-hero__art img {
    height: auto;
  }
  .ireview-hero__art::after {
    content: none;
  }
  .ireview-hero__bar {
    position: static;
    margin-top: 16px;
  }
}
.ireview-local-hero {
  position: relative;
  padding: 0;
}
.ireview-local-hero .container {
  position: relative;
}

.ireview-local-hero__art {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 460px;
  max-height: 720px;
  overflow: hidden;
}
.ireview-local-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.ireview-local-hero__art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #fff 8%, rgba(255, 255, 255, 0.85) 38%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ireview-local-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .ireview-local-hero__art {
    max-height: 820px;
  }
}
@media (min-width: 2200px) {
  .ireview-local-hero__art {
    max-height: 900px;
  }
}
@media (min-width: 1921px) {
  .ireview-local-hero__art {
    max-width: 1592px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .ireview-local-hero {
    padding: 16px 0 32px;
  }
  .ireview-local-hero__art {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .ireview-local-hero__art img {
    height: auto;
  }
  .ireview-local-hero__art::after {
    content: none;
  }
  .ireview-local-hero__bar {
    position: static;
    margin-top: 16px;
  }
}
.sendbat-hero {
  position: relative;
  padding: 0;
}
.sendbat-hero .container {
  position: relative;
}

.sendbat-hero__art {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 460px;
  max-height: 720px;
  overflow: hidden;
}
.sendbat-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.sendbat-hero__art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #fff 8%, rgba(255, 255, 255, 0.85) 38%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.sendbat-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .sendbat-hero__art {
    max-height: 820px;
  }
}
@media (min-width: 2200px) {
  .sendbat-hero__art {
    max-height: 900px;
  }
}
@media (min-width: 1921px) {
  .sendbat-hero__art {
    max-width: 1592px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .sendbat-hero {
    padding: 16px 0 32px;
  }
  .sendbat-hero__art {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .sendbat-hero__art img {
    height: auto;
  }
  .sendbat-hero__art::after {
    content: none;
  }
  .sendbat-hero__bar {
    position: static;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  main [class]:not(img):not(svg):not([class*=track]):not([class*=viewport]):not([class*=marquee]) {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  main h1[class] {
    font-size: 40px;
    line-height: 1.1;
  }
  main h2[class] {
    font-size: 32px;
    line-height: 1.15;
  }
}
@media (max-width: 768px) {
  main > section[class] {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  main h1[class] {
    font-size: 30px;
  }
  main h2[class] {
    font-size: 25px;
  }
}
.chat-faq__agent,
.pb-faq__agent,
.crm-faq__agent,
.home-faq__ask,
.ireview-faq__agent,
.ireview-local-faq__agent,
.ordering-faq__agent-btn,
.reservations-faq__agent-btn,
.sendbat-faq__agent-btn {
  cursor: pointer;
  border-radius: 5px;
  padding: 14px 16px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease;
}
.chat-faq__agent svg,
.chat-faq__agent img,
.pb-faq__agent svg,
.pb-faq__agent img,
.crm-faq__agent svg,
.crm-faq__agent img,
.home-faq__ask svg,
.home-faq__ask img,
.ireview-faq__agent svg,
.ireview-faq__agent img,
.ireview-local-faq__agent svg,
.ireview-local-faq__agent img,
.ordering-faq__agent-btn svg,
.ordering-faq__agent-btn img,
.reservations-faq__agent-btn svg,
.reservations-faq__agent-btn img,
.sendbat-faq__agent-btn svg,
.sendbat-faq__agent-btn img {
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.chat-faq__agent:hover,
.pb-faq__agent:hover,
.crm-faq__agent:hover,
.home-faq__ask:hover,
.ireview-faq__agent:hover,
.ireview-local-faq__agent:hover,
.ordering-faq__agent-btn:hover,
.reservations-faq__agent-btn:hover,
.sendbat-faq__agent-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -14px rgba(0, 180, 229, 0.55), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.chat-faq__agent:hover svg, .chat-faq__agent:hover img,
.pb-faq__agent:hover svg,
.pb-faq__agent:hover img,
.crm-faq__agent:hover svg,
.crm-faq__agent:hover img,
.home-faq__ask:hover svg,
.home-faq__ask:hover img,
.ireview-faq__agent:hover svg,
.ireview-faq__agent:hover img,
.ireview-local-faq__agent:hover svg,
.ireview-local-faq__agent:hover img,
.ordering-faq__agent-btn:hover svg,
.ordering-faq__agent-btn:hover img,
.reservations-faq__agent-btn:hover svg,
.reservations-faq__agent-btn:hover img,
.sendbat-faq__agent-btn:hover svg,
.sendbat-faq__agent-btn:hover img {
  transform: scale(1.2) rotate(15deg);
}
.chat-faq__agent:active,
.pb-faq__agent:active,
.crm-faq__agent:active,
.home-faq__ask:active,
.ireview-faq__agent:active,
.ireview-local-faq__agent:active,
.ordering-faq__agent-btn:active,
.reservations-faq__agent-btn:active,
.sendbat-faq__agent-btn:active {
  transform: translateY(-1px);
}

.reservations-hero__btn,
.reservations-features__btn,
.reservations-channels__btn,
.reservations-cta__btn,
.ordering-btn,
.ordering-btn--demo,
.crm-hero__btn,
.crm-features__cta,
.crm-cta__btn,
.ireview-local-hero__btn,
.ireview-local-demo-btn,
.sendbat-btn,
.sendbat-demo-btn {
  border-radius: 5px;
}

.reservations-hero__actions,
.reservations-features__actions,
.ordering-hero__actions,
.ordering-pass__actions,
.crm-hero__actions,
.ireview-hero__actions,
.ireview-local-hero__actions,
.sendbat-hero__actions {
  gap: 4px;
}

.btn,
.home-hero__btn,
.pb-btn,
.chat-btn,
.sendbat-btn,
.ordering-btn:not(.ordering-btn--demo),
.reservations-hero__btn,
.reservations-features__btn,
.reservations-channels__btn,
.reservations-cta__btn,
.crm-hero__btn,
.crm-features__cta,
.crm-cta__btn,
.ireview-local-hero__btn {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
}

.pb-demo-btn,
.sendbat-demo-btn,
.ordering-btn--demo,
.ireview-local-demo-btn,
.ireview-demo-btn,
.contact-form__btn {
  border-radius: 8px;
}

[class*=__btn--light],
.ordering-btn--gray,
.corp-btn--ghost {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

[class*=__btn--light]:hover,
.ordering-btn--gray:hover,
.corp-btn--ghost:hover {
  background: #00b4e5;
  color: #ffffff;
}

@media (min-width: 1921px) {
  main section:not([class*=hero]):not(.reservations-features):not(.ordering-settings):not(.ordering-pass) .container.container,
  .blog-hero .container.container,
  .blog-post-hero .container.container {
    max-width: 932px;
    margin-inline: auto;
    padding-inline: 24px;
  }
  .reservations-channels__rail,
  .crm-features__rail,
  .ireview-local-features__rail,
  .ireview-built__rail,
  .sendbat-inbox__rail,
  .company-blogs__viewport,
  .company-news__viewport,
  .corp-news__rail,
  .corp-built__rail {
    padding-left: calc((100vw - 884px) / 2);
    scroll-padding-left: calc((100vw - 884px) / 2);
  }
}
.home-faq__heading,
.pb-faq__title,
.crm-faq__title,
.reservations-faq__title,
.ordering-faq__title,
.ireview-faq .ireview-section-title,
.ireview-local-faq__title,
.sendbat-faq__title {
  text-align: center;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
