:root {
  --blue-deep: #0b1f33;
  --blue-panel: #102a43;
  --cyan: #14b8c4;
  --green: #16a34a;
  --amber: #f59e0b;
  --section-bg: #f6f8fb;
  --card: #ffffff;
  --title: #111827;
  --text: #475569;
  --hero-text: #ffffff;
  --hero-muted: #cbd5e1;
  --line: #dbe3ee;
  --shadow: 0 24px 70px rgba(11, 31, 51, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--section-bg);
  color: var(--text);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

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

:focus-visible {
  outline: 3px solid rgba(20, 184, 196, 0.42);
  outline-offset: 3px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: block;
  width: 100%;
  min-height: 65px;
  padding: 0 24px;
  margin: 0 auto;
  color: var(--title);
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(219, 227, 238, 0.86);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.brand,
.nav-links,
.hero-actions,
.trust-item,
.final-cta-inner,
.phone-header,
.automation-header,
.table-row,
.document-chip {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  margin-right: auto;
  color: #10233f;
  text-decoration: none;
}

.brand-mark {
  display: flex;
  flex: 0 0 265px;
  width: 265px;
  height: 88px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-name {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.nav-links {
  width: min(1180px, 100%);
  min-height: 65px;
  margin: 0 auto;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 22px);
  color: #475569;
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-links a,
.nav-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  white-space: nowrap;
}

.nav-links a.is-active {
  color: var(--blue-deep);
  font-weight: 700;
}

.nav-links .nav-cta.is-active {
  color: #ffffff;
  font-weight: 600;
}

.nav-cta {
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  background: var(--green);
  border-radius: 6px;
  font-weight: 600;
}

.nav-cta:hover {
  background: var(--amber);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--hero-text);
  background:
    radial-gradient(circle at 78% 22%, rgba(20, 184, 196, 0.22), transparent 28%),
    linear-gradient(135deg, #0b1f33 0%, #071827 100%);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
}

.hero-visual-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: max(32px, calc((100vw - 1120px) / 2));
}

.hero-mockup-card {
  width: min(390px, 44vw);
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(20, 184, 196, 0.28);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.hero-mockup-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 1920px;
  object-fit: contain;
  border-radius: 22px;
}

.hero-mockup-caption {
  margin-top: 12px;
  color: #cbd5e1;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 980px) {
  .hero-visual-image {
    justify-content: flex-end;
    padding-right: 18px;
    opacity: 0.42;
  }

  .hero-mockup-card {
    width: min(320px, 42vw);
  }
}

@media (max-width: 680px) {
  .hero-visual-image {
    align-items: flex-end;
    padding-right: 0;
    padding-bottom: 24px;
    opacity: 0.26;
  }

  .hero-mockup-card {
    width: 250px;
    transform: translateX(92px);
  }

  .hero-mockup-caption {
    display: none;
  }
}

.hero-grid {
  display: grid;
  min-height: 720px;
  align-items: center;
  padding: 100px 0 84px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 665px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--hero-text);
  font-size: 3.6rem;
  line-height: 1.02;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  color: var(--title);
  font-size: 2.45rem;
  line-height: 1.08;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  color: var(--title);
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 700;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--hero-muted);
  font-size: 1.22rem;
  line-height: 1.58;
  font-weight: 500;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 7px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #ffffff;
  background: var(--green);
  border: 1px solid var(--green);
}

.button.primary.dark {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
}

.button.secondary {
  color: #ffffff;
  border: 1px solid var(--cyan);
  background: rgba(20, 184, 196, 0.08);
}

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

.phone-card,
.automation-card,
.system-shot {
  position: absolute;
  border: 1px solid rgba(203, 213, 225, 0.22);
  background: rgba(15, 42, 67, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.phone-card {
  right: 50%;
  bottom: 74px;
  width: 280px;
  min-height: 368px;
  padding: 18px;
  border-radius: 14px;
  transform: translateX(488px) rotate(-2deg);
}

.phone-header {
  gap: 10px;
  margin-bottom: 24px;
}

.phone-header strong,
.automation-header strong,
.shot-title strong {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.phone-header small,
.automation-header small,
.shot-title small {
  color: var(--hero-muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.icon-whatsapp,
.step-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
}

.icon-whatsapp::before,
.whatsapp-mini::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 8px 8px 0 -6px #ffffff;
  transform: rotate(-18deg);
}

.message,
.document-chip {
  max-width: 232px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.3;
}

.message.incoming {
  color: var(--title);
  background: #ffffff;
}

.message.outgoing {
  margin-left: auto;
  color: #ffffff;
  background: var(--green);
}

.document-chip {
  gap: 10px;
  color: #ffffff;
  border: 1px solid rgba(20, 184, 196, 0.32);
  background: rgba(11, 31, 51, 0.58);
}

.document-chip.muted {
  opacity: 0.78;
}

.document-chip strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
}

.document-chip small {
  color: var(--hero-muted);
  font-size: 0.72rem;
}

.doc-icon,
.document-mini {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 26px;
  height: 32px;
  background: #ffffff;
  border-radius: 5px;
}

.doc-icon::after,
.document-mini::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 9px solid #cbd5e1;
  border-left: 9px solid transparent;
}

.doc-icon.small {
  width: 18px;
  height: 22px;
}

.automation-card {
  right: 50%;
  top: 120px;
  width: 340px;
  padding: 18px;
  border-radius: 14px;
  transform: translateX(390px);
}

.automation-header {
  gap: 10px;
  margin-bottom: 16px;
}

.ai-icon,
.ai-mini {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: rgba(20, 184, 196, 0.16);
  border: 1px solid rgba(20, 184, 196, 0.5);
  border-radius: 12px;
}

.ai-icon::before,
.ai-mini::before {
  content: "IA";
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.flow-line span {
  padding: 8px;
  color: #ffffff;
  background: rgba(20, 184, 196, 0.12);
  border: 1px solid rgba(20, 184, 196, 0.28);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 600;
  text-align: center;
}

.automation-row {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 12px;
  color: #e5eef8;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 0.86rem;
}

.automation-row strong {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.status-dot.green {
  background: var(--green);
}

.status-dot.amber {
  background: var(--amber);
}

.system-shot {
  right: 50%;
  top: 245px;
  display: grid;
  grid-template-columns: 54px 1fr;
  width: 520px;
  min-height: 360px;
  overflow: hidden;
  border-radius: 16px;
  transform: translateX(720px);
}

.shot-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px 12px;
  background: rgba(7, 24, 39, 0.86);
}

.shot-sidebar span {
  width: 30px;
  height: 30px;
  background: rgba(20, 184, 196, 0.18);
  border: 1px solid rgba(20, 184, 196, 0.3);
  border-radius: 8px;
}

.shot-content {
  padding: 20px;
  background: #ffffff;
}

.shot-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.shot-title strong {
  color: var(--title);
}

.shot-title small {
  color: #64748b;
}

.badge-success,
.badge-cyan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  background: var(--green);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.badge-cyan {
  background: var(--cyan);
}

.table-preview {
  display: grid;
  gap: 8px;
}

.table-row {
  display: grid;
  grid-template-columns: 22px 1fr auto auto;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px;
  color: var(--title);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.82rem;
}

.table-row strong {
  color: var(--blue-deep);
  font-weight: 600;
}

.table-row em {
  color: var(--green);
  font-style: normal;
  font-weight: 700;
}

.folder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.folder-grid div {
  display: grid;
  gap: 8px;
  padding: 12px;
  color: var(--title);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
}

.folder-icon,
.folder-mini {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 24px;
  background: var(--cyan);
  border-radius: 5px;
}

.folder-icon::before,
.folder-mini::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -6px;
  width: 16px;
  height: 8px;
  background: var(--cyan);
  border-radius: 4px 4px 0 0;
}

.cloud-mini {
  position: relative;
}

.cloud-mini::before {
  content: "";
  width: 30px;
  height: 16px;
  background: var(--cyan);
  border-radius: 999px;
  box-shadow: -8px 4px 0 -2px var(--cyan), 8px 4px 0 -2px var(--cyan);
}

.platform-trust-strip {
  padding: 46px 0 52px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.platform-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 34px;
}

.platform-trust-copy .eyebrow {
  margin-bottom: 10px;
  font-size: 0.88rem;
}

.platform-trust-copy h2 {
  max-width: 560px;
  margin-bottom: 14px;
  color: var(--title);
  font-size: clamp(1.62rem, 2.2vw, 2.12rem);
  line-height: 1.08;
}

.platform-trust-copy p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 18px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.65;
}

.platform-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platform-flow span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: var(--blue-deep);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.platform-flow span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--green);
  border-radius: 50%;
}

.platform-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.platform-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  min-height: 132px;
  gap: 12px;
  padding: 16px;
  color: var(--title);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(11, 31, 51, 0.07);
}

.platform-card .platform-icon {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: none;
}

.platform-card .platform-icon * {
  stroke: none;
}

.platform-card div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.platform-card strong {
  min-width: 0;
  color: var(--title);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.18;
}

.platform-card small {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.42;
}

@media (max-width: 900px) {
  .platform-trust-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .platform-trust-copy {
    max-width: 720px;
  }

  .platform-trust-copy h2,
  .platform-trust-copy p:not(.eyebrow) {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .platform-trust-strip {
    padding: 38px 0 42px;
  }

  .platform-trust-copy {
    text-align: center;
  }

  .platform-flow {
    justify-content: center;
  }

  .platform-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .platform-card {
    grid-template-columns: 1fr;
    min-height: 178px;
    gap: 10px;
    padding: 13px;
  }

  .platform-card .platform-icon {
    width: 34px;
    height: 34px;
  }

  .platform-card strong {
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .platform-card small {
    font-size: 0.72rem;
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  .platform-card-grid {
    gap: 8px;
  }

  .platform-card {
    min-height: 184px;
    padding: 10px;
  }

  .platform-card .platform-icon {
    width: 30px;
    height: 30px;
  }

  .platform-card strong {
    font-size: 0.78rem;
  }

  .platform-card small {
    font-size: 0.68rem;
  }
}

.manual-routine-section {
  padding: 88px 0;
  background: var(--section-bg);
  border-bottom: 1px solid var(--line);
}

.manual-routine-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 56px;
}

.manual-routine-copy {
  max-width: 580px;
}

.manual-routine-copy .eyebrow {
  margin-bottom: 12px;
}

.manual-routine-copy h2 {
  margin-bottom: 18px;
  color: var(--title);
  font-size: clamp(1.86rem, 2.6vw, 2.46rem);
  line-height: 1.08;
}

.manual-routine-copy p:not(.eyebrow) {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.66;
}

.manual-routine-bullets {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.manual-routine-bullets li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--title);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.35;
}

.manual-routine-bullets li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: var(--amber);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.text-link-cta {
  display: inline-flex;
  align-items: center;
  color: var(--blue-deep);
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link-cta::after {
  content: ">";
  margin-left: 8px;
  color: var(--green);
  font-weight: 800;
  transition: transform 160ms ease;
}

.text-link-cta:hover::after {
  transform: translateX(3px);
}

.manual-routine-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(11, 31, 51, 0.11);
}

.manual-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.manual-panel-header strong {
  display: block;
  color: var(--title);
  font-size: 1.05rem;
  font-weight: 800;
}

.manual-panel-header small {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 500;
}

.manual-panel-header > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: #92400e;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.manual-routine-image {
  overflow: hidden;
  margin: 0 0 18px;
  background: #f8fafc;
  border: 1px solid rgba(219, 227, 238, 0.95);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.manual-routine-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.manual-checklist {
  display: grid;
  gap: 9px;
}

.manual-row {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 42px;
  padding: 0 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.manual-row > span {
  width: 9px;
  height: 9px;
  background: var(--amber);
  border-radius: 50%;
}

.manual-row.neutral > span {
  background: #94a3b8;
}

.manual-row p {
  min-width: 0;
  margin: 0;
  color: var(--title);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.manual-row strong {
  color: #92400e;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.manual-row.neutral strong {
  color: #475569;
}

@media (max-width: 900px) {
  .manual-routine-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .manual-routine-copy {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .manual-routine-section {
    padding: 64px 0;
  }

  .manual-routine-copy {
    text-align: center;
  }

  .manual-routine-copy h2 {
    font-size: 1.82rem;
  }

  .manual-routine-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .manual-routine-bullets {
    text-align: left;
  }

  .manual-routine-panel {
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .manual-routine-section {
    padding: 56px 0;
  }

  .manual-panel-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .manual-row {
    grid-template-columns: 10px 1fr;
    min-height: auto;
    padding: 10px;
  }

  .manual-row strong {
    grid-column: 2;
  }
}

.workflow-section {
  padding: 84px 0 88px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.workflow-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.workflow-heading h2 {
  max-width: 720px;
  color: var(--title);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.workflow-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.workflow-step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 286px;
  padding: 18px;
  color: var(--title);
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.workflow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53px;
  right: -15px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, rgba(20, 184, 196, 0.3), rgba(20, 184, 196, 0.9));
}

.workflow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 49px;
  right: -19px;
  z-index: 3;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid rgba(20, 184, 196, 0.9);
}

.workflow-step:hover,
.workflow-step:focus-visible,
.workflow-step.is-active {
  border-color: rgba(20, 184, 196, 0.48);
  box-shadow: 0 20px 46px rgba(11, 31, 51, 0.1);
  transform: translateY(-3px);
}

.workflow-step:focus-visible {
  outline: 3px solid rgba(20, 184, 196, 0.22);
  outline-offset: 3px;
}

.workflow-step.is-active {
  background: linear-gradient(180deg, #ffffff 0%, rgba(20, 184, 196, 0.08) 100%);
}

.workflow-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.workflow-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  color: #ffffff;
  background: var(--blue-deep);
  border-radius: 6px;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.workflow-icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.1);
  border: 1px solid rgba(20, 184, 196, 0.26);
  border-radius: 8px;
}

.workflow-icon svg {
  width: 28px;
  height: 28px;
}

.workflow-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.workflow-icon.brand-icon path,
.workflow-icon .brand-fill,
.workflow-icon .brand-white,
.workflow-icon .drive-green,
.workflow-icon .drive-yellow,
.workflow-icon .drive-blue,
.workflow-icon .onedrive-dark,
.workflow-icon .onedrive-light,
.workflow-icon .dropbox-blue {
  stroke: none;
}

.workflow-icon .brand-fill {
  fill: currentColor;
}

.workflow-icon .brand-white {
  fill: #ffffff;
}

.whatsapp-brand-icon {
  color: #25d366;
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.34);
}

.identity-brand-icon {
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.11);
  border-color: rgba(20, 184, 196, 0.3);
}

.chatgpt-brand-icon {
  color: #10a37f;
  background: rgba(16, 163, 127, 0.11);
  border-color: rgba(16, 163, 127, 0.32);
}

.cloud-suite-icon {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.report-brand-icon {
  color: var(--green);
  background: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.28);
}

.workflow-icon .drive-green {
  fill: #0f9d58;
}

.workflow-icon .drive-yellow {
  fill: #ffcd40;
}

.workflow-icon .drive-blue {
  fill: #4285f4;
}

.workflow-icon .onedrive-dark {
  fill: #0364b8;
}

.workflow-icon .onedrive-light {
  fill: #28a8ea;
}

.workflow-icon .dropbox-blue {
  fill: #0061ff;
}

.workflow-step strong {
  color: var(--title);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.18;
}

.workflow-step small {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
}

.workflow-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  margin-top: 2px;
}

.tool-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.tool-chip::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  background: currentColor;
  border-radius: 50%;
}

.whatsapp-chip {
  color: #128c45;
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.28);
}

.sacod-chip {
  color: var(--blue-deep);
  background: rgba(11, 31, 51, 0.08);
  border-color: rgba(11, 31, 51, 0.16);
}

.chatgpt-chip {
  color: #0f8f70;
  background: rgba(16, 163, 127, 0.12);
  border-color: rgba(16, 163, 127, 0.28);
}

.ai-chip {
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.12);
  border-color: rgba(20, 184, 196, 0.28);
}

.drive-chip {
  color: #0f9d58;
  background: rgba(15, 157, 88, 0.1);
  border-color: rgba(15, 157, 88, 0.24);
}

.drive-chip::before {
  background: conic-gradient(#0f9d58 0 34%, #ffcd40 0 68%, #4285f4 0);
}

.onedrive-chip {
  color: #0078d4;
  background: rgba(0, 120, 212, 0.1);
  border-color: rgba(0, 120, 212, 0.24);
}

.dropbox-chip {
  color: #0061ff;
  background: rgba(0, 97, 255, 0.1);
  border-color: rgba(0, 97, 255, 0.24);
}

.report-chip {
  color: #15803d;
  background: rgba(22, 163, 74, 0.11);
  border-color: rgba(22, 163, 74, 0.25);
}

.cloud-chip {
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.11);
  border-color: rgba(20, 184, 196, 0.25);
}

.workflow-action {
  display: flex;
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1120px) {
  .workflow-section {
    padding: 72px 0 76px;
  }

  .workflow-flow {
    gap: 10px;
  }

  .workflow-step {
    min-height: 282px;
    padding: 14px;
    gap: 10px;
  }

  .workflow-step:not(:last-child)::after {
    right: -11px;
    width: 12px;
  }

  .workflow-step:not(:last-child)::before {
    right: -14px;
  }

  .workflow-step-number {
    width: 36px;
    height: 28px;
    font-size: 0.76rem;
  }

  .workflow-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .workflow-icon svg {
    width: 24px;
    height: 24px;
  }

  .workflow-step strong {
    font-size: 0.92rem;
  }

  .workflow-step small {
    font-size: 0.76rem;
    line-height: 1.38;
  }

  .workflow-tools {
    gap: 5px;
  }

  .tool-chip {
    min-height: 22px;
    padding: 0 6px;
    font-size: 0.62rem;
  }

  .tool-chip::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .workflow-section {
    padding: 64px 0;
  }

  .workflow-heading {
    max-width: 620px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .workflow-flow {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
    gap: 12px;
  }

  .workflow-step {
    grid-template-columns: 62px 1fr;
    gap: 6px 14px;
    min-height: auto;
    padding: 16px;
  }

  .workflow-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 46px;
    width: 2px;
    height: 14px;
    background: linear-gradient(180deg, rgba(20, 184, 196, 0.35), rgba(20, 184, 196, 0.9));
  }

  .workflow-step:not(:last-child)::before {
    top: auto;
    right: auto;
    bottom: -19px;
    left: 42px;
    border-top: 7px solid rgba(20, 184, 196, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0;
  }

  .workflow-step:hover,
  .workflow-step:focus-visible,
  .workflow-step.is-active {
    transform: translateY(-2px);
  }

  .workflow-step-top {
    grid-row: 1 / span 2;
    align-self: start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .workflow-step strong {
    align-self: end;
  }

  .workflow-tools {
    grid-column: 2;
    margin-top: 4px;
  }

  .workflow-action {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .workflow-section {
    padding: 56px 0;
  }

  .workflow-heading h2 {
    font-size: 1.82rem;
  }

  .workflow-step {
    grid-template-columns: 54px 1fr;
    padding: 14px;
  }

  .workflow-step-number {
    width: 38px;
  }

  .workflow-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .workflow-icon svg {
    width: 24px;
    height: 24px;
  }

  .workflow-step:not(:last-child)::after {
    left: 39px;
  }

  .workflow-step:not(:last-child)::before {
    left: 35px;
  }

  .workflow-action .button {
    width: 100%;
  }
}

.transformation-section {
  padding: 84px 0 88px;
  background: var(--section-bg);
  border-bottom: 1px solid var(--line);
}

.transformation-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.transformation-heading h2 {
  max-width: 740px;
  color: var(--title);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.transformation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.transform-card {
  overflow: hidden;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(11, 31, 51, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.transform-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(11, 31, 51, 0.11);
}

.before-card {
  background: #f8fafc;
  border-color: rgba(245, 158, 11, 0.24);
}

.after-card {
  background: #ffffff;
  border-color: rgba(22, 163, 74, 0.24);
}

.transform-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.transform-card-header strong {
  color: var(--title);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.state-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.state-pill.before {
  color: #92400e;
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.28);
}

.state-pill.after {
  color: #15803d;
  background: rgba(22, 163, 74, 0.12);
  border-color: rgba(22, 163, 74, 0.28);
}

.before-visual,
.after-visual {
  position: relative;
  overflow: hidden;
  min-height: 214px;
  margin-bottom: 20px;
  border: 1px solid rgba(219, 227, 238, 0.95);
  border-radius: 8px;
}

.before-visual {
  background:
    radial-gradient(circle at 84% 14%, rgba(245, 158, 11, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(255, 255, 255, 0.78)),
    #ffffff;
  padding: 14px;
}

.after-visual {
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 86% 16%, rgba(20, 184, 196, 0.16), transparent 29%),
    linear-gradient(135deg, rgba(22, 163, 74, 0.08), rgba(20, 184, 196, 0.07)),
    #ffffff;
  padding: 14px;
}

.before-inbox-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 184px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(219, 227, 238, 0.95);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.before-inbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 13px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.before-inbox-topbar div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.before-inbox-topbar strong {
  color: var(--title);
  font-size: 0.86rem;
  font-weight: 800;
}

.before-inbox-topbar em {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #92400e;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.before-signal {
  position: relative;
  width: 10px;
  height: 10px;
  background: var(--amber);
  border-radius: 50%;
}

.before-signal::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(245, 158, 11, 0.32);
  border-radius: inherit;
}

.before-inbox-body {
  display: grid;
  grid-template-columns: minmax(94px, 0.72fr) minmax(0, 1.28fr);
  gap: 10px;
  min-height: 0;
  padding: 12px;
}

.before-channel-list,
.before-message-stack {
  display: grid;
  gap: 7px;
  align-content: start;
}

.channel-item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 0 8px;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 700;
}

.channel-item.active {
  color: #92400e;
  background: rgba(245, 158, 11, 0.11);
  border-color: rgba(245, 158, 11, 0.28);
}

.channel-item i {
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.72;
}

.channel-item b {
  display: inline-grid;
  min-width: 22px;
  height: 20px;
  place-items: center;
  color: #ffffff;
  background: #94a3b8;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
}

.channel-item.active b {
  background: var(--amber);
}

.inbox-message,
.inbox-file-card {
  min-width: 0;
  padding: 9px 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.inbox-message.urgent {
  border-color: rgba(245, 158, 11, 0.32);
  box-shadow: 0 12px 22px rgba(245, 158, 11, 0.08);
}

.inbox-message.muted {
  opacity: 0.76;
}

.inbox-message div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.inbox-message strong,
.inbox-file-card strong {
  min-width: 0;
  color: var(--title);
  font-size: 0.76rem;
  font-weight: 800;
}

.inbox-message span,
.inbox-message small,
.inbox-file-card em {
  color: #92400e;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
}

.inbox-message p {
  margin: 0;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
}

.inbox-file-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 9px;
  align-items: center;
  transform: translateX(14px);
}

.inbox-file-card span {
  display: grid;
  grid-row: span 2;
  width: 34px;
  height: 38px;
  place-items: center;
  color: #92400e;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.34);
  border-radius: 7px;
  font-size: 0.62rem;
  font-weight: 900;
}

.manual-workload {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px 12px;
}

.manual-workload span,
.manual-workload strong {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
}

.manual-workload span {
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.manual-workload strong {
  margin-left: auto;
  color: #92400e;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.28);
}

.sacod-folder-panel {
  display: grid;
  grid-template-rows: auto auto 1fr;
  width: min(460px, 100%);
  min-height: 184px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(219, 227, 238, 0.95);
  border-radius: 8px;
  box-shadow: 0 20px 38px rgba(11, 31, 51, 0.09);
}

.folder-panel-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 13px;
  background: linear-gradient(90deg, #f8fafc, rgba(20, 184, 196, 0.08));
  border-bottom: 1px solid #e2e8f0;
}

.folder-panel-topbar div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.folder-panel-topbar strong {
  color: var(--title);
  font-size: 0.86rem;
  font-weight: 800;
}

.folder-panel-topbar em {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #15803d;
  background: rgba(22, 163, 74, 0.12);
  border: 1px solid rgba(22, 163, 74, 0.26);
  border-radius: 999px;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
}

.cloud-status-dot {
  position: relative;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
}

.cloud-status-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(22, 163, 74, 0.32);
  border-radius: inherit;
}

.folder-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 9px 12px;
  color: #475569;
  background: #ffffff;
  border-bottom: 1px solid #edf2f7;
  font-size: 0.68rem;
  font-weight: 800;
}

.folder-breadcrumb span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  white-space: nowrap;
}

.folder-breadcrumb span:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: #94a3b8;
  font-weight: 700;
}

.folder-browser {
  padding: 12px;
  background:
    linear-gradient(90deg, rgba(20, 184, 196, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 184, 196, 0.04) 1px, transparent 1px),
    #f8fafc;
  background-size: 22px 22px;
}

.folder-container {
  position: relative;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.folder-container + .folder-container,
.folder-children {
  margin-top: 8px;
}

.office-folder {
  border-color: rgba(22, 163, 74, 0.26);
  box-shadow: inset 3px 0 0 rgba(22, 163, 74, 0.72), 0 10px 22px rgba(15, 23, 42, 0.05);
}

.client-folder {
  margin-left: 18px;
  border-color: rgba(20, 184, 196, 0.28);
  box-shadow: inset 3px 0 0 rgba(20, 184, 196, 0.72);
}

.period-folder {
  margin-left: 18px;
  border-color: rgba(20, 184, 196, 0.2);
  background: #ffffff;
}

.folder-children {
  position: relative;
  padding-left: 14px;
}

.folder-children::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 3px;
  width: 1px;
  background: linear-gradient(180deg, rgba(20, 184, 196, 0.42), rgba(22, 163, 74, 0.28));
}

.folder-label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 30px;
}

.folder-label strong {
  min-width: 0;
  color: var(--title);
  font-size: 0.78rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.folder-label em {
  justify-self: end;
  color: #15803d;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.folder-mark,
.document-mark {
  position: relative;
  width: 22px;
  height: 17px;
  background: var(--green);
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08);
}

.folder-mark::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 11px;
  height: 6px;
  background: inherit;
  border-radius: 3px 3px 0 0;
}

.folder-mark.cyan {
  background: var(--cyan);
}

.folder-mark.teal {
  background: #0ea5a4;
}

.document-grid {
  display: grid;
  gap: 7px;
  margin-top: 8px;
}

.saved-document {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.saved-document .document-mark {
  width: 18px;
  height: 23px;
  background: #ffffff;
  border: 2px solid var(--green);
  border-radius: 4px;
  box-shadow: none;
}

.saved-document .document-mark::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 7px;
  height: 2px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(22, 163, 74, 0.55);
}

.saved-document strong {
  display: block;
  min-width: 0;
  color: var(--title);
  font-size: 0.72rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saved-document small {
  display: block;
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 700;
}

.saved-document em {
  color: #15803d;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.transform-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.transform-list li {
  position: relative;
  min-height: 34px;
  padding: 8px 12px 8px 30px;
  color: var(--title);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(219, 227, 238, 0.88);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.transform-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.before-card .transform-list li::before {
  background: var(--amber);
}

.after-card .transform-list li::before {
  background: var(--green);
}

.transformation-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .transformation-grid {
    gap: 14px;
  }

  .transform-card {
    padding: 20px;
  }

  .before-visual,
  .after-visual {
    min-height: 204px;
  }
}

@media (max-width: 767px) {
  .transformation-section {
    padding: 64px 0;
  }

  .transformation-heading {
    max-width: 620px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .transformation-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .transform-card:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 520px) {
  .transformation-section {
    padding: 56px 0;
  }

  .transformation-heading h2 {
    font-size: 1.82rem;
  }

  .transform-card {
    padding: 16px;
  }

  .transform-card-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .transform-card-header strong {
    text-align: left;
  }

  .before-visual,
  .after-visual {
    min-height: 190px;
  }

  .before-visual {
    padding: 10px;
  }

  .before-inbox-panel {
    min-height: 170px;
  }

  .before-inbox-topbar {
    min-height: 38px;
    padding: 0 10px;
  }

  .before-inbox-topbar strong {
    font-size: 0.78rem;
  }

  .before-inbox-topbar em {
    font-size: 0.62rem;
  }

  .before-inbox-body {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    padding: 9px;
  }

  .channel-item {
    grid-template-columns: 7px 1fr;
    gap: 6px;
    min-height: 28px;
    padding: 0 7px;
    font-size: 0.64rem;
  }

  .channel-item b {
    display: none;
  }

  .inbox-message,
  .inbox-file-card {
    padding: 8px;
  }

  .inbox-message p,
  .inbox-message strong,
  .inbox-file-card strong {
    font-size: 0.68rem;
  }

  .inbox-message span,
  .inbox-message small,
  .inbox-file-card em {
    font-size: 0.6rem;
  }

  .inbox-file-card {
    grid-template-columns: 30px minmax(0, 1fr);
    transform: none;
  }

  .inbox-file-card span {
    width: 30px;
    height: 34px;
  }

  .manual-workload {
    flex-wrap: wrap;
    padding: 0 9px 10px;
  }

  .manual-workload span,
  .manual-workload strong {
    min-height: 22px;
    padding: 0 7px;
    font-size: 0.6rem;
  }

  .manual-workload strong {
    margin-left: 0;
  }

  .after-visual {
    padding: 10px;
  }

  .sacod-folder-panel {
    min-height: 170px;
  }

  .folder-panel-topbar {
    min-height: 38px;
    padding: 0 10px;
  }

  .folder-panel-topbar strong {
    font-size: 0.78rem;
  }

  .folder-panel-topbar em {
    font-size: 0.6rem;
  }

  .folder-breadcrumb {
    gap: 4px;
    padding: 8px 10px;
    font-size: 0.6rem;
  }

  .folder-breadcrumb span:not(:last-child)::after {
    margin-left: 4px;
  }

  .folder-browser {
    padding: 9px;
    background-size: 18px 18px;
  }

  .folder-container {
    padding: 8px;
  }

  .client-folder,
  .period-folder {
    margin-left: 10px;
  }

  .folder-children {
    padding-left: 10px;
  }

  .folder-label {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 7px;
  }

  .folder-label em {
    grid-column: 2;
    justify-self: start;
  }

  .folder-mark {
    width: 20px;
    height: 15px;
  }

  .document-grid {
    gap: 6px;
  }

  .saved-document {
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 38px;
    gap: 7px;
    padding: 7px;
  }

  .saved-document em {
    grid-column: 2;
    justify-self: start;
  }

  .saved-document strong {
    font-size: 0.66rem;
  }

  .saved-document small,
  .saved-document em {
    font-size: 0.58rem;
  }

  .transformation-action .button {
    width: 100%;
  }
}

.mvp-proof-section {
  padding: 84px 0 88px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.mvp-proof-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.mvp-proof-heading h2 {
  max-width: 780px;
  color: var(--title);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.mvp-proof-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.65;
}

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

.mvp-screen-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  color: var(--title);
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(11, 31, 51, 0.08);
  cursor: pointer;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mvp-screen-card:hover,
.mvp-screen-card:focus-visible {
  border-color: rgba(20, 184, 196, 0.46);
  box-shadow: 0 24px 54px rgba(11, 31, 51, 0.11);
  transform: translateY(-3px);
}

.mvp-screen-card:focus-visible {
  outline: 3px solid rgba(20, 184, 196, 0.22);
  outline-offset: 3px;
}

.mvp-screen-label {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--blue-deep);
  background: rgba(20, 184, 196, 0.1);
  border: 1px solid rgba(20, 184, 196, 0.24);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.phone-mockup,
.dashboard-mockup,
.cloud-mockup {
  display: grid;
  min-height: 360px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(219, 227, 238, 0.95);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.phone-mockup {
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(circle at 88% 14%, rgba(37, 211, 102, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.phone-topbar,
.dashboard-mockup-header,
.cloud-mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.phone-topbar > span:last-child,
.dashboard-mockup-header > span,
.cloud-mockup-header > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.phone-topbar strong,
.dashboard-mockup-header strong,
.cloud-mockup-header strong {
  color: var(--title);
  font-size: 0.9rem;
  font-weight: 800;
}

.phone-topbar small,
.dashboard-mockup-header small,
.cloud-mockup-header small {
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 700;
}

.whatsapp-badge {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px #ffffff, inset 0 0 0 9px #25d366;
}

.chat-area {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px;
}

.chat-bubble {
  display: block;
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.32;
}

.chat-bubble.incoming {
  color: var(--title);
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.chat-bubble.outgoing {
  justify-self: end;
  color: #0f5132;
  background: rgba(37, 211, 102, 0.13);
  border: 1px solid rgba(37, 211, 102, 0.28);
}

.chat-file-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.chat-file-row strong {
  display: block;
  min-width: 0;
  color: var(--title);
  font-size: 0.78rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-file-row small {
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 700;
}

.file-badge {
  display: grid;
  width: 38px;
  height: 42px;
  place-items: center;
  border-radius: 7px;
  font-size: 0.64rem;
  font-weight: 900;
}

.file-badge.pdf {
  color: #92400e;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.34);
}

.file-badge.xml {
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.13);
  border: 1px solid rgba(20, 184, 196, 0.28);
}

.mockup-status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 14px 14px;
  color: #15803d;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-mockup {
  align-content: start;
  background:
    radial-gradient(circle at 86% 12%, rgba(20, 184, 196, 0.14), transparent 30%),
    #ffffff;
}

.dashboard-mockup-header em,
.cloud-mockup-header em {
  flex: 0 0 auto;
  padding: 6px 8px;
  color: #15803d;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 999px;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.status-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 14px 0;
}

.status-kpis span {
  display: grid;
  min-height: 66px;
  align-content: center;
  gap: 3px;
  padding: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.status-kpis strong {
  color: var(--blue-deep);
  font-size: 1.36rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.status-kpis small {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 800;
}

.status-table {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.status-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(74px, 0.7fr);
  gap: 5px 10px;
  min-height: 50px;
  padding: 9px 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.status-row span {
  min-width: 0;
  color: var(--title);
  font-size: 0.75rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-row strong {
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 800;
}

.status-row em {
  grid-column: 2;
  justify-self: start;
  padding: 5px 7px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.status-row em.ok {
  color: #15803d;
  background: rgba(22, 163, 74, 0.11);
}

.status-row em.warn {
  color: #92400e;
  background: rgba(245, 158, 11, 0.15);
}

.process-trail {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 14px 14px;
}

.process-trail span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 8px;
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.1);
  border: 1px solid rgba(20, 184, 196, 0.24);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
}

.cloud-mockup {
  align-content: start;
  background:
    radial-gradient(circle at 84% 12%, rgba(22, 163, 74, 0.14), transparent 30%),
    #ffffff;
}

.cloud-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 14px 0;
}

.cloud-platforms .drive-chip,
.cloud-platforms .onedrive-chip,
.cloud-platforms .dropbox-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.9;
}

.cloud-folder-path {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.cloud-folder {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 10px;
  color: var(--title);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.cloud-folder::before {
  content: "";
  width: 22px;
  height: 16px;
  background: var(--green);
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08);
}

.cloud-folder::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 11px;
  height: 6px;
  background: var(--green);
  border-radius: 3px 3px 0 0;
}

.cloud-folder.client {
  margin-left: 22px;
  border-color: rgba(20, 184, 196, 0.26);
}

.cloud-folder.client::before,
.cloud-folder.client::after {
  background: var(--cyan);
}

.cloud-folder.period {
  margin-left: 44px;
  border-color: rgba(22, 163, 74, 0.26);
}

.cloud-file-list {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.cloud-file-list span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.doc-saved-icon {
  position: relative;
  width: 18px;
  height: 23px;
  background: #ffffff;
  border: 2px solid var(--green);
  border-radius: 4px;
}

.doc-saved-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 7px;
  height: 2px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(22, 163, 74, 0.55);
}

.cloud-file-list strong {
  min-width: 0;
  color: var(--title);
  font-size: 0.72rem;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cloud-file-list em {
  color: #15803d;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
}

.mvp-proof-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1120px) {
  .mvp-proof-section {
    padding: 72px 0 76px;
  }

  .mvp-proof-grid {
    gap: 12px;
  }

  .mvp-screen-card {
    padding: 14px;
  }

  .phone-mockup,
  .dashboard-mockup,
  .cloud-mockup {
    min-height: 348px;
  }

  .status-kpis {
    gap: 6px;
  }

  .status-kpis span {
    min-height: 58px;
    padding: 7px;
  }

  .status-kpis strong {
    font-size: 1.12rem;
  }

  .status-row,
  .cloud-file-list span {
    grid-template-columns: 1fr;
  }

  .status-row em,
  .cloud-file-list em {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .mvp-proof-section {
    padding: 64px 0;
  }

  .mvp-proof-heading {
    max-width: 620px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .mvp-proof-heading p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.96rem;
  }

  .mvp-proof-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    padding: 2px max(16px, calc((100vw - 620px) / 2)) 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .mvp-screen-card {
    flex: 0 0 min(86vw, 380px);
    scroll-snap-align: center;
  }

  .mvp-screen-card:hover,
  .mvp-screen-card:focus-visible {
    transform: translateY(-2px);
  }

  .phone-mockup,
  .dashboard-mockup,
  .cloud-mockup {
    min-height: 338px;
  }

  .mvp-proof-action {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .mvp-proof-section {
    padding: 56px 0;
  }

  .mvp-proof-heading h2 {
    font-size: 1.82rem;
  }

  .mvp-screen-card {
    flex-basis: min(88vw, 348px);
    padding: 14px;
  }

  .phone-mockup,
  .dashboard-mockup,
  .cloud-mockup {
    min-height: 330px;
  }

  .phone-topbar,
  .dashboard-mockup-header,
  .cloud-mockup-header {
    min-height: 48px;
    padding: 0 11px;
  }

  .status-kpis,
  .status-table,
  .cloud-folder-path,
  .cloud-file-list {
    padding-right: 11px;
    padding-left: 11px;
  }

  .status-kpis {
    gap: 6px;
  }

  .status-kpis span {
    min-height: 58px;
    padding: 7px;
  }

  .status-kpis strong {
    font-size: 1.1rem;
  }

  .status-kpis small,
  .process-trail span,
  .cloud-platforms .drive-chip,
  .cloud-platforms .onedrive-chip,
  .cloud-platforms .dropbox-chip {
    font-size: 0.58rem;
  }

  .cloud-folder.client {
    margin-left: 16px;
  }

  .cloud-folder.period {
    margin-left: 32px;
  }

  .mvp-proof-action .button {
    width: 100%;
  }
}

.section {
  padding: 88px 0;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 56px;
}

.split-layout.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.section-intro p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.process-column p {
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.7;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 780px;
}

.trust-list,
.faq-list {
  display: grid;
  gap: 12px;
}

.trust-item {
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-item span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.trust-item span {
  background: var(--cyan);
}

.trust-item p {
  margin: 0;
  color: var(--title);
  line-height: 1.45;
  font-weight: 500;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.step-card,
.audience-card,
details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.step-card {
  min-height: 284px;
  padding: 18px;
}

.step-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: rgba(20, 184, 196, 0.12);
  border: 1px solid rgba(20, 184, 196, 0.3);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  margin-bottom: 20px;
  color: #ffffff;
  background: var(--blue-deep);
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.step-card p {
  color: var(--text);
  line-height: 1.55;
}

.benefits-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(20, 184, 196, 0.1), transparent 28%),
    #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefits-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.benefits-heading h2 {
  max-width: 760px;
  color: var(--title);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.benefits-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.65;
}

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

.benefit-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 216px;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.benefit-card:hover {
  border-color: rgba(20, 184, 196, 0.42);
  box-shadow: 0 22px 48px rgba(11, 31, 51, 0.1);
  transform: translateY(-3px);
}

.benefit-card.featured {
  grid-column: span 2;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  min-height: 216px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(20, 184, 196, 0.22), transparent 40%),
    linear-gradient(145deg, #0b1f33 0%, #102b45 100%);
  border-color: rgba(20, 184, 196, 0.34);
}

.benefit-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.11);
  border: 1px solid rgba(20, 184, 196, 0.28);
  border-radius: 8px;
}

.benefit-card.featured .benefit-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.benefit-icon svg {
  width: 27px;
  height: 27px;
}

.benefit-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.benefit-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 9px;
  color: #ffffff;
  background: rgba(22, 163, 74, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.benefit-card h3 {
  margin: 0;
  color: var(--title);
  font-size: 1.08rem;
  line-height: 1.18;
}

.benefit-card.featured h3 {
  color: #ffffff;
  font-size: clamp(1.34rem, 2vw, 1.72rem);
}

.benefit-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.55;
}

.benefit-card.featured p {
  max-width: 560px;
  color: #cbd5e1;
}

.benefits-action {
  display: flex;
  margin-top: 30px;
}

.screenshots-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fit-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.fit-heading h2 {
  max-width: 790px;
  color: var(--title);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.fit-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.65;
}

.fit-seal {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 11px;
  color: #15803d;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fit-heading .button {
  margin-top: 10px;
}

.fit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fit-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
  min-height: 340px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(11, 31, 51, 0.08);
}

.fit-card.ideal {
  border-color: rgba(22, 163, 74, 0.26);
}

.fit-card.caution {
  border-color: rgba(245, 158, 11, 0.28);
}

.fit-card-header {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.fit-card-header strong {
  display: block;
  color: var(--title);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.18;
}

.fit-card-header small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.fit-card-icon {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
}

.fit-card-icon.check {
  background: rgba(22, 163, 74, 0.11);
  border: 1px solid rgba(22, 163, 74, 0.28);
}

.fit-card-icon.check::before {
  content: "";
  width: 17px;
  height: 9px;
  border-bottom: 3px solid var(--green);
  border-left: 3px solid var(--green);
  transform: rotate(-45deg) translate(1px, -2px);
}

.fit-card-icon.alert {
  color: #92400e;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.32);
}

.fit-card-icon.alert::before {
  content: "!";
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
}

.fit-checklist {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-checklist li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.fit-checklist li > span {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.fit-card.ideal .fit-checklist li > span {
  background: rgba(22, 163, 74, 0.12);
}

.fit-card.ideal .fit-checklist li > span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.fit-card.caution .fit-checklist li > span {
  background: rgba(245, 158, 11, 0.15);
}

.fit-card.caution .fit-checklist li > span::before {
  content: "!";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #92400e;
  font-size: 0.86rem;
  font-weight: 900;
}

.fit-checklist p {
  margin: 0;
  color: var(--title);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  padding: 26px;
}

.audience-card p {
  margin-bottom: 0;
  color: var(--title);
  font-size: 1.08rem;
  line-height: 1.65;
}

.card-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 700;
}

.card-label.positive {
  color: #ffffff;
  background: var(--green);
}

.card-label.caution {
  color: #3f2a04;
  background: rgba(245, 158, 11, 0.22);
}

.trust-section {
  background: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
}

.before-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
  margin-top: 36px;
}

.process-column {
  min-height: 144px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-column span {
  display: block;
  margin-bottom: 12px;
  color: var(--title);
  font-weight: 800;
}

.process-column.manual {
  background: rgba(245, 158, 11, 0.12);
}

.process-column.automated {
  background: rgba(22, 163, 74, 0.1);
}

.process-arrow {
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-size: 2rem;
  font-weight: 900;
}

.offer-section {
  color: var(--title);
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: stretch;
  gap: 20px;
}

.offer-primary-card,
.offer-next-card {
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(11, 31, 51, 0.12);
}

.offer-primary-card {
  display: grid;
  gap: 24px;
  min-width: 0;
  padding: 34px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(20, 184, 196, 0.18), transparent 42%),
    var(--blue-deep);
  border: 1px solid rgba(20, 184, 196, 0.24);
}

.offer-copy .eyebrow {
  color: #67e8f9;
}

.offer-copy h2 {
  max-width: 650px;
  margin-bottom: 16px;
  color: #ffffff;
}

.offer-lead {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--hero-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.offer-package {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(20, 184, 196, 0.28);
  border-radius: 8px;
}

.offer-package span {
  color: #67e8f9;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-package strong {
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.42;
}

.offer-bullets {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-bullets li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.offer-bullets li > span {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  background: rgba(22, 163, 74, 0.18);
  border: 1px solid rgba(22, 163, 74, 0.4);
  border-radius: 50%;
}

.offer-bullets li > span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #86efac;
  border-left: 2px solid #86efac;
  transform: rotate(-45deg);
}

.offer-bullets p {
  margin: 0;
  color: #e5eef8;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.42;
}

.offer-form,
.demo-calendar,
.demo-confirmation {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(203, 213, 225, 0.22);
  border-radius: 8px;
}

.offer-form[hidden],
.demo-calendar[hidden],
.demo-confirmation[hidden] {
  display: none !important;
}

.form-step-heading {
  display: grid;
  gap: 5px;
  grid-column: 1 / -1;
}

.form-step-heading > span {
  color: #67e8f9;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-step-heading > strong,
.form-step-heading > h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.35;
}

.form-step-heading > small {
  color: #cbd5e1;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.offer-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
  gap: 10px;
  align-items: center;
}

.offer-form .button,
.demo-calendar .button,
.demo-confirmation .button {
  width: 100%;
}

.offer-form .button.secondary,
.demo-calendar .button.secondary,
.demo-confirmation .button.secondary {
  background: rgba(20, 184, 196, 0.08);
}

.offer-form .button:disabled,
.demo-calendar .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.offer-next-card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 28px;
  color: var(--title);
  background: #ffffff;
  border: 1px solid var(--line);
}

.offer-next-label {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 10px;
  color: #15803d;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-next-card h3 {
  margin-bottom: 18px;
  color: var(--title);
  font-size: 1.42rem;
  line-height: 1.14;
}

.offer-next-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-next-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.offer-next-steps li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.offer-next-steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-deep);
  background: rgba(20, 184, 196, 0.12);
  border: 1px solid rgba(20, 184, 196, 0.26);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.offer-next-steps strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.22;
}

.offer-next-steps p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.5;
}

.demo-form label {
  display: grid;
  gap: 6px;
  color: var(--title);
  font-size: 0.78rem;
  font-weight: 800;
}

.offer-form label {
  color: #e5eef8;
}

.form-field > span b {
  color: #fda4af;
}

.form-field > span em {
  margin-left: 5px;
  color: #94a3b8;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

.form-field > small {
  color: #aebdce;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
}

.demo-form input:not([type="checkbox"]),
.demo-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--title);
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
}

.demo-form input:not([type="checkbox"]):focus,
.demo-form select:focus {
  border-color: rgba(20, 184, 196, 0.72);
  outline: 3px solid rgba(20, 184, 196, 0.18);
}

.demo-form input:not([type="checkbox"]):user-invalid,
.demo-form select:user-invalid {
  border-color: #fb7185;
}

.form-consent {
  display: flex !important;
  gap: 9px !important;
  align-items: flex-start;
  color: #cbd5e1 !important;
  font-size: 0.74rem !important;
  font-weight: 600 !important;
  line-height: 1.45;
}

.form-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--cyan);
}

.form-consent strong {
  color: #ffffff;
}

.no-script-warning {
  margin: 0;
  padding: 11px 12px;
  color: #fef3c7;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-note {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.4;
}

.offer-form .form-note {
  color: #cbd5e1;
}

.demo-form .form-feedback {
  min-height: 18px;
  margin: 0;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

.offer-form .form-feedback {
  color: #86efac;
}

.offer-form .form-feedback.is-error,
.calendar-feedback.is-error {
  color: #fecdd3;
}

.offer-form .form-feedback.is-info,
.calendar-feedback.is-info {
  color: #bae6fd;
}

.calendar-feedback {
  min-height: 20px;
  margin: 0;
  color: #bae6fd;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.calendar-slots {
  display: grid;
  gap: 12px;
}

.calendar-slots[aria-busy="true"] {
  min-height: 84px;
  opacity: 0.72;
}

.slot-day {
  display: grid;
  gap: 10px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(203, 213, 225, 0.2);
  border-radius: 8px;
}

.slot-day h4 {
  margin: 0;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
}

.slot-times {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.slot-button {
  min-width: 76px;
  min-height: 40px;
  padding: 8px 12px;
  color: #0b1f33;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.slot-button:hover {
  border-color: #67e8f9;
  transform: translateY(-1px);
}

.slot-button[aria-pressed="true"] {
  color: #ffffff;
  background: #0e7490;
  border-color: #67e8f9;
}

.slot-button:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.calendar-actions {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1.3fr);
  gap: 10px;
}

.demo-confirmation {
  justify-items: start;
  color: #dbeafe;
}

.confirmation-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #052e16;
  background: #86efac;
  border-radius: 50%;
  font-size: 1.35rem;
  font-weight: 900;
}

.demo-confirmation h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.3;
}

.demo-confirmation p {
  margin: 0;
  line-height: 1.55;
}

.demo-confirmation .confirmation-date {
  color: #86efac;
  font-size: 1rem;
  font-weight: 800;
}

.demo-confirmation .button {
  margin-top: 2px;
}

@media (max-width: 980px) {
  .offer-layout {
    grid-template-columns: 1fr;
  }

  .offer-primary-card,
  .offer-next-card {
    padding: 28px;
  }

  .offer-next-card {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .offer-section {
    text-align: center;
  }

  .offer-primary-card,
  .offer-next-card {
    padding: 22px;
  }

  .offer-package,
  .offer-form,
  .demo-calendar,
  .demo-confirmation {
    text-align: left;
  }

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

  .form-field--full {
    grid-column: auto;
  }

  .offer-actions,
  .calendar-actions {
    grid-template-columns: 1fr;
  }

  .offer-bullets {
    text-align: left;
  }

  .offer-next-card {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .offer-primary-card,
  .offer-next-card {
    padding: 18px;
  }

  .offer-package,
  .offer-form,
  .demo-calendar,
  .demo-confirmation {
    padding: 14px;
  }

  .offer-next-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .offer-next-steps li > span {
    width: 36px;
    height: 36px;
  }
}

.security-section {
  background: var(--section-bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.security-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 42px;
}

.security-copy {
  max-width: 560px;
}

.security-copy h2 {
  margin-bottom: 16px;
  color: var(--title);
  font-size: clamp(1.95rem, 3vw, 2.62rem);
  line-height: 1.08;
}

.security-copy > p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.66;
}

.security-bullets {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.security-bullets li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.security-bullets li > span {
  position: relative;
  width: 22px;
  height: 22px;
  background: rgba(22, 163, 74, 0.12);
  border-radius: 50%;
}

.security-bullets li > span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.security-bullets p {
  margin: 0;
  color: var(--title);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.32;
}

.security-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

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

.security-integration-card,
.security-control-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(11, 31, 51, 0.08);
}

.security-integration-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 164px;
  padding: 16px;
}

.security-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
}

.security-icon svg,
.security-lock-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-icon.drive-tone {
  color: #1a73e8;
  background: rgba(26, 115, 232, 0.1);
}

.security-icon.cloud-tone {
  color: #0364b8;
  background: rgba(3, 100, 184, 0.1);
}

.security-icon.folder-tone {
  color: #0061ff;
  background: rgba(0, 97, 255, 0.1);
}

.security-integration-card strong {
  color: var(--title);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.18;
}

.security-integration-card small {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.42;
}

.security-control-card {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.security-card-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.security-lock-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--green);
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 8px;
}

.security-card-header strong {
  display: block;
  color: var(--title);
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.18;
}

.security-card-header small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.42;
}

.security-trace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.security-trace-grid > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-height: 92px;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.trace-icon {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--cyan);
  background: rgba(20, 184, 196, 0.1);
  border-radius: 8px;
}

.trace-icon::before,
.trace-icon::after {
  content: "";
  position: absolute;
}

.trace-icon.log::before {
  width: 14px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.trace-icon.log::after {
  width: 8px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor;
}

.trace-icon.status::before {
  width: 14px;
  height: 7px;
  border-bottom: 3px solid var(--green);
  border-left: 3px solid var(--green);
  transform: rotate(-45deg) translate(1px, -2px);
}

.trace-icon.link::before {
  width: 16px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: rotate(-25deg);
}

.trace-icon.report::before {
  width: 15px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.trace-icon.report::after {
  bottom: 8px;
  width: 9px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor;
}

.security-trace-grid strong {
  color: var(--title);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.22;
}

.security-trace-grid p {
  grid-column: 2;
  margin: -3px 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.42;
}

.security-note {
  margin: 0;
  padding: 12px 14px;
  color: #475569;
  background: rgba(20, 184, 196, 0.08);
  border: 1px solid rgba(20, 184, 196, 0.22);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.48;
}

@media (max-width: 980px) {
  .security-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .security-copy {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .security-section {
    text-align: center;
  }

  .security-copy {
    margin: 0 auto;
  }

  .security-bullets,
  .security-panel {
    text-align: left;
  }

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

  .security-trace-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .security-integration-grid {
    grid-template-columns: 1fr;
  }

  .security-integration-card {
    min-height: auto;
  }

  .security-control-card {
    padding: 16px;
  }

  .security-card-header {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .security-lock-icon {
    width: 42px;
    height: 42px;
  }
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 54px;
}

details {
  padding: 0;
}

summary {
  cursor: pointer;
  padding: 20px;
  color: var(--title);
  font-weight: 700;
  line-height: 1.35;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--text);
  line-height: 1.65;
}

.final-cta {
  padding: 76px 0;
  color: #ffffff;
  background: var(--green);
}

.final-cta-inner {
  justify-content: space-between;
  gap: 24px;
}

.final-cta h2 {
  max-width: 640px;
  margin: 0;
  color: #ffffff;
}

.final-cta .button.primary {
  color: var(--green);
  background: #ffffff;
  border-color: #ffffff;
}

.lp-footer {
  padding: 32px 20px;
  background: #f6f8fb;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.lp-footer p {
  margin: 6px 0;
}

.lp-footer strong {
  color: #0b1f33;
  font-size: 16px;
}

.lp-footer__legal {
  font-size: 13px;
}

.lp-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.lp-footer a {
  color: #0b1f33;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lp-footer a:hover,
.lp-footer a:focus-visible {
  color: #14b8c4;
  text-decoration: underline;
}

@media (max-width: 1120px) {
  .system-shot {
    right: -120px;
    transform: none;
  }

  .automation-card {
    right: 22px;
    transform: none;
  }

  .phone-card {
    right: 300px;
    transform: rotate(-2deg);
  }
}

@media (max-width: 980px) {
  .nav-links {
    gap: 12px;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 12px;
  }

  .brand-mark {
    flex-basis: 207px;
    width: 207px;
    height: 69px;
  }

  .nav-cta {
    padding: 0 14px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero,
  .hero-grid {
    min-height: 680px;
  }

  .hero-grid {
    padding: 88px 0 72px;
  }

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

  .phone-card {
    right: -30px;
    bottom: 30px;
    opacity: 0.42;
  }

  .automation-card {
    right: -150px;
    top: 120px;
    opacity: 0.48;
  }

  .system-shot {
    display: none;
  }

  .split-layout,
  .split-layout.reverse,
  .trust-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

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

  .benefit-card.featured {
    grid-column: 1 / -1;
  }

}

@media (max-width: 680px) {
  .container,
  .site-header {
    width: min(100% - 24px, 1120px);
  }

  .site-header {
    min-height: 64px;
    gap: 12px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-cta {
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .hero,
  .hero-grid {
    min-height: 760px;
  }

  .hero-grid {
    align-items: start;
    padding: 76px 0 56px;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 1.06;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .phone-card {
    right: -104px;
    bottom: -112px;
    width: 236px;
    min-height: 312px;
    opacity: 0.26;
  }

  .automation-card {
    right: -190px;
    top: 630px;
    width: 340px;
    opacity: 0.3;
  }

  .steps,
  .audience-grid,
  .before-after,
  .fit-cards,
  .folder-grid {
    grid-template-columns: 1fr;
  }

  .fit-heading {
    text-align: center;
  }

  .fit-heading p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

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

  .benefits-heading {
    text-align: center;
  }

  .benefits-heading p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

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

  .benefit-card,
  .benefit-card.featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .benefit-card:hover {
    transform: translateY(-2px);
  }

  .benefits-action {
    justify-content: center;
  }

  .before-after {
    gap: 10px;
  }

  .process-arrow {
    min-height: 34px;
    transform: rotate(90deg);
  }

  .section {
    padding: 62px 0;
  }

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

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

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .hero::before {
    background-size: 48px 48px;
  }

  .hero-grid {
    min-height: auto;
    align-items: start;
    padding: 64px 0 68px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-visual-image {
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 0;
    padding-bottom: 18px;
    opacity: 0.18;
  }

  .hero-mockup-card {
    width: min(280px, 36vw);
    padding: 10px;
    border-radius: 20px;
    transform: translateX(58px);
  }

  .hero-mockup-image {
    border-radius: 16px;
  }

  .hero-mockup-caption {
    display: none;
  }

  .eyebrow {
    max-width: 540px;
    margin-bottom: 12px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  h1 {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 2.8rem;
    line-height: 1.05;
  }

  .hero-subtitle {
    max-width: 560px;
    margin-bottom: 28px;
    font-size: 1.08rem;
    line-height: 1.54;
  }

  .hero-actions {
    gap: 10px;
  }

  .site-header {
    width: 100%;
    min-height: 0;
    padding: 7px 12px;
  }

  .nav-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 0;
    gap: clamp(6px, 1.2vw, 10px);
    padding: 0;
    font-size: clamp(0.68rem, 1.15vw, 0.8rem);
    line-height: 1.1;
  }

  .brand {
    order: 0;
    flex: 0 0 auto;
    justify-content: flex-start;
    max-width: none;
    margin: 0 auto 0 0;
  }

  .brand span:last-child {
    display: flex;
  }

  .brand-mark {
    flex: 0 0 clamp(118px, 19vw, 158px);
    width: clamp(118px, 19vw, 158px);
    height: auto;
    aspect-ratio: 3 / 1;
  }

  .nav-cta {
    order: 2;
    flex: 0 0 auto;
    width: auto;
    min-height: 30px;
    margin: 0 0 0 2px;
    padding: 0 clamp(8px, 1.4vw, 11px);
    border-radius: 6px;
    font-size: clamp(0.68rem, 1.12vw, 0.78rem);
  }

  .nav-links > a:not(.brand):not(.nav-cta) {
    order: 1;
    justify-content: center;
    min-height: 30px;
    padding: 0;
    color: #475569;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: clamp(0.68rem, 1.12vw, 0.78rem);
    font-weight: 500;
  }

  .nav-links > a.is-active:not(.brand):not(.nav-cta) {
    color: var(--blue-deep);
    background: transparent;
    border: 0;
    font-weight: 700;
  }
}

@media (max-width: 679px) {
  .nav-links {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 7px 10px;
    font-size: 0.82rem;
  }

  .brand {
    grid-column: 1 / -1;
    justify-content: center;
    max-width: 189px;
    margin: 0 auto;
  }

  .brand-mark {
    flex: 0 0 clamp(144px, 29vw, 189px);
    width: clamp(144px, 29vw, 189px);
  }

  .nav-cta {
    grid-column: 1 / -1;
    order: 1;
    width: max-content;
    min-height: 33px;
    margin: 0 auto;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 0.82rem;
  }

  .nav-links > a:not(.brand):not(.nav-cta) {
    order: 2;
    min-height: 29px;
    padding: 0 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.8rem;
  }

  .nav-links > a.is-active:not(.brand):not(.nav-cta) {
    background: rgba(20, 184, 196, 0.1);
    border: 1px solid rgba(20, 184, 196, 0.42);
  }
}

@media (max-width: 680px) {
  .hero-grid {
    padding: 54px 0 60px;
  }

  .hero-mockup-card {
    width: min(220px, 44vw);
    transform: translateX(68px) translateY(8px);
  }

  .eyebrow {
    font-size: 0.88rem;
  }

  h1 {
    font-size: 2.42rem;
    line-height: 1.06;
  }

  .hero-subtitle {
    font-size: 1.03rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .hero {
    background:
      radial-gradient(circle at 86% 38%, rgba(20, 184, 196, 0.2), transparent 34%),
      linear-gradient(145deg, #0b1f33 0%, #071827 100%);
  }

  .hero::before {
    background-size: 38px 38px;
  }

  .hero-grid {
    padding: 42px 0 48px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-visual-image {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 6px;
    opacity: 0.12;
  }

  .hero-mockup-card {
    width: min(188px, 50vw);
    padding: 7px;
    border-radius: 15px;
    transform: translateX(66px) translateY(10px);
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.82rem;
    line-height: 1.38;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 2.08rem;
    line-height: 1.08;
  }

  .hero-subtitle {
    margin-bottom: 24px;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .benefits-heading h2 {
    font-size: 1.82rem;
  }

  .fit-heading h2 {
    font-size: 1.82rem;
  }

  .fit-seal {
    font-size: 0.66rem;
  }

  .fit-card {
    padding: 16px;
  }

  .fit-card-header {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .fit-card-icon {
    width: 40px;
    height: 40px;
  }

  .fit-heading .button {
    width: 100%;
  }

  .fit-checklist li {
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 10px;
  }

  .benefit-card {
    padding: 16px;
  }

  .benefits-action .button {
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .site-header {
    padding: 7px 10px 9px;
  }

  .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px;
  }

  .brand {
    flex: 1 1 100%;
    justify-content: center;
    max-width: none;
    margin: 0;
  }

  .brand-mark {
    flex: 0 0 min(162px, 50vw);
    width: min(162px, 50vw);
    height: auto;
    aspect-ratio: 3 / 1;
  }

  .nav-cta {
    flex: 1 1 100%;
    width: 100%;
    min-height: 34px;
    margin: 1px 0 3px;
    font-size: 0.82rem;
  }

  .nav-links > a:not(.brand):not(.nav-cta) {
    flex: 1 1 calc(50% - 6px);
    width: 100%;
    min-height: 31px;
    padding: 0 6px;
    font-size: 0.76rem;
  }
}

@media (min-width: 520px) and (max-width: 679px) {
  .site-header {
    padding: 6px 10px;
  }

  .nav-links {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    align-items: center;
    justify-items: initial;
    justify-content: flex-end;
    gap: clamp(4px, 1vw, 8px);
    font-size: clamp(0.58rem, 1.5vw, 0.66rem);
    line-height: 1.05;
  }

  .brand {
    grid-column: auto;
    order: 0;
    flex: 0 0 auto;
    justify-content: flex-start;
    max-width: none;
    margin: 0 auto 0 0;
  }

  .brand-mark {
    flex: 0 0 clamp(92px, 18vw, 118px);
    width: clamp(92px, 18vw, 118px);
    height: auto;
    aspect-ratio: 3 / 1;
  }

  .nav-cta {
    grid-column: auto;
    order: 2;
    flex: 0 0 auto;
    width: auto;
    min-height: 28px;
    margin: 0 0 0 1px;
    padding: 0 clamp(6px, 1.2vw, 8px);
    border-radius: 6px;
    font-size: clamp(0.58rem, 1.5vw, 0.66rem);
  }

  .nav-links > a:not(.brand):not(.nav-cta) {
    order: 1;
    width: auto;
    min-height: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: clamp(0.58rem, 1.5vw, 0.66rem);
    font-weight: 500;
  }

  .nav-links > a.is-active:not(.brand):not(.nav-cta) {
    background: transparent;
    border: 0;
  }
}

@media (max-width: 360px) {
  .hero-grid {
    padding: 34px 0 42px;
  }

  h1 {
    font-size: 1.88rem;
  }

  .hero-subtitle {
    font-size: 0.94rem;
  }

  .button {
    min-height: 42px;
    font-size: 0.88rem;
  }

  .hero-mockup-card {
    width: 160px;
    transform: translateX(62px) translateY(18px);
  }

  .brand-mark {
    flex-basis: 144px;
    width: 144px;
  }

  .nav-cta {
    font-size: 0.8rem;
  }

  .nav-links > a:not(.brand):not(.nav-cta) {
    font-size: 0.72rem;
  }
}

@media (min-width: 768px) and (max-width: 1120px) {
  .hero {
    display: block;
    min-height: clamp(600px, 68vw, 690px);
  }

  .hero-grid {
    min-height: clamp(600px, 68vw, 690px);
    padding: 72px 0 64px;
  }

  .hero-copy {
    max-width: min(58vw, 640px);
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: auto;
    margin: 0;
    pointer-events: none;
  }

  .hero-visual-image {
    align-items: center;
    justify-content: flex-end;
    padding: 0 max(18px, calc((100vw - 1120px) / 2 + 20px)) 0 0;
    opacity: 1;
  }

  .hero-mockup-card {
    width: clamp(220px, 27vw, 330px);
    max-width: 34vw;
    margin: 0;
    padding: 10px;
    border-radius: 22px;
    transform: none;
  }

  .hero-mockup-image {
    border-radius: 17px;
  }

  .hero-mockup-caption {
    display: block;
    margin-top: 10px;
    font-size: 0.82rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 4.2vw, 3.15rem);
    line-height: 1.05;
  }

  .hero-subtitle {
    max-width: 95%;
    font-size: clamp(0.98rem, 1.45vw, 1.12rem);
    line-height: 1.52;
  }
}

@media (max-width: 767px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding: 54px 0 22px;
  }

  .hero-copy {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .eyebrow,
  h1,
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
    justify-items: center;
  }

  .hero-actions .button {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    z-index: 2;
    width: min(620px, calc(100% - 32px));
    margin: 0 auto;
    pointer-events: none;
  }

  .hero-visual-image {
    align-items: center;
    justify-content: center;
    padding: 0 0 50px;
    opacity: 1;
  }

  .hero-mockup-card {
    width: min(312px, 78vw);
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 22px;
    transform: none;
  }

  .hero-mockup-image {
    border-radius: 17px;
  }

  .hero-mockup-caption {
    display: block;
    margin-top: 10px;
    font-size: 0.8rem;
  }
}

@media (max-width: 520px) {
  .hero-grid {
    padding: 42px 0 20px;
  }

  .hero-visual {
    width: min(420px, calc(100% - 28px));
  }

  .hero-visual-image {
    padding-bottom: 42px;
    opacity: 1;
  }

  .hero-mockup-card {
    width: min(260px, 82vw);
    padding: 8px;
    border-radius: 18px;
    transform: none;
  }

  .hero-mockup-caption {
    font-size: 0.78rem;
  }
}

@media (max-width: 360px) {
  .hero-grid {
    padding: 34px 0 18px;
  }

  .hero-mockup-card {
    width: min(228px, 84vw);
    transform: none;
  }
}
