:root {
  --ink: #241f29;
  --muted: #716a75;
  --line: #ece4e9;
  --panel: #ffffff;
  --cream: #fffdfa;
  --soft: #f8f6f7;
  --mint: #f7f4f3;
  --mint-strong: #fd9935;
  --sky: #f3f3f6;
  --sky-strong: #7c86d8;
  --lilac: #f5f2f6;
  --lilac-strong: #9a72c7;
  --coral: #f7f2ef;
  --coral-strong: #ef8b70;
  --brand-rose: #ad2c6c;
  --brand-orange: #fd9935;
  --brand-violet: #6c4eb6;
  --navy: #34243a;
  --shadow: 0 30px 80px rgba(74, 42, 67, 0.12);
  --shadow-soft: 0 18px 50px rgba(74, 42, 67, 0.08);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Dark theme */
:root {
  color-scheme: dark;
  --ink: #f7f2f5;
  --muted: #b5abb5;
  --line: #443944;
  --panel: #2b252d;
  --cream: #1b171d;
  --soft: #272129;
  --mint: #30282e;
  --sky: #282833;
  --lilac: #2d2732;
  --coral: #302825;
  --navy: #5d2949;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.22);
}

body {
  background: var(--cream);
}

.site-header {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(34, 28, 36, 0.88);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
}

.site-nav {
  color: #c7bdc6;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.brand img,
.footer-brand img {
  padding: 7px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, #7e315b, #4b2d61);
}

.button.secondary {
  color: #f6f1f4;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.play-icon {
  border-left-color: #f6f1f4;
}

.nav-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  background: #ffffff;
}

.hero-section::before,
.pricing-hero::before {
  opacity: 0.24;
}

.hero-glow-one {
  background: rgba(173, 44, 108, 0.2);
}

.hero-glow-two {
  background: rgba(91, 67, 133, 0.22);
}

.hero-kicker {
  color: #d7cbd4;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.hero-copy,
.hero-proof {
  color: var(--muted);
}

.product-window,
.conversation-card,
.mini-calendar,
.handoff-person,
.voice-bubble,
.lead-form,
.included-card,
.faq-list details {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.1);
  background: #29232b;
}

.window-topbar,
.workspace-nav,
.insight-panel {
  background: #241f26;
}

.workspace {
  background: #201c22;
}

.workspace-nav button {
  color: #a99faa;
}

.workspace-nav button span,
.caller-row,
.customer-message {
  background: rgba(255, 255, 255, 0.055);
}

.workspace-nav button.active,
.ai-message,
.insight-bars {
  background: rgba(173, 44, 108, 0.14);
}

.caller-row strong,
.message p,
.booking-confirmed strong,
.insight-list dd {
  color: #f4eef2;
}

.booking-confirmed {
  border-color: rgba(253, 153, 53, 0.22);
  background: rgba(253, 153, 53, 0.07);
}

.floating-note,
.app-float-card {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(43, 36, 45, 0.94);
}

.trust-strip {
  border-color: var(--line);
}

.channel-list {
  color: #c8bec7;
}

.section-heading > p:last-child,
.bento-copy > p:last-child,
.app-copy > p,
.integration-copy > p,
.industry-card p,
.cta-copy > p,
.plan-top p,
.custom-plan-band p,
.included-card p,
.faq-list p {
  color: var(--muted);
}

.bento-card,
.integration-visual,
.industry-card,
.result-quote,
.result-stats,
.cta-section,
.custom-plan-band {
  border-color: rgba(255, 255, 255, 0.08);
  background: #282229;
}

.mint-card {
  background: #292326;
}

.sky-card {
  background: #242631;
}

.lilac-card {
  background: #29242e;
}

.feature-number,
.integration-tags span {
  color: #c9bec7;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.voice-visual {
  border-color: rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025) 43%, transparent 68%);
}

.voice-avatar {
  border-color: rgba(255, 255, 255, 0.08);
  background: #332c35;
}

.calendar-head {
  border-color: rgba(255, 255, 255, 0.1);
}

.time-slots span {
  color: #c4bac3;
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
}

.time-slots .selected {
  background: #7b4568;
}

.phone-section,
.results-section::before {
  background:
    radial-gradient(circle at 84% 10%, rgba(173, 44, 108, 0.2), transparent 30%),
    #241f27;
}

.app-points p,
.app-float-card small,
.quote-person small,
.result-stats span,
.cta-note small,
.form-note {
  color: #aaa0aa;
}

.app-backdrop {
  background: linear-gradient(145deg, #312a34, #25232e);
}

.phone-shot {
  border-color: rgba(255, 255, 255, 0.12);
  background: #312a33;
}

.industries-section {
  background: #211c23;
}

.result-quote,
.result-stats {
  background: rgba(255, 255, 255, 0.055);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  color: #f5eff3;
  border-color: rgba(255, 255, 255, 0.11);
  background: #211c23;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #8f858f;
}

.site-footer {
  border-color: var(--line);
  background: #171319;
}

.footer-brand p,
.footer-links a,
.footer-bottom {
  color: #9f959f;
}

.pricing-hero {
  background:
    radial-gradient(circle at 80% 25%, rgba(94, 70, 139, 0.2), transparent 30%),
    radial-gradient(circle at 15% 20%, rgba(173, 81, 57, 0.16), transparent 34%),
    #1b171d;
}

.plan-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: #272129;
}

.plan-card.featured {
  border-color: rgba(204, 103, 151, 0.38);
  background: linear-gradient(180deg, #31252d, #272129 44%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.plan-card li {
  color: #bbb1ba;
}

body::selection {
  color: var(--ink);
  background: var(--mint-strong);
}

img {
  display: block;
  max-width: 100%;
}

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

[id] {
  scroll-margin-top: 110px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 480;
  letter-spacing: -0.006em;
  line-height: 1.06;
}

h1 {
  font-size: clamp(3.35rem, 7.5vw, 6.8rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(calc(100% - 32px), 1240px);
  margin: 14px auto 0;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(117, 74, 103, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(74, 42, 67, 0.08);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(130px, 14vw, 166px);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 3px;
  color: #445158;
  font-size: 0.9rem;
  font-weight: 520;
}

.site-nav a {
  padding: 9px 11px;
  border-radius: 10px;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--soft);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 560;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(87, 45, 76, 0.2);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(87, 45, 76, 0.2);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero-section {
  position: relative;
  padding: 108px 16px 86px;
  overflow: hidden;
}

.hero-section::before {
  position: absolute;
  inset: -90px 0 auto;
  height: 800px;
  content: "";
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(132, 69, 105, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 69, 105, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  top: 90px;
  left: -190px;
  width: 520px;
  height: 520px;
  background: rgba(247, 231, 216, 0.42);
  filter: blur(60px);
}

.hero-glow-two {
  top: 160px;
  right: -150px;
  width: 460px;
  height: 460px;
  background: rgba(231, 227, 237, 0.44);
  filter: blur(70px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  padding: 9px 14px;
  border: 1px solid rgba(139, 65, 108, 0.15);
  border-radius: 999px;
  color: #755069;
  background: rgba(255, 255, 255, 0.64);
  font-size: 0.88rem;
  font-weight: 560;
  backdrop-filter: blur(12px);
}

.hero-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint-strong);
  box-shadow: 0 0 0 5px rgba(253, 153, 53, 0.18);
}

.hero-content h1 span {
  position: relative;
  display: inline-block;
  color: var(--brand-rose);
}

.hero-content h1 span::after {
  content: "";
  display: none;
}

.hero-copy {
  max-width: 760px;
  margin: 30px auto 0;
  color: #56656b;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-content .hero-split-heading {
  max-width: 1140px;
  margin: 0 auto;
  gap: 4px;
}

.hero-content .hero-split-heading span {
  color: rgba(193, 232, 255, 0.76);
  font-size: clamp(2.25rem, 4.2vw, 4.35rem);
  font-weight: 390;
  letter-spacing: -0.004em;
}

.hero-content .hero-split-heading em {
  max-width: 1140px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(3.35rem, 7.2vw, 6.8rem);
  font-weight: 480;
  letter-spacing: -0.006em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.play-icon {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--ink);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-top: 25px;
  color: #68767b;
  font-size: 0.86rem;
  font-weight: 520;
}

.hero-proof span {
  position: relative;
}

.hero-proof span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #afbbb7;
}

.product-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  margin: 82px auto 0;
  padding: 0 34px;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(173, 44, 108, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.stage-orbit-one {
  top: -76px;
  left: 2%;
  width: 220px;
  height: 220px;
}

.stage-orbit-two {
  right: 0;
  bottom: -60px;
  width: 170px;
  height: 170px;
}

.product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(125, 75, 108, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 40px 100px rgba(79, 48, 70, 0.16);
  backdrop-filter: blur(20px);
}

.window-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(249, 251, 248, 0.86);
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d1dbd7;
}

.window-dots span:nth-child(2) {
  background: #f5c28f;
}

.window-dots span:nth-child(3) {
  background: #c8d7ed;
}

.window-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 560;
}

.window-title img {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.online-pill {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 7px;
  color: #4a625d;
  font-size: 0.78rem;
  font-weight: 540;
}

.online-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5cc497;
  box-shadow: 0 0 0 4px rgba(92, 196, 151, 0.14);
}

.workspace {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 220px;
  min-height: 510px;
  background: #faf7f9;
}

.workspace-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 14px;
  border-right: 1px solid var(--line);
  background: #fffafd;
}

.workspace-nav button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 0;
  border-radius: 11px;
  color: #71807e;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 520;
  text-align: left;
}

.workspace-nav button span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 8px;
  background: #edf1ee;
  font-size: 0.64rem;
}

.workspace-nav button.active {
  color: #8f285c;
  background: #f3ecef;
}

.workspace-nav button.active span {
  color: #ffffff;
  background: var(--brand-rose);
}

.conversation-card {
  margin: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(79, 46, 69, 0.06);
}

.conversation-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.mini-label,
.conversation-heading h3 {
  margin: 0;
}

.mini-label {
  color: #7e8b89;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversation-heading h3 {
  margin-top: 5px;
  font-size: 1.24rem;
  font-weight: 520;
  letter-spacing: -0.006em;
}

.call-time {
  padding: 7px 10px;
  border-radius: 9px;
  color: #9a3569;
  background: #f6f0f2;
  font-size: 0.76rem;
  font-weight: 600;
}

.caller-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  padding: 15px;
  border-radius: 14px;
  background: #f6f8f6;
}

.caller-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #8d315f;
  background: #f2ecef;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.caller-row > div strong,
.caller-row > div span {
  display: block;
}

.caller-row strong {
  font-size: 0.84rem;
  font-weight: 560;
}

.caller-row div > span {
  color: #82908d;
  font-size: 0.7rem;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 30px;
}

.waveform i,
.voice-lines i {
  display: block;
  width: 3px;
  border-radius: 999px;
  background: var(--brand-rose);
}

.waveform i:nth-child(1),
.waveform i:nth-child(11) { height: 8px; }
.waveform i:nth-child(2),
.waveform i:nth-child(10) { height: 15px; }
.waveform i:nth-child(3),
.waveform i:nth-child(9) { height: 23px; }
.waveform i:nth-child(4),
.waveform i:nth-child(8) { height: 17px; }
.waveform i:nth-child(5),
.waveform i:nth-child(7) { height: 27px; }
.waveform i:nth-child(6) { height: 12px; }

.transcript {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.message {
  max-width: 87%;
  padding: 12px 14px;
  border-radius: 14px;
}

.message span {
  color: #80908d;
  font-size: 0.66rem;
  font-weight: 580;
  text-transform: uppercase;
}

.message p {
  margin: 4px 0 0;
  color: #39494a;
  font-size: 0.8rem;
}

.customer-message {
  background: #f1f4f2;
}

.ai-message {
  justify-self: end;
  background: #f6f2f3;
}

.booking-confirmed {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  padding: 13px;
  border: 1px solid #f1d6c6;
  border-radius: 14px;
  background: #faf7f5;
}

.check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #ffffff;
  background: var(--brand-orange);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.booking-confirmed > div strong,
.booking-confirmed > div span,
.booking-confirmed > .booking-status {
  display: block;
}

.booking-confirmed strong {
  font-size: 0.78rem;
  font-weight: 560;
}

.booking-confirmed div span {
  color: #758581;
  font-size: 0.68rem;
}

.booking-status {
  color: #9b376a;
  font-size: 0.69rem;
  font-weight: 580;
}

.insight-panel {
  padding: 28px 18px;
  border-left: 1px solid var(--line);
  background: #fffafd;
}

.insight-number {
  display: grid;
  margin-top: 16px;
}

.insight-number strong {
  font-size: 2.7rem;
  letter-spacing: -0.006em;
  line-height: 1;
}

.insight-number span {
  color: #7d8a88;
  font-size: 0.75rem;
}

.insight-bars {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 92px;
  margin: 20px 0;
  padding: 12px;
  border-radius: 12px;
  background: #f4f1f2;
}

.insight-bars span {
  flex: 1;
  height: var(--height);
  min-height: 8px;
  border-radius: 4px 4px 2px 2px;
  background: #b98aa2;
}

.insight-list {
  margin: 0;
}

.insight-list div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.insight-list dt {
  color: #74817f;
  font-size: 0.69rem;
}

.insight-list dd {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
}

.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 188px;
  padding: 12px 14px;
  border: 1px solid rgba(134, 72, 111, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.floating-note strong,
.floating-note small {
  display: block;
}

.floating-note strong {
  font-size: 0.78rem;
  font-weight: 560;
}

.floating-note small {
  color: #788582;
  font-size: 0.68rem;
}

.note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: #9a3569;
  background: var(--mint);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.note-icon-lilac {
  color: #5e5394;
  background: var(--lilac);
}

.note-left {
  top: 34%;
  left: -34px;
}

.note-right {
  right: -24px;
  bottom: 11%;
}

.trust-strip {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 26px 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.trust-strip > p {
  margin: 0 0 18px;
  color: #71807d;
  font-size: 0.78rem;
  font-weight: 580;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.channel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 34px;
  color: #50615f;
  font-weight: 540;
}

.channel-list span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.channel-list b {
  color: #91a19e;
  font-size: 0.68rem;
}

.section {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading {
  max-width: 810px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--brand-rose);
  font-size: 0.77rem;
  font-weight: 560;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-heading > p:last-child,
.bento-copy > p:last-child,
.phone-copy > p,
.app-copy > p,
.integration-copy > p,
.industry-card p,
.cta-copy > p,
.pricing-hero-copy > p,
.plan-top p,
.custom-plan-band p,
.included-card p,
.faq-list p {
  color: var(--muted);
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 24px auto 0;
  font-size: 1.06rem;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-top: 58px;
}

.bento-card {
  position: relative;
  min-height: 400px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(135, 69, 108, 0.1);
  border-radius: var(--radius-lg);
}

.bento-large {
  grid-row: span 2;
  min-height: 818px;
}

.mint-card {
  background: #f7f5f4;
}

.sky-card {
  background: #f4f4f6;
}

.lilac-card {
  background: #f6f4f6;
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 42px;
  place-items: center;
  border: 1px solid rgba(122, 67, 103, 0.13);
  border-radius: 12px;
  color: #79546c;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.bento-copy {
  max-width: 520px;
}

.bento-card h3 {
  max-width: 500px;
}

.bento-copy > p:last-child {
  max-width: 500px;
  margin: 20px 0 0;
}

.voice-visual {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  min-height: 350px;
  border: 1px solid rgba(147, 70, 111, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.46) 43%, transparent 68%);
}

.voice-visual::before,
.voice-visual::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(173, 44, 108, 0.13);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.voice-visual::before {
  width: 250px;
  height: 250px;
}

.voice-visual::after {
  width: 310px;
  height: 310px;
}

.voice-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border: 14px solid rgba(255, 255, 255, 0.58);
  border-radius: 42px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(96, 49, 80, 0.16);
  transform: translate(-50%, -62%) rotate(-2deg);
}

.voice-avatar img {
  width: 94px;
  border-radius: 28px;
}

.voice-bubble {
  position: absolute;
  right: 34px;
  bottom: 24px;
  left: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  border: 1px solid rgba(147, 70, 111, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 15px 35px rgba(96, 49, 80, 0.09);
  font-size: 0.84rem;
  font-weight: 560;
  backdrop-filter: blur(12px);
}

.voice-lines {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
}

.voice-lines i:nth-child(1),
.voice-lines i:nth-child(7) { height: 8px; }
.voice-lines i:nth-child(2),
.voice-lines i:nth-child(6) { height: 18px; }
.voice-lines i:nth-child(3),
.voice-lines i:nth-child(5) { height: 25px; }
.voice-lines i:nth-child(4) { height: 14px; }

.sky-card .eyebrow {
  color: #417a96;
}

.lilac-card .eyebrow {
  color: #66598f;
}

.mini-calendar {
  margin-top: 32px;
  padding: 18px;
  border: 1px solid rgba(50, 105, 128, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(83, 126, 142, 0.13);
  font-size: 0.8rem;
}

.calendar-head strong {
  font-weight: 560;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.time-slots span {
  padding: 10px 5px;
  border: 1px solid rgba(69, 112, 130, 0.12);
  border-radius: 10px;
  color: #62777f;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 540;
  text-align: center;
}

.time-slots .selected {
  color: #ffffff;
  background: #71556a;
}

.calendar-confirm {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #8d315f;
  font-size: 0.72rem;
  font-weight: 560;
}

.calendar-confirm span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: #ffffff;
  background: var(--brand-orange);
  font-weight: 560;
  line-height: 1;
  text-align: center;
}

.handoff-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}

.handoff-person {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(96, 80, 145, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
}

.handoff-person > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  color: #5d5382;
  background: #e1daf7;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.handoff-person strong,
.handoff-person small {
  display: block;
}

.handoff-person strong {
  font-size: 0.78rem;
  font-weight: 560;
}

.handoff-person small {
  color: #7b748f;
  font-size: 0.64rem;
}

.handoff-arrow {
  color: #75689f;
  font-weight: 560;
}

.phone-section {
  width: min(calc(100% - 32px), 1280px);
  margin: 0 auto;
  padding: 82px;
  border-radius: 44px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 10%, rgba(173, 44, 108, 0.2), transparent 30%),
    #29222d;
  box-shadow: 0 30px 80px rgba(45, 31, 43, 0.16);
}

.phone-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 80px;
}

.phone-copy > p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #c8c1ca;
}

.phone-section .eyebrow {
  color: #f1ad76;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-weight: 560;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.call-flow {
  display: grid;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.call-flow article {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  color: #ffffff;
  background: rgba(173, 44, 108, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.call-flow strong,
.call-flow small {
  display: block;
}

.call-flow strong {
  font-size: 0.95rem;
  font-weight: 560;
}

.call-flow small {
  margin-top: 3px;
  color: #aaa2ad;
  font-size: 0.76rem;
}

.flow-line {
  width: 1px;
  height: 24px;
  margin-left: 44px;
  background: rgba(255, 255, 255, 0.17);
}

.capability-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 22px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #c5bdc7;
  font-size: 0.84rem;
  font-weight: 540;
}

.capability-row span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: var(--brand-orange);
}

.app-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 76px;
  min-height: 760px;
}

.app-copy > p {
  max-width: 510px;
  margin: 24px 0 0;
}

.app-points {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.app-points div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.app-points div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: #943263;
  background: var(--mint);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.app-points p {
  margin: 1px 0 0;
  color: #687673;
  font-size: 0.86rem;
}

.app-points strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 560;
}

.app-showcase {
  position: relative;
  min-height: 650px;
}

.app-backdrop {
  position: absolute;
  inset: 40px 0 0 30px;
  border-radius: 48% 48% 38% 40%;
  background: linear-gradient(145deg, #f1f0f2, #f6f3f5);
  transform: rotate(-3deg);
}

.phone-shot {
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 286px;
  padding: 8px;
  border: 1px solid rgba(105, 65, 93, 0.14);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(76, 47, 71, 0.16);
}

.phone-shot img {
  width: 100%;
  height: auto;
  border-radius: 19px;
}

.phone-shot-back {
  top: 64px;
  right: 4px;
  transform: rotate(4deg);
}

.phone-shot-front {
  bottom: 24px;
  left: 20px;
  transform: rotate(-3deg);
}

.app-float-card {
  position: absolute;
  right: 2px;
  bottom: 72px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
  padding: 15px;
  border: 1px solid rgba(119, 70, 102, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(15px);
}

.app-float-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #963565;
  background: var(--mint);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.app-float-card p,
.app-float-card strong,
.app-float-card small {
  display: block;
  margin: 0;
}

.app-float-card strong {
  font-size: 0.78rem;
  font-weight: 560;
}

.app-float-card small {
  color: #7b8785;
  font-size: 0.65rem;
}

.integration-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 86px;
}

.integration-visual {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
  overflow: hidden;
  border-radius: 38px;
  background: #f3f2f4;
}

.integration-halo {
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(81, 134, 153, 0.18);
  border-radius: 50%;
}

.integration-halo::before,
.integration-halo::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(81, 134, 153, 0.14);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.integration-halo::before {
  width: 300px;
  height: 300px;
}

.integration-halo::after {
  width: 470px;
  height: 470px;
}

.integration-visual img {
  position: relative;
  z-index: 2;
  width: 86%;
  filter: drop-shadow(0 28px 50px rgba(38, 74, 82, 0.15));
}

.integration-copy > p {
  max-width: 550px;
  margin: 24px 0 0;
}

.integration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.integration-tags span,
.integration-tags a {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #ffffff;
  color: #716772;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.integration-tags a:hover {
  border-color: #7da0ca;
  box-shadow: 0 8px 20px rgba(5, 38, 89, 0.08);
  transform: translateY(-2px);
}

.industries-section {
  padding: 112px max(16px, calc((100vw - var(--container)) / 2));
  background: #f7f5f6;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.industry-card {
  padding: 30px;
  border: 1px solid rgba(125, 70, 105, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.industry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 16px;
  color: #963565;
  background: var(--mint);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.industry-icon.coral {
  color: #935e47;
  background: #f4efec;
}

.industry-icon.lilac {
  color: #615787;
  background: #f1eff3;
}

.industry-card p {
  min-height: 74px;
  margin: 16px 0 24px;
}

.industry-card a {
  color: var(--brand-rose);
  font-size: 0.82rem;
  font-weight: 560;
}

.results-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
}

.results-section::before {
  position: absolute;
  z-index: -1;
  inset: 52px -42px;
  border-radius: 42px;
  content: "";
  background:
    radial-gradient(circle at 10% 0%, rgba(253, 153, 53, 0.12), transparent 28%),
    #302832;
  box-shadow: 0 30px 80px rgba(45, 31, 43, 0.14);
}

.result-quote,
.result-stats {
  border-radius: 34px;
}

.result-quote {
  padding: 50px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.075);
}

.quote-mark {
  margin: 0;
  color: #f2a469;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.6;
}

.result-quote blockquote {
  margin: 28px 0 38px;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 460;
  letter-spacing: -0.006em;
  line-height: 1.18;
}

.quote-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-person > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.quote-person p,
.quote-person strong,
.quote-person small {
  display: block;
  margin: 0;
}

.quote-person strong {
  font-weight: 560;
}

.quote-person small {
  color: #bdb4bf;
  font-size: 0.76rem;
}

.result-stats {
  display: grid;
  align-content: center;
  gap: 0;
  padding: 24px 44px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
}

.result-stats div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.result-stats div:last-child {
  border-bottom: 0;
}

.result-stats strong {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  letter-spacing: -0.006em;
}

.result-stats span {
  max-width: 150px;
  color: #bdb4bf;
  font-size: 0.8rem;
  font-weight: 540;
  text-align: right;
}

.cta-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  gap: 72px;
  width: min(calc(100% - 32px), 1240px);
  margin: 0 auto 100px;
  padding: 72px;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.8), transparent 35%),
    #f5f2f3;
}

.cta-section::after {
  position: absolute;
  right: 31%;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(173, 44, 108, 0.12);
  border-radius: 50%;
  content: "";
}

.cta-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.cta-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
}

.cta-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.cta-note > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: var(--brand-orange);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.cta-note p,
.cta-note strong,
.cta-note small {
  display: block;
  margin: 0;
}

.cta-note strong {
  font-weight: 560;
}

.cta-note small {
  color: #7c6172;
  font-size: 0.76rem;
}

.lead-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(123, 67, 103, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.form-heading {
  display: grid;
  margin-bottom: 6px;
}

.form-heading span {
  color: #8c4b70;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-heading strong {
  margin-top: 2px;
  font-size: 1.35rem;
  letter-spacing: -0.006em;
}

.lead-form label {
  display: grid;
  gap: 6px;
  color: #675d67;
  font-size: 0.78rem;
  font-weight: 540;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid #e6dce2;
  border-radius: 12px;
  outline: none;
  color: var(--ink);
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form textarea {
  min-height: 128px;
  padding-top: 13px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: #ca78a0;
  box-shadow: 0 0 0 4px rgba(173, 44, 108, 0.12);
}

.lead-form .button {
  width: 100%;
  margin-top: 5px;
}

.form-note {
  margin: 0;
  color: #7c8a87;
  font-size: 0.7rem;
  text-align: center;
}

.form-note.is-success {
  color: #2f7660;
}

.form-note.is-error {
  color: #a84545;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  padding: 70px max(16px, calc((100vw - var(--container)) / 2)) 28px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-brand img {
  width: 166px;
}

.footer-brand p {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 4px;
  font-size: 0.8rem;
}

.footer-links a {
  color: #6b7876;
  font-size: 0.82rem;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #87928f;
  font-size: 0.72rem;
}

/* Pricing page */
.pricing-hero {
  position: relative;
  display: grid;
  min-height: 510px;
  margin-top: -88px;
  padding: 200px max(16px, calc((100vw - var(--container)) / 2)) 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 25%, rgba(235, 232, 238, 0.7), transparent 30%),
    radial-gradient(circle at 15% 20%, rgba(246, 236, 228, 0.62), transparent 34%);
}

.pricing-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(132, 69, 105, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 69, 105, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.pricing-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.pricing-hero h1 {
  max-width: 930px;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.pricing-hero-copy > p {
  max-width: 670px;
  margin-top: 24px;
  font-size: 1.08rem;
}

.pricing-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 80px 0 60px;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 680px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.plan-card.featured {
  border-color: #e4b1ca;
  background: linear-gradient(180deg, #fff5f9, #ffffff 44%);
  box-shadow: 0 28px 70px rgba(151, 55, 104, 0.13);
}

.popular-pill {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #91315f;
  background: var(--mint);
  font-size: 0.7rem;
  font-weight: 580;
}

.plan-label {
  margin: 0 0 14px;
  color: var(--brand-rose);
  font-size: 0.76rem;
  font-weight: 620;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-top h2 {
  font-size: clamp(2.8rem, 5vw, 4.3rem);
}

.plan-top h2 span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 720;
  letter-spacing: 0;
}

.plan-top p {
  min-height: 82px;
  margin: 18px 0 24px;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 27px;
  color: #52615f;
  font-size: 0.88rem;
}

.plan-card li::before {
  position: absolute;
  top: 0.17em;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 6px;
  content: "\2713";
  color: #963565;
  background: var(--mint);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.plan-card .button {
  margin-top: auto;
}

.custom-plan-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto 100px;
  padding: 46px;
  border-radius: 30px;
  background: #f3f2f4;
}

.custom-plan-band p {
  max-width: 760px;
}

.pricing-addons-section {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto 46px;
  padding: 54px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(193, 232, 255, 0.44), transparent 30%),
    linear-gradient(180deg, #ffffff, #f5fbff);
  box-shadow: var(--shadow-soft);
}

.pricing-addons-section .section-heading {
  max-width: 840px;
  margin: 0;
  text-align: left;
}

.pricing-addons-section .section-heading p {
  margin-right: 0;
  margin-left: 0;
}

.pricing-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.pricing-addons-grid article {
  padding: 22px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
}

.pricing-addons-grid h3 {
  margin: 0 0 10px;
  color: #052659;
  font-size: 1.02rem;
  font-weight: 520;
}

.pricing-addons-grid p {
  margin: 0;
  color: #557a9f;
  font-size: 0.86rem;
  line-height: 1.62;
}

.included-section {
  padding-top: 0;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.included-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.included-card p {
  margin-bottom: 0;
}

.faq-section {
  width: min(calc(100% - 32px), 900px);
  margin: 0 auto;
  padding: 0 0 110px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 520;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .site-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    padding-top: 8px;
  }

  .site-header.nav-open .header-cta {
    display: inline-flex;
    grid-column: 1 / -1;
  }

  .workspace {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .insight-panel {
    display: none;
  }

  .bento-grid,
  .phone-layout,
  .app-section,
  .integration-section,
  .results-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .bento-large {
    grid-row: auto;
    min-height: 740px;
  }

  .phone-section {
    padding: 58px;
  }

  .app-section {
    gap: 40px;
  }

  .app-showcase {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .integration-section {
    gap: 46px;
  }

  .integration-visual {
    min-height: 520px;
  }

  .industry-grid,
  .pricing-section,
  .pricing-addons-grid,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .industry-card p,
  .plan-top p {
    min-height: 0;
  }

  .plan-card {
    min-height: auto;
  }

  .pricing-addons-section {
    padding: 36px 22px;
  }

  .cta-section {
    gap: 44px;
  }
}

@media (max-width: 720px) {
  .hero-section {
    padding-top: 76px;
  }

  .hero-proof span:not(:first-child)::before {
    display: none;
  }

  .product-stage {
    margin-top: 56px;
    padding: 0;
  }

  .workspace {
    grid-template-columns: 1fr;
  }

  .workspace-nav,
  .floating-note {
    display: none;
  }

  .conversation-card {
    margin: 14px;
    padding: 18px;
  }

  .window-topbar {
    grid-template-columns: 1fr auto;
  }

  .window-title {
    display: none;
  }

  .caller-row {
    grid-template-columns: auto 1fr;
  }

  .waveform {
    display: none;
  }

  .booking-confirmed {
    grid-template-columns: auto 1fr;
  }

  .booking-status {
    display: none;
  }

  .channel-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
  }

  .section,
  .industries-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bento-grid {
    margin-top: 38px;
  }

  .bento-card {
    min-height: 380px;
    padding: 26px;
  }

  .bento-large {
    min-height: 650px;
  }

  .voice-visual {
    right: 20px;
    bottom: 20px;
    left: 20px;
    min-height: 300px;
  }

  .voice-bubble {
    right: 18px;
    left: 18px;
  }

  .handoff-person {
    display: grid;
    justify-items: start;
  }

  .phone-section {
    width: min(calc(100% - 20px), 1280px);
    padding: 38px 24px;
    border-radius: 30px;
  }

  .capability-row {
    display: grid;
  }

  .app-showcase {
    min-height: 570px;
  }

  .phone-shot {
    width: 220px;
  }

  .phone-shot-back {
    right: 0;
  }

  .phone-shot-front {
    left: 0;
  }

  .app-float-card {
    right: 0;
    bottom: 24px;
  }

  .integration-visual {
    min-height: 410px;
  }

  .result-quote {
    padding: 36px 28px;
  }

  .result-stats {
    padding: 20px 28px;
  }

  .results-section::before {
    right: 0;
    left: 0;
  }

  .result-stats div {
    align-items: start;
  }

  .cta-section {
    width: min(calc(100% - 20px), 1240px);
    margin-bottom: 70px;
    padding: 38px 24px;
    border-radius: 30px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    display: grid;
  }

  .pricing-hero {
    min-height: 450px;
    padding-top: 180px;
  }

  .custom-plan-band {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .site-header {
    top: 8px;
    width: min(calc(100% - 20px), 1240px);
    margin-top: 8px;
  }

  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
  }

  .product-window {
    border-radius: 20px;
  }

  .window-topbar {
    min-height: 48px;
  }

  .conversation-heading h3 {
    font-size: 1rem;
  }

  .message {
    max-width: 95%;
  }

  .channel-list {
    grid-template-columns: 1fr;
    justify-items: start;
    width: max-content;
    margin: 0 auto;
  }

  .bento-card {
    border-radius: 26px;
  }

  .feature-number {
    margin-bottom: 30px;
  }

  .voice-avatar {
    width: 116px;
    height: 116px;
  }

  .voice-avatar img {
    width: 75px;
  }

  .voice-bubble {
    display: grid;
  }

  .time-slots {
    grid-template-columns: 1fr;
  }

  .handoff-visual {
    grid-template-columns: 1fr;
  }

  .handoff-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .app-showcase {
    min-height: 525px;
  }

  .phone-shot {
    width: 190px;
  }

  .app-float-card {
    min-width: 220px;
  }

  .integration-visual {
    min-height: 330px;
    border-radius: 28px;
  }

  .result-stats div {
    display: grid;
  }

  .result-stats span {
    text-align: left;
  }

  .lead-form {
    padding: 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Kuee-inspired final theme */
:root {
  color-scheme: light;
  --ink: #1c3e60;
  --muted: #66798b;
  --line: #dce8e4;
  --panel: #ffffff;
  --cream: #ffffff;
  --soft: #f1f8f4;
  --mint: #e5f7f1;
  --mint-strong: #3dcab1;
  --sky: #edf5f7;
  --lilac: #f0eef9;
  --coral: #faf6ef;
  --navy: #0a1729;
  --shadow: 0 30px 80px rgba(10, 23, 41, 0.14);
  --shadow-soft: 0 18px 50px rgba(10, 23, 41, 0.09);
}

body {
  color: var(--ink);
  background: #ffffff;
  overflow-x: hidden;
}

.site-header {
  top: 0;
  width: 100%;
  margin: 0;
  padding: 20px max(24px, calc((100vw - 1120px) / 2));
  border: 0;
  border-radius: 0;
  background: #0a1729;
  box-shadow: none;
  backdrop-filter: none;
}

.brand img,
.footer-brand img {
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: brightness(0) invert(1);
}

.site-nav {
  color: rgba(255, 255, 255, 0.72);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.header-cta,
.button.primary {
  color: #0a1729;
  background: #3dcab1;
  box-shadow: 0 14px 30px rgba(61, 202, 177, 0.2);
}

.header-cta:hover,
.button.primary:hover {
  box-shadow: 0 18px 38px rgba(61, 202, 177, 0.28);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.play-icon {
  border-left-color: #ffffff;
}

.nav-toggle {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  background: #ffffff;
}

.hero-section {
  color: #ffffff;
  background: #0a1729;
}

.hero-section::before {
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
}

.hero-glow-one {
  background: rgba(61, 202, 177, 0.16);
}

.hero-glow-two {
  background: rgba(91, 63, 185, 0.16);
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.hero-kicker span {
  background: #3dcab1;
  box-shadow: 0 0 0 5px rgba(61, 202, 177, 0.13);
}

.hero-content h1 span {
  color: #ffffff;
}

.hero-content h1 span::after {
  background: #3dcab1;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.68);
}

.hero-proof {
  color: rgba(255, 255, 255, 0.5);
}

.hero-proof span:not(:first-child)::before {
  background: rgba(255, 255, 255, 0.35);
}

.product-window {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background: #0e2235;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
}

.window-topbar,
.workspace-nav,
.insight-panel {
  border-color: rgba(255, 255, 255, 0.08);
  background: #0d1d30;
}

.window-dots span {
  background: rgba(255, 255, 255, 0.2);
}

.window-dots span:nth-child(2) {
  background: #3dcab1;
}

.window-dots span:nth-child(3) {
  background: #7c73db;
}

.online-pill {
  color: rgba(255, 255, 255, 0.7);
}

.workspace {
  background: #0b1a2b;
}

.workspace-nav button {
  color: rgba(255, 255, 255, 0.52);
}

.workspace-nav button span {
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.07);
}

.workspace-nav button.active {
  color: #8be1d2;
  background: rgba(61, 202, 177, 0.12);
}

.workspace-nav button.active span {
  color: #0a1729;
  background: #3dcab1;
}

.conversation-card {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.09);
  background: #12263a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.mini-label,
.caller-row div > span,
.message span,
.booking-confirmed div span,
.insight-number span,
.insight-list dt {
  color: rgba(255, 255, 255, 0.48);
}

.call-time {
  color: #8be1d2;
  background: rgba(61, 202, 177, 0.12);
}

.caller-row,
.customer-message {
  background: rgba(255, 255, 255, 0.055);
}

.caller-avatar {
  color: #8be1d2;
  background: rgba(61, 202, 177, 0.12);
}

.caller-row strong,
.message p,
.booking-confirmed strong,
.insight-list dd {
  color: #ffffff;
}

.ai-message {
  background: rgba(61, 202, 177, 0.1);
}

.booking-confirmed {
  border-color: rgba(61, 202, 177, 0.22);
  background: rgba(61, 202, 177, 0.07);
}

.check-mark {
  color: #0a1729;
  background: #3dcab1;
}

.booking-status {
  color: #8be1d2;
}

.insight-bars {
  background: rgba(61, 202, 177, 0.08);
}

.insight-bars span {
  background: #3dcab1;
}

.floating-note {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(14, 34, 53, 0.94);
}

.floating-note small {
  color: rgba(255, 255, 255, 0.5);
}

.note-icon {
  color: #0a1729;
  background: #3dcab1;
}

.trust-strip {
  width: 100%;
  padding-right: max(16px, calc((100vw - var(--container)) / 2));
  padding-left: max(16px, calc((100vw - var(--container)) / 2));
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  background: #0a1729;
}

.trust-strip > p,
.channel-list,
.channel-list b {
  color: rgba(255, 255, 255, 0.58);
}

.section {
  color: #1c3e60;
}

.section-heading > p:last-child,
.bento-copy > p:last-child,
.app-copy > p,
.integration-copy > p,
.industry-card p,
.cta-copy > p,
.plan-top p,
.custom-plan-band p,
.included-card p,
.faq-list p {
  color: #66798b;
}

.eyebrow {
  color: #2aa88f;
}

.bento-card {
  color: #1c3e60;
  border-color: #dce8e4;
  box-shadow: none;
}

.mint-card,
.sky-card {
  background: #f1f8f4;
}

.lilac-card {
  background: #faf6ef;
}

.feature-number {
  color: #1c3e60;
  border-color: rgba(28, 62, 96, 0.12);
  background: rgba(255, 255, 255, 0.7);
}

.voice-visual {
  border-color: rgba(28, 62, 96, 0.1);
  background: radial-gradient(circle at 50% 45%, #ffffff, rgba(255, 255, 255, 0.5) 43%, transparent 68%);
}

.voice-avatar,
.voice-bubble,
.mini-calendar,
.handoff-person {
  color: #1c3e60;
  border-color: rgba(28, 62, 96, 0.1);
  background: rgba(255, 255, 255, 0.82);
}

.voice-lines i {
  background: #3dcab1;
}

.time-slots span {
  color: #617486;
  border-color: rgba(28, 62, 96, 0.1);
  background: #ffffff;
}

.time-slots .selected {
  color: #0a1729;
  background: #3dcab1;
}

.calendar-confirm {
  color: #2a8775;
}

.calendar-confirm span {
  color: #0a1729;
  background: #3dcab1;
}

.phone-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 10%, rgba(61, 202, 177, 0.13), transparent 30%),
    #1c3e60;
}

.phone-section .eyebrow {
  color: #76d9c7;
}

.phone-copy > p,
.call-flow small,
.capability-row {
  color: rgba(255, 255, 255, 0.62);
}

.call-flow,
.call-flow article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.step-icon {
  color: #0a1729;
  background: #3dcab1;
}

.app-section {
  color: #1c3e60;
  background: transparent;
}

.app-points p {
  color: #66798b;
}

.app-points strong {
  color: #1c3e60;
}

.app-points div > span,
.app-float-card > span {
  color: #0a1729;
  background: #bdeee4;
}

.app-backdrop {
  background: #f1f8f4;
}

.phone-shot {
  border-color: #dce8e4;
  background: #ffffff;
}

.app-float-card {
  color: #1c3e60;
  border-color: #dce8e4;
  background: rgba(255, 255, 255, 0.95);
}

.app-float-card small {
  color: #748596;
}

.integration-section {
  width: min(calc(100% - 32px), 1240px);
  padding: 72px;
  border-radius: 36px;
  background: #f1f8f4;
}

.integration-visual {
  background: #ffffff;
}

.integration-tags span,
.integration-tags a {
  color: #1c3e60;
  border-color: #dce8e4;
  background: #ffffff;
}

.text-link,
.industry-card a {
  color: #208d79;
  border-color: #208d79;
}

.industries-section {
  color: #1c3e60;
  background: #faf6ef;
}

.industry-card {
  color: #1c3e60;
  border-color: #eadfce;
  background: rgba(255, 255, 255, 0.75);
}

.industry-icon,
.industry-icon.coral,
.industry-icon.lilac {
  color: #1c3e60;
  background: #dff4ed;
}

.results-section::before {
  background:
    radial-gradient(circle at 10% 0%, rgba(61, 202, 177, 0.14), transparent 28%),
    #1c3e60;
}

.result-quote,
.result-stats {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.quote-mark {
  color: #3dcab1;
}

.cta-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 0%, rgba(79, 54, 180, 0.18), transparent 35%),
    #0a1729;
}

.cta-section .eyebrow {
  color: #76d9c7;
}

.cta-copy > p,
.cta-note small {
  color: rgba(255, 255, 255, 0.62);
}

.cta-note > span {
  color: #0a1729;
  background: #3dcab1;
}

.lead-form {
  color: #1c3e60;
  border-color: rgba(255, 255, 255, 0.12);
  background: #ffffff;
}

.form-heading span,
.lead-form label {
  color: #587083;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  color: #1c3e60;
  border-color: #d9e4e1;
  background: #ffffff;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #96a3ae;
}

.form-note {
  color: #7d8c98;
}

.site-footer {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  background: #0a1729;
}

.footer-brand p,
.footer-links a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.5);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #c1e8ff;
  text-decoration: none;
}

.pricing-hero {
  color: #ffffff;
  background:
    radial-gradient(circle at 75% 15%, rgba(69, 57, 171, 0.18), transparent 30%),
    radial-gradient(circle at 15% 30%, rgba(61, 202, 177, 0.14), transparent 34%),
    #0a1729;
}

.pricing-hero-copy > p {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-section {
  color: #1c3e60;
}

.plan-card {
  color: #1c3e60;
  border-color: #dce8e4;
  background: #ffffff;
}

.plan-card.featured {
  border-color: #7bdac9;
  background: linear-gradient(180deg, #f1f8f4, #ffffff 44%);
  box-shadow: 0 28px 70px rgba(28, 62, 96, 0.12);
}

.popular-pill,
.plan-card li::before {
  color: #0a1729;
  background: #bdeee4;
}

.plan-card li {
  color: #566d80;
}

.custom-plan-band {
  color: #ffffff;
  background: #1c3e60;
}

.custom-plan-band .eyebrow {
  color: #76d9c7;
}

.custom-plan-band p {
  color: rgba(255, 255, 255, 0.64);
}

.included-card,
.faq-list details {
  color: #1c3e60;
  border-color: #dce8e4;
  background: #ffffff;
}

/* Final blue palette */
:root {
  --ink: #052659;
  --muted: #5483b3;
  --line: #cbddeb;
  --panel: #ffffff;
  --cream: #ffffff;
  --soft: #eef7fc;
  --mint: #c1e8ff;
  --mint-strong: #7da0ca;
  --sky: #e5f3fb;
  --lilac: #dcecf7;
  --coral: #f1f7fb;
  --navy: #021024;
  --brand-rose: #5483b3;
  --brand-orange: #c1e8ff;
  --brand-violet: #7da0ca;
  --shadow: 0 30px 80px rgba(2, 16, 36, 0.16);
  --shadow-soft: 0 18px 50px rgba(2, 16, 36, 0.1);
}

.site-header,
.hero-section,
.trust-strip,
.site-footer,
.pricing-hero {
  background: #021024;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  width: min(calc(100% - 32px), 1240px);
  margin: 0;
  padding: 14px 18px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 18px;
  background: rgba(2, 16, 36, 0.38);
  box-shadow: 0 10px 24px rgba(2, 16, 36, 0.1);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  transform: translateX(-50%);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  will-change: opacity, transform;
}

.site-header.is-past-hero:not(.nav-open) {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -130%);
}

.header-cta,
.button.primary {
  color: #021024;
  background: #c1e8ff;
  box-shadow: 0 14px 30px rgba(193, 232, 255, 0.18);
}

.header-cta:hover,
.button.primary:hover {
  box-shadow: 0 18px 38px rgba(193, 232, 255, 0.27);
}

.hero-glow-one {
  background: rgba(84, 131, 179, 0.26);
}

.hero-glow-two {
  background: rgba(125, 160, 202, 0.2);
}

.hero-kicker span,
.online-pill span {
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.12);
}

.hero-content h1 span::after {
  bottom: -0.01em;
  height: 0.13em;
  background: linear-gradient(90deg, #5483b3 0%, #c1e8ff 52%, #7da0ca 100%);
  box-shadow: 0 0.06em 0.22em rgba(193, 232, 255, 0.4);
  opacity: 1;
}

.product-window {
  background: #052659;
}

.window-topbar,
.workspace-nav,
.insight-panel {
  background: #031a39;
}

.workspace {
  background: #03152f;
}

.window-dots span:nth-child(2),
.window-dots span:nth-child(3) {
  background: #7da0ca;
}

.workspace-nav button.active,
.ai-message,
.insight-bars {
  background: rgba(193, 232, 255, 0.1);
}

.workspace-nav button.active {
  color: #c1e8ff;
}

.workspace-nav button.active span,
.check-mark,
.note-icon {
  color: #021024;
  background: #c1e8ff;
}

.conversation-card {
  background: #092d5d;
}

.call-time,
.booking-status {
  color: #c1e8ff;
}

.call-time,
.caller-avatar {
  background: rgba(193, 232, 255, 0.11);
}

.caller-avatar {
  color: #c1e8ff;
}

.waveform i,
.voice-lines i,
.insight-bars span {
  background: #7da0ca;
}

.booking-confirmed {
  border-color: rgba(193, 232, 255, 0.2);
  background: rgba(193, 232, 255, 0.07);
}

.floating-note {
  background: rgba(5, 38, 89, 0.95);
}

.section {
  color: #052659;
}

.eyebrow,
.calendar-confirm,
.text-link,
.industry-card a {
  color: #5483b3;
}

.section-heading > p:last-child,
.bento-copy > p:last-child,
.app-copy > p,
.integration-copy > p,
.industry-card p,
.plan-top p,
.included-card p,
.faq-list p {
  color: #557a9f;
}

.mint-card,
.sky-card {
  background: #eef7fc;
}

.lilac-card {
  background: #e5f3fb;
}

.bento-card,
.phone-shot,
.industry-card,
.plan-card,
.included-card,
.faq-list details {
  border-color: #cbddeb;
}

.feature-number,
.integration-tags span,
.integration-tags a {
  color: #052659;
  border-color: #cbddeb;
}

.connector-group {
  scroll-margin-top: 120px;
}

.voice-visual {
  border-color: #d2e4ef;
  background: radial-gradient(circle at 50% 45%, #ffffff, rgba(193, 232, 255, 0.35) 43%, transparent 68%);
}

.time-slots .selected,
.calendar-confirm span,
.app-points div > span,
.app-float-card > span {
  color: #021024;
  background: #c1e8ff;
}

.phone-section,
.custom-plan-band {
  background:
    radial-gradient(circle at 84% 10%, rgba(193, 232, 255, 0.12), transparent 30%),
    #052659;
}

.phone-section .eyebrow,
.custom-plan-band .eyebrow,
.cta-section .eyebrow {
  color: #c1e8ff;
}

.step-icon {
  color: #021024;
  background: #c1e8ff;
}

.app-backdrop,
.industries-section {
  background: #ffffff;
}

.integration-section {
  background: #e5f3fb;
}

.integration-visual {
  background: #f5fbff;
}

.industry-icon,
.industry-icon.coral,
.industry-icon.lilac {
  color: #052659;
  background: #c1e8ff;
}

.results-section::before {
  background:
    radial-gradient(circle at 10% 0%, rgba(193, 232, 255, 0.13), transparent 28%),
    #052659;
}

.quote-mark {
  color: #c1e8ff;
}

.cta-section {
  background:
    radial-gradient(circle at 85% 0%, rgba(84, 131, 179, 0.22), transparent 35%),
    #021024;
}

.cta-note > span {
  color: #021024;
  background: #c1e8ff;
}

.lead-form,
.lead-form input,
.lead-form select,
.lead-form textarea {
  color: #052659;
}

.form-heading span,
.lead-form label {
  color: #5483b3;
}

.pricing-hero {
  background:
    radial-gradient(circle at 75% 15%, rgba(84, 131, 179, 0.22), transparent 30%),
    radial-gradient(circle at 15% 30%, rgba(193, 232, 255, 0.12), transparent 34%),
    #021024;
}

.plan-card.featured {
  border-color: #7da0ca;
  background: linear-gradient(180deg, #eef7fc, #ffffff 44%);
  box-shadow: 0 28px 70px rgba(5, 38, 89, 0.13);
}

.popular-pill,
.plan-card li::before {
  color: #021024;
  background: #c1e8ff;
}

/* Basic plan free trial */
.plan-card.trial-plan {
  border-color: #7da0ca;
  background: linear-gradient(180deg, #f5fbff, #ffffff 46%);
  box-shadow: 0 28px 70px rgba(5, 38, 89, 0.1);
}

.trial-pill {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.7rem;
  font-weight: 540;
}

.trial-offer {
  margin: -4px 0 24px;
  padding: 16px;
  border: 1px solid rgba(84, 131, 179, 0.22);
  border-radius: 17px;
  background: rgba(193, 232, 255, 0.26);
}

.plan-usage-rates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.plan-usage-rates > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(84, 131, 179, 0.2);
  border-radius: 14px;
  color: #557a9f;
  background: rgba(193, 232, 255, 0.2);
  font-size: 0.7rem;
  line-height: 1.4;
}

.plan-usage-rates strong {
  color: #052659;
  font-size: 0.92rem;
  font-weight: 540;
}

.plan-usage-rates small {
  margin-top: 7px;
  color: #315d86;
  font-size: 0.64rem;
  line-height: 1.35;
}

.trial-offer > strong {
  display: block;
  color: #052659;
  font-size: 0.94rem;
  font-weight: 540;
}

.trial-allowances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin-top: 12px;
}

.trial-allowances span {
  position: relative;
  padding-left: 17px;
  color: #315d86;
  font-size: 0.74rem;
  line-height: 1.35;
}

.trial-allowances span::before {
  position: absolute;
  top: 0.46em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #5483b3;
}

.trial-offer small {
  display: block;
  margin-top: 13px;
  color: #557a9f;
  font-size: 0.7rem;
  line-height: 1.5;
}

.button.trial-button {
  color: #ffffff;
  background: #052659;
  box-shadow: 0 14px 30px rgba(5, 38, 89, 0.16);
}

.button.trial-button:hover {
  box-shadow: 0 18px 38px rgba(5, 38, 89, 0.24);
}

.button.custom-plan-button {
  color: #ffffff;
  border-color: #052659;
  background: #052659;
  box-shadow: 0 14px 30px rgba(5, 38, 89, 0.16);
}

.button.custom-plan-button:hover {
  background: #021024;
  box-shadow: 0 18px 38px rgba(5, 38, 89, 0.24);
}

/* Interactive AI operator section */
.ai-operator-section {
  padding: 112px max(16px, calc((100vw - var(--container)) / 2));
  color: #052659;
  background: #ffffff;
}

.ai-operator-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  margin-top: 56px;
}

.ai-task-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.ai-task {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 17px;
  border: 1px solid #cbddeb;
  border-radius: 16px;
  color: #052659;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ai-task:hover {
  transform: translateX(3px);
  border-color: #7da0ca;
}

.ai-task.active {
  border-color: #7da0ca;
  background: #eef7fc;
  box-shadow: 0 14px 32px rgba(5, 38, 89, 0.08);
}

.ai-task-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #5483b3;
  background: #eef7fc;
  font-size: 0.68rem;
  font-weight: 600;
}

.ai-task.active .ai-task-number {
  color: #021024;
  background: #c1e8ff;
}

.ai-task strong,
.ai-task small {
  display: block;
}

.ai-task strong {
  font-size: 0.9rem;
  font-weight: 560;
}

.ai-task small {
  margin-top: 3px;
  color: #6f8ba7;
  font-size: 0.72rem;
}

.ai-assistant-window {
  overflow: hidden;
  border: 1px solid rgba(193, 232, 255, 0.13);
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 15%, rgba(84, 131, 179, 0.2), transparent 32%),
    #052659;
  box-shadow: 0 30px 70px rgba(2, 16, 36, 0.2);
}

.ai-assistant-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(193, 232, 255, 0.1);
  background: rgba(2, 16, 36, 0.36);
}

.ai-assistant-name {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ai-assistant-name img {
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 11px;
  background: #ffffff;
}

.ai-assistant-name strong,
.ai-assistant-name small {
  display: block;
}

.ai-assistant-name strong {
  font-size: 0.88rem;
  font-weight: 560;
}

.ai-assistant-name small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.ai-online {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.ai-online i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.1);
}

.ai-conversation {
  display: grid;
  gap: 18px;
  min-height: 430px;
  padding: 28px;
}

.ai-context {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ai-context-label,
.ai-channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 560;
  line-height: 1;
  text-align: center;
}

.ai-context-label {
  color: #c1e8ff;
  background: rgba(193, 232, 255, 0.1);
}

.ai-channel {
  color: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-message-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  max-width: 82%;
}

.ai-message-row.assistant {
  justify-self: end;
}

.ai-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #c1e8ff;
  background: rgba(193, 232, 255, 0.1);
  font-size: 0.68rem;
  font-weight: 600;
}

.ai-avatar img {
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 7px;
  background: #ffffff;
}

.ai-message-row > div {
  padding: 13px 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
}

.ai-message-row.assistant > div {
  background: rgba(193, 232, 255, 0.1);
}

.ai-message-row small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.65rem;
  font-weight: 560;
  text-transform: uppercase;
}

.ai-message-row p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
}

.ai-action-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding: 16px;
  border: 1px solid rgba(193, 232, 255, 0.16);
  border-radius: 17px;
  background: rgba(193, 232, 255, 0.075);
}

.ai-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: #021024;
  background: #c1e8ff;
  font-weight: 600;
}

.ai-action-card small,
.ai-action-card strong,
.ai-action-card p {
  display: block;
  margin: 0;
}

.ai-action-card small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.ai-action-card strong {
  margin-top: 2px;
  font-size: 0.86rem;
  font-weight: 560;
}

.ai-action-card p {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.ai-action-status {
  color: #c1e8ff;
  font-size: 0.68rem;
  font-weight: 560;
}

.ai-assistant-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  border-top: 1px solid rgba(193, 232, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
  background: rgba(2, 16, 36, 0.28);
  font-size: 0.76rem;
}

.ai-send-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #021024;
  background: #c1e8ff;
}

@media (max-width: 900px) {
  .ai-operator-layout {
    grid-template-columns: 1fr;
  }

  .ai-task-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .plan-usage-rates {
    grid-template-columns: 1fr;
  }

  .trial-allowances {
    grid-template-columns: 1fr;
  }

  .ai-operator-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ai-task-list {
    grid-template-columns: 1fr;
  }

  .ai-message-row {
    max-width: 94%;
  }

  .ai-conversation {
    min-height: 480px;
    padding: 20px;
  }

  .ai-action-card {
    grid-template-columns: auto 1fr;
  }

  .ai-action-status {
    display: none;
  }
}

/* Integrations catalog page */
.integrations-hero {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  padding: 176px 24px 108px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(84, 131, 179, 0.32), transparent 30%),
    radial-gradient(circle at 18% 36%, rgba(193, 232, 255, 0.13), transparent 34%),
    #021024;
}

.integrations-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.integrations-hero-glow-one {
  top: 74px;
  right: 7%;
  width: 360px;
  height: 360px;
  background: rgba(84, 131, 179, 0.14);
}

.integrations-hero-glow-two {
  bottom: -180px;
  left: 8%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(193, 232, 255, 0.11);
  background: rgba(193, 232, 255, 0.035);
}

.integrations-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  text-align: center;
}

.integrations-hero-copy .eyebrow {
  color: #c1e8ff;
}

.integrations-hero-copy h1 {
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(3.1rem, 6.6vw, 6.25rem);
}

.integrations-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.integrations-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 32px;
}

.integrations-hero-tags a {
  padding: 9px 13px;
  border: 1px solid rgba(193, 232, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(193, 232, 255, 0.07);
  font-size: 0.76rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.integrations-hero-tags a:hover,
.integrations-hero-tags a:focus-visible {
  color: #ffffff;
  border-color: rgba(193, 232, 255, 0.38);
  background: rgba(193, 232, 255, 0.14);
  transform: translateY(-2px);
}

.connector-catalog {
  padding: 106px max(16px, calc((100vw - var(--container)) / 2)) 118px;
  color: #052659;
  background: #f5fbff;
}

.connector-catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.connector-catalog-heading h2 {
  max-width: 760px;
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
}

.connector-catalog-heading > p {
  margin: 0;
  color: #557a9f;
  line-height: 1.75;
}

.connector-groups {
  margin-top: 72px;
}

.connector-group + .connector-group {
  margin-top: 94px;
}

.connector-group-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid #cbddeb;
}

.connector-group-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 13px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.72rem;
  font-weight: 560;
}

.connector-group-heading h3,
.connector-group-heading p {
  margin: 0;
}

.connector-group-heading h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.006em;
}

.connector-group-heading p {
  margin-top: 5px;
  color: #557a9f;
  font-size: 0.84rem;
}

.connector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.connector-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #cbddeb;
  border-radius: 24px;
  color: #052659;
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.36), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(5, 38, 89, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.connector-card::after {
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(84, 131, 179, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.connector-card:hover {
  border-color: #7da0ca;
  box-shadow: 0 24px 58px rgba(5, 38, 89, 0.11);
  transform: translateY(-5px);
}

.connector-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.connector-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 11px 13px;
  border: 1px solid rgba(84, 131, 179, 0.16);
  border-radius: 17px;
  background: #ffffff;
}

.connector-logo-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.connector-logo-box img[alt="Freshworks / Freshsales"] {
  width: 88px;
  height: 88px;
  max-width: none;
  max-height: none;
}

.connector-logo-wide {
  width: 130px;
}

.connector-logo-icon {
  width: 60px;
}

.connector-logo-icon img {
  width: 38px;
  height: 38px;
}

.connector-status {
  padding: 7px 10px;
  border-radius: 999px;
  color: #315d86;
  background: rgba(193, 232, 255, 0.52);
  font-size: 0.67rem;
  font-weight: 540;
}

.connector-category {
  margin-top: 28px;
  color: #5483b3;
  font-size: 0.67rem;
  font-weight: 560;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.connector-card h3 {
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.006em;
}

.connector-card p {
  max-width: 330px;
  margin: 14px 0 24px;
  color: #557a9f;
  font-size: 0.84rem;
  line-height: 1.65;
}

.connector-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #052659;
  font-size: 0.8rem;
  font-weight: 540;
}

.connector-link span {
  transition: transform 180ms ease;
}

.connector-card:hover .connector-link span {
  transform: translate(2px, -2px);
}

.connector-fine-print {
  max-width: 920px;
  margin: 82px auto 0;
  padding-top: 24px;
  border-top: 1px solid #cbddeb;
  color: #557a9f;
  font-size: 0.78rem;
  line-height: 1.7;
  text-align: center;
}

.integration-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  width: min(calc(100% - 32px), var(--container));
  margin: 72px auto 110px;
  padding: 52px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 0%, rgba(193, 232, 255, 0.15), transparent 32%),
    #052659;
}

.integration-page-cta h2 {
  max-width: 780px;
  font-size: clamp(2.3rem, 4.2vw, 4.25rem);
}

.integration-page-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

.integration-page-cta .eyebrow {
  color: #c1e8ff;
}

@media (max-width: 1020px) {
  .connector-catalog-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .connector-catalog-heading > p {
    max-width: 700px;
  }

  .connector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integration-page-cta {
    grid-template-columns: 1fr;
  }

  .integration-page-cta .button {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .integrations-hero {
    min-height: 560px;
    padding: 150px 18px 88px;
  }

  .integrations-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .connector-catalog {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .connector-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .connector-card {
    min-height: 290px;
  }

  .connector-groups {
    margin-top: 56px;
  }

  .connector-group + .connector-group {
    margin-top: 72px;
  }

  .connector-group-heading {
    align-items: flex-start;
  }

  .integration-page-cta {
    margin-bottom: 80px;
    padding: 34px 26px;
  }

  .integration-page-cta .button {
    width: 100%;
  }
}

/* Spoken booking conversation demo */
.booking-voice-demo {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 2;
  display: flex;
  min-height: 448px;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(84, 131, 179, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 5%, rgba(193, 232, 255, 0.46), transparent 32%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 55px rgba(5, 38, 89, 0.09);
  backdrop-filter: blur(14px);
}

.booking-voice-demo::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(84, 131, 179, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.booking-demo-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(84, 131, 179, 0.16);
}

.booking-demo-header strong,
.booking-demo-header span {
  display: block;
}

.booking-demo-header strong {
  margin-top: 5px;
  color: #052659;
  font-size: 0.88rem;
  font-weight: 540;
}

.booking-demo-live {
  color: #5483b3;
  font-size: 0.62rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-demo-live i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #5483b3;
  box-shadow: 0 0 0 4px rgba(84, 131, 179, 0.12);
}

.booking-demo-duration {
  color: #6f8fad;
  font-size: 0.68rem;
}

.booking-demo-transcript {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 13px 0;
}

.booking-demo-message {
  width: fit-content;
  max-width: 86%;
  padding: 8px 11px;
  border: 1px solid rgba(84, 131, 179, 0.12);
  border-radius: 13px;
  color: #315d86;
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking-demo-message.customer {
  align-self: flex-end;
  background: rgba(193, 232, 255, 0.36);
}

.booking-demo-message.assistant {
  align-self: flex-start;
}

.booking-demo-message span,
.booking-demo-message p {
  margin: 0;
}

.booking-demo-message span {
  display: block;
  margin-bottom: 3px;
  color: #5483b3;
  font-size: 0.56rem;
  font-weight: 560;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-demo-message p {
  font-size: 0.7rem;
  line-height: 1.38;
}

.booking-demo-message.is-speaking {
  border-color: #7da0ca;
  box-shadow: 0 8px 22px rgba(5, 38, 89, 0.1);
  transform: translateY(-1px);
}

.booking-demo-controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(50px, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-top: 13px;
  border-top: 1px solid rgba(84, 131, 179, 0.16);
}

.booking-demo-play {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: #052659;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 520;
  cursor: pointer;
}

.booking-play-icon {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.booking-voice-demo.is-playing:not(.is-paused) .booking-play-icon {
  width: 8px;
  height: 11px;
  border: 0;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.booking-demo-progress {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(84, 131, 179, 0.16);
}

.booking-demo-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #5483b3;
  transition: width 220ms ease;
}

.booking-demo-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 24px;
}

.booking-demo-wave i {
  width: 3px;
  height: 6px;
  border-radius: 999px;
  background: #7da0ca;
}

.booking-voice-demo.is-playing:not(.is-paused) .booking-demo-wave i {
  animation: booking-wave 700ms ease-in-out infinite alternate;
}

.booking-voice-demo.is-playing .booking-demo-wave i:nth-child(2),
.booking-voice-demo.is-playing .booking-demo-wave i:nth-child(6) {
  animation-delay: 100ms;
}

.booking-voice-demo.is-playing .booking-demo-wave i:nth-child(3),
.booking-voice-demo.is-playing .booking-demo-wave i:nth-child(5) {
  animation-delay: 200ms;
}

.booking-voice-demo.is-playing .booking-demo-wave i:nth-child(4) {
  animation-delay: 300ms;
}

.booking-demo-status {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #6f8fad;
  font-size: 0.62rem;
  text-align: right;
}

@keyframes booking-wave {
  from { height: 6px; }
  to { height: 22px; }
}

@media (max-width: 720px) {
  .booking-demo-card {
    min-height: 900px;
  }

  .booking-voice-demo {
    right: 20px;
    bottom: 20px;
    left: 20px;
    min-height: 530px;
  }
}

@media (max-width: 480px) {
  .booking-demo-card {
    min-height: 970px;
  }

  .booking-voice-demo {
    padding: 16px;
  }

  .booking-demo-header {
    display: grid;
  }

  .booking-demo-message {
    max-width: 94%;
  }

  .booking-demo-controls {
    grid-template-columns: 1fr auto;
  }

  .booking-demo-progress {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .booking-demo-status {
    text-align: left;
  }
}

/* Homepage connector ecosystem */
.integration-visual {
  isolation: isolate;
  border: 1px solid rgba(84, 131, 179, 0.16);
  background:
    radial-gradient(circle at 50% 45%, rgba(193, 232, 255, 0.58), transparent 28%),
    linear-gradient(145deg, #f8fcff, #e8f5fc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.connector-ecosystem {
  position: relative;
  width: 100%;
  min-height: 590px;
}

.connector-network {
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
  overflow: visible;
}

.connector-network circle,
.connector-network path {
  fill: none;
  stroke: rgba(84, 131, 179, 0.2);
  stroke-width: 1.5;
}

.connector-network path {
  stroke-dasharray: 4 8;
  animation: connector-flow 18s linear infinite;
}

.connector-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 174px;
  min-height: 174px;
  place-content: center;
  justify-items: center;
  padding: 24px;
  border: 1px solid rgba(193, 232, 255, 0.28);
  border-radius: 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 30% 10%, rgba(193, 232, 255, 0.2), transparent 34%),
    #052659;
  box-shadow: 0 24px 54px rgba(5, 38, 89, 0.22);
  text-align: center;
  transform: translate(-50%, -50%) rotate(-2deg);
}

.connector-core-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(2, 16, 36, 0.18);
}

.connector-core-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.connector-core strong {
  font-size: 1.05rem;
  font-weight: 540;
  letter-spacing: -0.006em;
}

.connector-core small {
  max-width: 120px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  line-height: 1.4;
}

.connector-node {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 116px;
  min-height: 58px;
  padding: 9px 12px 9px 9px;
  border: 1px solid rgba(84, 131, 179, 0.18);
  border-radius: 18px;
  color: #315d86;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(5, 38, 89, 0.1);
  backdrop-filter: blur(10px);
  animation: connector-float 5s ease-in-out infinite;
}

.connector-node-logo {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(84, 131, 179, 0.1);
  border-radius: 12px;
  background: #ffffff;
}

.connector-node-logo.wide {
  width: 62px;
}

.connector-node-logo img {
  display: block;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.connector-node-logo.wide img {
  width: 50px;
  height: 28px;
}

.connector-node > span:last-child {
  font-size: 0.68rem;
  font-weight: 540;
  white-space: nowrap;
}

.connector-node.logo-only > span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.connector-node-mindbody {
  top: 7%;
  left: 5%;
}

.connector-node-hubspot {
  top: 8%;
  right: 7%;
  animation-delay: -1.3s;
}

.connector-node-vagaro {
  top: 35%;
  left: 1%;
  animation-delay: -2.6s;
}

.connector-node-salesforce {
  top: 34%;
  right: 1%;
  animation-delay: -3.9s;
}

.connector-node-opentable {
  bottom: 21%;
  left: 4%;
  animation-delay: -1.9s;
}

.connector-node-twilio {
  right: 4%;
  bottom: 21%;
  animation-delay: -3.2s;
}

.connector-node-square {
  bottom: 5%;
  left: 22%;
  animation-delay: -0.8s;
}

.connector-node-quickbooks {
  right: 18%;
  bottom: 5%;
  animation-delay: -2.2s;
}

.connector-count {
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 50%;
  padding: 7px 11px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 999px;
  color: #557a9f;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  white-space: nowrap;
  transform: translateX(-50%);
}

.connector-count strong {
  color: #052659;
  font-weight: 600;
}

@keyframes connector-flow {
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes connector-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 1020px) {
  .connector-ecosystem {
    min-height: 540px;
  }
}

@media (max-width: 720px) {
  .integration-section {
    gap: 36px;
    padding: 36px 24px;
  }

  .connector-ecosystem {
    min-height: 410px;
  }

  .connector-core {
    width: 138px;
    min-height: 138px;
    padding: 17px;
    border-radius: 34px;
  }

  .connector-core-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
  }

  .connector-core-icon img {
    width: 32px;
    height: 32px;
  }

  .connector-node {
    min-width: 0;
    min-height: 48px;
    padding: 6px;
    border-radius: 14px;
  }

  .connector-node-logo,
  .connector-node-logo.wide {
    width: 48px;
    height: 34px;
    border: 0;
  }

  .connector-node-logo img,
  .connector-node-logo.wide img {
    width: 38px;
    height: 25px;
  }

  .connector-node > span:last-child {
    display: none;
  }

  .connector-node-square {
    left: 16%;
  }

  .connector-node-quickbooks {
    right: 14%;
  }
}

@media (max-width: 480px) {
  .integration-section {
    padding: 28px 16px;
    border-radius: 28px;
  }

  .connector-ecosystem {
    min-height: 330px;
  }

  .connector-core {
    width: 116px;
    min-height: 116px;
  }

  .connector-core small {
    display: none;
  }

  .connector-node {
    min-height: 42px;
  }

  .connector-node-logo,
  .connector-node-logo.wide {
    width: 43px;
    height: 30px;
  }

  .connector-node-logo img,
  .connector-node-logo.wide img {
    width: 34px;
    height: 22px;
  }

  .connector-count {
    top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .connector-network path,
  .connector-node {
    animation: none;
  }
}

/* Consistent light typography */
h1,
h2,
h3 {
  font-weight: 480;
}

strong {
  font-weight: 540;
}

b {
  font-weight: 520;
}

.header-cta,
.button,
button {
  font-weight: 500;
}

.eyebrow,
.mini-label,
.feature-number,
.industry-icon,
.quote-person > span,
.ai-task-number,
.ai-avatar,
.ai-action-icon,
.plan-card li::before,
.call-time,
.caller-avatar,
.check-mark,
.note-icon,
.step-icon,
.insight-list dd,
.handoff-person > span,
.app-points div > span,
.app-float-card > span,
.form-heading span,
.cta-note > span {
  font-weight: 520;
}

.result-quote blockquote {
  font-weight: 480;
  letter-spacing: -0.006em;
  line-height: 1.24;
}

.result-stats strong,
.insight-number strong,
.form-heading strong,
.footer-links strong,
.plan-top h2 span,
.connector-count strong {
  font-weight: 500;
}

.plan-label,
.popular-pill,
.trial-pill {
  font-weight: 520;
}

/* Spa experience and custom call flow */
.flow-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: 112px;
  min-height: 820px;
  margin-top: -88px;
  padding: 190px max(24px, calc((100vw - 1180px) / 2)) 100px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(rgba(193, 232, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 232, 255, 0.035) 1px, transparent 1px),
    #021024;
  background-size: 52px 52px;
}

.flow-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.flow-hero-glow-one {
  top: 70px;
  right: 8%;
  width: 540px;
  height: 540px;
  background: rgba(84, 131, 179, 0.22);
  filter: blur(100px);
}

.flow-hero-glow-two {
  bottom: -280px;
  left: -180px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(193, 232, 255, 0.1);
  background: rgba(193, 232, 255, 0.035);
}

.flow-hero-copy,
.flow-system-preview {
  position: relative;
  z-index: 1;
}

.flow-hero-copy {
  max-width: 610px;
}

.flow-hero-copy .eyebrow,
.spa-workflow-section .eyebrow,
.flow-page-cta .eyebrow {
  color: #c1e8ff;
}

.flow-hero-copy h1 {
  max-width: 650px;
  overflow-wrap: normal;
  font-size: clamp(3.4rem, 5.4vw, 5.7rem);
}

.flow-hero-copy .flow-hero-title {
  max-width: 650px;
  margin-top: 10px;
}

.flow-hero-copy .flow-hero-title span {
  color: rgba(193, 232, 255, 0.78);
  font-size: clamp(2.15rem, 3.55vw, 3.7rem);
  font-weight: 390;
  letter-spacing: -0.004em;
}

.flow-hero-copy .flow-hero-title em {
  max-width: 650px;
  color: #ffffff;
  font-size: clamp(3.4rem, 5.4vw, 5.7rem);
  font-weight: 480;
}

.flow-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.flow-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.flow-secondary {
  color: #ffffff;
  border-color: rgba(193, 232, 255, 0.18);
  background: rgba(193, 232, 255, 0.06);
}

.flow-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.74rem;
}

.flow-hero-proof span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: #c1e8ff;
}

.flow-system-preview {
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 0%, rgba(193, 232, 255, 0.1), transparent 34%),
    rgba(5, 38, 89, 0.8);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.flow-system-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 6px 14px;
  border-bottom: 1px solid rgba(193, 232, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
}

.flow-live-dot {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c1e8ff;
}

.flow-live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.1);
}

.flow-system-connection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 24px 0 20px;
}

.flow-system-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(193, 232, 255, 0.1);
  border-radius: 17px;
  background: rgba(193, 232, 255, 0.055);
}

.flow-system-brand > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: #ffffff;
}

.flow-system-brand img {
  width: 34px;
  max-height: 30px;
  object-fit: contain;
}

.flow-system-brand.mindbody img {
  width: 38px;
}

.flow-system-brand strong,
.flow-system-brand small {
  display: block;
}

.flow-system-brand strong {
  font-size: 0.86rem;
}

.flow-system-brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.65rem;
}

.flow-sync-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1px;
  background: rgba(193, 232, 255, 0.26);
}

.flow-sync-line::before,
.flow-sync-line::after {
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #c1e8ff;
  border-right: 1px solid #c1e8ff;
  content: "";
}

.flow-sync-line::before {
  left: -1px;
  transform: rotate(-135deg);
}

.flow-sync-line::after {
  right: -1px;
  transform: rotate(45deg);
}

.flow-sync-line i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c1e8ff;
  animation: flow-sync 2.2s ease-in-out infinite;
}

.flow-sync-line i:nth-child(2) {
  animation-delay: 300ms;
}

.flow-sync-line i:nth-child(3) {
  animation-delay: 600ms;
}

.flow-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.flow-channel-grid article {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(193, 232, 255, 0.1);
  border-radius: 17px;
  background: rgba(2, 16, 36, 0.36);
}

.flow-channel-icon {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 9px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.66rem;
}

.flow-channel-grid strong,
.flow-channel-grid small {
  display: block;
}

.flow-channel-grid strong {
  font-size: 0.78rem;
}

.flow-channel-grid small {
  min-height: 34px;
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.62rem;
  line-height: 1.4;
}

.flow-channel-grid b {
  position: absolute;
  top: 13px;
  right: 12px;
  color: #c1e8ff;
  font-size: 0.56rem;
}

.flow-appointment-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(193, 232, 255, 0.18);
  border-radius: 18px;
  background: rgba(193, 232, 255, 0.08);
}

.flow-check {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #021024;
  background: #c1e8ff;
}

.flow-appointment-card small,
.flow-appointment-card strong,
.flow-appointment-card div > span {
  display: block;
}

.flow-appointment-card small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.61rem;
}

.flow-appointment-card strong {
  margin-top: 2px;
  font-size: 0.8rem;
}

.flow-appointment-card div > span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.65rem;
}

.flow-appointment-card > b {
  color: #c1e8ff;
  font-size: 0.63rem;
}

@keyframes flow-sync {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.flow-capabilities {
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  color: #052659;
  background: #ffffff;
}

.flow-capabilities-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 80px;
}

.flow-capabilities-heading h2 {
  max-width: 760px;
}

.flow-split-heading {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  max-width: 860px;
}

.flow-split-heading span {
  color: #5483b3;
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(1.55rem, 2.45vw, 2.65rem);
  font-weight: 420;
  letter-spacing: -0.004em;
  line-height: 1.12;
}

.flow-split-heading em {
  max-width: 760px;
  color: #052659;
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(2.4rem, 4.1vw, 4.25rem);
  font-weight: 480;
  font-style: normal;
  letter-spacing: -0.006em;
  line-height: 1.06;
}

.section-heading.centered .flow-split-heading {
  margin-right: auto;
  margin-left: auto;
}

.section-heading.centered .flow-split-heading em {
  margin-right: auto;
  margin-left: auto;
}

.phone-copy .flow-split-heading,
.integration-copy .flow-split-heading,
.cta-copy .flow-split-heading,
.integration-page-cta .flow-split-heading,
.flow-page-cta .flow-split-heading {
  max-width: 760px;
}

.phone-copy .flow-split-heading em,
.integration-copy .flow-split-heading em,
.cta-copy .flow-split-heading em,
.integration-page-cta .flow-split-heading em,
.flow-page-cta .flow-split-heading em {
  max-width: 760px;
}

.cta-copy .flow-split-heading span,
.integration-page-cta .flow-split-heading span,
.flow-page-cta .flow-split-heading span {
  color: #c1e8ff;
}

.cta-copy .flow-split-heading em,
.integration-page-cta .flow-split-heading em,
.flow-page-cta .flow-split-heading em {
  color: #ffffff;
}

.phone-section .flow-split-heading span {
  color: rgba(193, 232, 255, 0.78);
}

.phone-section .flow-split-heading em {
  color: #ffffff;
}

.integrations-hero-copy .flow-split-heading {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.integrations-hero-copy .flow-split-heading span {
  color: rgba(193, 232, 255, 0.78);
  font-size: clamp(2rem, 3.6vw, 3.8rem);
}

.integrations-hero-copy .flow-split-heading em {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  font-size: clamp(2.7rem, 5vw, 5.15rem);
}

.flow-capabilities-heading > p {
  margin: 0;
  color: #557a9f;
  line-height: 1.75;
}

.flow-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 62px;
}

.flow-capability-card {
  position: relative;
  min-height: 350px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #cbddeb;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.42), transparent 36%),
    #f8fcff;
}

.flow-capability-number {
  color: #5483b3;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.flow-capability-icon,
.flow-capability-logo {
  position: relative;
  display: flex;
  width: 156px;
  height: 110px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 22px;
  border: 1px solid rgba(193, 232, 255, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 14%, rgba(193, 232, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #173d72, #052659);
  box-shadow:
    0 18px 35px rgba(5, 38, 89, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.flow-capability-icon::after,
.flow-capability-logo::after {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.09);
  content: "";
}

.flow-capability-card:hover .flow-capability-icon,
.flow-capability-card:hover .flow-capability-logo {
  box-shadow:
    0 22px 42px rgba(5, 38, 89, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transform: translateY(-3px);
}

.flow-capability-icon.voice {
  gap: 5px;
}

.flow-capability-icon.voice i {
  width: 6px;
  border-radius: 999px;
  background: #c1e8ff;
  box-shadow: 0 0 12px rgba(193, 232, 255, 0.28);
}

.flow-capability-icon.voice i:nth-child(1),
.flow-capability-icon.voice i:nth-child(5) {
  height: 26px;
}

.flow-capability-icon.voice i:nth-child(2),
.flow-capability-icon.voice i:nth-child(4) {
  height: 54px;
}

.flow-capability-icon.voice i:nth-child(3) {
  height: 78px;
}

.flow-capability-icon.chat {
  position: relative;
}

.flow-capability-icon.chat span {
  position: absolute;
  width: 82px;
  height: 44px;
  border: 1px solid rgba(193, 232, 255, 0.32);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(2, 16, 36, 0.18);
}

.flow-capability-icon.chat span:first-child {
  top: 23px;
  left: 24px;
}

.flow-capability-icon.chat span:last-child {
  top: 49px;
  left: 52px;
  background: #c1e8ff;
}

.flow-capability-icon.sms {
  width: 156px;
  height: 110px;
}

.flow-capability-icon.sms span {
  display: grid;
  width: 82px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(193, 232, 255, 0.42);
  border-radius: 22px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.76rem;
  box-shadow: 0 12px 26px rgba(2, 16, 36, 0.2);
}

.flow-capability-logo {
  display: flex;
}

.flow-capability-logo img {
  width: 122px;
  max-height: 56px;
  padding: 15px;
  border: 1px solid rgba(193, 232, 255, 0.34);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(2, 16, 36, 0.2);
}

.flow-capability-card h3 {
  min-height: 3.2rem;
  font-size: 1.42rem;
  line-height: 1.12;
}

.flow-capability-card p {
  margin: 14px 0 0;
  color: #557a9f;
  font-size: 0.83rem;
  line-height: 1.65;
}

.spa-connectors-section {
  padding: 112px 0;
  overflow: hidden;
  color: #052659;
  background:
    radial-gradient(circle at 10% 20%, rgba(193, 232, 255, 0.72), transparent 28%),
    linear-gradient(180deg, #f3faff 0%, #eaf5fb 100%);
}

.spa-connectors-heading,
.spa-connector-request {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
}

.spa-connectors-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 76px;
}

.spa-connectors-heading h2 {
  max-width: 800px;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.spa-connectors-heading > p {
  margin: 0;
  color: #557a9f;
  line-height: 1.75;
}

.spa-connector-marquee {
  position: relative;
  margin-top: 66px;
  overflow: hidden;
}

.spa-connector-marquee::before,
.spa-connector-marquee::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: max(24px, calc((100vw - 1180px) / 2));
  height: 100%;
  content: "";
  pointer-events: none;
}

.spa-connector-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #edf7fc, transparent);
}

.spa-connector-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #edf7fc, transparent);
}

.spa-connector-track {
  display: flex;
  width: max-content;
  animation: spa-connectors-scroll 34s linear infinite;
}

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

.spa-connector-set {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.spa-connector-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 15px;
  width: 220px;
  min-height: 96px;
  padding: 13px;
  border: 1px solid rgba(84, 131, 179, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(5, 38, 89, 0.07);
}

.spa-connector-card > span {
  display: grid;
  width: 76px;
  height: 66px;
  padding: 11px;
  place-items: center;
  border: 1px solid rgba(84, 131, 179, 0.13);
  border-radius: 16px;
  background: #ffffff;
}

.spa-connector-card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.spa-connector-card strong {
  color: #052659;
  font-size: 0.9rem;
  font-weight: 500;
}

.spa-connector-request {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  margin-top: 54px;
  padding: 27px 30px;
  border: 1px solid rgba(84, 131, 179, 0.18);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.68);
}

.spa-connector-request strong {
  display: block;
  font-size: 1.18rem;
  font-weight: 500;
}

.spa-connector-request p {
  max-width: 700px;
  margin: 6px 0 0;
  color: #557a9f;
  font-size: 0.82rem;
  line-height: 1.65;
}

.spa-connector-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.spa-connector-actions > a:not(.button) {
  color: #315d86;
  font-size: 0.8rem;
  font-weight: 500;
}

@keyframes spa-connectors-scroll {
  to {
    transform: translateX(-50%);
  }
}

.spa-workflow-section {
  padding: 120px max(24px, calc((100vw - 1240px) / 2));
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 5%, rgba(84, 131, 179, 0.2), transparent 30%),
    #052659;
}

.spa-workflow-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.spa-workflow-heading .eyebrow {
  color: rgba(193, 232, 255, 0.88);
}

.spa-workflow-heading .flow-split-heading span {
  color: #c1e8ff;
}

.spa-workflow-heading .flow-split-heading em {
  color: #ffffff;
}

.spa-workflow-heading > p:last-child {
  max-width: 690px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

.spa-workflow-map {
  margin-top: 72px;
}

.spa-workflow-primary {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: stretch;
}

.workflow-step {
  width: 250px;
  min-height: 430px;
  padding: 22px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.08), transparent 38%),
    rgba(2, 16, 36, 0.28);
}

.workflow-step-number,
.workflow-label {
  color: #c1e8ff;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow-step-number {
  display: block;
  margin-bottom: 24px;
}

.workflow-step h3 {
  margin-top: 9px;
  font-size: 1.45rem;
}

.workflow-step > p:last-child {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  line-height: 1.65;
}

.workflow-connector {
  position: relative;
  align-self: center;
  width: 52px;
  height: 1px;
  background: rgba(193, 232, 255, 0.25);
}

.workflow-connector::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #c1e8ff;
  border-right: 1px solid #c1e8ff;
  content: "";
  transform: rotate(45deg);
}

.workflow-connector i {
  position: absolute;
  top: -3px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1e8ff;
  animation: workflow-pulse 2.4s ease-in-out infinite;
}

@keyframes workflow-pulse {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(34px);
  }
}

.workflow-step-visual.channel-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 118px;
  align-content: center;
}

.workflow-step-visual.channel-entry span {
  padding: 10px 12px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(193, 232, 255, 0.07);
  font-size: 0.7rem;
}

.workflow-intent-list {
  display: grid;
  gap: 7px;
  min-height: 118px;
  align-content: center;
}

.workflow-intent-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(193, 232, 255, 0.06);
  font-size: 0.67rem;
}

.workflow-intent-list i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: #021024;
  background: #c1e8ff;
  font-style: normal;
}

.workflow-mindbody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 12px;
  border-radius: 14px;
  background: #ffffff;
}

.workflow-mindbody img {
  width: 86px;
  max-height: 30px;
  object-fit: contain;
}

.workflow-mindbody span {
  color: #5483b3;
  font-size: 0.57rem;
}

.workflow-times {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 10px 0 22px;
}

.workflow-times span {
  padding: 8px 3px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.57rem;
  text-align: center;
}

.workflow-times .selected {
  color: #021024;
  background: #c1e8ff;
}

.workflow-phone {
  min-height: 150px;
  margin-bottom: 22px;
  padding: 13px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 17px;
  background: rgba(193, 232, 255, 0.07);
}

.workflow-phone > span,
.workflow-phone small {
  color: #c1e8ff;
  font-size: 0.58rem;
}

.workflow-phone p {
  margin: 16px 0;
  padding: 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.66rem;
  line-height: 1.5;
}

.workflow-phone small {
  display: block;
  text-align: right;
}

.workflow-human-route {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 0.75fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: 34px;
  max-width: 1040px;
  margin: 54px auto 0;
  padding: 26px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 27px;
  background: rgba(2, 16, 36, 0.28);
}

.workflow-branch-line {
  position: relative;
  height: 100%;
  min-height: 120px;
  border-right: 1px dashed rgba(193, 232, 255, 0.28);
}

.workflow-branch-line::before {
  position: absolute;
  top: -82px;
  right: -1px;
  height: 82px;
  border-right: 1px dashed rgba(193, 232, 255, 0.28);
  content: "";
}

.workflow-branch-line span {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c1e8ff;
}

.workflow-human-copy h3 {
  margin-top: 8px;
  font-size: 1.55rem;
}

.workflow-human-copy > p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.65;
}

.workflow-human-options {
  display: grid;
  gap: 9px;
}

.workflow-human-options article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(193, 232, 255, 0.1);
  border-radius: 15px;
  background: rgba(193, 232, 255, 0.055);
}

.human-option-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.68rem;
}

.human-option-icon.message {
  color: #c1e8ff;
  background: rgba(193, 232, 255, 0.12);
}

.workflow-human-options strong,
.workflow-human-options small {
  display: block;
}

.workflow-human-options strong {
  font-size: 0.78rem;
}

.workflow-human-options small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
}

.workflow-human-options b {
  color: #c1e8ff;
  font-size: 0.61rem;
}

.spa-scenario-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1.24fr);
  align-items: center;
  gap: 80px;
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 120px 0;
}

.spa-scenario-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 24px 0 0;
  color: #557a9f;
  line-height: 1.7;
}

.scenario-split-heading em {
  overflow-wrap: normal;
  font-size: clamp(2.6rem, 4.2vw, 4.25rem);
}

.spa-scenario-points {
  display: grid;
  gap: 11px;
  margin-top: 30px;
  color: #315d86;
  font-size: 0.8rem;
}

.spa-scenario-points span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.spa-scenario-points i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  color: #021024;
  background: #c1e8ff;
  font-style: normal;
  font-size: 0.65rem;
}

.spa-scenario-demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cbddeb;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.52), transparent 35%),
    #f5fbff;
  box-shadow: 0 30px 70px rgba(5, 38, 89, 0.1);
}

.scenario-call {
  padding: 18px;
  border: 1px solid #cbddeb;
  border-radius: 21px;
  background: #ffffff;
}

.scenario-call-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1ebf2;
}

.scenario-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.68rem;
}

.scenario-call-header strong,
.scenario-call-header small {
  display: block;
}

.scenario-call-header strong {
  color: #052659;
  font-size: 0.78rem;
}

.scenario-call-header small {
  margin-top: 2px;
  color: #6f8fad;
  font-size: 0.6rem;
}

.scenario-live {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5483b3;
  font-size: 0.61rem;
}

.scenario-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5483b3;
}

.scenario-message {
  width: 86%;
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 13px;
  color: #315d86;
  background: #eef7fc;
}

.scenario-message.assistant {
  margin-left: auto;
  background: #e1f2fc;
}

.scenario-message.short {
  width: 64%;
}

.scenario-message small {
  color: #5483b3;
  font-size: 0.55rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scenario-message p {
  margin: 4px 0 0;
  font-size: 0.7rem;
  line-height: 1.5;
}

.scenario-actions {
  display: grid;
  align-content: center;
}

.scenario-actions article {
  padding: 13px;
  border: 1px solid #cbddeb;
  border-radius: 17px;
  background: #ffffff;
}

.scenario-system-action > span {
  display: grid;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 10px;
  background: #f5fbff;
}

.scenario-system-action img {
  width: 78px;
  max-height: 24px;
}

.scenario-actions small,
.scenario-actions strong {
  display: block;
}

.scenario-actions small {
  color: #6f8fad;
  font-size: 0.57rem;
}

.scenario-actions strong {
  margin-top: 3px;
  color: #052659;
  font-size: 0.72rem;
}

.scenario-actions b {
  display: block;
  margin-top: 13px;
  color: #5483b3;
  font-size: 0.61rem;
}

.scenario-system-action > b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 8px;
  color: #021024;
  background: #c1e8ff;
}

.scenario-action-line {
  width: 1px;
  height: 22px;
  margin: 0 auto;
  background: #a8c3d8;
}

.scenario-sms-action > span {
  display: grid;
  width: 42px;
  height: 32px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 9px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.58rem;
}

.flow-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto 110px;
  padding: 54px;
  overflow: hidden;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 0%, rgba(193, 232, 255, 0.16), transparent 34%),
    #021024;
}

.flow-page-cta h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.3vw, 4.4rem);
}

.flow-page-cta p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

@media (max-width: 1120px) {
  .flow-hero {
    grid-template-columns: 1fr;
    gap: 62px;
    padding-top: 210px;
  }

  .flow-hero-copy {
    max-width: 820px;
  }

  .flow-system-preview {
    width: min(100%, 760px);
  }

  .flow-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spa-workflow-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .workflow-step {
    width: auto;
  }

  .workflow-connector {
    display: none;
  }

  .workflow-human-route {
    grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.25fr);
  }

  .workflow-branch-line {
    display: none;
  }
}

@media (max-width: 900px) {
  .flow-capabilities-heading,
  .spa-connectors-heading,
  .spa-connector-request,
  .spa-scenario-section,
  .flow-page-cta {
    grid-template-columns: 1fr;
  }

  .flow-capabilities-heading {
    gap: 28px;
  }

  .spa-connectors-heading,
  .spa-connector-request {
    gap: 26px;
  }

  .spa-connector-actions {
    justify-content: space-between;
  }

  .spa-scenario-section {
    gap: 44px;
  }

  .flow-page-cta .button {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .flow-hero {
    min-height: auto;
    padding: 170px 18px 78px;
  }

  .flow-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .flow-system-preview {
    padding: 15px;
    border-radius: 25px;
  }

  .flow-system-connection {
    grid-template-columns: 1fr;
  }

  .flow-sync-line {
    width: 1px;
    height: 34px;
    margin: 0 auto;
  }

  .flow-sync-line::before,
  .flow-sync-line::after,
  .flow-sync-line i {
    display: none;
  }

  .flow-channel-grid {
    grid-template-columns: 1fr;
  }

  .flow-channel-grid article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
  }

  .flow-channel-icon {
    margin: 0;
  }

  .flow-channel-grid small {
    min-height: 0;
  }

  .flow-channel-grid b {
    position: static;
  }

  .flow-capabilities,
  .spa-workflow-section {
    padding: 86px 18px;
  }

  .spa-connectors-section {
    padding: 86px 0;
  }

  .spa-connectors-heading,
  .spa-connector-request {
    width: min(calc(100% - 36px), 1180px);
  }

  .spa-connector-marquee {
    margin-top: 48px;
  }

  .spa-connector-card {
    width: 200px;
  }

  .spa-connector-request {
    margin-top: 42px;
    padding: 24px;
  }

  .spa-connector-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .spa-connector-actions .button {
    width: 100%;
  }

  .flow-capability-grid,
  .spa-workflow-primary {
    grid-template-columns: 1fr;
  }

  .flow-capability-card {
    min-height: 310px;
  }

  .workflow-step {
    min-height: 370px;
  }

  .workflow-human-route {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .workflow-human-options article {
    grid-template-columns: auto 1fr;
  }

  .workflow-human-options b {
    grid-column: 2;
  }

  .spa-scenario-section {
    width: min(calc(100% - 36px), 1180px);
    padding: 86px 0;
  }

  .spa-scenario-demo {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .scenario-actions {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .scenario-action-line {
    width: 22px;
    height: 1px;
  }

  .flow-page-cta {
    width: min(calc(100% - 36px), 1180px);
    margin-bottom: 80px;
    padding: 36px 26px;
  }

  .flow-page-cta .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .flow-hero-actions .button {
    width: 100%;
  }

  .flow-system-brand {
    padding: 11px;
  }

  .flow-appointment-card {
    grid-template-columns: auto 1fr;
  }

  .flow-appointment-card > b {
    grid-column: 2;
  }

  .flow-capability-grid {
    margin-top: 42px;
  }

  .scenario-actions {
    grid-template-columns: 1fr;
  }

  .scenario-action-line {
    width: 1px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-sync-line i,
  .workflow-connector i,
  .spa-connector-track {
    animation: none;
  }
}

/* Keep opening copy comfortably below the floating navigation across the site. */
.hero-section,
.pricing-hero,
.integrations-hero,
.flow-hero,
.legal-hero {
  margin-top: 0;
  padding-top: 160px;
}

.pricing-hero-copy > .eyebrow {
  margin-top: 0;
}

@media (max-width: 720px) {
  .hero-section,
  .pricing-hero,
  .integrations-hero,
  .flow-hero,
  .legal-hero {
    padding-top: 132px;
  }
}

/* Legal pages */
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 160px max(18px, calc((100vw - var(--container)) / 2)) 88px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 12%, rgba(193, 232, 255, 0.2), transparent 30%),
    radial-gradient(circle at 16% 20%, rgba(84, 131, 179, 0.22), transparent 32%),
    #021024;
}

.legal-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.legal-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 6.25rem);
  font-weight: 430;
  line-height: 1;
  letter-spacing: -0.006em;
}

.legal-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.72;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.legal-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(193, 232, 255, 0.2);
  border-radius: 999px;
  color: #c1e8ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.76rem;
  font-weight: 500;
}

.legal-section {
  padding: 92px max(18px, calc((100vw - var(--container)) / 2));
  color: #052659;
  background:
    radial-gradient(circle at 88% 8%, rgba(193, 232, 255, 0.38), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  gap: 44px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(5, 38, 89, 0.07);
}

.legal-sidebar strong {
  color: #052659;
  font-size: 0.8rem;
  font-weight: 520;
}

.legal-sidebar a {
  color: #557a9f;
  font-size: 0.8rem;
  line-height: 1.45;
}

.legal-sidebar a:hover {
  color: #052659;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 28px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(5, 38, 89, 0.06);
}

.legal-card h2 {
  margin: 0 0 12px;
  color: #052659;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 480;
  line-height: 1.12;
  letter-spacing: -0.006em;
}

.legal-card p,
.legal-card li {
  color: #557a9f;
  font-size: 0.92rem;
  line-height: 1.72;
}

.legal-card p {
  margin: 0;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.legal-notice {
  border-color: rgba(193, 232, 255, 0.5);
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.38), transparent 34%),
    #ffffff;
}

.legal-contact {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  color: #052659;
}

.legal-contact a {
  color: #052659;
  font-weight: 500;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .legal-hero {
    padding-top: 132px;
  }

  .legal-section {
    padding: 72px 18px;
  }

  .legal-card {
    padding: 22px;
  }
}

/* Getting started conversion section */
.start-section {
  padding: 112px max(16px, calc((100vw - var(--container)) / 2));
  color: #052659;
  background:
    radial-gradient(circle at 18% 12%, rgba(193, 232, 255, 0.58), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.start-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid rgba(84, 131, 179, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(5, 38, 89, 0.06);
}

.start-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 15px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.78rem;
  font-weight: 520;
}

.start-card h3 {
  max-width: 260px;
}

.start-card p {
  margin: 16px 0 0;
  color: #557a9f;
  font-size: 0.9rem;
  line-height: 1.7;
}

.start-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 28px 30px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 20%, rgba(193, 232, 255, 0.16), transparent 30%),
    #052659;
  box-shadow: 0 24px 60px rgba(5, 38, 89, 0.12);
}

.start-band strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
}

.start-band p {
  max-width: 700px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  line-height: 1.65;
}

.cta-trust-list {
  display: grid;
  gap: 17px;
  margin-top: 34px;
}

.cta-trust-list .cta-note {
  margin-top: 0;
}

@media (max-width: 1020px) {
  .start-grid,
  .start-band {
    grid-template-columns: 1fr;
  }

  .start-band .button {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .start-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .start-grid {
    margin-top: 40px;
  }

  .start-card {
    min-height: auto;
    padding: 26px;
  }

  .start-card > span {
    margin-bottom: 30px;
  }

  .start-band {
    padding: 24px;
  }

  .start-band .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-glow-one,
  .hero-glow-two,
  .integrations-hero-glow-one,
  .integrations-hero-glow-two,
  .flow-hero-glow-one,
  .flow-hero-glow-two {
    display: none;
  }
}

/* Getting started intake page */
.setup-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
  align-items: end;
  gap: 72px;
  min-height: 660px;
  padding: 180px max(24px, calc((100vw - 1180px) / 2)) 110px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 18%, rgba(84, 131, 179, 0.3), transparent 30%),
    radial-gradient(circle at 16% 36%, rgba(193, 232, 255, 0.12), transparent 34%),
    #021024;
}

.setup-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(193, 232, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 232, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.setup-hero-copy,
.setup-hero-card {
  position: relative;
  z-index: 1;
}

.setup-hero-copy {
  max-width: 860px;
}

.setup-hero-copy .eyebrow {
  color: #c1e8ff;
}

.setup-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(3.25rem, 7vw, 6.35rem);
}

.setup-hero-copy .flow-split-heading {
  max-width: 820px;
}

.setup-hero-copy .flow-split-heading span {
  color: rgba(193, 232, 255, 0.76);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.setup-hero-copy .flow-split-heading em {
  color: #ffffff;
  font-size: clamp(3rem, 5.65vw, 5.65rem);
}

.setup-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.setup-hero-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(193, 232, 255, 0.15);
  border-radius: 28px;
  background: rgba(5, 38, 89, 0.64);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.setup-card-label {
  color: #c1e8ff;
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.setup-hero-card div {
  padding: 16px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 18px;
  background: rgba(193, 232, 255, 0.06);
}

.setup-hero-card strong,
.setup-hero-card small {
  display: block;
}

.setup-hero-card strong {
  font-weight: 500;
}

.setup-hero-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.55;
}

.setup-section {
  padding: 112px max(16px, calc((100vw - 1240px) / 2));
  color: #052659;
  background:
    radial-gradient(circle at 6% 8%, rgba(193, 232, 255, 0.55), transparent 28%),
    #f5fbff;
}

.setup-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.setup-sidebar {
  position: sticky;
  top: 130px;
}

.setup-sidebar h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
}

.setup-sidebar > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #557a9f;
  line-height: 1.75;
}

.setup-note-card {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(84, 131, 179, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(5, 38, 89, 0.07);
}

.setup-note-card span {
  color: #5483b3;
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.setup-note-card strong {
  max-width: 360px;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.35;
}

.setup-note-card p {
  margin: 4px 0 0;
  color: #557a9f;
  font-size: 0.84rem;
  line-height: 1.65;
}

.setup-form {
  display: grid;
  gap: 22px;
  padding: 32px;
  border: 1px solid rgba(84, 131, 179, 0.16);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(5, 38, 89, 0.1);
}

.setup-progress {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(84, 131, 179, 0.15);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(193, 232, 255, 0.36), transparent 28%),
    #ffffff;
}

.setup-progress-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.setup-progress-top span {
  color: #5483b3;
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.setup-progress-top strong {
  color: #052659;
  font-size: 1.12rem;
  font-weight: 500;
}

.setup-progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5f3fb;
}

.setup-progress-bar span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5483b3, #c1e8ff);
  transition: width 220ms ease;
}

.setup-progress-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 8px;
}

.setup-progress-steps button {
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(84, 131, 179, 0.15);
  border-radius: 12px;
  color: #557a9f;
  background: rgba(245, 251, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 500;
}

.setup-progress-steps button.is-active {
  color: #021024;
  border-color: rgba(193, 232, 255, 0.5);
  background: #c1e8ff;
}

.setup-progress-steps button.is-complete {
  color: #052659;
  background: #ffffff;
}

.setup-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(84, 131, 179, 0.15);
  border-radius: 26px;
  background: rgba(245, 251, 255, 0.64);
}

.setup-step-panel[hidden] {
  display: none;
}

.setup-form legend {
  padding: 0 8px;
  color: #052659;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.006em;
}

.step-intro {
  max-width: 720px;
  margin: 10px 0 0;
  color: #557a9f;
  font-size: 0.86rem;
  line-height: 1.65;
}

.setup-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.field-wide {
  grid-column: 1 / -1;
}

.setup-form label {
  display: grid;
  gap: 7px;
  color: #5483b3;
  font-size: 0.78rem;
  font-weight: 500;
}

.setup-form [hidden] {
  display: none !important;
}

.setup-form .field-help {
  color: #6f8aad;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.45;
}

.setup-form input,
.setup-form select,
.setup-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #cbddeb;
  border-radius: 13px;
  outline: none;
  color: #052659;
  background: #ffffff;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.setup-form select {
  padding-right: 48px;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7 7L12 2' stroke='%235483B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 9px;
}

.setup-form textarea {
  min-height: 112px;
  padding-top: 13px;
  resize: vertical;
}

.setup-form-feedback {
  margin-top: 12px;
  text-align: left;
}

.setup-form input:focus,
.setup-form select:focus,
.setup-form textarea:focus {
  border-color: #7da0ca;
  box-shadow: 0 0 0 4px rgba(125, 160, 202, 0.16);
}

.connector-extra-panel {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  border: 1px dashed rgba(84, 131, 179, 0.3);
  border-radius: 22px;
  background: #ffffff;
}

.connector-extra-panel[hidden] {
  display: none;
}

.connector-extra-panel strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.connector-extra-panel p {
  margin: 5px 0 0;
  color: #557a9f;
  font-size: 0.82rem;
  line-height: 1.65;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.setup-form .choice-card {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(84, 131, 179, 0.16);
  border-radius: 16px;
  color: #052659;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.setup-form .choice-card:hover {
  border-color: rgba(84, 131, 179, 0.28);
  box-shadow: 0 14px 30px rgba(5, 38, 89, 0.07);
}

.setup-form .choice-card:has(input:checked) {
  border-color: rgba(84, 131, 179, 0.36);
  background: rgba(245, 251, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(193, 232, 255, 0.42);
}

.setup-form .choice-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  justify-self: center;
  align-self: center;
  border: 1.5px solid #9db9d1;
  border-radius: 6px;
  appearance: none;
  background: #ffffff;
  accent-color: #5483b3;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.setup-form .choice-card input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  margin: 4px auto 0;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  opacity: 0;
  transform: rotate(-45deg) scale(0.8);
  transition: opacity 160ms ease, transform 160ms ease;
}

.setup-form .choice-card input[type="checkbox"]:checked {
  border-color: #5483b3;
  background: #5483b3;
  box-shadow: 0 6px 14px rgba(84, 131, 179, 0.25);
}

.setup-form .choice-card input[type="checkbox"]:checked::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.setup-form .choice-card input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(193, 232, 255, 0.85);
  outline-offset: 3px;
}

.setup-form .choice-card span {
  color: #052659;
  line-height: 1.45;
  text-align: left;
}

.setup-depth-grid {
  margin-top: 20px;
}

.setup-step-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.setup-step-controls.is-first-step {
  justify-content: flex-end;
}

.setup-step-controls .button {
  min-width: 150px;
}

.setup-form .setup-back-button,
.setup-form .button.secondary.setup-back-button {
  color: #052659;
  border-color: #cbddeb;
  background: #ffffff;
}

.setup-field-label {
  display: block;
  color: #5483b3;
  font-size: 0.78rem;
  font-weight: 500;
}

.multi-select-group {
  display: grid;
  gap: 7px;
}

.multi-select-field {
  position: relative;
}

.multi-select-field summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 0 48px 0 14px;
  border: 1px solid #cbddeb;
  border-radius: 13px;
  color: #052659;
  background: #ffffff;
  cursor: pointer;
  list-style: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.multi-select-field summary::-webkit-details-marker {
  display: none;
}

.multi-select-field summary::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #5483b3;
  border-bottom: 1.5px solid #5483b3;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.multi-select-field[open] summary {
  border-color: #7da0ca;
  box-shadow: 0 0 0 4px rgba(193, 232, 255, 0.3);
}

.multi-select-field[open] summary::after {
  transform: translateY(4px) rotate(225deg);
}

.multi-select-options {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(5, 38, 89, 0.08);
}

.setup-form .multi-select-options label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid rgba(84, 131, 179, 0.11);
  border-radius: 12px;
  color: #052659;
  background: #ffffff;
  cursor: pointer;
}

.setup-form .multi-select-options input[type="checkbox"] {
  width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 0;
  padding: 0;
  accent-color: #5483b3;
}

.setup-form .multi-select-options span {
  color: #052659;
  font-size: 0.82rem;
  font-weight: 430;
  line-height: 1.35;
}

.setup-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 26px;
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 0%, rgba(193, 232, 255, 0.16), transparent 32%),
    #052659;
}

.setup-submit-row[hidden] {
  display: none;
}

.setup-submit-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  line-height: 1.65;
}

.setup-submit-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.setup-submit-actions .button {
  white-space: nowrap;
}

.setup-disclaimer {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(84, 131, 179, 0.16);
  border-radius: 22px;
  background: rgba(245, 251, 255, 0.76);
}

.setup-disclaimer[hidden] {
  display: none;
}

.setup-disclaimer strong {
  color: #052659;
  font-size: 0.95rem;
  font-weight: 500;
}

.setup-disclaimer p {
  margin: 0;
  color: #557a9f;
  font-size: 0.78rem;
  line-height: 1.65;
}

.setup-complete-panel {
  display: grid;
  gap: 26px;
  padding: 30px;
  border: 1px solid rgba(84, 131, 179, 0.15);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(193, 232, 255, 0.42), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(84, 131, 179, 0.16), transparent 28%),
    #ffffff;
  box-shadow: 0 22px 58px rgba(5, 38, 89, 0.08);
}

.setup-complete-panel[hidden] {
  display: none;
}

.setup-complete-heading {
  max-width: 820px;
}

.setup-complete-heading h3 {
  margin: 6px 0 0;
  color: #052659;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 460;
  line-height: 1.04;
  letter-spacing: -0.006em;
}

.setup-complete-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px 0 0;
  color: #557a9f;
  font-size: 0.96rem;
  line-height: 1.7;
}

.setup-next-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.setup-next-map::before {
  content: "";
  position: absolute;
  top: 33px;
  right: 10%;
  left: 10%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 131, 179, 0.14), rgba(84, 131, 179, 0.38), rgba(193, 232, 255, 0.9));
}

.setup-next-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 218px;
  padding: 18px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.9)),
    #ffffff;
  box-shadow: 0 16px 36px rgba(5, 38, 89, 0.07);
}

.setup-next-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(84, 131, 179, 0.18);
  border-radius: 14px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.78rem;
  font-weight: 560;
  letter-spacing: 0.08em;
}

.setup-next-card h4 {
  margin: 2px 0 0;
  color: #052659;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.006em;
}

.setup-next-card p {
  margin: 0;
  color: #557a9f;
  font-size: 0.78rem;
  line-height: 1.62;
}

.setup-complete-note {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(84, 131, 179, 0.15);
  border-radius: 22px;
  background: rgba(245, 251, 255, 0.72);
}

.setup-complete-note strong {
  color: #052659;
  font-size: 0.96rem;
  font-weight: 500;
}

.setup-complete-note p {
  margin: 0;
  color: #557a9f;
  font-size: 0.82rem;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .setup-hero,
  .setup-layout,
  .setup-submit-row {
    grid-template-columns: 1fr;
  }

  .setup-sidebar {
    position: static;
  }

  .setup-hero-card {
    max-width: 620px;
  }

  .setup-submit-row .button {
    width: fit-content;
  }

  .setup-next-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setup-next-map::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .setup-hero {
    min-height: auto;
    padding: 148px 18px 82px;
    gap: 42px;
  }

  .setup-section {
    padding: 82px 18px;
  }

  .setup-form {
    padding: 18px;
    border-radius: 28px;
  }

  .setup-progress {
    padding: 16px;
  }

  .setup-progress-top {
    display: grid;
    gap: 2px;
  }

  .setup-progress-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setup-form fieldset,
  .connector-extra-panel,
  .setup-submit-row,
  .setup-disclaimer,
  .setup-complete-panel {
    padding: 20px;
  }

  .setup-field-grid,
  .choice-grid,
  .setup-next-map {
    grid-template-columns: 1fr;
  }

  .setup-step-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .setup-step-controls .button {
    width: 100%;
  }

  .setup-submit-row .button {
    width: 100%;
  }

  .setup-submit-actions {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .setup-hero-copy .flow-split-heading em {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .setup-hero-card,
  .setup-note-card {
    border-radius: 22px;
  }
}

/* Rich workflow scenes for the AI operator tabs. */
.ai-conversation {
  gap: 16px;
  min-height: 520px;
  padding: 24px;
}

.ai-workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  gap: 16px;
}

.ai-dialogue-stack,
.ai-workflow-visual {
  min-width: 0;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 22px;
  background: rgba(2, 16, 36, 0.28);
}

.ai-dialogue-stack {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 18px;
}

.ai-dialogue-stack .ai-message-row {
  max-width: 100%;
}

.ai-dialogue-stack .ai-message-row.assistant {
  justify-self: stretch;
}

.ai-workflow-visual {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.11), transparent 38%),
    rgba(2, 16, 36, 0.3);
}

.ai-workflow-visual::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(193, 232, 255, 0.07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ai-workflow-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
}

.ai-workflow-symbol {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.72rem;
  font-weight: 560;
}

.ai-workflow-head small,
.ai-workflow-head strong {
  display: block;
}

.ai-workflow-head small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ai-workflow-head strong {
  margin-top: 2px;
  font-size: 0.8rem;
  font-weight: 520;
}

.ai-workflow-status {
  color: #c1e8ff;
  font-size: 0.6rem;
  font-weight: 520;
}

.ai-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(24px, 1fr) 54px minmax(24px, 1fr) minmax(112px, 1.45fr);
  align-items: center;
  gap: 7px;
}

.ai-route-node {
  min-width: 0;
}

.ai-route-node.compact {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.ai-route-node.compact > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 14px;
  color: #c1e8ff;
  background: rgba(193, 232, 255, 0.08);
  font-size: 0.62rem;
}

.ai-route-node.compact img {
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 9px;
  background: #ffffff;
}

.ai-route-node.compact small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.54rem;
}

.ai-route-line {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(193, 232, 255, 0.22);
}

.ai-route-line::after {
  position: absolute;
  top: -3px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #c1e8ff;
  border-right: 1px solid #c1e8ff;
  content: "";
  transform: rotate(45deg);
}

.ai-route-line i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1e8ff;
  animation: ai-route-flow 2.2s ease-in-out infinite;
}

.ai-route-line:nth-of-type(2) i {
  animation-delay: 420ms;
}

.ai-route-node.destination {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 15px;
  background: rgba(193, 232, 255, 0.07);
}

.ai-destination-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.58rem;
  font-weight: 560;
}

.ai-route-node.destination strong,
.ai-route-node.destination small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-route-node.destination strong {
  font-size: 0.68rem;
  font-weight: 520;
}

.ai-route-node.destination small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.52rem;
  line-height: 1.25;
}

.ai-context-bundle {
  position: relative;
  z-index: 1;
  padding-top: 13px;
  border-top: 1px solid rgba(193, 232, 255, 0.09);
}

.ai-context-bundle > small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-bundle-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ai-bundle-pills span {
  padding: 6px 8px;
  border: 1px solid rgba(193, 232, 255, 0.1);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(193, 232, 255, 0.055);
  font-size: 0.54rem;
}

.ai-assistant-window[data-ai-scene="handoff"] .ai-workflow-visual {
  border-color: rgba(193, 232, 255, 0.25);
  background:
    radial-gradient(circle at 90% 10%, rgba(193, 232, 255, 0.18), transparent 38%),
    rgba(2, 16, 36, 0.34);
}

.ai-assistant-window[data-ai-scene="handoff"] .ai-destination-mark {
  color: #c1e8ff;
  background: rgba(193, 232, 255, 0.14);
}

.ai-assistant-window[data-ai-scene="handoff"] .ai-route-node.destination {
  border-color: rgba(193, 232, 255, 0.26);
  box-shadow: 0 14px 28px rgba(2, 16, 36, 0.18);
}

@keyframes ai-route-flow {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(48px);
  }
}

@media (max-width: 900px) {
  .ai-workflow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ai-conversation {
    min-height: 0;
    padding: 18px;
  }

  .ai-route {
    grid-template-columns: 46px minmax(18px, 1fr) 46px minmax(18px, 1fr) minmax(104px, 1.45fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-route-line i {
    animation: none;
  }
}

/* Simplified homepage AI front desk section. */
.ai-operator-section .flow-split-heading {
  margin-right: auto;
  margin-left: auto;
}

.ai-operator-section .ai-task {
  border-color: rgba(84, 131, 179, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.ai-operator-section .ai-task:hover {
  border-color: rgba(84, 131, 179, 0.38);
}

.ai-operator-section .ai-task.active {
  color: #ffffff;
  border-color: rgba(193, 232, 255, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(193, 232, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #052659, #021024);
  box-shadow: 0 18px 42px rgba(5, 38, 89, 0.16);
}

.ai-operator-section .ai-task.active small {
  color: rgba(255, 255, 255, 0.58);
}

.ai-operator-section .ai-task.active .ai-task-number {
  color: #021024;
  background: #c1e8ff;
}

.ai-frontdesk-window {
  overflow: hidden;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 12%, rgba(193, 232, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #052659, #021024);
  box-shadow: 0 34px 82px rgba(2, 16, 36, 0.24);
}

.ai-frontdesk-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(193, 232, 255, 0.11);
  background: rgba(2, 16, 36, 0.28);
}

.ai-frontdesk-name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-frontdesk-name img {
  width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 13px;
  background: #ffffff;
}

.ai-frontdesk-name strong,
.ai-frontdesk-name small {
  display: block;
}

.ai-frontdesk-name strong {
  font-size: 0.94rem;
  font-weight: 540;
}

.ai-frontdesk-name small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.ai-frontdesk-board {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.ai-frontdesk-flow {
  display: grid;
  grid-template-columns: minmax(150px, 0.92fr) 26px minmax(230px, 1.18fr) 26px minmax(150px, 0.92fr);
  align-items: stretch;
  gap: 10px;
}

.ai-frontdesk-step {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(193, 232, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.ai-frontdesk-step > small,
.ai-frontdesk-system small,
.ai-context-bundle > small {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.58rem;
  font-weight: 560;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ai-frontdesk-step p,
.ai-frontdesk-system p {
  margin: 0;
}

.ai-frontdesk-step.incoming p,
.ai-frontdesk-step.ai-core > p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ai-frontdesk-step.ai-core {
  border-color: rgba(193, 232, 255, 0.23);
  background:
    radial-gradient(circle at 90% 8%, rgba(193, 232, 255, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.ai-frontdesk-person,
.ai-core-head,
.ai-frontdesk-system {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.ai-frontdesk-person {
  margin-top: 12px;
}

.ai-frontdesk-person strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 520;
}

.ai-customer-initials,
.ai-workflow-symbol,
.ai-destination-mark,
.ai-action-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.68rem;
  font-weight: 560;
}

.ai-workflow-symbol {
  font-size: 0.76rem;
}

.ai-core-head {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.ai-core-head strong {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
  font-weight: 540;
}

.ai-workflow-status,
.ai-action-status {
  color: #c1e8ff;
  font-size: 0.66rem;
  font-weight: 540;
}

.ai-frontdesk-system {
  margin-top: 18px;
  padding: 13px;
  border: 1px solid rgba(193, 232, 255, 0.11);
  border-radius: 16px;
  background: rgba(2, 16, 36, 0.2);
}

.ai-frontdesk-system strong {
  display: block;
  margin-top: 1px;
  font-size: 0.78rem;
  font-weight: 540;
}

.ai-frontdesk-system p {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
}

.ai-frontdesk-window .ai-context-bundle {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(193, 232, 255, 0.1);
}

.ai-frontdesk-window .ai-bundle-pills span {
  color: rgba(255, 255, 255, 0.7);
}

.ai-frontdesk-step.complete {
  display: grid;
  align-content: start;
  gap: 10px;
}

.ai-frontdesk-step.complete strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 540;
  line-height: 1.35;
}

.ai-frontdesk-step.complete p {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  line-height: 1.45;
}

.ai-frontdesk-connector {
  position: relative;
  align-self: center;
  height: 1px;
  overflow: hidden;
  background: rgba(193, 232, 255, 0.26);
}

.ai-frontdesk-connector::after {
  position: absolute;
  top: -3px;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #c1e8ff;
  border-right: 1px solid #c1e8ff;
  content: "";
  transform: rotate(45deg);
}

.ai-frontdesk-connector i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1e8ff;
  animation: ai-route-flow 2.2s ease-in-out infinite;
}

.ai-frontdesk-connector:nth-of-type(4) i {
  animation-delay: 360ms;
}

@media (max-width: 1080px) {
  .ai-frontdesk-flow {
    grid-template-columns: 1fr;
  }

  .ai-frontdesk-connector {
    width: 1px;
    height: 28px;
    margin: 0 auto;
  }

  .ai-frontdesk-connector::after {
    top: auto;
    right: -3px;
    bottom: 1px;
    transform: rotate(135deg);
  }

  .ai-frontdesk-connector i {
    top: 0;
    left: -3px;
    animation-name: ai-route-flow-down;
  }
}

@media (max-width: 640px) {
  .ai-frontdesk-board,
  .ai-frontdesk-topbar {
    padding: 18px;
  }

  .ai-frontdesk-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@keyframes ai-route-flow-down {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(28px);
  }
}

/* Homepage product-flow hero */
.frontdesk-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  margin: 76px auto 0;
  padding: 0 34px;
}

.frontdesk-orbit {
  position: absolute;
  border: 1px solid rgba(193, 232, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.frontdesk-orbit-one {
  top: -56px;
  left: 4%;
  width: 180px;
  height: 180px;
}

.frontdesk-orbit-two {
  right: 2%;
  bottom: -54px;
  width: 150px;
  height: 150px;
}

.frontdesk-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 4%, rgba(193, 232, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(5, 38, 89, 0.94), rgba(2, 16, 36, 0.98));
  box-shadow: 0 40px 100px rgba(2, 16, 36, 0.4);
  backdrop-filter: blur(18px);
}

.frontdesk-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(193, 232, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 232, 255, 0.07) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  pointer-events: none;
}

.frontdesk-topbar,
.frontdesk-map,
.frontdesk-outcome-card {
  position: relative;
  z-index: 1;
}

.frontdesk-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(193, 232, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.frontdesk-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.frontdesk-topbar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.12);
}

.frontdesk-topbar strong {
  color: #ffffff;
  font-weight: 500;
}

.frontdesk-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(280px, 1.08fr) minmax(190px, 0.78fr);
  align-items: stretch;
  gap: 22px;
  margin-top: 22px;
}

.frontdesk-flow-arrow {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.frontdesk-flow-arrow::before {
  position: absolute;
  content: "";
  background: rgba(193, 232, 255, 0.28);
}

.frontdesk-flow-arrow::after {
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #c1e8ff;
  border-right: 1px solid #c1e8ff;
  content: "";
}

.frontdesk-flow-arrow i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1e8ff;
  box-shadow: 0 0 18px rgba(193, 232, 255, 0.42);
}

.frontdesk-flow-arrow-left,
.frontdesk-flow-arrow-right {
  top: calc(50% + 15px);
  width: 74px;
  height: 1px;
}

.frontdesk-flow-arrow-left::before,
.frontdesk-flow-arrow-right::before {
  inset: 0;
  height: 1px;
}

.frontdesk-flow-arrow-left::after,
.frontdesk-flow-arrow-right::after {
  top: -4px;
  right: 0;
  transform: rotate(45deg);
}

.frontdesk-flow-arrow-left i,
.frontdesk-flow-arrow-right i {
  top: -4px;
  left: 4px;
  animation: frontdesk-flow-horizontal 2.7s ease-in-out infinite;
}

.frontdesk-flow-arrow-left {
  left: calc(29.545% - 27.5px);
  width: 58px;
}

.frontdesk-flow-arrow-left::before {
  display: none;
}

.frontdesk-flow-arrow-left::after {
  display: none;
}

.frontdesk-flow-arrow-left i {
  left: 0;
}

.frontdesk-flow-arrow-right {
  right: auto;
  left: calc(70.455% - 2.5px);
  width: 30px;
}

.frontdesk-flow-arrow-right::before,
.frontdesk-flow-arrow-right::after {
  display: none;
}

.frontdesk-flow-arrow-right i {
  left: 0;
  animation-name: frontdesk-flow-short-horizontal;
  animation-delay: 0.45s;
}

.frontdesk-flow-arrow-down {
  top: calc(100% - 2px);
  left: 50%;
  width: 1px;
  height: 26px;
  transform: translateX(-50%);
}

.frontdesk-flow-arrow-down::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}

.frontdesk-flow-arrow-down::after {
  bottom: 0;
  left: -4px;
  transform: rotate(135deg);
}

.frontdesk-flow-arrow-down i {
  top: 4px;
  left: -3px;
  animation: frontdesk-flow-vertical 2.7s ease-in-out infinite;
  animation-delay: 0.9s;
}

@keyframes frontdesk-flow-horizontal {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(54px);
  }
}

@keyframes frontdesk-flow-short-horizontal {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(22px);
  }
}

@keyframes frontdesk-flow-vertical {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .frontdesk-flow-arrow i {
    animation: none;
  }
}

.frontdesk-column,
.frontdesk-core-card {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.frontdesk-column {
  display: grid;
  align-content: center;
  gap: 12px;
}

.frontdesk-source-column {
  padding-right: 28px;
}

.frontdesk-output-column {
  padding-left: 28px;
}

.frontdesk-source-column::before {
  position: absolute;
  top: 76px;
  right: 10px;
  width: 1px;
  height: calc(100% - 118px);
  min-height: 216px;
  content: "";
  background: linear-gradient(
    180deg,
    transparent,
    rgba(193, 232, 255, 0.12) 8%,
    rgba(193, 232, 255, 0.44) 50%,
    rgba(193, 232, 255, 0.12) 92%,
    transparent
  );
}

.frontdesk-output-column::before {
  position: absolute;
  top: 76px;
  left: 10px;
  width: 1px;
  height: calc(100% - 118px);
  min-height: 216px;
  content: "";
  background: linear-gradient(
    180deg,
    transparent,
    rgba(193, 232, 255, 0.12) 8%,
    rgba(193, 232, 255, 0.44) 50%,
    rgba(193, 232, 255, 0.12) 92%,
    transparent
  );
}

.frontdesk-source-column .frontdesk-channel-card {
  position: relative;
}

.frontdesk-output-column .frontdesk-action-card {
  position: relative;
}

.frontdesk-source-column .frontdesk-channel-card::after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(193, 232, 255, 0.1), rgba(193, 232, 255, 0.36));
}

.frontdesk-output-column .frontdesk-action-card::after {
  position: absolute;
  top: 50%;
  left: -18px;
  width: 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(193, 232, 255, 0.36), rgba(193, 232, 255, 0.1));
}

.frontdesk-source-column .frontdesk-channel-card::before {
  position: absolute;
  top: calc(50% - 3px);
  right: -21px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #c1e8ff;
  box-shadow: 0 0 16px rgba(193, 232, 255, 0.28);
}

.frontdesk-output-column .frontdesk-action-card::before {
  position: absolute;
  top: calc(50% - 3px);
  left: -21px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #c1e8ff;
  box-shadow: 0 0 16px rgba(193, 232, 255, 0.28);
}

.frontdesk-column .mini-label,
.frontdesk-core-card .mini-label {
  color: rgba(193, 232, 255, 0.58);
}

.frontdesk-channel-card,
.frontdesk-action-card,
.frontdesk-core-card {
  border: 1px solid rgba(193, 232, 255, 0.12);
  background: rgba(193, 232, 255, 0.065);
  box-shadow: 0 16px 32px rgba(2, 16, 36, 0.14);
}

.frontdesk-channel-card,
.frontdesk-action-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  min-height: 84px;
  padding: 14px;
  border-radius: 18px;
}

.frontdesk-channel-card.active {
  border-color: rgba(193, 232, 255, 0.28);
  background: rgba(193, 232, 255, 0.11);
}

.frontdesk-channel-card > span,
.frontdesk-action-card > span,
.frontdesk-core-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #021024;
  background: #c1e8ff;
}

.frontdesk-channel-card > span,
.frontdesk-action-card > span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 560;
}

.frontdesk-channel-card strong,
.frontdesk-channel-card small,
.frontdesk-action-card strong,
.frontdesk-action-card small {
  display: block;
}

.frontdesk-channel-card strong,
.frontdesk-action-card strong {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 520;
}

.frontdesk-channel-card small,
.frontdesk-action-card small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
}

.frontdesk-core-card {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 340px;
  padding: 28px;
  overflow: hidden;
  border-radius: 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(193, 232, 255, 0.18), transparent 42%),
    rgba(193, 232, 255, 0.075);
}

.frontdesk-core-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(193, 232, 255, 0.12);
}

.frontdesk-core-icon img {
  width: 46px;
  height: 46px;
}

.frontdesk-core-card h3 {
  max-width: 330px;
  margin: 8px auto 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.8vw, 2.45rem);
  font-weight: 460;
  line-height: 1.05;
}

.frontdesk-core-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

.frontdesk-core-list span {
  padding: 7px 10px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(2, 16, 36, 0.2);
  font-size: 0.62rem;
}

.frontdesk-outcome-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(193, 232, 255, 0.18);
  border-radius: 19px;
  background: rgba(193, 232, 255, 0.08);
}

.frontdesk-outcome-card small,
.frontdesk-outcome-card strong {
  display: block;
}

.frontdesk-outcome-card small {
  color: rgba(193, 232, 255, 0.68);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.frontdesk-outcome-card strong {
  margin-top: 3px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 520;
}

.frontdesk-outcome-card b {
  color: #c1e8ff;
  font-size: 0.72rem;
  font-weight: 520;
}

/* Client app page */
.client-app-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 64px;
  min-height: 900px;
  padding: 160px max(24px, calc((100vw - 1240px) / 2)) 96px;
  overflow: hidden;
  color: #ffffff;
  background: #021024;
}

.client-app-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(193, 232, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 232, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 62% 42%, black, transparent 76%);
}

.client-app-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.client-app-hero-glow-one {
  top: 12%;
  left: -120px;
  width: 420px;
  height: 420px;
  background: rgba(84, 131, 179, 0.24);
}

.client-app-hero-glow-two {
  right: -140px;
  bottom: 12%;
  width: 520px;
  height: 520px;
  background: rgba(193, 232, 255, 0.13);
}

.client-app-hero-copy,
.client-dashboard-stage {
  position: relative;
  z-index: 1;
}

.client-app-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  line-height: 1.7;
}

.client-app-hero .flow-split-heading {
  max-width: 720px;
}

.client-app-hero .flow-split-heading span {
  color: rgba(193, 232, 255, 0.82);
}

.client-app-hero .flow-split-heading em {
  color: #ffffff;
}

.client-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.client-app-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.84rem;
}

.client-app-proof span {
  position: relative;
}

.client-app-proof span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: rgba(193, 232, 255, 0.45);
}

.client-dashboard-stage {
  width: 100%;
  margin: 0;
  padding: 0;
}

.client-dashboard-stage .product-window {
  box-shadow: 0 40px 100px rgba(2, 16, 36, 0.46);
}

.client-dashboard-stage .workspace {
  min-height: 500px;
}

.client-control-section,
.client-screen-section,
.client-ops-section {
  padding-right: max(24px, calc((100vw - 1240px) / 2));
  padding-left: max(24px, calc((100vw - 1240px) / 2));
}

.client-control-section {
  padding-top: 112px;
  padding-bottom: 112px;
  color: #1c3e60;
  background: #f5fbff;
}

.client-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.client-feature-card {
  min-height: 290px;
  padding: 26px;
  border: 1px solid #dce8e4;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(2, 16, 36, 0.06);
}

.client-feature-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 14px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.72rem;
  font-weight: 520;
}

.client-feature-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.client-feature-card p {
  margin: 14px 0 0;
  color: #66798b;
  font-size: 0.88rem;
  line-height: 1.65;
}

.client-screen-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 76px;
  padding-top: 112px;
  padding-bottom: 112px;
  color: #1c3e60;
  background: #ffffff;
}

.client-screen-copy > p {
  max-width: 540px;
  margin: 24px 0 0;
  color: #66798b;
  line-height: 1.7;
}

.client-screen-showcase {
  min-height: 650px;
}

.client-ops-section {
  padding-top: 112px;
  padding-bottom: 116px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 8%, rgba(193, 232, 255, 0.16), transparent 34%),
    #052659;
}

.client-ops-section .eyebrow,
.client-ops-section .flow-split-heading span {
  color: #c1e8ff;
}

.client-ops-section .flow-split-heading em {
  color: #ffffff;
}

.client-ops-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.client-ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.client-ops-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(193, 232, 255, 0.13);
  border-radius: 26px;
  background: rgba(193, 232, 255, 0.06);
}

.client-ops-card small {
  color: rgba(193, 232, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-ops-card h3 {
  margin-top: 28px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.client-ops-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.9rem;
  line-height: 1.7;
}

.client-app-cta {
  width: min(calc(100% - 32px), 1240px);
  margin: 104px auto;
}

@media (max-width: 1080px) {
  .client-app-hero,
  .client-screen-section {
    grid-template-columns: 1fr;
  }

  .client-app-hero {
    gap: 54px;
  }

  .client-dashboard-stage {
    max-width: 900px;
    margin: 0 auto;
  }

  .client-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-ops-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .frontdesk-stage {
    padding: 0;
  }

  .frontdesk-map {
    grid-template-columns: 1fr;
  }

  .frontdesk-flow-arrow {
    display: none;
  }

  .frontdesk-source-column {
    padding-right: 0;
  }

  .frontdesk-output-column {
    padding-left: 0;
  }

  .frontdesk-source-column::before,
  .frontdesk-source-column .frontdesk-channel-card::before,
  .frontdesk-source-column .frontdesk-channel-card::after,
  .frontdesk-output-column::before,
  .frontdesk-output-column .frontdesk-action-card::before,
  .frontdesk-output-column .frontdesk-action-card::after {
    display: none;
  }

  .client-dashboard-stage .workspace {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .client-dashboard-stage .insight-panel {
    display: none;
  }
}

@media (max-width: 720px) {
  .frontdesk-stage {
    margin-top: 54px;
  }

  .frontdesk-panel {
    padding: 18px;
    border-radius: 26px;
  }

  .frontdesk-topbar,
  .frontdesk-outcome-card {
    display: grid;
  }

  .frontdesk-outcome-card {
    grid-template-columns: auto 1fr;
  }

  .frontdesk-outcome-card b {
    display: none;
  }

  .client-app-hero {
    min-height: auto;
    padding: 132px 18px 78px;
  }

  .client-app-proof span:not(:first-child)::before {
    display: none;
  }

  .client-control-section,
  .client-screen-section,
  .client-ops-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .client-feature-grid {
    grid-template-columns: 1fr;
  }

  .client-screen-showcase {
    min-height: 560px;
  }

  .client-dashboard-stage .workspace {
    grid-template-columns: 1fr;
  }

  .client-dashboard-stage .workspace-nav,
  .client-dashboard-stage .floating-note {
    display: none;
  }

  .client-app-cta {
    margin-top: 76px;
    margin-bottom: 76px;
  }
}

/* Features page */
.features-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 96px;
  min-height: 820px;
  overflow: hidden;
  padding: 176px max(24px, calc((100vw - 1180px) / 2)) 96px;
  color: #ffffff;
  background:
    linear-gradient(rgba(193, 232, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 232, 255, 0.035) 1px, transparent 1px),
    #021024;
  background-size: 52px 52px;
}

.features-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(92px);
}

.features-hero-glow-one {
  top: 90px;
  right: -140px;
  width: 560px;
  height: 560px;
  background: rgba(84, 131, 179, 0.34);
}

.features-hero-glow-two {
  bottom: -220px;
  left: -180px;
  width: 540px;
  height: 540px;
  background: rgba(193, 232, 255, 0.13);
}

.features-hero-copy,
.features-platform-visual {
  position: relative;
  z-index: 1;
}

.features-hero-copy .eyebrow {
  color: #c1e8ff;
}

.features-hero-copy .flow-split-heading {
  max-width: 760px;
}

.features-hero-copy .flow-split-heading span {
  color: rgba(193, 232, 255, 0.78);
  font-size: clamp(2.1rem, 3.5vw, 3.7rem);
}

.features-hero-copy .flow-split-heading em {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(3rem, 5.8vw, 5.85rem);
}

.features-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.features-hero-actions,
.features-hero-proof {
  display: flex;
  flex-wrap: wrap;
}

.features-hero-actions {
  gap: 12px;
  margin-top: 34px;
}

.features-hero-proof {
  gap: 12px 22px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.74rem;
}

.features-hero-proof span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.08);
}

.features-platform-visual {
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(193, 232, 255, 0.17), transparent 36%),
    linear-gradient(180deg, rgba(5, 38, 89, 0.94), rgba(2, 16, 36, 0.98));
  box-shadow: 0 38px 90px rgba(2, 16, 36, 0.38);
}

.features-platform-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 0 2px 18px;
  border-bottom: 1px solid rgba(193, 232, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.features-platform-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.features-platform-topbar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1e8ff;
  box-shadow: 0 0 0 5px rgba(193, 232, 255, 0.1);
}

.features-platform-topbar strong {
  font-weight: 520;
}

.features-flow-map {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(270px, 1.16fr) minmax(0, 0.72fr);
  align-items: stretch;
  gap: 16px;
  padding: 24px 0 18px;
}

.features-flow-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.features-flow-column .mini-label {
  color: rgba(193, 232, 255, 0.5);
}

.features-flow-column article,
.features-flow-core,
.features-platform-result {
  border: 1px solid rgba(193, 232, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.features-flow-column article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border-radius: 17px;
}

.features-flow-column article > span,
.features-core-logo {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #021024;
  background: #c1e8ff;
  font-size: 0.68rem;
  font-weight: 560;
}

.features-core-logo {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 18px;
}

.features-core-logo img {
  width: 36px;
  height: 36px;
}

.features-flow-column strong,
.features-flow-column small {
  display: block;
}

.features-flow-column strong {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 540;
}

.features-flow-column small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.62rem;
  line-height: 1.35;
}

.features-flow-core {
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  padding: 24px;
  border-color: rgba(193, 232, 255, 0.22);
  border-radius: 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(193, 232, 255, 0.13), transparent 36%),
    rgba(255, 255, 255, 0.07);
}

.features-flow-core small {
  color: rgba(193, 232, 255, 0.56);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.features-flow-core h2 {
  max-width: 360px;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.15vw, 2rem);
  font-weight: 440;
  line-height: 1.12;
}

.features-flow-core div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

.features-flow-core div span {
  padding: 7px 9px;
  border: 1px solid rgba(193, 232, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(193, 232, 255, 0.055);
  font-size: 0.58rem;
}

.features-platform-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 18px;
}

.features-platform-result small,
.features-platform-result strong {
  display: block;
}

.features-platform-result small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.features-platform-result strong {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 540;
}

.features-platform-result b {
  color: #c1e8ff;
  font-size: 0.66rem;
  font-weight: 540;
}

.features-capability-section,
.features-workflow-section,
.features-automation-section {
  padding: 112px max(18px, calc((100vw - var(--container)) / 2));
  background: #ffffff;
}

.features-capability-grid,
.features-automation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.features-capability-card,
.features-automation-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(193, 232, 255, 0.26), transparent 34%),
    linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 20px 50px rgba(5, 38, 89, 0.055);
}

.features-capability-card > span,
.features-automation-grid article > span,
.features-workflow-track article > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.7rem;
  font-weight: 540;
}

.features-capability-card h3,
.features-automation-grid h3,
.features-workflow-track h3 {
  margin: 22px 0 0;
  color: #052659;
  font-size: 1.2rem;
  font-weight: 520;
  letter-spacing: -0.004em;
}

.features-capability-card p,
.features-automation-grid p,
.features-workflow-track p {
  margin: 12px 0 0;
  color: #557a9f;
  font-size: 0.9rem;
  line-height: 1.68;
}

.features-workflow-section {
  background:
    linear-gradient(180deg, #ffffff, #f5fbff);
}

.features-workflow-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 44px;
}

.features-workflow-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.features-workflow-track article {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 24px;
  background: #ffffff;
}

.features-reporting-section {
  padding: 0 max(18px, calc((100vw - var(--container)) / 2)) 112px;
  background: #f5fbff;
}

.features-reporting-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  align-items: center;
  gap: 70px;
  padding: 58px;
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 8%, rgba(193, 232, 255, 0.18), transparent 32%),
    #021024;
  box-shadow: 0 28px 76px rgba(2, 16, 36, 0.22);
}

.features-reporting-copy .eyebrow,
.features-page-cta .eyebrow {
  color: #c1e8ff;
}

.features-reporting-copy .flow-split-heading span,
.features-page-cta .flow-split-heading span {
  color: rgba(193, 232, 255, 0.78);
}

.features-reporting-copy .flow-split-heading em,
.features-page-cta .flow-split-heading em {
  color: #ffffff;
}

.features-reporting-copy > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.72;
}

.features-insight-board {
  padding: 22px;
  border: 1px solid rgba(193, 232, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.features-insight-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
}

.features-insight-top strong {
  color: #ffffff;
  font-weight: 520;
}

.features-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.features-metric-grid article {
  padding: 18px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 18px;
  background: rgba(2, 16, 36, 0.26);
}

.features-metric-grid strong,
.features-metric-grid span {
  display: block;
}

.features-metric-grid strong {
  color: #c1e8ff;
  font-size: 2rem;
  font-weight: 430;
  line-height: 1;
}

.features-metric-grid span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.features-ai-note {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(193, 232, 255, 0.16);
  border-radius: 18px;
  background: rgba(193, 232, 255, 0.08);
}

.features-ai-note span {
  color: #c1e8ff;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.features-ai-note p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  line-height: 1.58;
}

.features-automation-section {
  background: #ffffff;
}

.features-automation-grid article {
  background:
    radial-gradient(circle at 88% 0%, rgba(193, 232, 255, 0.34), transparent 34%),
    #f7fbff;
}

.features-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  width: min(calc(100% - 36px), var(--container));
  margin: 0 auto 110px;
  padding: 54px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 0%, rgba(193, 232, 255, 0.16), transparent 34%),
    #021024;
}

@media (max-width: 1120px) {
  .features-hero,
  .features-reporting-panel {
    grid-template-columns: 1fr;
  }

  .features-platform-visual {
    width: min(100%, 820px);
  }

  .features-capability-grid,
  .features-automation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-workflow-heading,
  .features-page-cta {
    grid-template-columns: 1fr;
  }

  .features-workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .features-hero {
    min-height: auto;
    padding: 132px 18px 78px;
  }

  .features-flow-map,
  .features-capability-grid,
  .features-automation-grid,
  .features-workflow-track,
  .features-metric-grid {
    grid-template-columns: 1fr;
  }

  .features-platform-visual,
  .features-reporting-panel,
  .features-page-cta {
    padding: 24px;
    border-radius: 26px;
  }

  .features-capability-section,
  .features-workflow-section,
  .features-automation-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .features-reporting-section {
    padding-bottom: 84px;
  }
}

/* Contact page */
.contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.78fr);
  align-items: center;
  gap: 72px;
  min-height: 820px;
  padding: 160px max(18px, calc((100vw - var(--container)) / 2)) 112px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(rgba(193, 232, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 232, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(84, 131, 179, 0.36), transparent 34%),
    #021024;
  background-size: 52px 52px, 52px 52px, auto, auto;
}

.contact-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.contact-hero-glow-one {
  top: 110px;
  right: -120px;
  width: 560px;
  height: 560px;
  background: rgba(84, 131, 179, 0.34);
}

.contact-hero-glow-two {
  bottom: -180px;
  left: -180px;
  width: 520px;
  height: 520px;
  background: rgba(193, 232, 255, 0.14);
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-copy .eyebrow {
  color: #c1e8ff;
}

.contact-copy .flow-split-heading span {
  color: rgba(193, 232, 255, 0.78);
  font-size: clamp(2.1rem, 3.4vw, 3.6rem);
}

.contact-copy .flow-split-heading em {
  color: #ffffff;
  font-size: clamp(3rem, 5.4vw, 5.5rem);
}

.contact-copy > p {
  max-width: 670px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.02rem;
  line-height: 1.72;
}

.contact-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.contact-proof article {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(193, 232, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.contact-proof span,
.contact-detail-card > span {
  display: inline-grid;
  min-width: 38px;
  height: 34px;
  place-items: center;
  padding: 0 10px;
  border-radius: 11px;
  color: #052659;
  background: #c1e8ff;
  font-size: 0.64rem;
  font-weight: 540;
}

.contact-proof strong,
.contact-proof p {
  display: block;
}

.contact-proof strong {
  margin-top: 16px;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 520;
}

.contact-proof p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  line-height: 1.56;
}

.contact-form {
  padding: 30px;
  border-color: rgba(193, 232, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
}

.contact-details-section {
  padding: 112px max(18px, calc((100vw - var(--container)) / 2));
  background: #ffffff;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.contact-detail-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(84, 131, 179, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(193, 232, 255, 0.26), transparent 34%),
    linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 20px 50px rgba(5, 38, 89, 0.055);
}

.contact-detail-card h3 {
  margin: 24px 0 0;
  color: #052659;
  font-size: 1.2rem;
  font-weight: 520;
}

.contact-detail-card p {
  margin: 12px 0 0;
  color: #557a9f;
  font-size: 0.9rem;
  line-height: 1.68;
}

.contact-detail-card a {
  color: #052659;
  text-decoration: none;
}

.contact-detail-card a:hover {
  color: #5483b3;
}

@media (max-width: 1120px) {
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .contact-form {
    width: min(100%, 720px);
  }
}

@media (max-width: 820px) {
  .contact-proof,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    min-height: auto;
    padding: 132px 18px 78px;
  }

  .contact-form {
    padding: 24px;
    border-radius: 26px;
  }

  .contact-details-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
