:root {
  --font-sans: "SF Pro Display", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-logo: "Afacad Flux", "Inter", sans-serif;
  --font-serif: "Fraunces", "Times New Roman", serif;
  --blue-1: #6b87ec;
  --blue-2: #255bef;
  --text-gradient: linear-gradient(-11.153deg, #6b87ec 9.172%, #255bef 77.529%);
  --screen-components: #262c2d;
  --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background: var(--white);
  color: var(--white);
  min-height: 100svh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 30;
  background: var(--white);
  color: var(--blue-2);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

.page {
  width: 100%;
  margin: 0;
  padding: 16px;
}

.hero {
  --u: calc(100cqi / 1846);
  container-type: inline-size;
  container-name: hero;
  position: relative;
  width: 100%;
  aspect-ratio: 1846 / 1334;
  background: var(--white);
  border-radius: calc(19.883 * var(--u));
  overflow: clip;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.glow {
  position: absolute;
  pointer-events: none;
}

.glow-top {
  left: calc(-681.5 * var(--u));
  top: calc(-2013.5 * var(--u));
  width: calc(3209.2 * var(--u));
  height: calc(3209.2 * var(--u));
}

.glow-mid {
  left: calc(-60.56 * var(--u));
  top: calc(68.1 * var(--u));
  width: calc(1923.54 * var(--u));
  height: calc(2122 * var(--u));
}

.glow-lower {
  left: calc(50% - 39.5 * var(--u));
  top: calc(727.5 * var(--u));
  width: calc(5164.2 * var(--u));
  height: calc(3209.2 * var(--u));
  transform: translateX(-50%);
}

.glow-bottom {
  left: calc(50% - 3.5 * var(--u));
  top: calc(1077.66 * var(--u));
  width: calc(5735.6 * var(--u));
  height: calc(3135.6 * var(--u));
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}

.grid-h-wrap {
  position: absolute;
  left: calc(-37 * var(--u));
  top: calc(-258 * var(--u));
  width: calc(1920 * var(--u));
  height: calc(1850 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.grid-h {
  width: calc(1851 * var(--u));
  height: calc(1920 * var(--u));
  opacity: 0.22;
  transform: rotate(-90deg);
  flex: none;
}

.grid-v {
  position: absolute;
  left: calc(-2 * var(--u));
  top: 0;
  width: calc(1851 * var(--u));
  height: calc(1334 * var(--u));
  opacity: 0.22;
  pointer-events: none;
}

.header {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.header > * {
  pointer-events: auto;
}

.logo {
  position: absolute;
  left: calc(100 * var(--u));
  top: calc(91 * var(--u));
  display: flex;
  align-items: center;
  gap: calc(10.99 * var(--u));
  height: calc(45.213 * var(--u));
}

.logo-mark {
  width: calc(45.2129 * var(--u));
  height: calc(45.2129 * var(--u));
  flex: none;
}

.logo-wordmark {
  display: flex;
  align-items: center;
  height: calc(44.444 * var(--u));
  font-family: var(--font-logo);
  font-weight: 600;
  font-size: calc(52.364 * var(--u));
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.nav {
  position: absolute;
  left: calc(715 * var(--u));
  top: calc(98 * var(--u));
  width: calc(721.699 * var(--u));
  height: calc(31 * var(--u));
}

.nav-link {
  position: absolute;
  top: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: calc(26 * var(--u));
  line-height: calc(31 * var(--u));
  letter-spacing: -0.02em;
  color: var(--white);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.nav-link:nth-child(1) {
  left: 0;
}

.nav-link:nth-child(3) {
  left: calc(418.699 * var(--u));
}

.nav-link:nth-child(4) {
  left: calc(595.699 * var(--u));
}

.nav-link:hover,
.nav-link:focus-visible {
  opacity: 0.86;
}

.nav-drop {
  position: absolute;
  top: 0;
  left: calc(168 * var(--u));
}

.nav-drop .nav-products {
  position: relative;
  left: auto;
  top: auto;
  gap: calc(8.5 * var(--u));
}

.nav-drop-menu {
  display: none;
  position: absolute;
  z-index: 8;
  top: calc(100% + 12px);
  left: calc(-16 * var(--u));
  min-width: 260px;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgb(22 22 29 / 0.18);
}

.nav-drop-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 12px;
}

.nav-drop:hover .nav-drop-menu,
.nav-drop:focus-within .nav-drop-menu {
  display: flex;
  flex-direction: column;
}

.nav-drop-menu a {
  padding: 12px 14px;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #161616;
  white-space: nowrap;
}

.nav-drop-menu a:hover,
.nav-drop-menu a:focus-visible {
  background: #eef2ff;
  color: #255bef;
  opacity: 1;
}

.nav-chevron {
  width: calc(12.1626 * var(--u));
  height: calc(7.30353 * var(--u));
  flex: none;
  margin-top: calc(2 * var(--u));
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(26 * var(--u));
  line-height: calc(45.56 * var(--u));
  letter-spacing: -0.02em;
  border-radius: calc(111 * var(--u));
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .btn:hover {
    transform: translateY(calc(-1.5 * var(--u)));
  }
}

.btn-primary {
  background: var(--white);
}

.btn-primary span {
  background-image: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.btn-header {
  position: absolute;
  left: auto;
  right: calc(81.52 * var(--u));
  top: calc(82 * var(--u));
  padding: calc(8.284 * var(--u)) calc(15.739 * var(--u));
}

.btn-hero {
  padding: calc(8.284 * var(--u)) calc(32 * var(--u));
}

.btn-outline {
  padding: calc(7.284 * var(--u)) calc(52 * var(--u));
  border: calc(1 * var(--u)) solid var(--white);
  color: var(--white);
  background: transparent;
}

.btn-outline:hover {
  background: rgb(255 255 255 / 0.12);
}

.btn-nav-mobile,
.menu-toggle {
  display: none;
}

.hero-copy {
  position: absolute;
  left: 50%;
  top: calc(210 * var(--u));
  width: calc(1015 * var(--u));
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 4;
}

.headline {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(210 * var(--u));
  font-weight: 700;
}

.headline-sans,
.headline-serif {
  display: block;
}

.headline-sans {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(87 * var(--u));
  line-height: calc(103 * var(--u));
  letter-spacing: -0.025em;
  color: var(--white);
}

.headline-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: calc(87 * var(--u));
  line-height: calc(103 * var(--u));
  color: var(--white);
  letter-spacing: -0.01em;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.subhead {
  margin-top: calc(21 * var(--u));
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: calc(33 * var(--u));
  line-height: calc(43 * var(--u));
  letter-spacing: calc(0.99 * var(--u));
  color: var(--white);
  white-space: nowrap;
}

.features {
  margin-top: calc(20 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 * var(--u));
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: calc(26 * var(--u));
  line-height: calc(43 * var(--u));
  letter-spacing: calc(0.78 * var(--u));
  color: var(--white);
  white-space: nowrap;
}

.dot {
  width: calc(3.77157 * var(--u));
  height: calc(3.77157 * var(--u));
  flex: none;
}

.hero-actions {
  margin-top: calc(20 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15 * var(--u));
}

.device {
  position: absolute;
  left: calc(179 * var(--u));
  top: calc(712 * var(--u));
  width: calc(1488.152 * var(--u));
  height: calc(732 * var(--u));
  z-index: 2;
  pointer-events: none;
}

.mac-shadow {
  position: absolute;
  left: calc(44.36 * var(--u));
  top: calc(697.59 * var(--u));
  width: calc(1400.29 * var(--u));
  height: calc(51.3169 * var(--u));
}

.mac-casing {
  position: absolute;
  left: calc(136.19 * var(--u));
  top: calc(-2.544 * var(--u));
  width: calc(1215.78 * var(--u));
  height: calc(717.028 * var(--u));
}

.mac-edging {
  position: absolute;
  left: calc(144.351 * var(--u));
  top: calc(2.562 * var(--u));
  width: calc(1199.55 * var(--u));
  height: calc(701.658 * var(--u));
}

.mac-border {
  position: absolute;
  left: calc(147.327 * var(--u));
  top: calc(5.051 * var(--u));
  width: calc(1193.63 * var(--u));
  height: calc(696.601 * var(--u));
}

.mac-chin {
  position: absolute;
  left: calc(147.327 * var(--u));
  top: calc(668.17 * var(--u));
  width: calc(1193.498 * var(--u));
  height: calc(18.958 * var(--u));
  background: var(--screen-components);
}

.mac-screen {
  position: absolute;
  left: calc(172.16 * var(--u));
  top: calc(34.68 * var(--u));
  width: calc(1143.827 * var(--u));
  height: calc(611.239 * var(--u));
  overflow: hidden;
  background: var(--white);
}

.mac-dashboard {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.mac-camera {
  position: absolute;
  left: calc(740.006 * var(--u));
  top: calc(21.521 * var(--u));
  width: calc(8.14007 * var(--u));
  height: calc(6.95337 * var(--u));
  z-index: 2;
}

.mac-bottom {
  position: absolute;
  left: 0;
  top: calc(687.128 * var(--u));
  width: calc(1488.15 * var(--u));
  height: calc(37.295 * var(--u));
}

.clients {
  padding: 115px 0 36px;
  background: #fff;
  color: #575757;
}

.clients-title {
  margin: 0 auto 28px;
  max-width: 960px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.66px;
  text-align: center;
  color: #575757;
  white-space: nowrap;
}

.clients-marquee {
  overflow: hidden;
  margin-inline: -16px;
  width: calc(100% + 32px);
  mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent);
}

.clients-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 20px;
  animation: clients-scroll 36s linear infinite;
}

.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

.client-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 184px;
  height: 74px;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  background: #fff;
}

.client-logo {
  display: block;
  overflow: hidden;
  mix-blend-mode: luminosity;
  transform: scale(0.84);
  transform-origin: center;
}

.client-logo img {
  display: block;
  max-width: none;
}

.client-logo--myg,
.client-logo--kalyan {
  width: 51.593px;
  height: 51.593px;
}

.client-logo--myg img,
.client-logo--kalyan img {
  width: 51.593px;
  height: 51.593px;
  object-fit: cover;
}

.client-logo--poorvika {
  width: 140.298px;
  height: 47.068px;
}

.client-logo--poorvika img {
  width: 142.43px;
  height: 105.38px;
  margin-left: -2.13px;
  margin-top: -26.87px;
}

.client-logo--tvs {
  width: 122.912px;
  height: 22.1551px;
}

.client-logo--tvs img {
  width: 122.912px;
  height: 22.1551px;
}

.client-logo--renault {
  width: 104.245px;
  height: 58.479px;
}

.client-logo--renault img {
  width: 104.245px;
  height: 58.479px;
  object-fit: cover;
}

.client-logo--cial {
  width: 111.896px;
  height: 38.255px;
}

.client-logo--cial img {
  width: 111.896px;
  height: 38.255px;
  object-fit: cover;
}

.client-logo--hero {
  width: 109.785px;
  height: 36.2004px;
}

.client-logo--hero img {
  width: 109.785px;
  height: 36.2004px;
}

.client-logo--bhima {
  width: 118.206px;
  height: 33.994px;
}

.client-logo--bhima img {
  width: 118.206px;
  height: 57.66px;
  margin-top: -7.02px;
}

.client-logo--apollo {
  width: 117.211px;
  height: 52.499px;
}

.client-logo--apollo img {
  width: 117.211px;
  height: 83.46px;
  margin-top: -11.8px;
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 16px;
  }

  .clients-marquee {
    overflow: visible;
    mask-image: none;
  }
}

@media (max-width: 900px) {
  .page {
    padding: 16px;
  }

  .hero {
    aspect-ratio: auto;
    min-height: auto;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #4d74f0 0%, #255bef 42%, #6d8ef2 100%);
  }

  .glow-mid,
  .glow-lower {
    display: none;
  }

  .glow-top {
    left: -45%;
    top: -48%;
    width: 190%;
    height: auto;
    aspect-ratio: 1;
  }

  .glow-bottom {
    display: none;
  }

  .grid-h-wrap {
    left: -10%;
    top: -12%;
    width: 120%;
    height: 150%;
  }

  .grid-h {
    width: 100%;
    height: 130%;
  }

  .grid-v {
    left: 0;
    width: 100%;
    height: 100%;
  }

  .header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px 8px;
    min-height: 64px;
    z-index: 6;
  }

  .logo,
  .btn-header,
  .nav {
    position: static;
  }

  .logo {
    height: 36px;
    gap: 8px;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
  }

  .logo-wordmark {
    height: auto;
    font-size: 28px;
  }

  .btn-header {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
    margin: 0 auto;
    border-radius: 2px;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .header.is-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .header.is-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .header.is-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 68px;
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    background: #255bef;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgb(37 91 239 / 0.28);
  }

  .header.is-open .nav {
    display: flex;
  }

  .nav-link,
  .nav-link:nth-child(1),
  .nav-link:nth-child(3),
  .nav-link:nth-child(4),
  .nav-products,
  .nav-drop,
  .nav-drop .nav-products {
    position: static;
    left: auto;
    top: auto;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .nav-drop-menu {
    position: static;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 8px 0 6px 12px;
    padding: 6px;
    box-shadow: none;
  }

  .nav-drop-menu::before {
    display: none;
  }

  .btn-nav-mobile {
    display: inline-flex;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 18px;
    justify-content: center;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    transform: none;
    padding: 28px 20px 8px;
    z-index: 4;
  }

  .headline {
    min-height: 0;
  }

  .headline-sans,
  .headline-serif {
    font-size: clamp(32px, 9.5vw, 48px);
    line-height: 1.15;
  }

  .subhead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .features {
    margin-top: 14px;
    gap: 8px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
    flex-wrap: wrap;
    white-space: normal;
  }

  .dot {
    width: 4px;
    height: 4px;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .btn-hero,
  .btn-outline {
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 22px;
    border-radius: 999px;
  }

  .btn-outline {
    border-width: 1px;
    padding: 11px 28px;
  }

  .device {
    --u: calc(100cqi / 1488.152);
    container-type: inline-size;
    position: relative;
    left: auto;
    top: auto;
    width: 118%;
    height: auto;
    aspect-ratio: 1488 / 732;
    margin: 12px 0 0 -9%;
    z-index: 2;
  }

  .clients {
    padding: 115px 0 28px;
  }

  .clients-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.33px;
    margin-bottom: 18px;
    padding: 0 8px;
    white-space: normal;
  }
}

.connect {
  padding: 79px 0 0;
  color: #161616;
}

.connect-title {
  max-width: 967px;
  margin: 0 auto 28px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #000;
}

.connect-title-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.connect-title-blue {
  display: block;
  color: #4c78f2;
}

.connect-lead {
  max-width: 860px;
  margin: 0 auto 112px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #161616;
}

.connect-story.is-story {
  height: 450vh;
}

.connect-story.is-story .connect-pin {
  position: sticky;
  top: 16px;
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
}

.connect-story.is-story .connect-card {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.connect-story.is-story .connect-card.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.connect-card {
  container-type: inline-size;
  width: calc(1660 / 1846 * 100%);
  margin: 77px auto 0;
}

.connect-card:first-of-type {
  margin-top: 0;
}

.connect-stage {
  --u: calc(100cqi / 1660);
  position: relative;
  height: calc(786 * var(--u));
  border-radius: calc(32 * var(--u));
  overflow: hidden;
}

.connect-card--wa .connect-stage {
  background: #e7fee8;
}

.connect-card--rcs .connect-stage {
  background: #e3e6fd;
}

.connect-card--sms .connect-stage {
  background: #fff8e7;
}

.connect-card--voice .connect-stage {
  background: #d4f4f3;
}

.connect-stage::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(291 * var(--u));
  z-index: 3;
  width: 100%;
  height: calc(495 * var(--u));
  pointer-events: none;
  background: linear-gradient(
    var(--fade-angle, 201.52deg),
    rgb(var(--fade-rgb) / 0) var(--fade-start, 72.272%),
    rgb(var(--fade-rgb) / 1) var(--fade-end, 113.43%)
  );
  transform: rotate(180deg) scaleY(-1);
  transform-origin: center;
}

.connect-card--wa {
  --fade-rgb: 134 237 144;
}

.connect-card--rcs {
  --fade-rgb: 114 134 236;
}

.connect-card--sms {
  --fade-rgb: 255 211 104;
  --fade-angle: 206.35deg;
  --fade-start: 74.498%;
  --fade-end: 104.66%;
}

.connect-card--voice {
  --fade-rgb: 63 216 215;
  --fade-angle: 226deg;
  --fade-start: 71.215%;
  --fade-end: 112.39%;
}

.connect-rings {
  position: absolute;
  left: calc(733 * var(--u));
  top: calc(-30 * var(--u));
  width: calc(1025 * var(--u));
  height: calc(1025 * var(--u));
  pointer-events: none;
}

.connect-glow {
  position: absolute;
  left: calc(863.3 * var(--u));
  top: calc(-99.7 * var(--u));
  width: calc(795.4 * var(--u));
  height: calc(1161.4 * var(--u));
  pointer-events: none;
}

.connect-glow--shift {
  top: calc(-115.7 * var(--u));
}

.connect-num {
  position: absolute;
  left: calc(131 * var(--u));
  top: calc(279 * var(--u));
  display: flex;
  align-items: center;
  height: calc(154 * var(--u));
  margin: 0;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: calc(188 * var(--u));
  line-height: calc(43 * var(--u));
  letter-spacing: calc(5.64 * var(--u));
  color: #c5dac6;
}

.connect-card--rcs .connect-num {
  color: rgb(181 201 229 / 0.82);
}

.connect-card--sms .connect-num {
  color: #e6d19f;
}

.connect-card--voice .connect-num {
  color: #9ad8d7;
}

.connect-icon {
  position: absolute;
  left: calc(124 * var(--u));
  top: calc(382 * var(--u));
  width: calc(83 * var(--u));
  height: calc(83 * var(--u));
  overflow: hidden;
  z-index: 1;
}

.connect-icon img {
  width: calc(83 * var(--u));
  height: calc(83 * var(--u));
  object-fit: cover;
  mix-blend-mode: lighten;
}

.connect-icon--rcs img,
.connect-icon--sms img {
  position: absolute;
  left: 0;
  width: 312.84%;
  height: 298.71%;
  max-width: none;
  object-fit: fill;
}

.connect-icon--rcs img {
  top: -165.14%;
}

.connect-icon--sms img {
  top: -18.06%;
}

.connect-icon--voice {
  width: calc(67 * var(--u));
  height: calc(73 * var(--u));
}

.connect-icon--voice img {
  width: calc(67 * var(--u));
  height: calc(73 * var(--u));
  mix-blend-mode: normal;
  object-fit: contain;
}

.connect-name {
  position: absolute;
  left: calc(216 * var(--u));
  top: calc(423.65 * var(--u));
  margin: 0;
  width: calc(503.896 * var(--u));
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(46.029 * var(--u));
  line-height: calc(32.705 * var(--u));
  color: #000;
  white-space: nowrap;
  z-index: 1;
}

.connect-desc {
  position: absolute;
  left: calc(131 * var(--u));
  top: calc(530.97 * var(--u));
  margin: 0;
  width: calc(589 * var(--u));
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: calc(26.472 * var(--u));
  line-height: calc(35.737 * var(--u));
  letter-spacing: calc(1.0589 * var(--u));
  color: #000;
  z-index: 1;
}

.connect-card--rcs .connect-desc {
  top: calc(548 * var(--u));
}

.connect-card--sms .connect-desc {
  top: calc(530 * var(--u));
}

.connect-phone {
  position: absolute;
  left: calc(1014 * var(--u));
  top: calc(67 * var(--u));
  width: calc(462 * var(--u));
  height: calc(719 * var(--u));
  object-fit: cover;
  object-position: center bottom;
  z-index: 2;
}

.connect-phone--shift {
  top: calc(73 * var(--u));
  height: calc(713 * var(--u));
}

.connect-phone--voice {
  left: calc(917 * var(--u));
  width: calc(722 * var(--u));
  object-fit: contain;
  object-position: left top;
}

@media (max-width: 900px) {
  .connect {
    padding-top: 79px;
  }

  .connect-title {
    max-width: none;
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.15;
  }

  .connect-title-serif {
    font-size: 1.06em;
  }

  .connect-lead {
    max-width: none;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .connect-card {
    width: 100%;
  }

  .connect-story.is-story .connect-pin {
    width: 100%;
  }

  .connect-stage {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 28px 20px 0;
    border-radius: 24px;
  }

  .connect-stage::after,
  .connect-rings,
  .connect-glow,
  .connect-num {
    display: none;
  }

  .connect-icon,
  .connect-name,
  .connect-desc,
  .connect-phone {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .connect-icon {
    position: relative;
    top: auto;
    left: auto;
    width: 56px;
    height: 56px;
  }

  .connect-icon img {
    width: 56px;
    height: 56px;
  }

  .connect-icon--rcs img,
  .connect-icon--sms img {
    position: absolute;
    left: 0;
    width: 312.84%;
    height: 298.71%;
  }

  .connect-name {
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.2;
    white-space: normal;
  }

  .connect-desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .connect-phone {
    width: min(280px, 78%);
    height: auto;
    margin: auto auto 0;
    align-self: center;
  }

  .connect-story.is-story .connect-card {
    display: flex;
    flex-direction: column;
  }

  .connect-story.is-story .connect-stage {
    flex: 1 1 auto;
    width: 100%;
  }

  .connect-phone--voice {
    width: min(280px, 78%);
    aspect-ratio: 462 / 719;
    object-fit: cover;
    object-position: center 46%;
  }
}

@media (max-width: 720px) {
  .connect {
    padding-top: 87px;
  }
}

.messaging {
  --m: 0.64;
  --c: 0.46;
  padding: 115px 0 80px;
  color: #000;
}

.messaging-frame {
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
}

.messaging-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.messaging-title {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #000;
}

.messaging-title-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.messaging-arrows {
  display: flex;
  gap: calc(22px * var(--m));
  flex: none;
  margin-top: calc(47px * var(--m));
}

.messaging-arrow {
  position: relative;
  width: calc(73px * var(--m));
  height: calc(73px * var(--m));
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.messaging-arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

.messaging-arrow-ring {
  width: calc(73px * var(--m));
  height: calc(73px * var(--m));
}

.messaging-arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(24.5px * var(--m));
  height: calc(24.4px * var(--m));
  transform: translate(-50%, -50%) rotate(48.19deg) skewX(7.68deg);
}

.messaging-arrow--prev .messaging-arrow-icon {
  transform: translate(-50%, -50%) rotate(131.81deg) skewX(-7.68deg) scaleY(-1);
}

.btn-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(27px * var(--m));
  min-height: calc(62.57px * var(--m));
  padding: calc(8.28px * var(--m)) calc(32px * var(--m));
  border-radius: 111px;
  background: linear-gradient(-11.41deg, #6b87ec 9.172%, #255bef 77.529%);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(26px * var(--m));
  line-height: calc(45.56px * var(--m));
}

.messaging-viewport {
  margin-top: calc(80px * var(--m));
  overflow: hidden;
}

.messaging-track {
  display: flex;
  align-items: flex-start;
  gap: calc(50px * var(--c));
  transition: transform 0.45s ease;
}

.messaging-card {
  flex: 0 0 calc(665px * var(--c));
  width: calc(665px * var(--c));
  height: calc(836px * var(--c));
}

.messaging-stage {
  --u: calc(var(--c) * 1px);
  position: relative;
  width: calc(665px * var(--c));
  height: calc(836px * var(--c));
  border-radius: calc(26px * var(--c));
  overflow: hidden;
  background: #fff;
}

.messaging-photo {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.messaging-photo--promo {
  left: 0;
  top: calc(0.43 * var(--u));
  width: calc(683 * var(--u));
  height: calc(975 * var(--u));
}

.messaging-photo--txn {
  left: 0;
  top: calc(-56.57 * var(--u));
  width: calc(665 * var(--u));
  height: calc(949 * var(--u));
}

.messaging-photo--otp {
  left: 0;
  top: calc(-498.57 * var(--u));
  width: calc(1114 * var(--u));
  height: calc(1591 * var(--u));
}

.messaging-photo--chat {
  left: calc(-5 * var(--u));
  top: calc(-137 * var(--u));
  width: calc(681 * var(--u));
  height: calc(973 * var(--u));
}

.messaging-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(202.65deg, rgb(0 87 203 / 0) 60.706%, #0057cb 96.715%);
}

.messaging-name {
  position: absolute;
  left: calc(42 * var(--u));
  top: calc(646.93 * var(--u));
  z-index: 1;
  margin: 0;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(38.317 * var(--u));
  line-height: calc(60.842 * var(--u));
  color: #fff;
  white-space: nowrap;
}

.messaging-copy {
  position: absolute;
  left: calc(42 * var(--u));
  top: calc(741.43 * var(--u));
  z-index: 1;
  width: calc(594 * var(--u));
  margin: 0;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: calc(26.472 * var(--u));
  line-height: calc(35.737 * var(--u));
  letter-spacing: calc(1.0589 * var(--u));
  color: #fff;
}

@media (max-width: 900px) {
  .messaging-frame {
    width: 100%;
  }

  .messaging-title {
    max-width: none;
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.15;
  }

  .messaging-title-serif {
    font-size: 1.06em;
    line-height: inherit;
  }
}

@media (prefers-reduced-motion: reduce) {
  .messaging-track {
    transition: none;
  }

  .dashboard-track {
    animation: none;
  }
}

.dashboard {
  --m: 0.75;
  padding: 35px 0 80px;
  color: #000;
}

.dashboard-frame {
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
  text-align: center;
}

.dashboard-title {
  max-width: 1186px;
  margin: 0 auto;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #000;
}

.dashboard-title-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.dashboard-lead {
  max-width: 1495px;
  margin: 27px auto 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #161616;
}

.dashboard-stage {
  --d: 0.75;
  --card-gap: calc(47 / 1658 * 100cqi * var(--d));
  container-type: inline-size;
  display: flex;
  align-items: center;
  aspect-ratio: 1658 / 1339;
  margin-top: 81px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(90% 38% at 50% -8%, rgb(168 190 255 / 0.95), transparent 70%),
    radial-gradient(90% 38% at 50% 108%, rgb(176 196 255 / 0.9), transparent 72%),
    linear-gradient(#e4ecff, #f5f7ff 46%, #f6f8ff 54%, #e3ebff);
}

.dashboard-rows {
  display: flex;
  flex-direction: column;
  gap: calc(62 / 1658 * 100cqi * var(--d));
  width: 100%;
}

.dashboard-row {
  overflow: hidden;
}

.dashboard-track {
  display: flex;
  width: max-content;
  gap: var(--card-gap);
  animation-duration: 42s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.dashboard-track--ltr {
  animation-name: dashboard-ltr;
}

.dashboard-track--rtl {
  animation-name: dashboard-rtl;
}

.dashboard-card {
  flex: none;
  width: calc(523 / 1658 * 100cqi * var(--d));
  height: calc(737 / 1658 * 100cqi * var(--d));
  object-fit: fill;
  border-radius: calc(32 / 1658 * 100cqi * var(--d));
}

@keyframes dashboard-ltr {
  from {
    transform: translateX(calc(-50% - var(--card-gap) / 2));
  }
  to {
    transform: translateX(0);
  }
}

@keyframes dashboard-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--card-gap) / 2));
  }
}

@media (max-width: 900px) {
  .dashboard-frame {
    width: 100%;
  }

  .dashboard-title {
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.15;
  }

  .dashboard-title-serif {
    font-size: 1.06em;
  }

  .dashboard-lead {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }
}

.whitelabel {
  --m: 0.75;
  padding: 35px 0 80px;
  color: #000;
}

.whitelabel-frame {
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
  text-align: center;
}

.whitelabel-kicker {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 22px;
  border-radius: 37px;
  background: rgb(206 227 255 / 0.82);
}

.whitelabel-kicker span {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  background: linear-gradient(-6.41deg, #6b87ec 9.172%, #255bef 77.529%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.whitelabel-title {
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #000;
}

.whitelabel-title-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.whitelabel-lead {
  max-width: 1200px;
  margin: 18px auto 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #161616;
}

.whitelabel-panel {
  container-type: inline-size;
  margin-top: 72px;
}

.whitelabel-stage {
  --s: calc(100cqi / 1661);
  position: relative;
  aspect-ratio: 1661 / 857;
  border-radius: calc(58 * var(--s));
  overflow: hidden;
  background: #e1dddd;
}

.whitelabel-photo,
.whitelabel-cutout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(949 / 857 * 100%);
  object-fit: cover;
  object-position: center top;
}

.whitelabel-cutout {
  z-index: 2;
}

.whitelabel-grid {
  position: absolute;
  z-index: 1;
  opacity: 0.14;
  object-fit: fill;
  pointer-events: none;
}

.whitelabel-grid--h {
  left: calc(-95 * var(--s));
  top: calc(-531 * var(--s));
  width: calc(1850 * var(--s));
  height: calc(1920 * var(--s));
  transform: rotate(-90deg);
}

.whitelabel-grid--v {
  left: calc(-95 * var(--s));
  top: calc(-238 * var(--s));
  width: calc(1850 * var(--s));
  height: calc(1334 * var(--s));
}

.whitelabel-fade {
  position: absolute;
  z-index: 3;
  left: 0;
  top: calc(277 * var(--s));
  width: 100%;
  height: calc(597 * var(--s));
  background: linear-gradient(189.14deg, rgb(0 87 203 / 0) 35.694%, #0057cb 101.08%);
  pointer-events: none;
}

.whitelabel-connector {
  position: absolute;
  z-index: 1;
  left: calc(423 * var(--s));
  top: calc(171 * var(--s));
  width: calc(814 * var(--s));
  height: calc(230 * var(--s));
  object-fit: fill;
  pointer-events: none;
}

.whitelabel-chip,
.whitelabel-url {
  position: absolute;
  z-index: 5;
  margin: 0;
  background: #fff;
  white-space: nowrap;
}

.whitelabel-chip {
  padding: calc(7.412 * var(--s)) calc(20.754 * var(--s));
  border-radius: calc(27.425 * var(--s));
  color: #000;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(19.272 * var(--s));
  line-height: calc(31.873 * var(--s));
  letter-spacing: calc(0.578 * var(--s));
}

.whitelabel-url {
  padding: calc(10 * var(--s)) calc(27 * var(--s));
  border-radius: calc(58 * var(--s));
  color: #0057cb;
  font-family: var(--font-sans);
  font-weight: 600;
  font-style: italic;
  font-size: calc(28.808 * var(--s));
  line-height: calc(47.643 * var(--s));
  letter-spacing: calc(0.864 * var(--s));
}

.whitelabel-chip--proads { left: calc(327 * var(--s)); top: calc(309 * var(--s)); }
.whitelabel-url--proads { left: calc(327 * var(--s)); top: calc(379.82 * var(--s)); }
.whitelabel-chip--brand { left: calc(1148 * var(--s)); top: calc(425 * var(--s)); }
.whitelabel-url--brand { left: calc(1148 * var(--s)); top: calc(495.82 * var(--s)); }

@media (max-width: 900px) {
  .whitelabel-frame {
    width: 100%;
  }

  .whitelabel-title {
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.15;
  }

  .whitelabel-title-serif {
    font-size: 1.06em;
  }

  .whitelabel-lead {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }
}

.why {
  padding: 35px 0 80px;
  color: #000;
}

.why-frame {
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
  text-align: center;
}

.why-kicker {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 22px;
  border-radius: 37px;
  background: rgb(206 227 255 / 0.82);
}

.why-kicker span {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  background: linear-gradient(-11.41deg, #6b87ec 9.172%, #255bef 77.529%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.why-title {
  margin: 0 auto;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #000;
}

.why-panel {
  container-type: inline-size;
  margin-top: 56px;
  text-align: left;
}

.why-grid {
  --u: calc(100cqi / 1662);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(47 * var(--u)) calc(45 * var(--u));
}

.why-card {
  display: flex;
  flex-direction: column;
  height: calc(610 * var(--u));
  padding: calc(24 * var(--u)) calc(36 * var(--u)) calc(36 * var(--u));
  border: 1px solid #ddd;
  border-radius: calc(26 * var(--u));
  background: #fff;
}

.why-icon {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.why-icon img {
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 86%;
  object-fit: contain;
}

.why-card h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(32 * var(--u));
  line-height: calc(38 * var(--u));
  letter-spacing: 0.01em;
  color: #000;
}

.why-card p {
  margin: calc(16 * var(--u)) 0 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: calc(25 * var(--u));
  line-height: calc(35 * var(--u));
  letter-spacing: 0.03em;
  color: #161616;
}

@media (max-width: 900px) {
  .why-frame {
    width: 100%;
  }

  .why-title {
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.15;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-card {
    height: auto;
    padding: 28px 24px 32px;
  }

  .why-icon {
    height: 180px;
    flex: none;
    margin-bottom: 20px;
  }

  .why-card h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .why-card p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.45;
  }
}

.industries,
.steps {
  --m: 0.75;
  padding: 35px 0 80px;
  color: #000;
}

.industries-frame,
.cta-frame {
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
  text-align: center;
}

.industries-frame {
  container-type: inline-size;
  position: relative;
  z-index: 0;
}

.industries-title,
.cta-title {
  margin: 0 auto;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #000;
}

.industries-lead,
.cta-lead {
  max-width: 860px;
  margin: 18px auto 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #161616;
}

.industries-pills {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
  padding: 12px 0 20px;
}

.industries-grid {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: calc(1503 / 1660 * 100cqi);
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.industries-title,
.industries-lead,
.industries-frame .btn-fill {
  position: relative;
  z-index: 1;
}

.industry-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.industry-row span {
  display: inline-flex;
  align-items: center;
  padding: 8px 26px;
  border-radius: 87px;
  background: #fff;
  box-shadow: 0 6px 11px rgb(0 0 0 / 0.11);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
}

.steps-frame {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1.2fr;
  gap: 48px;
  align-items: center;
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
}

.steps-title {
  max-width: 520px;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #000;
}

.steps-title-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 6px 56px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 118px;
}

.steps-list li::before {
  content: "";
  width: 6px;
  height: 78%;
  justify-self: center;
  border-radius: 17px;
  background: #d9d9d9;
  transition: background-color 0.35s ease;
}

.steps-list li.is-active::before {
  background: #000;
}

.steps-icon {
  display: block;
  width: 56px;
  height: 56px;
  color: #bcbfcd;
  transition: color 0.35s ease;
}

.steps-list li.is-active .steps-icon {
  color: #465ff0;
}

.steps-list h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #525252;
  transition: color 0.35s ease;
}

.steps-list li.is-active h3 {
  color: #000;
}

.steps-list p {
  margin: 6px 0 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  color: #464646;
}

.steps-story.is-story {
  height: 240vh;
}

.steps-story.is-story .steps-frame {
  position: sticky;
}

@media (prefers-reduced-motion: reduce) {
  .steps-list li::before,
  .steps-list h3,
  .steps-icon {
    transition: none;
  }
}

.cta-panel {
  padding: 72px 48px 64px;
  border-radius: 48px;
  background:
    linear-gradient(to right, rgb(255 255 255 / 0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(255 255 255 / 0.14) 1px, transparent 1px),
    linear-gradient(168deg, #8aa6f6 0%, #4c72f2 42%, #3163f0 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.cta-title,
.cta-lead {
  color: #fff;
}

.cta-lead {
  max-width: 920px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-height: 48px;
  padding: 8px 28px;
  border-radius: 111px;
  background: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

.cta-btn span {
  background: linear-gradient(-10.23deg, #6b87ec 9.172%, #255bef 77.529%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.site-footer {
  background: #16161d;
  padding: 64px 16px 28px;
  color: #fff;
}

.footer-frame {
  width: calc(1660 / 1846 * 100%);
  margin-inline: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 28px 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 47px;
  height: 47px;
}

.footer-wordmark {
  display: flex;
  font-family: var(--font-logo);
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer-brand p,
.footer-col p {
  max-width: 280px;
  margin: 22px 0 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-col h2 {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.footer-col a {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  color: #a4a7ae;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1.35fr 2fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgb(255 255 255 / 0.16);
  color: #a4a7ae;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.4;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  text-align: center;
}

.footer-legal a {
  color: #a4a7ae;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-social img {
  width: 26px;
  height: 26px;
}

@media (max-width: 900px) {
  .industries-frame,
  .cta-frame,
  .steps-frame,
  .footer-frame {
    width: 100%;
  }

  .industries-title,
  .cta-title,
  .steps-title {
    font-size: clamp(32px, 8vw, 52px);
    line-height: 1.15;
  }

  .steps-title-serif {
    font-size: 1.06em;
  }

  .industries-lead,
  .cta-lead {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .industry-row span {
    font-size: 16px;
    white-space: normal;
  }

  .steps-frame,
  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-legal,
  .footer-social {
    justify-content: flex-start;
    text-align: left;
  }

  .cta-panel {
    padding: 48px 20px;
    border-radius: 28px;
  }
}

/* ---------- Sub pages (contact, legal, products) ---------- */

.subpage {
  color: #000;
}

.sub-hero {
  --u: calc(100cqi / 1846);
  container-type: inline-size;
  position: relative;
  overflow: clip;
  border-radius: 20px;
  background:
    linear-gradient(to right, rgb(255 255 255 / 0.16) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(255 255 255 / 0.16) 1px, transparent 1px),
    radial-gradient(60% 80% at 15% 0%, rgb(255 255 255 / 0.28), transparent 60%),
    radial-gradient(70% 90% at 100% 100%, #1f4ee0, transparent 60%),
    linear-gradient(168deg, #8aa6f6 0%, #4c72f2 42%, #2c5df0 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  color: #fff;
}

.sub-hero--grid {
  background:
    radial-gradient(60% 80% at 15% 0%, rgb(255 255 255 / 0.28), transparent 60%),
    radial-gradient(70% 90% at 100% 100%, #1f4ee0, transparent 60%),
    linear-gradient(168deg, #8aa6f6 0%, #4c72f2 42%, #2c5df0 100%);
  background-size: auto;
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -60% -20%;
  height: 70%;
  background: radial-gradient(50% 60% at 50% 100%, rgb(255 255 255 / 0.32), transparent 70%);
  pointer-events: none;
}

.sub-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: calc(1660 / 1846 * 100%);
  margin: 0 auto;
  padding: calc(82 * var(--u)) 0 0;
}

.sub-logo {
  display: flex;
  margin-top: calc(9 * var(--u));
  align-items: center;
  gap: calc(10.99 * var(--u));
  flex: none;
  height: calc(45.213 * var(--u));
}

.sub-logo img {
  width: calc(45.2129 * var(--u));
  height: calc(45.2129 * var(--u));
}

.sub-wordmark {
  font-family: var(--font-logo);
  font-weight: 600;
  font-size: calc(52.364 * var(--u));
  line-height: 1;
  letter-spacing: -0.02em;
}

.sub-nav {
  display: flex;
  align-items: center;
  gap: calc(78 * var(--u));
  margin-top: calc(16 * var(--u));
}

.sub-nav > a,
.sub-drop > a {
  display: inline-flex;
  align-items: center;
  gap: calc(8.5 * var(--u));
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: calc(26 * var(--u));
  line-height: calc(31 * var(--u));
  letter-spacing: -0.02em;
  color: #fff;
}

.sub-nav > a[aria-current="page"],
.sub-drop > a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.sub-drop {
  position: relative;
}

.sub-drop > a::after {
  content: "";
  width: calc(12.1626 * var(--u));
  height: calc(7.30353 * var(--u));
  background: url("assets/chevron.svg") center / contain no-repeat;
}

.sub-drop-menu {
  display: none;
  position: absolute;
  z-index: 8;
  top: calc(100% + 14px);
  left: -12px;
  min-width: 260px;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgb(22 22 29 / 0.18);
}

.sub-drop-menu::before {
  content: "";
  position: absolute;
  inset: -14px 0 auto;
  height: 14px;
}

.sub-drop:hover .sub-drop-menu,
.sub-drop:focus-within .sub-drop-menu {
  display: flex;
  flex-direction: column;
}

.sub-drop-menu a {
  padding: 12px 14px;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 17px;
  color: #161616;
}

.sub-drop-menu a:hover,
.sub-drop-menu a[aria-current="page"] {
  background: #eef2ff;
  color: #255bef;
}

.sub-demo {
  display: inline-flex;
  align-items: center;
  flex: none;
  padding: calc(8.284 * var(--u)) calc(15.739 * var(--u));
  border-radius: calc(111 * var(--u));
  background: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: calc(26 * var(--u));
  line-height: calc(45.56 * var(--u));
  letter-spacing: -0.02em;
}

.sub-demo span,
.sub-btn-light span {
  background-image: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.sub-menu-toggle {
  display: none;
}

.sub-hero-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 40px;
  width: calc(1660 / 1846 * 100%);
  margin: 0 auto;
  padding: 96px 0 0;
}

.sub-hero-body--center {
  display: block;
  padding-bottom: 110px;
  text-align: center;
}

.sub-hero-body--center .sub-hero-lead,
.sub-hero-body--center .sub-hero-actions {
  margin-inline: auto;
  justify-content: center;
}

.sub-hero-copy {
  padding-bottom: 96px;
}

.sub-kicker {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 22px;
  border-radius: 37px;
  background: rgb(255 255 255 / 0.18);
  border: 1px solid rgb(255 255 255 / 0.35);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.sub-hero-title {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 68px;
  line-height: 78px;
  letter-spacing: -0.025em;
  color: #fff;
}

.sub-hero-title .serif,
.sub-title .serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: -0.01em;
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

.sub-hero-title .serif {
  font-size: 72px;
}

.sub-hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  font-family: var(--font-sans);
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #fff;
}

.sub-hero-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}

.sub-hero-points li + li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 14px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}

.sub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.sub-btn-light,
.sub-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 32px;
  border-radius: 111px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, background-color 160ms ease;
}

.sub-btn-light {
  background: #fff;
}

.sub-btn-ghost {
  border: 1px solid #fff;
  color: #fff;
}

.sub-btn-ghost:hover {
  background: rgb(255 255 255 / 0.12);
}

@media (prefers-reduced-motion: no-preference) {
  .sub-btn-light:hover,
  .sub-btn-ghost:hover,
  .sub-demo:hover {
    transform: translateY(-2px);
  }
}

.sub-hero-visual {
  position: relative;
  align-self: end;
  height: 560px;
}

.sub-hero-visual img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(390px, 78%);
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 60px rgb(10 30 90 / 0.35));
}

.sub-hero-visual--voice img {
  width: min(500px, 96%);
}

.sub-hero-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.28);
  box-shadow: 0 0 0 80px rgb(255 255 255 / 0.06), 0 0 0 160px rgb(255 255 255 / 0.04);
  transform: translate(-50%, -40%);
}

.sub-section {
  width: calc(1660 / 1846 * 100%);
  margin: 0 auto;
  padding: 115px 0 0;
}

.sub-section--center {
  text-align: center;
}

.sub-tag {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 22px;
  border-radius: 37px;
  background: rgb(206 227 255 / 0.82);
}

.sub-tag span {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  background: linear-gradient(-11.41deg, #6b87ec 9.172%, #255bef 77.529%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.sub-title {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #000;
}

.sub-section--center .sub-title,
.sub-section--center .sub-lead {
  margin-inline: auto;
}

.sub-title .serif {
  font-size: 56px;
}

.sub-title .blue {
  color: #4c78f2;
}

.sub-lead {
  max-width: 860px;
  margin: 18px 0 0;
  font-family: var(--font-sans);
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #161616;
}

.sub-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
  text-align: left;
}

.sub-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 32px 36px;
  border: 1px solid #ddd;
  border-radius: 26px;
  background: #fff;
}

.sub-card-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #eef2ff;
  font-size: 30px;
  line-height: 1;
}

.sub-card h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #000;
}

.sub-card p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #161616;
}

.sub-usecases {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 44px;
}

.sub-usecases span {
  display: inline-flex;
  align-items: center;
  padding: 8px 26px;
  border-radius: 87px;
  background: #fff;
  box-shadow: 0 6px 11px rgb(0 0 0 / 0.11);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
}

.sub-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 48px;
  align-items: center;
}

.sub-split .btn-fill {
  --m: 0.75;
}

.sub-steps {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-steps li {
  display: grid;
  grid-template-columns: 6px 64px 1fr;
  gap: 0 22px;
  align-items: center;
  min-height: 118px;
}

.sub-steps li::before {
  content: "";
  width: 6px;
  height: 78%;
  justify-self: center;
  border-radius: 17px;
  background: #d9d9d9;
}

.sub-steps li:first-child::before {
  background: #000;
}

.sub-steps li > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #bcbfcd;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.sub-steps li:first-child > span {
  background: #465ff0;
}

.sub-steps h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #525252;
}

.sub-steps li:first-child h3 {
  color: #000;
}

.sub-steps p {
  margin: 6px 0 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  color: #464646;
}

.sub-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
  text-align: left;
}

.sub-product {
  --tint: #e7fee8;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 36px 32px 0;
  border-radius: 32px;
  background: var(--tint);
  overflow: hidden;
  color: #000;
}

.sub-product--wa,
.sub-product--bulk { --tint: #e7fee8; --num: rgb(163 229 170 / 0.9); }
.sub-product--rcs { --tint: #e3e6fd; --num: rgb(181 201 229 / 0.82); }
.sub-product--sms { --tint: #fff8e7; --num: #e6d19f; }

.sub-product-num {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 96px;
  line-height: 1;
  color: var(--num);
}

.sub-product h3 {
  position: relative;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

.sub-product p {
  position: relative;
  margin: 12px 0 0;
  max-width: 320px;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.sub-product-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 17px;
  color: #255bef;
}

.sub-product img {
  width: 62%;
  max-width: 250px;
  height: auto;
  margin: 28px auto 0;
}

.sub-product::after {
  content: "";
  position: absolute;
  inset: 62% 0 0;
  background: linear-gradient(to bottom, transparent, var(--tint) 85%);
  pointer-events: none;
}

.subpage .cta {
  width: 100%;
  padding: 115px 0 80px;
}

.subpage .cta-frame {
  width: calc(1660 / 1846 * 100%);
}

/* Contact */

.contact-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  margin-top: -180px;
  text-align: left;
}

.sub-hero-body--contact {
  padding-bottom: 170px;
}

.contact-form,
.contact-card {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 60px rgb(22 22 29 / 0.08);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

.contact-form h2,
.contact-card h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: #000;
}

.contact-form h2,
.contact-form .span-2 {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  color: #464646;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  background: #fafbff;
  font: inherit;
  font-size: 17px;
  color: #161616;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid #4c78f2;
  outline-offset: 1px;
  background: #fff;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form .btn-fill {
  --m: 0.75;
  margin-top: 4px;
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contact-note {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.5;
  color: #255bef;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-card p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.5;
  color: #464646;
}

.contact-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
}

.contact-row .sub-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  font-size: 24px;
}

.contact-row strong {
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.contact-row a,
.contact-row span {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 18px;
  color: #161616;
}

.contact-row a:hover {
  color: #255bef;
}

.contact-hours {
  padding: 18px 20px;
  border-radius: 18px;
  background: #eef2ff;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: #255bef;
}

/* Legal */

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-top: 64px;
}

.legal-toc {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid #ddd;
  border-radius: 24px;
  background: #fff;
}

.legal-toc strong {
  margin-bottom: 8px;
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.legal-toc a {
  padding: 8px 12px;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  color: #161616;
}

.legal-toc a:hover {
  background: #eef2ff;
  color: #255bef;
}

.legal-copy {
  max-width: 820px;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #161616;
}

.legal-meta {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 8px 18px;
  border-radius: 37px;
  background: #eef2ff;
  font-weight: 600;
  font-size: 15px;
  color: #255bef;
}

.legal-copy section + section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e6e6e6;
}

.legal-copy h2 {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: #000;
}

.legal-copy p,
.legal-copy li {
  margin: 0 0 12px;
}

.legal-copy ul {
  margin: 0 0 12px;
  padding-left: 1.25em;
}

.legal-copy a {
  color: #255bef;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .sub-hero-title { font-size: 54px; line-height: 62px; }
  .sub-hero-title .serif { font-size: 58px; }
  .sub-cards, .sub-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .sub-header {
    align-items: center;
    width: 100%;
    padding: 18px 16px 0;
  }

  .sub-logo,
  .sub-nav { margin-top: 0; }

  .sub-logo { height: 36px; gap: 8px; }
  .sub-wordmark { font-size: 28px; }
  .sub-logo img { width: 36px; height: 36px; }
  .sub-nav > a,
  .sub-drop > a { font-size: 18px; line-height: 1.2; gap: 8px; }
  .sub-demo { display: none; }

  .sub-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .sub-menu-toggle span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }

  .sub-nav {
    display: none;
    position: absolute;
    z-index: 9;
    left: 12px;
    right: 12px;
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border-radius: 16px;
    background: #255bef;
    box-shadow: 0 16px 40px rgb(37 91 239 / 0.28);
  }

  .sub-hero.is-open .sub-nav { display: flex; }

  .sub-nav > a,
  .sub-drop > a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 18px;
  }

  .sub-drop-menu {
    position: static;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 4px 0 6px 12px;
    padding: 6px;
    box-shadow: none;
  }

  .sub-hero-body,
  .sub-section,
  .subpage .cta-frame {
    width: 100%;
  }

  .sub-hero-body {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 56px 16px 0;
  }

  .sub-hero-body--center { padding-bottom: 72px; }
  .sub-hero-copy { padding-bottom: 48px; }
  .sub-hero-title { font-size: clamp(34px, 9vw, 48px); line-height: 1.12; }
  .sub-hero-title .serif { font-size: 1.06em; }
  .sub-hero-lead { font-size: 18px; line-height: 1.45; letter-spacing: 0.02em; }
  .sub-btn-light, .sub-btn-ghost { min-height: 48px; padding: 6px 24px; font-size: 18px; }
  .sub-hero-visual { height: 360px; }
  .sub-hero-visual--voice { height: 300px; }
  .sub-hero-visual--voice img { width: min(340px, 96%); }
  .sub-hero-visual::before { width: 340px; height: 340px; }

  .sub-section { padding: 72px 16px 0; }
  .sub-title { font-size: clamp(32px, 8vw, 52px); line-height: 1.15; }
  .sub-title .serif { font-size: 1.06em; }
  .sub-lead { font-size: 18px; line-height: 1.45; letter-spacing: 0.02em; }
  .sub-cards, .sub-products, .sub-split, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
  .sub-usecases span { font-size: 16px; white-space: normal; }
  .contact-layout { margin: 32px 16px 0; }
  .contact-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .contact-card { padding: 28px 20px; }
  .legal-toc { position: static; }
  .legal-layout { margin: 40px 16px 0; }
  .subpage .cta { padding: 72px 0 60px; }
}

