:root {
  --bg: #eef4f8;
  --bg-soft: #f7fbfd;
  --surface: #ffffff;
  --surface-soft: #edf4f9;
  --ink: #11213d;
  --ink-soft: #60738b;
  --panel: #102647;
  --panel-soft: #1b4c79;
  --panel-input: #153558;
  --panel-input-strong: #1d4572;
  --panel-text: #f5f9ff;
  --panel-text-soft: rgba(213, 226, 244, 0.78);
  --accent: #14aab8;
  --accent-soft: #def4f8;
  --accent-gradient: linear-gradient(135deg, #14aab8 0%, #82c7df 100%);
  --focus: rgba(20, 170, 184, 0.9);
  --line: rgba(16, 38, 71, 0.1);
  --mint: #d7f2ef;
  --mint-deep: #79bede;
  --gold: #e3eef9;
  --brand-logo-url: url("assets/workez-logo.webp");
  --shadow: 0 24px 70px rgba(15, 33, 63, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 22%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

body::before,
body::after {
  display: none;
}

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

img {
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 0 0 56px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 4px 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.brand-mark {
  display: inline-block;
  flex: none;
  width: 22px;
  height: 22px;
  background: var(--panel);
  -webkit-mask: var(--brand-logo-url) left center / auto 100% no-repeat;
  mask: var(--brand-logo-url) left center / auto 100% no-repeat;
}

.header-cta,
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--panel) 0%, var(--panel-soft) 100%);
  color: #fff;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta:hover,
.primary-link:hover,
.lead-form > button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 38, 71, 0.22);
}

.hero-grid,
.results-section,
.capabilities-section,
.testimonial-section,
.integration-section,
.faq-section,
.final-cta {
  margin-top: 32px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 0;
}

.hero-showcase,
.form-card,
.results-section,
.capabilities-section,
.testimonial-section,
.integration-section,
.faq-section,
.final-cta,
.trust-strip {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-showcase {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 556px;
  padding: 38px 38px 28px;
  border-radius: 24px;
  border: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(17, 41, 73, 0.18), rgba(8, 21, 40, 0.56)),
    url("https://lais.ai/_next/image?url=%2Fagendar-reuniao%2Fhero-image.jpg&w=3840&q=85&dpl=dpl_DDZKa69KL7UaWR4YQoYWCT4ciz4S");
  background-position: center;
  background-size: cover;
  color: var(--panel-text);
}

.hero-showcase::before {
  display: none;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 35, 63, 0.16), rgba(10, 24, 45, 0.38) 55%, rgba(8, 18, 34, 0.48));
}

.eyebrow,
.form-kicker {
  display: none;
}

.hero-showcase h1,
.section-heading h2,
.form-card h2,
.final-cta h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.05;
}

.hero-showcase h1 {
  max-width: 12ch;
  font-size: clamp(2rem, 2.9vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.hero-copy-block,
.hero-chat-row {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 360px;
  margin: 20px 0 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: rgba(245, 249, 255, 0.94);
}

.hero-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.hero-chat-row::before {
  content: "";
  position: absolute;
  left: 49%;
  bottom: 24px;
  width: 38px;
  height: 38px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent) 0%, var(--mint-deep) 100%);
  -webkit-mask: var(--brand-logo-url) left center / auto 100% no-repeat;
  mask: var(--brand-logo-url) left center / auto 100% no-repeat;
  box-shadow: 0 8px 20px rgba(12, 36, 62, 0.3);
}

.chat-bubble,
.signal-card {
  position: relative;
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(15, 33, 63, 0.2);
}

.chat-bubble {
  padding: 14px 14px 10px;
}

.chat-bubble p,
.signal-card p {
  margin: 0;
  line-height: 1.35;
  font-size: 0.92rem;
}

.chat-meta {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 8px;
  font-size: 0.68rem;
  color: rgba(76, 94, 118, 0.66);
}

.chat-checks {
  color: #58acd3;
  font-weight: 800;
}

.chat-bubble-left {
  width: min(282px, 48%);
  background: rgba(255, 255, 255, 0.98);
  color: #1b2b44;
  border-bottom-left-radius: 4px;
}

.chat-bubble-right {
  width: min(226px, 40%);
  margin-left: auto;
  background: var(--mint);
  color: #184763;
  border-bottom-right-radius: 4px;
}

.voice-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.voice-pause {
  position: relative;
  width: 12px;
  height: 12px;
  flex: none;
}

.voice-pause::before,
.voice-pause::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 3px;
  border-radius: 999px;
  background: #3f97a5;
}

.voice-pause::before {
  left: 1px;
}

.voice-pause::after {
  right: 1px;
}

.voice-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  min-width: 0;
  height: 18px;
}

.voice-wave span {
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--mint-deep));
}

.voice-wave span:nth-child(1) {
  height: 28%;
}

.voice-wave span:nth-child(2) {
  height: 64%;
}

.voice-wave span:nth-child(3) {
  height: 40%;
}

.voice-wave span:nth-child(4) {
  height: 88%;
}

.voice-wave span:nth-child(5) {
  height: 100%;
}

.voice-wave span:nth-child(6) {
  height: 60%;
}

.voice-wave span:nth-child(7) {
  height: 48%;
}

.voice-wave span:nth-child(8) {
  height: 34%;
}

.voice-speed {
  flex: none;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #4f677c;
  font-size: 0.68rem;
  font-weight: 700;
}

.voice-time {
  margin-top: 4px;
  font-size: 0.7rem;
  color: #6b98b0;
}

.form-card {
  align-self: stretch;
  min-height: 556px;
  padding: 38px 34px 32px;
  border-radius: 24px;
  border: 0;
  box-shadow: none;
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-soft) 100%);
  color: var(--panel-text);
}

.form-card h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1.15;
  max-width: none;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin-top: 34px;
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form label span {
  font-weight: 600;
  font-size: 0.82rem;
}

.lead-form input,
.lead-form select {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--panel-input);
  color: var(--panel-text);
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.lead-form input::placeholder {
  color: var(--panel-text-soft);
}

.lead-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(245, 249, 255, 0.8) 50%),
    linear-gradient(135deg, rgba(245, 249, 255, 0.8) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.crm-field {
  position: relative;
}

.crm-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.crm-combobox {
  position: relative;
}

.crm-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 0 40px 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--panel-input);
  color: var(--panel-text);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.crm-trigger-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crm-trigger-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(245, 249, 255, 0.85);
  border-bottom: 1.5px solid rgba(245, 249, 255, 0.85);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 160ms ease;
}

.crm-combobox.is-open .crm-trigger,
.crm-trigger:focus-visible {
  border-color: var(--focus);
  background: var(--panel-input-strong);
  transform: translateY(-1px);
  outline: none;
}

.crm-combobox.is-open .crm-trigger-arrow {
  transform: translateY(-35%) rotate(-135deg);
}

.crm-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #143252;
  box-shadow: 0 20px 38px rgba(11, 26, 46, 0.42);
}

.crm-search {
  width: 100%;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--focus);
  border-radius: 8px;
  background: var(--panel-input);
  color: var(--panel-text);
  outline: none;
}

.crm-search::placeholder {
  color: var(--panel-text-soft);
}

.crm-options {
  display: grid;
  gap: 4px;
  max-height: 224px;
  margin-top: 8px;
  overflow-y: auto;
}

.crm-options::-webkit-scrollbar {
  width: 8px;
}

.crm-options::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.crm-option {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--panel-text);
  text-align: left;
  cursor: pointer;
}

.crm-option:hover,
.crm-option:focus-visible,
.crm-option.is-selected {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.crm-empty {
  margin: 8px 2px 2px;
  color: var(--panel-text-soft);
  font-size: 0.78rem;
}

.crm-field.is-invalid .crm-trigger {
  border-color: #cf6f80;
}

.phone-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel-input);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.country-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.country-code img {
  display: block;
  width: 18px;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.country-arrow {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(245, 249, 255, 0.85);
  border-bottom: 1.5px solid rgba(245, 249, 255, 0.85);
  transform: rotate(45deg) translateY(-1px);
}

.phone-input input {
  min-height: 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--focus);
  background: var(--panel-input-strong);
  transform: translateY(-1px);
}

.phone-input:focus-within {
  border-color: var(--focus);
  background: var(--panel-input-strong);
  transform: translateY(-1px);
}

.full-width,
.lead-form > button,
.form-feedback {
  grid-column: 1 / -1;
}

.lead-form > button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 12px;
  border-radius: 999px;
  border: 0;
  background: var(--accent-gradient);
  color: #0e223c;
  font-weight: 700;
}

.form-feedback {
  min-height: 0;
  margin: 0;
  color: rgba(213, 226, 244, 0.9);
  font-size: 0.88rem;
}

.field-hint {
  margin-top: 2px;
  color: rgba(221, 233, 247, 0.84);
  font-size: 0.76rem;
}

.trust-strip,
.results-section,
.capabilities-section,
.testimonial-section,
.integration-section,
.faq-section,
.final-cta {
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(237, 244, 249, 0.92), rgba(255, 255, 255, 0.98));
}

.trust-strip {
  padding: 34px 0 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.trust-strip p {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--panel);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  text-align: center;
}

.trust-strip-marquee {
  overflow: hidden;
}

.logo-marquee {
  margin-top: 28px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: trust-marquee 40s linear infinite;
  will-change: transform;
}

.logo-row {
  display: flex;
  gap: 22px;
  flex-shrink: 0;
  padding-right: 22px;
}

.market-logo {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  width: 170px;
  flex: 0 0 auto;
  padding: 10px 8px 12px;
  color: #233a63;
  text-align: center;
}

.market-logo svg {
  display: block;
  width: 122px;
  height: 86px;
  overflow: visible;
}

.market-logo strong,
.market-logo small {
  display: block;
}

.market-logo strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.market-logo small {
  font-family: "Sora", sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(72, 58, 105, 0.52);
}

.market-logo-casa-nobre strong,
.market-logo-chave strong,
.market-logo-lume strong {
  letter-spacing: 0.05em;
}

.market-logo-vista,
.market-logo-pedra {
  color: #316788;
}

.market-logo-raiz,
.market-logo-bosque,
.market-logo-terra {
  color: #4b6a34;
}

.market-logo-solar strong,
.market-logo-casa-nobre strong,
.market-logo-alto-padrao strong,
.market-logo-chave strong {
  color: #b8803b;
}

@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.integration-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.results-section,
.capabilities-section,
.testimonial-section,
.integration-section,
.faq-section {
  padding: 34px;
}

.results-section {
  padding: 26px 0 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.results-copy {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.results-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.6rem, 4.4vw, 4.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--panel);
}

.results-copy p {
  max-width: 980px;
  margin: 0;
  color: #314968;
  font-size: 1.08rem;
  line-height: 1.7;
}

.results-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 32px;
  border-radius: 999px;
  background: var(--accent-gradient);
  color: #0e223c;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(20, 170, 184, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.results-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
  box-shadow: 0 20px 38px rgba(20, 170, 184, 0.28);
}

.section-heading {
  display: grid;
  gap: 14px;
}

.section-heading.compact h2 {
  max-width: 18ch;
}

.section-heading h2,
.final-cta h2 {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  max-width: 16ch;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.65;
}

.text-link {
  margin-top: 8px;
  color: var(--panel-soft);
  font-weight: 800;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.metrics-grid-showcase {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.metric-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 222px;
  padding: 30px 22px 24px;
  border: 0;
  border-radius: 18px;
  background: #102647;
  box-shadow: 0 28px 60px rgba(16, 38, 71, 0.16);
  color: #ffffff;
  text-align: center;
}

.metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--accent);
}

.metric-icon svg {
  width: 100%;
  height: 100%;
}

.metric-value {
  display: block;
  margin-top: 14px;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.metric-copy {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.95rem;
  line-height: 1.55;
}

.metrics-grid:not(.metrics-grid-showcase) article,
.capability-card,
.testimonial-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fff;
}

.metrics-grid:not(.metrics-grid-showcase) strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.metrics-grid:not(.metrics-grid-showcase) span {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.metrics-grid-showcase .metric-value,
.metrics-grid-showcase .metric-copy {
  color: #ffffff;
}

.story-stack-section {
  position: relative;
  margin-top: 72px;
  padding: 54px 0 110px;
}

.story-stack-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background: var(--panel);
  z-index: -2;
}

.story-stack-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background:
    radial-gradient(circle at top center, rgba(92, 145, 194, 0.34), transparent 30%),
    linear-gradient(180deg, rgba(27, 76, 121, 0.28), rgba(16, 38, 71, 0));
  z-index: -1;
  pointer-events: none;
}

.story-stack {
  --story-stage-top: 88px;
  --story-stage-height: clamp(588px, 78vh, 700px);
  --story-step-height: max(72vh, 560px);
  --story-step-tail: max(56vh, 420px);
  --story-peek: clamp(48px, 5vw, 84px);
  position: relative;
}

.story-stack-stage {
  position: sticky;
  top: var(--story-stage-top);
  z-index: 3;
  height: var(--story-stage-height);
  padding-top: 8px;
  overflow: hidden;
  overflow: clip;
}

.story-scroll-track {
  position: relative;
  margin-top: calc(var(--story-stage-height) * -1);
  padding-bottom: 8vh;
}

.story-step {
  height: var(--story-step-height);
  scroll-margin-top: calc(var(--story-stage-top) + 24px);
}

.story-step:last-child {
  height: var(--story-step-tail);
}

.story-panel {
  --panel-accent: var(--accent);
  --panel-y: 0px;
  --panel-scale: 1;
  position: absolute;
  inset: 8px 0 auto;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(34px, 4vw, 74px);
  width: min(100%, 1040px);
  min-height: 530px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px);
  border: 1.5px solid color-mix(in srgb, var(--panel-accent) 78%, #ffffff 8%);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 44, 78, 0.99), rgba(14, 33, 58, 0.99));
  box-shadow: 0 28px 60px rgba(11, 24, 42, 0.22);
  visibility: hidden;
  pointer-events: none;
  transform: translateY(var(--panel-y)) scale(var(--panel-scale));
  transform-origin: center top;
  transition: transform 96ms linear, box-shadow 160ms ease;
  will-change: transform;
  overflow: hidden;
}

.story-panel.is-current,
.story-panel.is-next,
.story-panel.is-last {
  visibility: visible;
}

.story-panel.is-current,
.story-panel.is-last {
  z-index: 3;
  pointer-events: auto;
  box-shadow: 0 36px 80px rgba(11, 24, 42, 0.26);
}

.story-panel.is-next {
  z-index: 2;
  box-shadow: 0 24px 52px rgba(11, 24, 42, 0.2);
}

.story-panel.is-current,
.story-panel.is-last {
  --panel-y: 0px;
  --panel-scale: 1;
}

.story-panel.is-next {
  --panel-y: var(--story-peek);
  --panel-scale: 0.986;
}

.story-panel-teal {
  --panel-accent: #1bc1cf;
}

.story-panel-amber {
  --panel-accent: #c48a55;
}

.story-panel-copper {
  --panel-accent: #78b6de;
}

.story-panel-lilac {
  --panel-accent: #b7d7f1;
}

.story-panel-aqua {
  --panel-accent: #53c5e7;
}

.story-panel-media {
  display: grid;
  place-items: center;
}

.story-panel-copy h3 {
  margin: 0;
  max-width: 11ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--panel-accent);
}

.story-panel-copper .story-panel-copy h3 {
  max-width: 15ch;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.story-panel-lilac .story-panel-copy h3 {
  max-width: none;
  font-size: clamp(1.55rem, 2.45vw, 2.15rem);
}

.story-panel-aqua .story-panel-copy h3 {
  max-width: none;
  font-size: clamp(1.45rem, 2.15vw, 2.05rem);
  line-height: 1.16;
}

.story-panel-copy ul {
  margin: 28px 0 0;
  padding-left: 22px;
  color: rgba(245, 249, 255, 0.94);
  font-size: 1.06rem;
  line-height: 1.78;
}

.story-panel-copy li + li {
  margin-top: 10px;
}

.story-collage,
.reactivation-map,
.operations-board {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1.08;
}

.story-panel-media-admin,
.story-panel-media-shelf,
.story-panel-media-analytics {
  padding-block: 8px;
}

.story-admin-visual,
.story-shelf-visual,
.story-analytics-visual {
  position: relative;
  width: min(100%, 452px);
}

.story-panel-media-shelf .story-shelf-visual::before,
.story-panel-media-shelf .story-shelf-visual::after {
  position: absolute;
  pointer-events: none;
}

.story-panel-media-shelf .story-shelf-visual::before {
  content: none;
}

.story-panel-media-shelf .story-shelf-visual::after {
  content: none;
}

.story-shelf-message-top {
  top: 13.2%;
  left: 0.8%;
  z-index: 2;
  width: 34.5%;
  padding: 8px 10px 7px 11px;
  border-radius: 12px 12px 12px 5px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 18px rgba(18, 12, 33, 0.14);
}

.story-shelf-message-top p {
  font-size: 8px;
  font-weight: 600;
  line-height: 1.28;
}

.story-shelf-message-top small {
  margin-top: 4px;
  font-size: 7px;
}

.story-shelf-message {
  position: absolute;
  top: 33%;
  left: 9.4%;
  z-index: 2;
  width: 42.5%;
  padding: 8px 10px 7px 12px;
  border-radius: 12px 12px 12px 5px;
  background: #d8f3f0;
  box-shadow: 0 10px 18px rgba(18, 12, 33, 0.14);
  color: #18374a;
  pointer-events: none;
}

.story-shelf-message p,
.story-shelf-message small {
  display: block;
}

.story-shelf-message p {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.story-shelf-message small {
  margin-top: 4px;
  color: rgba(24, 55, 74, 0.58);
  font-size: 7px;
  font-weight: 700;
  text-align: right;
}

.story-shelf-message.story-shelf-message-top {
  top: 8.6%;
  left: -1.2%;
  z-index: 3;
  width: 40.5%;
  padding: 8px 10px 7px 11px;
  border-radius: 12px 12px 12px 5px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 18px rgba(18, 12, 33, 0.14);
  color: #18374a;
}

.story-shelf-message.story-shelf-message-top p {
  font-size: 8px;
  font-weight: 600;
  line-height: 1.28;
}

.story-shelf-message.story-shelf-message-top small {
  margin-top: 4px;
  color: rgba(24, 55, 74, 0.58);
  font-size: 7px;
}

.story-admin-visual img,
.story-shelf-visual img,
.story-analytics-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 36px rgba(14, 9, 28, 0.24));
}

.story-panel-media-shelf .story-shelf-visual img {
  position: relative;
  z-index: 1;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.story-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  background-image:
    linear-gradient(180deg, rgba(29, 20, 42, 0.08), rgba(29, 20, 42, 0.24)),
    var(--shot-image);
  background-size: cover;
  background-position: var(--shot-position, center);
  box-shadow: 0 16px 32px rgba(13, 10, 24, 0.22);
}

.shot-main {
  top: 24px;
  left: 14px;
  width: 184px;
  height: 132px;
  --shot-image: url("assets/chat-shot-woman-home-photo.png");
  --shot-position: 50% 30%;
}

.shot-wide {
  top: 86px;
  left: 164px;
  width: 146px;
  height: 94px;
  --shot-image: url("assets/chat-shot-man-green-photo.png");
  --shot-position: 33% 34%;
}

.shot-small {
  top: 164px;
  left: 62px;
  width: 126px;
  height: 118px;
  --shot-image: url("assets/chat-shot-woman-car-photo.png");
  --shot-position: 50% 42%;
}

.shot-tall {
  top: 168px;
  left: 190px;
  width: 122px;
  height: 118px;
  --shot-image: url("assets/chat-shot-man-older-photo.png");
  --shot-position: 52% 38%;
}

.story-bubble {
  position: absolute;
  top: 46px;
  left: 202px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 10px;
  width: 218px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 28px rgba(18, 12, 33, 0.18);
  color: #1e3550;
}

.story-badge {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--mint-deep) 100%);
  -webkit-mask: var(--brand-logo-url) left center / auto 100% no-repeat;
  mask: var(--brand-logo-url) left center / auto 100% no-repeat;
}

.story-bubble strong,
.story-bubble p,
.story-bubble small {
  display: block;
}

.story-bubble strong {
  font-size: 0.74rem;
}

.story-bubble p {
  margin: 2px 0 0;
  font-size: 0.68rem;
  line-height: 1.32;
}

.story-bubble small {
  color: rgba(63, 80, 107, 0.56);
  font-size: 0.6rem;
  font-weight: 700;
}

.reactivation-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.16) 0 22%, transparent 22% 100%), #1d5f92;
  box-shadow: 0 20px 34px rgba(13, 10, 24, 0.2);
}

.reactivation-hub span {
  position: absolute;
  display: block;
  background: rgba(126, 180, 220, 0.48);
}

.reactivation-hub span:nth-child(1) {
  top: 17px;
  left: -54px;
  width: 54px;
  height: 2px;
}

.reactivation-hub span:nth-child(2) {
  top: 17px;
  right: -54px;
  width: 54px;
  height: 2px;
}

.reactivation-hub span:nth-child(3) {
  bottom: 17px;
  left: -54px;
  width: 54px;
  height: 2px;
}

.reactivation-hub span:nth-child(4) {
  bottom: 17px;
  right: -54px;
  width: 54px;
  height: 2px;
}

.lead-card {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 116px;
  padding: 12px 10px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 28px rgba(18, 12, 33, 0.18);
  color: #1a2d46;
  text-align: center;
}

.lead-card-top-left {
  top: 66px;
  left: 26px;
}

.lead-card-bottom-left {
  bottom: 62px;
  left: 26px;
}

.lead-card-top-right {
  top: 66px;
  right: 26px;
}

.lead-card-bottom-right {
  bottom: 62px;
  right: 26px;
}

.lead-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #dfe8f2;
  background-image: var(--avatar-image);
  background-position: var(--avatar-position, center);
  background-repeat: no-repeat;
  background-size: var(--avatar-size, 180%);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.72);
}

.avatar-purple {
  --avatar-image: url("assets/chat-shot-man-green-photo.png");
  --avatar-position: 46% 24%;
  --avatar-size: 215%;
}

.avatar-sand {
  --avatar-image: url("assets/chat-shot-woman-car-photo.png");
  --avatar-position: 48% 24%;
  --avatar-size: 215%;
}

.avatar-indigo {
  --avatar-image: url("assets/chat-shot-man-older-photo.png");
  --avatar-position: 56% 26%;
  --avatar-size: 220%;
}

.avatar-olive {
  --avatar-image: url("assets/chat-shot-woman-home-photo.png");
  --avatar-position: 54% 22%;
  --avatar-size: 220%;
}

.lead-card strong {
  font-size: 0.84rem;
  line-height: 1.2;
}

.lead-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(16, 38, 71, 0.14);
  color: rgba(16, 38, 71, 0.7);
  font-size: 0.62rem;
  font-weight: 700;
}

.lead-tag-danger {
  border-color: rgba(237, 84, 107, 0.26);
  color: #d4677d;
}

.lead-tag-info {
  border-color: rgba(83, 197, 231, 0.28);
  color: #2f9fcd;
}

.operations-card {
  position: absolute;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 18px 32px rgba(18, 12, 33, 0.16);
}

.operations-card-analytics {
  top: 42px;
  left: 20px;
  width: 214px;
  padding: 22px 20px;
}

.operations-card-analytics strong {
  display: block;
  margin-top: 14px;
  color: var(--panel-text);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.operations-lines {
  display: grid;
  gap: 10px;
}

.operations-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(130, 199, 223, 0.92), rgba(255, 255, 255, 0.18));
}

.operations-lines span:nth-child(1) {
  width: 88%;
}

.operations-lines span:nth-child(2) {
  width: 64%;
}

.operations-lines span:nth-child(3) {
  width: 76%;
}

.operations-card-badge {
  top: 54px;
  right: 18px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  width: 156px;
  padding: 18px;
}

.operations-card-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #184161;
  font-size: 0.76rem;
  font-weight: 700;
}

.operations-card-list {
  bottom: 48px;
  left: 74px;
  width: 248px;
  padding: 18px 18px 14px;
}

.operations-card-list div {
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(130, 199, 223, 0.34));
}

.operations-card-list div + div {
  margin-top: 12px;
}

.capability-grid,
.testimonial-grid,
.integration-grid {
  margin-top: 30px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.capability-card {
  grid-column: span 2;
}

.capability-card.featured {
  grid-column: span 3;
  background: linear-gradient(145deg, rgba(16, 38, 71, 0.98), rgba(27, 76, 121, 0.94));
  color: var(--panel-text);
}

.capability-card h3,
.testimonial-card strong {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
}

.capability-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: inherit;
  line-height: 1.65;
}

.capability-card li + li {
  margin-top: 10px;
}

.capability-card:not(.featured) ul,
.testimonial-card span,
.testimonial-card p {
  color: var(--ink-soft);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.testimonial-card.accent {
  background: linear-gradient(135deg, rgba(20, 170, 184, 0.12), rgba(223, 244, 248, 0.92));
}

.testimonial-card p {
  margin: 0;
  line-height: 1.7;
}

.testimonial-card span {
  font-size: 0.96rem;
}

.integration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.faq-list details {
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.integration-section-final {
  padding: 56px 0 12px;
  border: 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(27, 76, 121, 0.08), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(20, 170, 184, 0.1), transparent 26%),
    transparent;
}

.integration-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(36px, 5vw, 88px);
}

.integration-copy-block {
  max-width: 368px;
}

.integration-copy-block h2 {
  margin: 0;
  color: var(--panel);
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  max-width: 9ch;
}

.integration-copy-block p {
  margin: 22px 0 0;
  color: #51657c;
  font-size: 1.08rem;
  line-height: 1.72;
}

.integration-copy-block .results-cta {
  margin-top: 28px;
}

.integration-logo-cloud {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: minmax(76px, auto);
  gap: 30px clamp(18px, 2vw, 28px);
  align-items: center;
  justify-items: center;
}

.integration-logo {
  --logo-width: 112px;
  --logo-height: 38px;
  display: block;
  width: min(100%, var(--logo-width));
  height: var(--logo-height);
  object-fit: contain;
  object-position: center;
  justify-self: center;
  align-self: center;
}

.integration-logo--wide {
  --logo-width: 132px;
}

.integration-logo--tall {
  --logo-width: 96px;
  --logo-height: 48px;
}

.integration-logo--icon {
  --logo-width: 56px;
  --logo-height: 56px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(20, 170, 184, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 249, 0.98));
}

.final-cta .eyebrow {
  color: var(--panel);
}

.primary-link {
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--panel) 0%, var(--panel-soft) 100%);
}

@media (max-width: 1080px) {
  .story-stack {
    --story-stage-height: clamp(520px, 72vh, 620px);
    --story-step-height: max(68vh, 500px);
    --story-step-tail: max(52vh, 380px);
  }

  .story-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding: 34px;
  }

  .story-panel-copy h3 {
    max-width: 14ch;
  }

  .story-collage,
  .reactivation-map,
  .operations-board {
    width: min(100%, 380px);
  }

  .market-logo {
    width: 158px;
  }

  .market-logo svg {
    width: 112px;
    height: 78px;
  }

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

  .hero-showcase {
    min-height: 520px;
    padding: 34px 34px 28px;
  }

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

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

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

  .capability-card,
  .capability-card.featured {
    grid-column: span 1;
  }

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

  .integration-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .integration-copy-block {
    max-width: 100%;
  }

  .integration-copy-block h2 {
    max-width: 10ch;
  }

  .integration-logo-cloud {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(70px, auto);
    gap: 24px 18px;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  .story-stack-section {
    margin-top: 56px;
    padding: 40px 0 72px;
  }

  .story-stack {
    --story-stage-top: clamp(16px, 6vw, 28px);
    --story-stage-height: clamp(640px, 172vw, 760px);
    --story-step-height: clamp(440px, 118vw, 560px);
    --story-step-tail: clamp(300px, 78vw, 380px);
    --story-peek: clamp(28px, 8vw, 42px);
  }

  .story-stack-stage {
    top: var(--story-stage-top);
    height: var(--story-stage-height);
    padding-top: 0;
  }

  .story-panel {
    inset: 0 0 auto;
    width: 100%;
    gap: 22px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .story-panel-copy h3 {
    font-size: clamp(1.6rem, 7.6vw, 2.1rem);
  }

  .story-panel-copy ul {
    margin-top: 18px;
    padding-left: 18px;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .story-collage,
  .reactivation-map,
  .operations-board {
    width: min(100%, 320px);
  }

  .shot-main {
    top: 22px;
    left: 6px;
    width: 142px;
    height: 102px;
  }

  .shot-wide {
    top: 72px;
    left: 132px;
    width: 118px;
    height: 78px;
  }

  .shot-small {
    top: 132px;
    left: 34px;
    width: 102px;
    height: 94px;
  }

  .shot-tall {
    top: 136px;
    left: 138px;
    width: 100px;
    height: 94px;
  }

  .story-bubble {
    top: 36px;
    left: 118px;
    width: 176px;
    padding: 9px 10px;
  }

  .story-bubble p {
    font-size: 0.62rem;
  }

  .lead-card {
    width: 96px;
    padding: 10px 8px 8px;
  }

  .lead-card-top-left,
  .lead-card-bottom-left {
    left: 10px;
  }

  .lead-card-top-right,
  .lead-card-bottom-right {
    right: 10px;
  }

  .operations-card-analytics {
    left: 8px;
    width: 176px;
    padding: 18px 16px;
  }

  .operations-card-badge {
    right: 8px;
    width: 126px;
    padding: 14px;
  }

  .operations-card-badge span {
    min-height: 30px;
    padding: 0 8px;
    font-size: 0.68rem;
  }

  .operations-card-list {
    bottom: 40px;
    left: 44px;
    width: 196px;
    padding: 14px;
  }

  .logo-marquee {
    margin-top: 22px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .logo-row {
    gap: 16px;
    padding-right: 16px;
  }

  .market-logo {
    width: 136px;
    gap: 6px;
    padding: 8px 6px 10px;
  }

  .market-logo svg {
    width: 96px;
    height: 68px;
  }

  .market-logo strong {
    font-size: 0.82rem;
  }

  .market-logo small {
    font-size: 0.52rem;
    letter-spacing: 0.16em;
  }

  .page-shell {
    width: min(100vw - 24px, 1180px);
    padding-top: 14px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 22px;
  }

  .header-cta {
    width: 100%;
  }

  .hero-showcase,
  .form-card,
  .results-section,
  .capabilities-section,
  .testimonial-section,
  .integration-section,
  .faq-section,
  .final-cta,
  .trust-strip {
    padding: 24px;
  }

  .hero-showcase {
    min-height: 520px;
    padding: 24px;
  }

  .hero-showcase h1 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .lead-form,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .hero-chat-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-chat-row::before {
    display: none;
  }

  .chat-bubble,
  .chat-bubble-right {
    width: 100%;
    margin-left: 0;
  }

  .phone-input {
    min-height: 40px;
  }


@media (prefers-reduced-motion: reduce) {
  .logo-track,
  .story-panel {
    animation: none;
    transition: none;
  }

  .story-panel {
    opacity: 1;
    transform: none;
  }
}
  .crm-trigger,
  .crm-search {
    min-height: 40px;
  }

  .trust-strip p,
  .section-heading h2,
  .final-cta h2,
  .form-card h2 {
    max-width: none;
  }

  .integration-section-final {
    padding-top: 34px;
    padding-bottom: 8px;
  }

  .integration-copy-block h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .integration-copy-block p {
    font-size: 1rem;
  }

  .integration-copy-block .results-cta {
    width: 100%;
  }

  .integration-logo-cloud {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(62px, auto);
    gap: 20px 14px;
  }

  .integration-logo {
    --logo-width: 104px;
    --logo-height: 34px;
  }

  .integration-logo--wide {
    --logo-width: 118px;
  }

  .integration-logo--tall {
    --logo-width: 84px;
    --logo-height: 42px;
  }

  .integration-logo--icon {
    --logo-width: 48px;
    --logo-height: 48px;
  }
}

@media (max-width: 560px) {
  .integration-logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .header-cta,
  .primary-link,
  .form-card button,
  .lead-form input,
  .lead-form select {
    transition: none;
  }
}