:root {
  --bg: #f3f6fa;
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Mabry Pro", Mabry, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-soft: #f8fafc;
  --ink: #0f172a;
  --muted: #5f6f82;
  --muted-soft: #8b9aab;
  --line: rgba(148, 163, 184, 0.28);
  --white-line: rgba(255, 255, 255, 0.84);
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --cyan: #18b6cf;
  --mint: #35c48d;
  --violet: #7c6ee6;
  --dark: #121b2a;
  --dark-2: #1d293b;
  --shadow-soft: 0 18px 46px -32px rgba(15, 23, 42, 0.42);
  --shadow-deep: 0 34px 92px -46px rgba(15, 23, 42, 0.66);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

/* Elementor plugin refinements */
.pm-page .button {
  color: var(--pm-button-color, inherit) !important;
  font-size: var(--pm-button-font-size, 14px);
  font-weight: var(--pm-button-font-weight, 500);
}

.pm-page .button--primary {
  color: var(--pm-button-color, #fff) !important;
  background: var(--pm-button-bg, linear-gradient(var(--blue-500), var(--blue-600)));
}

.pm-page .button--ghost {
  color: var(--pm-button-color, #334155) !important;
  background: var(--pm-button-bg, linear-gradient(#fff, #f8fafc));
}

.pm-page .button--light {
  color: var(--pm-button-color, var(--ink)) !important;
  background: var(--pm-button-bg, linear-gradient(#fff, #eef6ff));
}

.company-logo img {
  display: block;
  max-width: 82%;
  max-height: 44px;
  object-fit: contain;
  filter: saturate(0.95) contrast(1.02);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px;
  width: 100%;
  max-width: 1180px;
  margin: 48px auto 0;
  align-items: stretch;
}

.service-grid .service-card {
  min-height: 376px;
}

.service-card > .label {
  margin-top: 18px;
}

.service-card > h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.03;
}

.service-card > p:not(.label) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.service-card .service-visual {
  flex: 0 0 auto;
}

.pm-page .service-grid .service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
}

.pm-page .service-grid .service-visual {
  min-height: 156px;
}

.pm-page .service-grid .service-card > .label {
  margin-top: 20px;
}

.pm-page .works-tabs .works-tab {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 2px 14px !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: 14px 16px 14px 18px !important;
  color: rgba(15, 23, 42, 0.58) !important;
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-left: 3px solid rgba(24, 182, 207, 0.24) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.54) !important;
  box-shadow: 0 16px 34px -30px rgba(15, 23, 42, 0.42), inset 0 1px 0 #fff !important;
  opacity: 0.72;
}

.pm-page .works-tabs .works-tab:hover,
.pm-page .works-tabs .works-tab.is-active {
  color: var(--ink) !important;
  border-left-color: var(--cyan) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  opacity: 1;
  transform: translateX(4px);
}

.pm-page .works-tabs .works-tab span {
  color: var(--cyan) !important;
  font-size: 12px !important;
}

.pm-page .works-tabs .works-tab strong {
  color: inherit !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.pm-page .works-tabs .works-tab small {
  grid-column: 2;
  color: rgba(95, 111, 130, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.service-visual--fit,
.service-visual--badge {
  display: grid;
  place-items: center;
}

.service-visual--fit span,
.service-visual--badge span,
.service-visual--pipeline span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(180deg, #0f6780, #074a61);
  box-shadow: 0 18px 34px -24px rgba(6, 78, 98, 0.78);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 900;
}

.service-visual--pipeline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 34px;
}

.service-visual--pipeline i {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-width: 90px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(24, 182, 207, 0.12), rgba(24, 182, 207, 0.82), rgba(24, 182, 207, 0.12));
}

.service-visual--radar {
  display: grid;
  place-items: center;
}

.service-visual--radar::after {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(24, 182, 207, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(24, 182, 207, 0.08), 0 0 0 72px rgba(24, 182, 207, 0.035);
  animation: lead-pulse 3.8s ease-in-out infinite;
  content: "";
}

.service-visual--radar span {
  position: absolute;
  z-index: 1;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 28px -24px rgba(15, 23, 42, 0.45);
}

.service-visual--radar span:nth-child(1) { left: 18%; top: 24%; }
.service-visual--radar span:nth-child(2) { left: 17%; bottom: 25%; }
.service-visual--radar span:nth-child(3) { right: 34%; top: 18%; }
.service-visual--radar span:nth-child(4) { right: 18%; top: 34%; }
.service-visual--radar span:nth-child(5) { right: 20%; bottom: 22%; }

.service-visual--bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 16px;
  padding: 38px;
}

.service-visual--bars span {
  position: relative;
  z-index: 1;
  width: 64px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, var(--cyan), rgba(24, 182, 207, 0.08));
  box-shadow: 0 14px 28px -20px rgba(24, 182, 207, 0.75);
}

.service-visual--bars span:nth-child(1) { height: 44px; }
.service-visual--bars span:nth-child(2) { height: 70px; }
.service-visual--bars span:nth-child(3) { height: 92px; }
.service-visual--bars span:nth-child(4) { height: 120px; }

.service-visual--line {
  display: grid;
  place-items: center;
  padding: 28px;
}

.service-visual--line svg {
  position: relative;
  z-index: 1;
  width: 88%;
  height: auto;
}

.service-visual--line path {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 13;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 18px 18px rgba(24, 182, 207, 0.18));
}

.elementor-editor-active .pm-page *,
.elementor-editor-active .pm-page *::before,
.elementor-editor-active .pm-page *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
  scroll-behavior: auto !important;
}

.elementor-editor-active .works-section *,
.elementor-editor-active .works-section *::before,
.elementor-editor-active .works-section *::after {
  transition-duration: 360ms !important;
}

.customer-video iframe,
.customer-video video,
.customer-video__cover,
.customer-video__cover img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 25px;
  object-fit: var(--customer-cover-fit, cover) !important;
  object-position: center center !important;
  background: #0f172a;
}

.customer-video__cover {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #071a24;
  cursor: pointer;
}

.customer-video__cover img {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.customer-video__cover::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(120deg, rgba(4, 33, 46, 0.26), rgba(24, 182, 207, 0.18));
  content: "";
}

.customer-video__cover:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.lead-platform svg {
  display: block;
  width: 26px;
  height: 26px;
}

@font-face {
  font-family: "Mabry Pro";
  src: local("Mabry Pro"), local("MabryPro-Regular"), local("Mabry-Regular");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--blue-100);
  color: var(--blue-700);
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.45);
  outline-offset: 4px;
}

:target {
  scroll-margin-top: 112px;
}

.shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.section-pad {
  padding-block: 92px;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 246, 255, 0.88) 34%, rgba(245, 248, 252, 0.84) 62%, rgba(234, 244, 250, 0.78)),
    linear-gradient(90deg, rgba(59, 130, 246, 0.08), rgba(24, 182, 207, 0.06), rgba(53, 196, 141, 0.05));
}

.ambient__mesh {
  position: absolute;
  inset: -25%;
  background:
    conic-gradient(from 35deg at 38% 42%, rgba(96, 165, 250, 0.28), rgba(255, 255, 255, 0.2), rgba(53, 196, 141, 0.12), rgba(124, 110, 230, 0.1), rgba(96, 165, 250, 0.28)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(219, 234, 254, 0.32), rgba(255, 255, 255, 0.22));
  filter: blur(26px);
  opacity: 0.74;
  transform: translate3d(0, 0, 0);
  animation: ambient-drift 28s ease-in-out infinite alternate;
}

.ambient__grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.13) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 82%, transparent);
}

.ambient__grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

@keyframes ambient-drift {
  from {
    transform: translate3d(-2%, -1%, 0) rotate(0deg) scale(1);
  }

  to {
    transform: translate3d(2%, 1%, 0) rotate(6deg) scale(1.04);
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding-top: 20px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 12px 16px;
  border: 1px solid var(--white-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px -30px rgba(15, 23, 42, 0.48), inset 0 1px 0 rgba(255, 255, 255, 1);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand__mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 50%;
  background: linear-gradient(#fff, #f1f5f9);
  box-shadow: inset 0 1px 0 #fff, 0 4px 16px -12px rgba(15, 23, 42, 0.4);
  color: var(--blue-600);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
}

.brand__copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand__copy strong {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
}

.brand__copy span {
  font-size: 10px;
  color: var(--muted-soft);
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 12px;
  color: var(--muted);
}

.nav__links a {
  position: relative;
  padding-block: 8px;
  transition: color 180ms ease;
}

.nav__links a::after {
  position: absolute;
  inset: auto 0 2px;
  height: 1px;
  background: var(--blue-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
  content: "";
}

.nav__links a:hover,
.nav__links a:focus-visible {
  color: var(--blue-600);
}

.nav__links a:hover::after,
.nav__links a:focus-visible::after {
  transform: scaleX(1);
}

.nav__actions,
.hero__actions,
.button-row,
.center-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button--small {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 12px;
}

.button--primary {
  color: #fff;
  border-color: var(--blue-700);
  background: linear-gradient(var(--blue-500), var(--blue-600));
  box-shadow: 0 12px 28px -18px rgba(37, 99, 235, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button--ghost {
  color: #334155;
  border-color: rgba(148, 163, 184, 0.34);
  background: linear-gradient(#fff, #f8fafc);
  box-shadow: 0 7px 18px -16px rgba(15, 23, 42, 0.38), inset 0 1px 0 #fff;
}

.button--light {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(#fff, #eef6ff);
  box-shadow: inset 0 1px 0 #fff;
}

.button--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button--full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 70px;
  padding-top: 152px;
}

.eyebrow,
.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
  color: var(--blue-600);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.eyebrow {
  min-height: 42px;
  padding: 6px 12px;
  border: 1px solid var(--white-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 #fff, var(--shadow-soft);
  color: var(--muted);
}

.eyebrow__icon,
.card-icon,
.tile-icon,
.app-badge,
.mini-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.eyebrow__icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--blue-100);
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
}

.hero__title {
  display: grid;
  gap: 8px;
  margin: 32px 0 0;
  color: var(--ink);
  font-size: 64px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero__title span,
.hero__title mark {
  display: block;
}

.hero__title mark {
  width: fit-content;
  margin-top: 6px;
  padding: 8px 16px 12px;
  border: 1px solid var(--blue-700);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(var(--blue-400), var(--blue-600));
  box-shadow: 0 24px 54px -28px rgba(37, 99, 235, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero__lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.hero__actions {
  margin-top: 36px;
}

.trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row b {
  color: var(--blue-600);
}

.hero__visual {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
}

.hero__visual::before {
  position: absolute;
  inset: 24px -10px 40px 22px;
  border-radius: 36px;
  background:
    linear-gradient(140deg, rgba(219, 234, 254, 0.72), rgba(255, 255, 255, 0.54), rgba(204, 251, 241, 0.3)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), transparent);
  filter: blur(34px);
  content: "";
}

.app-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: var(--radius-xl);
  background: linear-gradient(#fff, #f8fafc);
  box-shadow: var(--shadow-deep), inset 0 1px 0 #fff;
}

.app-frame--hero {
  padding: 0;
  z-index: 2;
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
}

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

.dot--red {
  background: #fca5a5;
}

.dot--yellow {
  background: #fcd34d;
}

.dot--green {
  background: #86efac;
}

.window-bar__label {
  margin-left: auto;
  color: var(--muted-soft);
  font-family: var(--font-body);
  font-size: 11px;
  text-transform: uppercase;
}

.brief,
.pipeline__body {
  padding: 26px;
}

.brief__header,
.pipeline__header,
.privacy-panel__head,
.wrap-preview__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.kicker,
.column-label,
.window-kicker {
  display: block;
  color: var(--muted-soft);
  font-size: 12px;
  font-weight: 300;
}

.brief__header h2,
.pipeline__header h3,
.privacy-panel__head h3 {
  margin: 4px 0 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.16;
}

.app-badge {
  width: 46px;
  height: 46px;
  border: 1px solid var(--blue-100);
  border-radius: 16px;
  background: var(--blue-50);
  color: var(--blue-600);
  font-size: 22px;
  box-shadow: inset 0 1px 0 #fff;
}

.brief-card,
.private-bar,
.control-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 6px 18px -18px rgba(15, 23, 42, 0.28), inset 0 1px 0 #fff;
}

.brief-card {
  margin-top: 14px;
  padding: 16px;
}

.tile-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--blue-600);
  font-size: 14px;
}

.tile-icon--purple {
  color: var(--violet);
  background: rgba(124, 110, 230, 0.12);
}

.brief-card strong,
.inline-head strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.brief-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}

.brief-card--split > div {
  flex: 1;
}

.inline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.inline-head span,
.feature-card__top small,
.step-card small,
.audience-card small {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border: 1px solid var(--blue-100);
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--blue-600);
  font-size: 11px;
}

.task-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.task-list li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 12px;
}

.task-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-500);
  content: "";
}

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

.mini-panel {
  min-height: 132px;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.mini-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}

.mini-panel small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
}

.mini-panel--light {
  background: linear-gradient(#f8fafc, #e8eef6);
  color: var(--ink);
}

.mini-panel--blue {
  color: #fff;
  border-color: var(--blue-700);
  background: linear-gradient(var(--blue-400), var(--blue-600));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.mini-panel--blue .kicker,
.mini-panel--blue small {
  color: rgba(255, 255, 255, 0.78);
}

.status-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 206px;
  padding: 13px 15px;
  border: 1px solid var(--white-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 50px -30px rgba(15, 23, 42, 0.52), inset 0 1px 0 #fff;
  backdrop-filter: blur(16px);
  animation: float-soft 4.8s ease-in-out infinite;
}

.status-card strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.status-card small {
  display: block;
  color: var(--muted-soft);
  font-size: 12px;
}

.status-card--top {
  top: 72px;
  right: -30px;
}

.status-card--mid {
  top: 254px;
  right: -34px;
  animation-delay: 600ms;
}

.status-card--low {
  bottom: 120px;
  right: -18px;
  animation-delay: 1.1s;
}

.mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
  font-weight: 600;
}

.mini-icon--green {
  color: #059669;
  background: #ecfdf5;
}

.mini-icon--purple {
  color: var(--violet);
  background: rgba(124, 110, 230, 0.12);
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.section-heading {
  width: min(100%, 860px);
  margin-inline: auto;
  text-align: center;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2,
.transformation__copy h2,
.final-cta h2 {
  margin: 14px 0 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.label),
.transformation__copy p:not(.label),
.privacy-copy p,
.final-intro p,
.final-cta p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.problem-grid,
.feature-grid,
.audience-grid,
.metric-grid,
.trust-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.soft-card,
.feature-card,
.audience-card,
.metric-grid article,
.trust-grid article,
.price-card,
.step-card {
  border: 1px solid var(--white-line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-soft), inset 0 1px 0 #fff;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.soft-card,
.feature-card,
.metric-grid article,
.trust-grid article {
  padding: 24px;
}

.soft-card:hover,
.feature-card:hover,
.audience-card:hover,
.price-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  background: var(--surface-strong);
}

.card-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--blue-100);
  border-radius: 16px;
  background: var(--blue-50);
  color: var(--blue-600);
  font-size: 20px;
  box-shadow: inset 0 1px 0 #fff;
}

.card-icon--muted {
  color: #475569;
  border-color: rgba(148, 163, 184, 0.28);
  background: #f1f5f9;
}

.soft-card h3,
.feature-card h3,
.audience-card h3,
.trust-grid h3 {
  margin: 18px 0 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.soft-card p,
.feature-card p,
.audience-card p,
.trust-grid p,
.metric-grid p,
.price-card__copy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.transformation,
.wide-feature,
.faq-support,
.final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  background:
    linear-gradient(155deg, rgba(96, 165, 250, 0.16), transparent 36%),
    linear-gradient(180deg, var(--dark-2), var(--dark));
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.transformation {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  min-height: 620px;
  margin-top: 56px;
  padding: 48px;
}

.transformation::before,
.wide-feature::before,
.faq-support::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.transformation__copy,
.pipeline,
.wide-feature > *,
.faq-support > *,
.final-cta > * {
  position: relative;
  z-index: 1;
}

.label--on-dark {
  color: var(--blue-300);
}

.transformation__copy {
  align-self: center;
}

.transformation__copy h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
}

.transformation__copy p:not(.label) {
  color: rgba(226, 232, 240, 0.9);
}

.button-row {
  margin-top: 34px;
}

.works-section {
  --works-progress: 0%;
  position: relative;
  overflow: visible;
  margin-top: 34px;
  min-height: 285vh;
  padding-block: 96px;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 30%, rgba(14, 165, 200, 0.24), transparent 28rem),
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.95), transparent 24rem),
    linear-gradient(180deg, rgba(239, 252, 255, 0.92), rgba(248, 250, 252, 0.96) 54%, rgba(238, 249, 252, 0.9));
}

.works-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.15) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, black 14%, black 86%, transparent);
  content: "";
}

.works-section__glow {
  position: absolute;
  inset: 0;
  opacity: 0.85;
  background:
    radial-gradient(circle at 55% 48%, rgba(14, 165, 200, 0.24), transparent 25rem),
    linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.72) 44%, transparent 72%);
  filter: blur(50px);
  transform: scale(1.08);
  pointer-events: none;
}

.works-section__inner {
  position: sticky;
  top: 132px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
  align-items: center;
  min-height: calc(100svh - 160px);
}

.works-copy {
  position: relative;
  top: auto;
  padding-top: 8px;
}

.works-copy .label {
  position: relative;
  padding-left: 54px;
  letter-spacing: 0.18em;
}

.works-copy .label::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  transform: translateY(-50%);
  content: "";
}

.works-copy h2 {
  margin: 20px 0 0;
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(30px, 3.15vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.works-copy > p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.works-tabs {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.works-tab {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 14px;
  align-items: start;
  padding: 0 0 0 18px;
  color: rgba(15, 23, 42, 0.48);
  text-align: left;
  background: none;
  border-left: 1px solid rgba(14, 165, 200, 0.18);
  cursor: pointer;
  opacity: 0.62;
  transition: color 220ms ease, opacity 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.works-tab:hover,
.works-tab.is-active {
  color: var(--ink);
  border-left-color: var(--cyan);
  opacity: 1;
  transform: translateX(4px);
}

.works-tab span {
  grid-row: span 2;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
}

.works-tab strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.works-tab small {
  max-width: 42ch;
  margin-top: 3px;
  color: rgba(95, 111, 130, 0.72);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
}

.works-tab.is-active small {
  color: var(--muted);
}

.works-scroll-meter {
  overflow: hidden;
  width: min(100%, 360px);
  height: 6px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 #fff, 0 16px 34px -28px rgba(15, 23, 42, 0.45);
}

.works-scroll-meter span {
  display: block;
  width: var(--works-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--blue-600));
  transition: width 160ms ease-out;
}

.works-button {
  margin-top: 28px;
}

.works-panels {
  position: relative;
  min-height: 560px;
  perspective: 1400px;
}

.works-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.78) 42%, rgba(226, 250, 255, 0.88)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(226, 250, 255, 0.74));
  box-shadow: 0 36px 92px -54px rgba(15, 23, 42, 0.56), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px);
  opacity: 0;
  transform: translate3d(58px, 52px, -90px) rotateX(2deg) rotateY(-5deg) scale(0.9);
  transform-origin: center top;
  pointer-events: none;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1), border-color 420ms ease, box-shadow 420ms ease;
}

.works-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.76) 42%, rgba(218, 248, 255, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(214, 246, 252, 0.76));
}

.works-card--bright {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78) 40%, rgba(14, 165, 200, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(208, 246, 253, 0.78));
}

.works-card.is-before {
  z-index: 1;
  opacity: 0.24;
  transform: translate3d(-50px, -34px, -140px) rotateX(0) rotateY(5deg) scale(0.88);
}

.works-card.is-after {
  z-index: 2;
  opacity: 0.34;
  transform: translate3d(54px, 46px, -100px) rotateX(0) rotateY(-4deg) scale(0.92);
}

.works-card.is-active {
  z-index: 3;
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 38px 96px -54px rgba(14, 116, 144, 0.52), inset 0 1px 0 #fff;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) scale(1);
  pointer-events: auto;
}

.works-card:not(.is-active) .works-card__body,
.works-card:not(.is-active) .works-card__chrome small {
  opacity: 0;
}

.works-card::before {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(14, 165, 200, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 200, 0.2) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(125deg, transparent, black 28%, transparent 70%);
  content: "";
}

.works-card::after {
  position: absolute;
  right: 8%;
  top: 20%;
  width: 210px;
  height: 210px;
  opacity: 0.16;
  background:
    linear-gradient(var(--cyan), var(--cyan)) center / 64% 12px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) center / 12px 64% no-repeat;
  transform: rotate(45deg);
  content: "";
}

.works-card__chrome {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(14, 165, 200, 0.12);
  background: rgba(255, 255, 255, 0.52);
}

.works-card__chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(14, 165, 200, 0.34);
}

.works-card__chrome small {
  margin-left: auto;
  color: rgba(95, 111, 130, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.works-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  min-height: calc(560px - 58px);
  align-content: center;
  padding: 46px clamp(30px, 5vw, 66px);
}

.works-card__eyebrow {
  margin: 0 0 12px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.works-card h3 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.06;
}

.works-card p:not(.works-card__eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 300;
  line-height: 1.62;
}

.works-card__footer,
.works-process,
.works-equation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.works-card__footer span,
.works-process span,
.works-equation span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(14, 165, 200, 0.16);
  border-radius: 999px;
  color: var(--blue-700);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 13px;
}

.works-equation b {
  color: var(--blue-600);
  font-size: 18px;
}

.tag-row,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.tag-row span,
.pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 12px;
}

.tag-row span {
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.pipeline {
  align-self: center;
}

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

.pipeline-column {
  padding: 16px;
  border-radius: 24px;
}

.pipeline-column--light {
  border: 1px solid rgba(226, 232, 240, 0.88);
  background: #f8fafc;
}

.pipeline-column--dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(var(--dark-2), var(--dark));
}

.pipeline-column--dark .column-label {
  color: var(--blue-300);
}

.signal-list,
.action-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.signal-list li {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 16px;
  background: #fff;
}

.signal-list b {
  font-size: 12px;
  font-weight: 500;
}

.signal-list small {
  color: var(--muted-soft);
  font-size: 11px;
}

.pipeline-arrow {
  align-self: center;
  justify-self: center;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--blue-700);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(var(--blue-500), var(--blue-600));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.action-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.action-list b {
  display: inline-grid;
  min-width: 26px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 999px;
  color: var(--blue-100);
  background: rgba(96, 165, 250, 0.12);
}

.action-list__featured {
  justify-content: flex-start !important;
  color: #fff;
  border-color: var(--blue-700) !important;
  background: linear-gradient(var(--blue-400), var(--blue-600)) !important;
}

.private-bar {
  align-items: center;
  margin-top: 16px;
  padding: 14px;
}

.private-bar span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  color: var(--blue-600);
  background: var(--blue-50);
}

.private-bar b,
.private-bar small {
  display: block;
}

.private-bar b {
  font-size: 12px;
  font-weight: 500;
}

.private-bar small {
  color: var(--muted-soft);
  font-size: 11px;
}

.private-bar em {
  margin-left: auto;
  color: var(--muted-soft);
  font-size: 11px;
  font-style: normal;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.feature-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-card__top small {
  white-space: nowrap;
}

@keyframes service-enter-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes service-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--tile-rotate, 0deg));
  }

  50% {
    transform: translate3d(0, -8px, 0) rotate(var(--tile-rotate, 0deg));
  }
}

@keyframes service-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes visibility-sweep {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ad-bar-lift {
  0%,
  100% {
    transform: translateY(0);
    filter: saturate(1);
  }

  50% {
    transform: translateY(-6px);
    filter: saturate(1.18);
  }
}

.services-section {
  position: relative;
}

.services-section::before {
  position: absolute;
  inset: 8% -12% auto;
  z-index: -1;
  height: 620px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 42%, rgba(24, 182, 207, 0.18), transparent 58%),
    radial-gradient(circle at 64% 38%, rgba(59, 130, 246, 0.12), transparent 52%);
  filter: blur(48px);
  content: "";
}

.services-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.services-eyebrow {
  color: var(--blue-600);
  box-shadow: 0 12px 34px -28px rgba(14, 165, 200, 0.7), inset 0 1px 0 #fff;
}

.services-head h2 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.services-head h2 span {
  color: transparent;
  background: linear-gradient(90deg, var(--blue-500), #10b8d4, var(--blue-600));
  background-clip: text;
  -webkit-background-clip: text;
  animation: service-pulse 3.4s ease-in-out infinite;
}

.services-head p {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.service-animate {
  opacity: 0;
  animation: service-enter-up 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.service-delay-100 {
  animation-delay: 100ms;
}

.service-delay-200 {
  animation-delay: 200ms;
}

.service-delay-300 {
  animation-delay: 300ms;
}

.service-delay-400 {
  animation-delay: 400ms;
}

.service-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 356px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--white-line);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(238, 251, 254, 0.58) 52%, rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.66);
  box-shadow:
    0 24px 62px -42px rgba(15, 23, 42, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(22px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.07) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.16;
  content: "";
}

.service-card::after {
  position: absolute;
  inset: auto -16% -34% 28%;
  z-index: -1;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(24, 182, 207, 0.22), transparent 68%);
  filter: blur(20px);
  transition: opacity 220ms ease, transform 220ms ease;
  content: "";
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 182, 207, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(235, 251, 254, 0.72) 52%, rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.8);
  box-shadow:
    0 32px 74px -44px rgba(14, 148, 180, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.service-card:hover::after {
  opacity: 0.9;
  transform: translateY(-14px) scale(1.08);
}

.service-card--wide {
  grid-column: span 2;
}

.service-card--full {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  min-height: 260px;
  gap: 24px;
}

.service-visual {
  position: relative;
  min-height: 166px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(222, 248, 253, 0.5)),
    rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 #fff, 0 18px 42px -34px rgba(15, 23, 42, 0.44);
}

.service-visual::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 165, 200, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 200, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 78%);
  opacity: 0.72;
  content: "";
}

.service-copy {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.service-card--full .service-copy {
  margin-top: 0;
}

.service-copy small {
  color: var(--blue-600);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-copy h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.service-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.mini-window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.mini-window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(24, 182, 207, 0.28);
}

.mini-window-bar small {
  margin-left: auto;
  color: var(--muted-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.audit-panel {
  position: absolute;
  inset: 14px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
}

.audit-panel .mini-window-bar {
  grid-column: 1 / -1;
}

.audit-score {
  display: grid;
  place-items: center;
  align-self: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(24, 182, 207, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 56%, transparent 57%),
    conic-gradient(var(--blue-500) 0 82%, rgba(148, 163, 184, 0.18) 82% 100%);
}

.audit-score strong {
  color: var(--ink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.audit-score span {
  margin-top: -14px;
  color: var(--muted-soft);
  font-size: 10px;
}

.audit-lines {
  display: grid;
  gap: 5px;
  align-self: center;
}

.audit-lines span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 12px;
  color: #334155;
  background: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.audit-lines b {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(24, 182, 207, 0.1);
}

.service-visual--content {
  min-height: 190px;
}

.service-visual--audit {
  min-height: 184px;
}

.studio-timeline {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  transform: translateY(-50%);
}

.studio-timeline span {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(24, 182, 207, 0.22), rgba(24, 182, 207, 0.58));
}

.content-tile {
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(14, 165, 200, 0.64)),
    rgba(15, 23, 42, 0.72);
  box-shadow: 0 22px 48px -32px rgba(15, 23, 42, 0.66), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: service-float 5.5s ease-in-out infinite;
}

.content-tile--main {
  --tile-rotate: -2deg;
  left: 38px;
  top: 24px;
  width: 166px;
  height: 116px;
  padding: 16px;
}

.content-tile--middle {
  --tile-rotate: 1deg;
  left: calc(50% - 78px);
  top: 56px;
  width: 156px;
  height: 98px;
  padding: 16px;
  animation-delay: 320ms;
}

.content-tile--side {
  --tile-rotate: 3deg;
  right: 38px;
  bottom: 26px;
  width: 176px;
  height: 102px;
  padding: 15px;
  animation-delay: 700ms;
}

.content-tile span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-tile strong {
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.content-tile em {
  width: 68%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.content-spark {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: var(--blue-600);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px -26px rgba(14, 148, 180, 0.68), inset 0 1px 0 #fff;
  transform: translate(-50%, -50%);
  animation: service-pulse 2.7s ease-in-out infinite;
}

.visibility-radar {
  position: absolute;
  inset: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(24, 182, 207, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(226, 250, 254, 0.54));
  box-shadow: inset 0 1px 0 #fff;
}

.visibility-radar::before {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 68%, rgba(24, 182, 207, 0.32), transparent 82% 100%);
  opacity: 0.74;
  animation: visibility-sweep 8s linear infinite;
  content: "";
}

.visibility-ring {
  position: absolute;
  border: 1px solid rgba(24, 182, 207, 0.18);
  border-radius: 50%;
}

.visibility-ring--one {
  width: 74px;
  height: 74px;
}

.visibility-ring--two {
  width: 132px;
  height: 132px;
  opacity: 0.72;
}

.visibility-ring--three {
  width: 190px;
  height: 190px;
  opacity: 0.42;
}

.visibility-channel {
  position: absolute;
  z-index: 3;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  color: #334155;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 11px;
  font-weight: 700;
}

.visibility-channel--one {
  left: 18px;
  top: 28px;
}

.visibility-channel--two {
  right: 18px;
  top: 30px;
}

.visibility-channel--three {
  left: 28px;
  bottom: 26px;
}

.visibility-channel--four {
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
}

.visibility-channel--five {
  right: 24px;
  bottom: 24px;
}

.social-card {
  position: absolute;
  display: grid;
  gap: 6px;
  width: 68%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 38px -30px rgba(15, 23, 42, 0.42), inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
}

.social-card--front {
  left: 22px;
  top: 28px;
  z-index: 2;
}

.social-card--back {
  right: 20px;
  bottom: 24px;
  opacity: 0.82;
  transform: rotate(2deg);
}

.social-card span,
.report-card span {
  color: var(--muted-soft);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.social-card strong,
.report-card strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.social-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: var(--blue-500);
  box-shadow: 0 0 0 8px rgba(24, 182, 207, 0.12);
  animation: service-pulse 2.8s ease-in-out infinite;
}

.social-dot--one {
  right: 34px;
  top: 30px;
}

.social-dot--two {
  left: 44px;
  bottom: 32px;
  animation-delay: 900ms;
}

.ads-console {
  position: absolute;
  inset: 18px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 #fff;
}

.ads-console__head {
  display: flex;
  gap: 8px;
}

.ads-console__head span {
  padding: 7px 10px;
  border: 1px solid rgba(24, 182, 207, 0.18);
  border-radius: 999px;
  color: var(--blue-600);
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.ads-chart {
  position: absolute;
  inset: 66px 18px 18px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.ads-chart i {
  flex: 1;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(24, 182, 207, 0.78), rgba(24, 182, 207, 0.16));
  animation: ad-bar-lift 2.8s ease-in-out infinite;
}

.ads-chart i:nth-child(1) { height: 36%; }
.ads-chart i:nth-child(2) { height: 58%; animation-delay: 160ms; }
.ads-chart i:nth-child(3) { height: 76%; animation-delay: 320ms; }
.ads-chart i:nth-child(4) { height: 94%; animation-delay: 480ms; }

.ads-chart b {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 32%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blue-500), transparent);
}

.report-card {
  position: absolute;
  inset: 18px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 #fff;
}

.report-chart {
  position: relative;
  min-height: 106px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.52);
}

.report-chart__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 165, 200, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 200, 0.08) 1px, transparent 1px);
  background-size: 32px 28px;
  mask-image: linear-gradient(90deg, transparent, black 14%, black 86%, transparent);
  opacity: 0.72;
}

.report-chart svg {
  position: absolute;
  inset: 8px 10px 28px;
  width: calc(100% - 20px);
  height: calc(100% - 36px);
  overflow: visible;
}

.report-chart__area {
  fill: url("#reportArea");
}

.report-chart__line {
  fill: none;
  stroke: url("#reportLine");
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 8px 10px rgba(14, 148, 180, 0.18));
}

.report-chart circle {
  fill: #fff;
  stroke: var(--blue-500);
  stroke-width: 4;
}

.report-chart__legend {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.report-chart__legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #334155;
  font-size: 10px;
  font-weight: 700;
}

.report-chart__legend b {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(24, 182, 207, 0.1);
}

.service-card--full .service-visual {
  min-height: 200px;
}

.system-orbit {
  position: absolute;
  inset: 24px 24px 58px;
}

.system-orbit strong {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: min(64%, 230px);
  height: 64px;
  place-items: center;
  border: 1px solid rgba(24, 182, 207, 0.2);
  border-radius: 22px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(180deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 20px 46px -28px rgba(14, 148, 180, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.system-orbit span {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  color: #334155;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 12px;
  font-weight: 600;
}

.system-orbit span:nth-child(1) { left: 6%; top: 15%; }
.system-orbit span:nth-child(2) { right: 10%; top: 12%; }
.system-orbit span:nth-child(3) { left: 12%; bottom: 12%; }
.system-orbit span:nth-child(4) { right: 5%; bottom: 18%; }

.system-flow {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.system-flow span {
  padding: 8px 10px;
  border: 1px solid rgba(24, 182, 207, 0.18);
  border-radius: 999px;
  color: var(--blue-600);
  background: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
}

.system-flow i {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 182, 207, 0.8), transparent);
}

@keyframes lead-notification-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg));
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(calc(var(--rotate, 0deg) * -1));
  }
}

@keyframes lead-bar-grow {
  from {
    opacity: 0;
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes lead-channel-flow {
  0% {
    transform: translateX(-18%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-18%);
  }
}

.lead-dashboard-section {
  position: relative;
  isolation: isolate;
  margin-top: -42px;
  padding: 0 0 92px;
}

.lead-dashboard-section::before {
  position: absolute;
  inset: 9% -10% auto;
  z-index: -1;
  height: 620px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(24, 182, 207, 0.18), transparent 58%),
    radial-gradient(circle at 58% 54%, rgba(96, 165, 250, 0.12), transparent 62%);
  filter: blur(54px);
  content: "";
}

.lead-dashboard-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.lead-dashboard-head h2 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.lead-dashboard-head p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.lead-dashboard-stage {
  position: relative;
  min-height: 690px;
  margin-top: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.lead-dashboard-stage::before {
  position: absolute;
  inset: 16px 0 28px;
  background-image:
    linear-gradient(rgba(14, 165, 200, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 200, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  opacity: 0.52;
  content: "";
}

.lead-dashboard-stage::after {
  position: absolute;
  inset: auto 13% 52px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(14, 148, 180, 0.24), transparent 68%);
  filter: blur(28px);
  content: "";
}

.lead-phone {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: min(370px, calc(100% - 48px));
  min-height: 650px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 48px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(219, 245, 250, 0.82)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 42px 82px -42px rgba(15, 23, 42, 0.6),
    0 14px 34px -24px rgba(14, 148, 180, 0.42),
    inset 0 1px 0 #fff;
  transform: translate(-50%, -50%);
}

.lead-phone::before {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 2;
  width: 96px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: translateX(-50%);
  content: "";
}

.lead-phone__status,
.lead-phone__head,
.lead-phone__summary,
.lead-phone__chart,
.lead-phone__channels,
.lead-phone__nav {
  position: relative;
  z-index: 3;
}

.lead-phone__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.lead-phone__status div {
  display: flex;
  align-items: end;
  gap: 4px;
}

.lead-phone__status i {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.52);
}

.lead-phone__status i:nth-child(1) { height: 7px; }
.lead-phone__status i:nth-child(2) { height: 10px; }
.lead-phone__status i:nth-child(3) { height: 13px; }

.lead-phone__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(230, 250, 253, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 #fff, 0 18px 38px -30px rgba(15, 23, 42, 0.42);
}

.lead-phone__head small {
  display: block;
  color: var(--blue-600);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lead-phone__head strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.lead-phone__head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 42px;
  border: 1px solid rgba(24, 182, 207, 0.24);
  border-radius: 999px;
  color: var(--blue-600);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 16px;
  font-weight: 900;
}

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

.lead-phone__summary article {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 #fff;
}

.lead-phone__summary strong {
  display: block;
  color: var(--ink);
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
}

.lead-phone__summary span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.lead-phone__chart {
  display: grid;
  grid-template-columns: 28px 1fr;
  min-height: 220px;
  margin-top: 12px;
  padding: 18px 16px 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(226, 250, 254, 0.5)),
    rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 #fff;
}

.lead-chart__labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 28px;
  color: var(--muted-soft);
  font-size: 10px;
  font-weight: 700;
}

.lead-chart__grid {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  background-image: linear-gradient(to bottom, rgba(148, 163, 184, 0.22) 1px, transparent 1px);
  background-size: 100% 42px;
  mask-image: linear-gradient(to right, transparent, black 9%, black 100%);
}

.lead-chart__bars {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 176px;
  padding: 0 4px 0 8px;
}

.lead-bar {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}

.lead-bar::before {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(30px, 78%);
  height: var(--height);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(180deg, rgba(24, 182, 207, 0.9), rgba(24, 182, 207, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 24px -18px rgba(14, 148, 180, 0.72);
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  animation: lead-bar-grow 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  content: "";
}

.lead-bar:nth-child(2)::before { animation-delay: 90ms; }
.lead-bar:nth-child(3)::before { animation-delay: 180ms; }
.lead-bar:nth-child(4)::before { animation-delay: 270ms; }
.lead-bar:nth-child(5)::before { animation-delay: 360ms; }
.lead-bar:nth-child(6)::before { animation-delay: 450ms; }

.lead-bar b {
  position: absolute;
  bottom: 0;
  color: var(--muted-soft);
  font-size: 10px;
  font-weight: 700;
}

.lead-phone__channels {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 #fff;
}

.lead-phone__channels div {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 12px;
}

.lead-phone__channels span {
  color: #334155;
  font-size: 11px;
  font-weight: 800;
}

.lead-phone__channels b {
  position: relative;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.16);
}

.lead-phone__channels b::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(24, 182, 207, 0.48), rgba(24, 182, 207, 0.94));
  box-shadow: 0 0 18px rgba(24, 182, 207, 0.22);
  animation: lead-channel-flow 4.2s ease-in-out infinite;
  content: "";
}

.lead-phone__nav {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  padding: 14px 0 4px;
}

.lead-phone__nav span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(24, 182, 207, 0.22);
}

.lead-phone__nav span:nth-child(2) {
  width: 28px;
  border-radius: 999px;
  background: var(--blue-500);
}

.lead-notification {
  --rotate: 0deg;
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 214px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(244, 251, 253, 0.42)),
    rgba(255, 255, 255, 0.36);
  box-shadow:
    0 20px 40px -28px rgba(15, 23, 42, 0.48),
    0 10px 26px -18px rgba(14, 148, 180, 0.28),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
  animation: lead-notification-float 6.4s ease-in-out infinite;
}

.lead-notification strong,
.lead-notification small {
  display: block;
  white-space: nowrap;
}

.lead-notification strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.lead-notification small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.lead-platform {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lead-platform svg {
  display: block;
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 12px 16px rgba(15, 23, 42, 0.16));
}

.lead-notification--google {
  --rotate: -2deg;
  left: 7%;
  top: 14%;
}

.lead-notification--instagram {
  --rotate: 2deg;
  right: 8%;
  top: 12%;
  animation-delay: 580ms;
}

.lead-notification--meta {
  --rotate: 1deg;
  left: 9%;
  top: 47%;
  animation-delay: 920ms;
}

.lead-notification--facebook {
  --rotate: 3deg;
  right: 6%;
  top: 42%;
  animation-delay: 1180ms;
}

.lead-notification--linkedin {
  --rotate: -3deg;
  left: 10%;
  bottom: 15%;
  animation-delay: 1480ms;
}

.lead-notification--tiktok {
  --rotate: 2deg;
  right: 8%;
  bottom: 17%;
  animation-delay: 1740ms;
}

.wide-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 42px;
  margin-top: 18px;
  padding: 34px;
}

.eyebrow--dark {
  color: var(--blue-100);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.eyebrow--dark span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-300);
}

.wide-feature h3,
.faq-support h3,
.final-intro h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.12;
}

.wide-feature p,
.faq-support p:not(.label) {
  color: rgba(226, 232, 240, 0.88);
  font-weight: 300;
  line-height: 1.75;
}

.wrap-preview {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 30px 60px -38px rgba(0, 0, 0, 0.68), inset 0 1px 0 #fff;
}

.wrap-preview__head strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 400;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.stats span {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  background: #f8fafc;
}

.stats span:last-child {
  color: #fff;
  border-color: var(--blue-700);
  background: linear-gradient(var(--blue-400), var(--blue-600));
}

.stats b,
.stats small {
  display: block;
}

.stats b {
  font-size: 30px;
  font-weight: 300;
}

.stats small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.stats span:last-child small {
  color: rgba(255, 255, 255, 0.8);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
  padding: 38px;
  border: 1px solid var(--white-line);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-deep), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

.timeline::before {
  position: absolute;
  left: 76px;
  right: 76px;
  top: 70px;
  height: 1px;
  border-top: 1px dashed rgba(59, 130, 246, 0.48);
  content: "";
}

.step-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-height: 308px;
  padding: 0 22px 24px;
  text-align: center;
}

.step-card__number {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-top: -8px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(var(--blue-400), var(--blue-600));
  box-shadow: 0 14px 28px -20px rgba(37, 99, 235, 1), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
}

.step-card .card-icon {
  margin-top: 24px;
}

.step-card h3 {
  margin: 16px 0 0;
  font-size: 21px;
  font-weight: 400;
}

.step-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.step-card small {
  align-self: end;
  margin-top: 20px;
}

.center-actions {
  justify-content: center;
  margin-top: 28px;
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.audience-card {
  overflow: hidden;
  padding: 14px 14px 24px;
}

.audience-card h3,
.audience-card p,
.audience-card small {
  margin-left: 10px;
  margin-right: 10px;
}

.audience-card--featured {
  color: #fff;
  border-color: var(--blue-700);
  background: linear-gradient(var(--blue-400), var(--blue-600));
  box-shadow: 0 28px 64px -34px rgba(37, 99, 235, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.audience-card--featured p {
  color: rgba(239, 246, 255, 0.92);
}

.audience-card--featured small {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.audience-visual {
  min-height: 218px;
  padding: 20px;
  border: 1px solid var(--white-line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(241, 245, 249, 0.92)),
    linear-gradient(90deg, rgba(59, 130, 246, 0.08), rgba(53, 196, 141, 0.08));
  box-shadow: inset 0 1px 0 #fff;
}

.audience-visual--blue {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(37, 99, 235, 0.18)),
    linear-gradient(var(--blue-400), var(--blue-600));
}

.mini-window {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.mini-window--inverted {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
}

.window-kicker {
  color: var(--muted-soft);
  font-family: var(--font-body);
  font-size: 10px;
  text-transform: uppercase;
}

.mini-window--inverted .window-kicker,
.mini-window--inverted p {
  color: rgba(255, 255, 255, 0.78);
}

.mini-window strong {
  font-size: 20px;
  font-weight: 400;
}

.mini-window p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.mini-stats span {
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 10px 6px;
  border: 1px solid var(--blue-100);
  border-radius: 14px;
  color: var(--blue-600);
  background: var(--blue-50);
  font-size: 10px;
}

.mini-stats b {
  font-size: 18px;
  font-weight: 400;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.metric-grid span,
.metric-grid b {
  display: block;
}

.metric-grid span {
  color: var(--ink);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.metric-grid b {
  margin-top: 6px;
  color: #334155;
  font-size: 21px;
  font-weight: 400;
}

.metric-grid__highlight {
  border-color: var(--blue-100) !important;
  background: linear-gradient(var(--blue-50), #fff) !important;
}

.metric-grid__highlight span {
  color: var(--blue-600);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
  margin-top: 54px;
  padding: 42px;
  border: 1px solid var(--white-line);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-deep), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

.privacy-copy h3 {
  margin: 24px 0 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.08;
}

.pill-row span {
  color: var(--muted);
  border: 1px solid var(--white-line);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 #fff;
}

.privacy-panel {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 32px;
  background: linear-gradient(#fff, #f8fafc);
  box-shadow: var(--shadow-deep), inset 0 1px 0 #fff;
}

.privacy-panel__head {
  padding: 24px 24px 0;
}

.control-list {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.control-item {
  align-items: center;
  padding: 15px;
}

.control-item > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--blue-100);
  border-radius: 12px;
  color: var(--blue-600);
  background: var(--blue-50);
}

.control-item b,
.control-item small {
  display: block;
}

.control-item b {
  font-size: 14px;
  font-weight: 500;
}

.control-item small {
  margin-top: 2px;
  color: var(--muted-soft);
  font-size: 12px;
}

.switch {
  position: relative;
  width: 48px;
  height: 28px;
  margin-left: auto;
  border: 1px solid var(--blue-700);
  border-radius: 999px;
  background: linear-gradient(var(--blue-500), var(--blue-600));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.switch::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.control-item em {
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--muted);
  background: #f1f5f9;
  font-size: 11px;
  font-style: normal;
}

.control-item--blue {
  border-color: var(--blue-100);
  background: linear-gradient(var(--blue-50), #fff);
}

.control-item--blue strong {
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(53, 196, 141, 0.12);
}

.review-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 24px 24px;
  padding: 15px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 20px;
  background: #fff;
}

.review-bar b,
.review-bar small {
  display: block;
}

.review-bar b {
  font-size: 13px;
  font-weight: 500;
}

.review-bar small {
  color: var(--muted-soft);
  font-size: 11px;
}

.review-bar button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--blue-100);
  border-radius: 999px;
  color: var(--blue-600);
  background: var(--blue-50);
  cursor: pointer;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.trust-grid__highlight {
  border-color: var(--blue-100) !important;
  background: linear-gradient(var(--blue-50), #fff) !important;
}

.billing-toggle {
  display: flex;
  justify-content: center;
  margin: 44px 0 34px;
}

.billing-toggle label {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 256px;
  min-height: 46px;
  padding: 4px;
  border: 1px solid rgba(148, 163, 184, 0.48);
  border-radius: 999px;
  background: #e2e8f0;
  box-shadow: inset 0 2px 6px rgba(15, 23, 42, 0.08), 0 1px 0 #fff;
  cursor: pointer;
}

.billing-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.billing-toggle__track {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 999px;
  background: linear-gradient(#fff, #f8fafc);
  box-shadow: 0 4px 10px -7px rgba(15, 23, 42, 0.5), inset 0 1px 0 #fff;
  transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

.billing-toggle input:checked ~ .billing-toggle__track {
  transform: translateX(100%);
}

.billing-toggle__option {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: var(--muted-soft);
  font-size: 12px;
}

.billing-toggle__option--monthly {
  color: var(--ink);
}

.billing-toggle input:checked ~ .billing-toggle__option--monthly {
  color: var(--muted-soft);
}

.billing-toggle input:checked ~ .billing-toggle__option--yearly {
  color: var(--ink);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, 980px);
  margin-inline: auto;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #f8fafc;
}

.price-card--featured {
  border-color: var(--blue-100);
  background: linear-gradient(rgba(239, 246, 255, 0.72), #f8fafc);
  box-shadow: 0 26px 60px -42px rgba(37, 99, 235, 0.74), inset 0 1px 0 #fff;
}

.recommendation {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border: 1px solid var(--blue-700);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(var(--blue-400), var(--blue-600));
  box-shadow: 0 9px 18px -14px rgba(37, 99, 235, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  font-size: 11px;
  font-weight: 500;
}

.price-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.price-card h3 {
  margin: 0 0 12px;
  color: var(--muted-soft);
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
}

.price-card--featured h3 {
  color: var(--blue-600);
}

.price-card__head p {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin: 0;
}

.price-card__head span {
  font-size: 34px;
}

.price-card__head strong {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.price-card__head small {
  color: var(--muted-soft);
  font-size: 12px;
}

.price-card__copy {
  min-height: 72px;
  margin-top: 18px;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 26px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  list-style: none;
  flex: 1;
}

.price-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
}

.price-card li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--blue-600);
  content: "✓";
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  margin-top: 54px;
  padding: 22px;
  border: 1px solid var(--white-line);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-deep), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

.faq-support {
  padding: 30px;
}

.card-icon--dark {
  color: var(--blue-100);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.faq-support .button {
  margin-top: 24px;
}

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

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--white-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft), inset 0 1px 0 #fff;
}

.faq-list details[open] {
  background: rgba(255, 255, 255, 0.94);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 64px 18px 22px;
  cursor: pointer;
  color: var(--ink);
  font-size: 17px;
  font-weight: 400;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 20px;
  top: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
  transform: translateY(-50%);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "×";
}

.faq-list p {
  margin: 0;
  padding: 0 64px 24px 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.final-section {
  padding: 56px 0 92px;
}

.final-intro {
  width: min(100%, 720px);
  margin: 0 auto 34px;
  text-align: center;
}

.final-intro h2 {
  color: var(--ink);
}

.final-cta {
  padding: 94px 32px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(180deg, var(--blue-400), var(--blue-500) 48%, var(--blue-600));
  box-shadow: 0 42px 96px -52px rgba(37, 99, 235, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.final-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(239, 246, 255, 0.95);
  background: rgba(255, 255, 255, 0.14);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 850px;
  margin-inline: auto;
  color: #fff;
}

.final-cta p {
  max-width: 750px;
  margin-inline: auto;
  color: rgba(239, 246, 255, 0.92);
}

.trust-row--on-blue {
  justify-content: center;
  color: rgba(239, 246, 255, 0.86);
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--white-line);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 -20px 60px -52px rgba(15, 23, 42, 0.64), inset 0 1px 0 #fff;
  backdrop-filter: blur(16px);
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: 70px;
  padding-block: 46px 34px;
}

.footer p {
  max-width: 360px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

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

.footer__links div {
  display: grid;
  gap: 11px;
  align-content: start;
}

.footer__links strong {
  margin-bottom: 4px;
  color: var(--muted-soft);
  font-family: var(--font-body);
  font-size: 11px;
  text-transform: uppercase;
}

.footer__links a,
.footer__bottom a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  transition: color 180ms ease;
}

.footer__links a:hover,
.footer__bottom a:hover {
  color: var(--blue-600);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px 30px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.footer__bottom p {
  margin: 0;
  font-size: 12px;
}

.footer__bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .hero__lead,
  .hero__title mark {
    margin-inline: auto;
  }

  .hero__actions,
  .trust-row {
    justify-content: center;
  }

  .hero__visual {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .problem-grid,
  .timeline,
  .metric-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transformation,
  .wide-feature,
  .privacy-layout,
  .faq-layout,
  .customer-result {
    grid-template-columns: 1fr;
  }

  .customer-result {
    gap: 36px;
  }

  .customer-copy h2 {
    max-width: 760px;
  }

  .works-section {
    padding-block: 96px;
  }

  .works-section__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .works-copy {
    position: relative;
    top: auto;
  }

  .works-copy h2,
  .works-copy > p {
    max-width: 880px;
  }

  .works-panels {
    gap: 28px;
  }

  .works-card {
    min-height: 520px;
  }

  .timeline::before {
    display: none;
  }
}

@media (max-width: 880px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .section-pad {
    padding-block: 72px;
  }

  .nav__links,
  .nav__actions .button--ghost {
    display: none;
  }

  .hero {
    padding-top: 128px;
  }

  .hero__title {
    font-size: 52px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 42px;
  }

  .transformation__copy h2,
  .privacy-copy h3 {
    font-size: 36px;
  }

  .feature-grid,
  .audience-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

  .pipeline-arrow {
    transform: rotate(90deg);
  }

  .wide-feature,
  .transformation,
  .privacy-layout,
  .faq-layout,
  .customer-result {
    padding: 26px;
    border-radius: 30px;
  }

  .customer-result-section {
    padding-top: 28px;
  }

  .customer-media h2,
  .customer-copy h2 {
    font-size: 40px;
  }

  .customer-bullets li {
    font-size: 16px;
  }

  .works-section {
    min-height: auto;
    padding-block: 78px;
  }

  .works-section__inner {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .works-copy h2 {
    font-size: 38px;
  }

  .works-tabs {
    margin-top: 34px;
  }

  .works-card {
    position: relative;
    inset: auto;
    top: auto;
    min-height: auto;
    margin-bottom: 24px;
    clip-path: polygon(10% 0, 100% 0, 100% calc(100% - 38px), calc(100% - 46px) 100%, 0 100%, 0 10%);
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .works-panels {
    display: grid;
    gap: 18px;
    min-height: auto;
  }

  .works-card.is-before,
  .works-card.is-after,
  .works-card.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .works-card .works-card__body,
  .works-card .works-card__chrome small {
    opacity: 1;
  }

  .works-card__body {
    min-height: auto;
    padding: 42px 28px;
  }

  .works-card h3 {
    font-size: 30px;
  }

  .works-card p:not(.works-card__eyebrow) {
    font-size: 18px;
  }

  .status-card {
    display: none;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding-top: 12px;
  }

  .nav {
    min-height: 60px;
  }

  .brand__mark {
    width: 36px;
    height: 36px;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    padding-inline: 16px;
  }

  .nav .button {
    width: auto;
  }

  .hero__title {
    font-size: 42px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__visual {
    min-height: auto;
  }

  .brief,
  .pipeline__body {
    padding: 18px;
  }

  .brief__header h2,
  .pipeline__header h3,
  .privacy-panel__head h3 {
    font-size: 24px;
  }

  .brief-grid,
  .problem-grid,
  .timeline,
  .metric-grid,
  .trust-grid,
  .customer-stats,
  .stats {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .wide-feature h3,
  .faq-support h3,
  .final-intro h2 {
    font-size: 30px;
  }

  .transformation,
  .wide-feature,
  .privacy-layout,
  .faq-layout,
  .customer-result,
  .final-cta {
    border-radius: 24px;
  }

  .customer-result {
    padding: 22px;
  }

  .customer-media h2,
  .customer-copy h2 {
    font-size: 34px;
  }

  .customer-video {
    border-radius: 24px;
  }

  .customer-video__frame {
    border-radius: 23px;
  }

  .customer-video__frame strong {
    max-width: 11ch;
    font-size: 25px;
  }

  .customer-play {
    width: 66px;
    height: 66px;
  }

  .customer-stats article {
    justify-content: start;
    padding-left: 62px;
  }

  .customer-stats article + article {
    border-top: 1px solid rgba(148, 163, 184, 0.24);
    border-left: 0;
  }

  .customer-stats article::before {
    left: 26px;
  }

  .works-section {
    margin-top: 8px;
    padding-block: 64px;
  }

  .works-copy .label {
    padding-left: 42px;
    letter-spacing: 0.12em;
  }

  .works-copy .label::before {
    width: 30px;
  }

  .works-copy h2 {
    font-size: 31px;
  }

  .works-copy > p {
    font-size: 16px;
  }

  .works-tab {
    grid-template-columns: 28px minmax(0, 1fr);
    padding-left: 14px;
  }

  .works-card {
    border-radius: 22px;
  }

  .works-card__chrome {
    min-height: 50px;
    padding-inline: 20px;
  }

  .works-card__body {
    gap: 24px;
    padding: 34px 22px;
  }

  .works-card::after {
    right: -20px;
    top: 70px;
    width: 140px;
    height: 140px;
  }

  .works-card h3 {
    font-size: 26px;
  }

  .works-card p:not(.works-card__eyebrow) {
    font-size: 16px;
  }

  .transformation,
  .privacy-layout {
    padding: 22px;
  }

  .control-item,
  .review-bar,
  .private-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .switch,
  .control-item em,
  .control-item--blue strong,
  .private-bar em {
    margin-left: 0;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* PAETSCH Media adaptation */
.pm-page {
  --blue-500: #0ea5c8;
  --blue-600: #0284a8;
  --blue-700: #036983;
  --blue-100: #d8f3f9;
  --blue-50: #eefbfe;
  --dark: #102331;
  --dark-2: #183448;
}

.variant-system {
  --blue-500: #139ec1;
  --blue-600: #087fa4;
  --blue-700: #07647e;
}

.pm-page .ambient {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(225, 245, 250, 0.86) 34%, rgba(245, 248, 252, 0.82) 62%, rgba(231, 243, 248, 0.76)),
    linear-gradient(90deg, rgba(14, 165, 200, 0.12), rgba(53, 196, 141, 0.05), rgba(15, 23, 42, 0.03));
}

.pm-page .ambient__mesh {
  background:
    conic-gradient(from 35deg at 38% 42%, rgba(14, 165, 200, 0.28), rgba(255, 255, 255, 0.2), rgba(53, 196, 141, 0.12), rgba(125, 211, 252, 0.16), rgba(14, 165, 200, 0.24)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(207, 250, 254, 0.28), rgba(255, 255, 255, 0.2));
}

.variant-system .ambient {
  background:
    radial-gradient(circle at 50% 8%, rgba(14, 165, 200, 0.18), transparent 30%),
    linear-gradient(145deg, #f5fbfd, #eaf7fb 45%, #f8fafc);
}

.pm-hero {
  --hero-bg-y: 0px;
  --hero-map-x: 0px;
  --hero-map-y: 0px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 48px;
  min-height: max(860px, 100svh);
  padding-top: 112px;
  padding-bottom: 96px;
}

.pm-hero--system {
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
}

.variant-brand .pm-hero::before,
.variant-brand .pm-hero::after {
  position: absolute;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  content: "";
}

.variant-brand .pm-hero::before {
  top: 0;
  bottom: -110px;
  z-index: -3;
  margin-left: -50vw;
  background-image:
    linear-gradient(90deg, rgba(243, 246, 250, 0.89) 0%, rgba(243, 246, 250, 0.66) 34%, rgba(243, 246, 250, 0.36) 64%, rgba(243, 246, 250, 0.67) 100%),
    linear-gradient(180deg, rgba(243, 246, 250, 0.08) 0%, rgba(243, 246, 250, 0.18) 54%, #f3f6fa 100%),
    url("../images/bremen-market-square-hero.jpg");
  background-position:
    center,
    center,
    center calc(46% + var(--hero-bg-y));
  background-size: cover;
  filter: saturate(0.95) contrast(1.02);
  transform: translate3d(0, calc(var(--hero-bg-y) * -0.08), 0);
  transform-origin: center top;
  will-change: transform, background-position;
  mask-image: linear-gradient(to bottom, black 0%, black 74%, transparent 100%);
}

.variant-brand .pm-hero::after {
  inset-block: 0 -80px;
  z-index: -2;
  margin-left: -50vw;
  background:
    radial-gradient(circle at 76% 48%, rgba(14, 165, 200, 0.16), transparent 34%),
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.62), transparent 26%),
    linear-gradient(180deg, rgba(232, 251, 255, 0.24), rgba(243, 246, 250, 0.78));
}

.pm-hero > * {
  position: relative;
  z-index: 1;
}

.pm-title {
  margin: 30px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(42px, 5.05vw, 72px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.pm-title span {
  display: block;
  white-space: nowrap;
}

.pm-title span:nth-child(3),
.pm-title span:nth-child(4) {
  color: var(--blue-500);
}

.variant-system .pm-title {
  font-size: clamp(40px, 4.8vw, 68px);
}

.pm-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.lead-map-card {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate3d(var(--hero-map-x), var(--hero-map-y), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.variant-brand .lead-map-card {
  width: min(780px, 112%);
  justify-self: center;
}

.lead-map-card::before {
  position: absolute;
  inset: 16% 8% auto 10%;
  z-index: -1;
  height: 58%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.8), transparent 58%),
    radial-gradient(circle at center, rgba(14, 165, 200, 0.18), transparent 72%);
  filter: blur(18px);
  content: "";
}

.lead-map-card::after {
  position: absolute;
  inset: auto 9% 2% 11%;
  z-index: -1;
  height: 22%;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.18);
  filter: blur(34px);
  opacity: 0.42;
  content: "";
}

.lead-map-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 34px 44px rgba(15, 23, 42, 0.24));
  animation: lead-map-float 7s ease-in-out infinite;
}

.hero-trust-badges {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  width: min(680px, 92%);
  margin: 18px auto 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 250, 253, 0.54)),
    rgba(255, 255, 255, 0.6);
  box-shadow:
    0 28px 56px -40px rgba(15, 23, 42, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translate3d(0, calc(var(--hero-map-y) * 0.22), 0);
  backdrop-filter: blur(22px);
}

.hero-trust-badges::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.9), transparent 34%),
    radial-gradient(circle at 80% 30%, rgba(24, 182, 207, 0.18), transparent 44%),
    linear-gradient(90deg, transparent, rgba(24, 182, 207, 0.08), transparent);
  content: "";
}

.hero-trust-badges article {
  display: grid;
  min-height: 72px;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 19px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5)),
    rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
  text-align: center;
}

.hero-trust-badges span {
  color: var(--cyan);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.hero-trust-badges article:first-child span {
  color: #facc15;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 0 8px 18px rgba(250, 204, 21, 0.28);
}

.hero-trust-badges strong {
  color: #334155;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.bremen-intro-section,
.bremen-results-section,
.services-section,
.final-cta {
  position: relative;
  isolation: isolate;
}

.bremen-intro-section::after {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 20px;
  z-index: -1;
  height: clamp(150px, 18vw, 230px);
  background:
    linear-gradient(180deg, transparent, rgba(243, 246, 250, 0.86) 84%),
    url("../images/bremen-line-skyline.png") center bottom / contain no-repeat;
  opacity: 0.075;
  filter: grayscale(1) contrast(1.08);
  mask-image: linear-gradient(90deg, transparent, black 14%, black 86%, transparent);
  pointer-events: none;
  content: "";
}

.services-section::after {
  position: absolute;
  top: 26px;
  right: max(-110px, -7vw);
  z-index: 0;
  width: clamp(260px, 31vw, 430px);
  aspect-ratio: 1;
  background: url("../images/bremen-key-mark.png") center / contain no-repeat;
  opacity: 0.055;
  filter: invert(43%) sepia(66%) saturate(708%) hue-rotate(147deg) brightness(88%) contrast(88%);
  transform: rotate(8deg);
  pointer-events: none;
  content: "";
}

.services-head,
.service-bento {
  position: relative;
  z-index: 1;
}

.bremen-results-section::after {
  position: absolute;
  top: 4px;
  right: max(-90px, -5vw);
  z-index: -1;
  width: clamp(250px, 24vw, 360px);
  aspect-ratio: 504 / 640;
  background: url("../images/bremer-stadtmusikanten.png") center / contain no-repeat;
  opacity: 0.11;
  filter: saturate(0.56) contrast(0.98) drop-shadow(0 24px 28px rgba(15, 23, 42, 0.1));
  transform: rotate(3deg);
  pointer-events: none;
  content: "";
}

.pm-page .final-cta::after {
  position: absolute;
  right: -20%;
  bottom: -58%;
  z-index: 0;
  width: min(62vw, 760px);
  aspect-ratio: 5131 / 3501;
  background: url("../images/bremen-ribbon.png") center / contain no-repeat;
  opacity: 0.075;
  filter: saturate(0.78) contrast(0.96) drop-shadow(0 28px 42px rgba(15, 23, 42, 0.16));
  transform: rotate(-8deg);
  pointer-events: none;
  content: "";
}

.lead-map-card--system {
  border-radius: 44px;
  transform: rotate(0.6deg);
}

.lead-map-card--system img {
  aspect-ratio: 1.58 / 1;
}

@keyframes lead-map-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1.08);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(0.25deg) scale(1.095);
  }
}

.pm-dark-block {
  min-height: auto;
}

.pm-system-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 60px -44px rgba(0, 0, 0, 0.72);
}

.pm-system-card--stacked {
  align-self: stretch;
}

.pm-system-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  min-height: 82px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.pm-system-step span {
  grid-row: span 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(var(--blue-500), var(--blue-600));
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
}

.pm-system-step strong,
.pm-system-step small {
  display: block;
}

.pm-system-step strong {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.pm-system-step small {
  color: rgba(226, 232, 240, 0.78);
  font-size: 12px;
}

.case-grid,
.system-map-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

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

.system-map-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-card {
  padding: 26px;
  border: 1px solid var(--white-line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft), inset 0 1px 0 #fff;
}

.case-card span {
  color: var(--blue-600);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.case-card p,
.founder-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.company-trust-section {
  width: min(100% - 64px, 1040px);
  position: relative;
  z-index: 4;
  margin-top: clamp(-116px, -7vw, -78px);
  padding-top: 0;
  padding-bottom: clamp(58px, 5vw, 74px);
}

.company-trust {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(20px, 2.75vw, 30px);
  border: 1px solid var(--white-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.92), transparent 30%),
    radial-gradient(circle at 88% 24%, rgba(207, 246, 252, 0.46), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 248, 252, 0.62) 52%, rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    var(--shadow-deep),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(24px);
}

.company-trust::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(14, 148, 180, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 148, 180, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.08) 1px, transparent 0);
  background-size: 86px 86px, 86px 86px, 28px 28px;
  opacity: 0.42;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 86%, transparent);
  content: "";
}

.company-trust::after {
  position: absolute;
  inset: 12px;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 23px;
  pointer-events: none;
  content: "";
}

.company-trust__glow {
  position: absolute;
  inset: 18% -14% -42% 20%;
  z-index: -2;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 50%, rgba(24, 182, 207, 0.22), transparent 56%),
    radial-gradient(circle at 70% 42%, rgba(96, 165, 250, 0.16), transparent 58%);
  filter: blur(44px);
  pointer-events: none;
}

.company-trust__head {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.company-trust__head .label {
  margin: 0;
}

.company-trust__head h2 {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.65vw, 46px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-trust__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin-top: 14px;
}

.company-trust__proof span {
  flex: 0 0 auto;
  color: #facc15;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 10px 22px rgba(250, 204, 21, 0.28);
}

.company-trust__proof p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.company-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 72px;
  gap: 10px;
  margin-top: 24px;
}

.company-logo {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 0;
  height: 100%;
  align-content: center;
  justify-items: center;
  gap: 3px;
  overflow: hidden;
  padding: 9px 8px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 17px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    0 22px 44px -34px rgba(15, 23, 42, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
  backdrop-filter: blur(18px);
}

.company-logo::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 182, 207, 0.11), transparent 50%),
    linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.55));
  opacity: 0.88;
  content: "";
}

.company-logo:hover {
  border-color: rgba(24, 182, 207, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 253, 255, 0.66)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 28px 54px -34px rgba(15, 23, 42, 0.46),
    0 0 0 1px rgba(24, 182, 207, 0.08) inset,
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-4px);
}

.company-logo strong,
.company-logo span {
  display: block;
  position: relative;
  z-index: 1;
}

.company-logo strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.company-logo span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-logo--enerix strong {
  color: #e11d48;
  font-size: 20px;
  text-shadow: 0 1px 0 #fff;
}

.company-logo--enerix span {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  background: #41a83e;
  font-size: 8px;
  letter-spacing: 0.02em;
}

.company-logo--sparkasse strong {
  color: #e60012;
  font-size: 18px;
  font-weight: 800;
}

.company-logo--sparkasse::after {
  position: absolute;
  top: 20px;
  left: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 18px 0 -1px #e60012;
  content: "";
}

.company-logo--badge strong {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.2);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #1f2937, #0f172a);
  font-size: 13px;
}

.company-logo--bold strong {
  padding: 3px 8px;
  color: #111827;
  background:
    linear-gradient(90deg, transparent 10%, rgba(24, 182, 207, 0.16) 10% 90%, transparent 90%),
    linear-gradient(180deg, transparent 45%, rgba(239, 68, 68, 0.2) 45% 65%, transparent 65%);
  font-size: 20px;
  transform: skew(-5deg);
}

.company-logo--round strong {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid rgba(15, 23, 42, 0.12);
  border-radius: 50%;
  color: #e11d48;
  font-size: 10px;
  text-align: center;
}

.company-logo--mark strong {
  color: #101827;
  font-size: 30px;
  letter-spacing: -0.08em;
}

.company-logo--script strong {
  color: #263445;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 28px;
  font-weight: 400;
  transform: rotate(-5deg);
}

.company-logo--care strong {
  font-size: 15px;
  font-weight: 600;
}

.company-logo--care span {
  font-style: italic;
  letter-spacing: 0.01em;
  text-transform: none;
}

.company-logo--cars strong {
  position: relative;
  min-width: 102px;
  padding-top: 15px;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.company-logo--cars strong::before {
  position: absolute;
  inset: 0 10px auto;
  height: 12px;
  border-top: 2px solid rgba(15, 23, 42, 0.78);
  border-radius: 50% 50% 0 0;
  content: "";
}

.company-logo--vico strong {
  color: #111827;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-logo--vico::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(15, 23, 42, 0.16);
  border-radius: 50%;
  content: "";
}

.company-logo--stage strong {
  font-size: 17px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.company-logo--burger strong {
  color: #f59e0b;
  font-size: 19px;
  font-style: italic;
  text-shadow: 0 1px 0 #fff;
}

.company-logo--hood strong {
  font-size: 20px;
  line-height: 0.9;
  text-transform: uppercase;
}

.company-logo--fortis strong {
  color: #c84d55;
  font-size: 16px;
  text-transform: uppercase;
}

.company-logo--passion strong {
  color: #0ea5e9;
  font-size: 21px;
  font-stretch: condensed;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.customer-result-section {
  width: min(100% - 56px, 1120px);
  padding-top: 42px;
  padding-bottom: 72px;
}

.customer-result {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--white-line);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 248, 252, 0.62) 54%, rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px);
}

.customer-result::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.08) 1px, transparent 0);
  background-size: 30px 30px;
  opacity: 0.18;
  content: "";
}

.customer-result__glow {
  position: absolute;
  inset: auto -10% -40% 18%;
  z-index: -1;
  height: 420px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 50%, rgba(24, 182, 207, 0.26), transparent 60%),
    radial-gradient(circle at 68% 38%, rgba(59, 130, 246, 0.2), transparent 58%);
  filter: blur(42px);
  pointer-events: none;
}

.customer-media,
.customer-copy {
  position: relative;
  z-index: 1;
}

.customer-media .label {
  margin-bottom: 12px;
}

.customer-media h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.1vw, 50px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.customer-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  max-width: 480px;
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(24, 182, 207, 0.36), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 28px 56px -36px rgba(15, 23, 42, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.customer-video::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  pointer-events: none;
  content: "";
}

.customer-video__frame {
  position: relative;
  display: grid;
  height: 100%;
  align-content: center;
  gap: 14px;
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 25px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.22), transparent 24%),
    radial-gradient(circle at 18% 86%, rgba(24, 182, 207, 0.26), transparent 30%),
    linear-gradient(118deg, rgba(6, 20, 33, 0.94), rgba(6, 96, 123, 0.82) 54%, rgba(24, 182, 207, 0.72));
}

.customer-video__frame::before {
  position: absolute;
  inset: -28%;
  background:
    radial-gradient(circle at 24% 34%, rgba(255, 255, 255, 0.3), transparent 22%),
    radial-gradient(circle at 72% 18%, rgba(24, 182, 207, 0.4), transparent 30%),
    linear-gradient(120deg, transparent 48%, rgba(255, 255, 255, 0.14) 48% 49%, transparent 49%);
  opacity: 0.78;
  content: "";
}

.customer-video__badge,
.customer-video__frame strong,
.customer-play {
  position: relative;
  z-index: 1;
}

.customer-video__badge {
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.customer-video__frame strong {
  max-width: 13ch;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.25vw, 36px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.customer-play {
  position: absolute;
  inset: 50% 17% auto auto;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px -24px rgba(15, 23, 42, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translate(50%, -50%);
  backdrop-filter: blur(10px);
}

.customer-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-block: 13px solid transparent;
  border-left: 20px solid #fff;
}

.customer-person {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px -28px rgba(15, 23, 42, 0.44), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

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

.customer-person strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.customer-person small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.customer-copy {
  align-self: center;
}

.customer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(14, 148, 180, 0.24);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(180deg, var(--cyan), #0b91ad);
  box-shadow: 0 16px 34px -24px rgba(14, 148, 180, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.customer-copy h2 {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 3.15vw, 40px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.customer-bullets {
  display: grid;
  gap: 0;
  max-width: 620px;
  margin: 26px 0 22px;
  padding: 0;
  list-style: none;
}

.customer-bullets li {
  position: relative;
  padding: 13px 0 13px 32px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.customer-bullets li:last-child {
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.customer-bullets li::before {
  position: absolute;
  left: 4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(24, 182, 207, 0.1);
  transform: translateY(-50%);
  content: "";
}

.customer-stats {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(222, 248, 253, 0.66) 48%, rgba(24, 182, 207, 0.18)),
    rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

.customer-stats article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, max-content);
  gap: 4px 14px;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
}

.customer-stats article + article {
  border-left: 1px solid rgba(148, 163, 184, 0.24);
}

.customer-stats article::before {
  grid-row: 1 / span 2;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: var(--cyan);
  content: "";
}

.customer-stats span {
  grid-column: 2;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.1vw, 50px);
  font-weight: 800;
  line-height: 0.95;
}

.customer-stats p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
}

.founder-card {
  padding: 30px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 30px;
  background: linear-gradient(#fff, #f8fafc);
  box-shadow: var(--shadow-soft), inset 0 1px 0 #fff;
}

.founder-card h3 {
  margin: 16px 0 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.12;
}

.pm-spaced {
  margin-top: 34px;
}

.pm-page .final-cta {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(180deg, #16b6d4, #0b91b5 52%, #08718f);
}

.variant-system .final-cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(180deg, #19aeca, #0d8eb0 54%, #0d6f8b);
}

.pm-page .button--primary {
  box-shadow: 0 12px 28px -18px rgba(3, 105, 131, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

@media (max-width: 1100px) {
  .pm-hero,
  .pm-hero--system {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pm-lead {
    margin-inline: auto;
  }

  .pm-hero .hero__actions,
  .pm-hero .trust-row {
    justify-content: center;
  }

  .lead-map-card {
    width: min(100%, 880px);
    margin-inline: auto;
  }

  .hero-trust-badges {
    width: min(680px, 94%);
  }

  .customer-result {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .customer-copy h2 {
    max-width: 760px;
  }

  .company-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .service-card--wide,
  .service-card--full {
    grid-column: 1 / -1;
  }

  .service-card--full {
    grid-template-columns: 1fr;
  }

  .lead-dashboard-stage {
    min-height: 680px;
  }

  .lead-notification {
    min-width: 188px;
    padding: 10px 13px 10px 10px;
  }

  .lead-platform {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .lead-notification--google,
  .lead-notification--meta,
  .lead-notification--linkedin {
    left: 4%;
  }

  .lead-notification--instagram,
  .lead-notification--facebook,
  .lead-notification--tiktok {
    right: 4%;
  }

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

@media (max-width: 760px) {
  .pm-hero {
    min-height: 860px;
    padding-top: 122px;
  }

  .pm-title {
    font-size: clamp(34px, 9.1vw, 40px);
    line-height: 1.06;
  }

  .pm-lead {
    font-size: 16px;
  }

  .lead-map-card {
    border-radius: 24px;
  }

  .lead-map-card img {
    aspect-ratio: 1.24 / 1;
    object-position: center;
  }

  .hero-trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 520px);
    margin-top: 8px;
    border-radius: 22px;
  }

  .hero-trust-badges article {
    min-height: 66px;
    border-radius: 16px;
  }

  .bremen-intro-section::after {
    left: -8%;
    right: -8%;
    bottom: 18px;
    height: 130px;
    opacity: 0.05;
  }

  .services-section::after,
  .bremen-results-section::after {
    display: none;
  }

  .pm-page .final-cta::after {
    right: -54%;
    bottom: -18%;
    width: 520px;
    opacity: 0.045;
  }

  .case-grid,
  .system-map-grid {
    grid-template-columns: 1fr;
  }

  .services-head h2 {
    font-size: 34px;
  }

  .services-head p {
    font-size: 16px;
  }

  .service-bento {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .service-card,
  .service-card--full {
    min-height: auto;
    padding: 18px;
    border-radius: 24px;
  }

  .service-visual,
  .service-card--full .service-visual {
    min-height: 158px;
    border-radius: 18px;
  }

  .service-copy h3 {
    font-size: 22px;
  }

  .lead-dashboard-section {
    margin-top: -18px;
    padding-bottom: 64px;
  }

  .lead-dashboard-stage {
    min-height: auto;
    margin-top: 0;
    padding: 22px 14px 26px;
    border-radius: 28px;
  }

  .lead-dashboard-stage::after {
    inset: auto 8% 22px;
    height: 46px;
  }

  .lead-notification {
    display: none;
  }

  .lead-phone {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 350px);
    min-height: 610px;
    margin-inline: auto;
    padding: 12px;
    border-radius: 36px;
    transform: none;
  }

  .lead-phone::before {
    top: 8px;
    width: 82px;
    height: 22px;
  }

  .lead-phone__status {
    padding: 14px 18px 10px;
  }

  .lead-phone__head {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 6px;
    padding: 18px;
    border-radius: 24px;
  }

  .lead-phone__head strong {
    font-size: 26px;
  }

  .lead-phone__summary strong {
    font-size: 29px;
  }

  .lead-phone__chart {
    min-height: 204px;
    border-radius: 24px;
  }

  .content-tile--main {
    left: 22px;
    width: 148px;
    height: 106px;
  }

  .content-tile--middle {
    left: calc(50% - 64px);
    top: 58px;
    width: 128px;
    height: 84px;
  }

  .content-tile--side {
    right: 20px;
    width: 136px;
    height: 88px;
  }

  .content-tile strong {
    font-size: 19px;
  }

  .content-tile span {
    font-size: 8px;
  }

  .visibility-radar {
    inset: 12px;
  }

  .visibility-channel {
    padding: 6px 8px;
    font-size: 9px;
  }

  .visibility-channel--one {
    left: 12px;
    top: 30px;
  }

  .visibility-channel--two {
    right: 12px;
    top: 32px;
  }

  .visibility-channel--three {
    left: 14px;
    bottom: 24px;
  }

  .visibility-channel--four {
    top: 12px;
  }

  .visibility-channel--five {
    right: 14px;
    bottom: 22px;
  }

  .system-orbit strong {
    width: min(72%, 190px);
    height: 58px;
    font-size: 12px;
  }

  .system-flow {
    flex-wrap: wrap;
  }

  .customer-result-section {
    padding-top: 28px;
  }

  .company-trust-section {
    width: min(100% - 32px, 1180px);
    margin-top: 0;
    padding-top: 28px;
  }

  .company-trust {
    padding: 26px;
    border-radius: 28px;
  }

  .company-trust::after {
    inset: 12px;
    border-radius: 22px;
  }

  .company-trust__head h2 {
    max-width: 620px;
    font-size: 36px;
  }

  .company-trust__proof {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .company-trust__proof p {
    font-size: 14px;
  }

  .company-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 82px;
    gap: 12px;
    margin-top: 30px;
  }

  .company-logo {
    border-radius: 20px;
  }

  .customer-result {
    padding: 22px;
    border-radius: 24px;
  }

  .customer-media h2,
  .customer-copy h2 {
    font-size: 34px;
  }

  .customer-video {
    border-radius: 24px;
  }

  .customer-video__frame {
    border-radius: 23px;
  }

  .customer-video__frame strong {
    max-width: 11ch;
    font-size: 25px;
  }

  .customer-play {
    width: 66px;
    height: 66px;
  }

  .customer-bullets li {
    font-size: 16px;
  }

  .customer-stats {
    grid-template-columns: 1fr;
  }

  .customer-stats article {
    justify-content: start;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 18px 22px;
  }

  .customer-stats article + article {
    border-top: 1px solid rgba(148, 163, 184, 0.24);
    border-left: 0;
  }

  .founder-card h3 {
    font-size: 28px;
  }
}

.pm-page h1,
.pm-page h2,
.pm-page h3,
.pm-page .pm-title,
.pm-page .section-heading h2,
.pm-page .transformation__copy h2,
.pm-page .final-cta h2,
.pm-page h1,
.pm-page h2,
.pm-page h3,
.pm-page .section-heading h2,
.pm-page .transformation__copy h2,
.pm-page .final-cta h2,
.pm-page .wide-feature h3,
.pm-page .faq-support h3,
.pm-page .final-intro h2,
.pm-page .privacy-copy h3,
.pm-page .founder-card h3,
.pm-page .case-card h3,
.pm-page .step-card h3,
.pm-page .feature-card h3,
.pm-page .soft-card h3,
.pm-page .audience-card h3,
.pm-page .trust-grid h3 {
  font-family: var(--font-heading);
  font-weight: 700;
}

.pm-page .pm-title {
  font-family: var(--font-heading);
  font-weight: 900;
}

.pm-page .services-head h2,
.pm-page .service-copy h3 {
  font-family: var(--font-heading);
  font-weight: 800;
}

.pm-page .lead-dashboard-head h2,
.pm-page .lead-phone__head strong,
.pm-page .lead-phone__summary strong {
  font-family: var(--font-heading);
  font-weight: 900;
}

.pm-page .company-trust__head h2 {
  font-family: var(--font-heading);
  font-weight: 900;
}

.pm-page .services-head > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .section-heading > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .company-trust__head > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .transformation__copy > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .final-cta > .final-chip + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .customer-media > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .customer-copy > .customer-badge + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .privacy-copy > .eyebrow + :is(h1, h2, h3, h4, h5, h6, div, p) {
  font-family: var(--font-heading);
  font-weight: inherit;
}

.pm-page .services-head > .label + :is(h1, h2, h3, h4, h5, h6, div, p) {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.04;
}

.pm-page .section-heading > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .final-cta > .final-chip + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .transformation__copy > .label + :is(h1, h2, h3, h4, h5, h6, div, p) {
  margin: 18px 0 0;
}

.pm-page .company-trust__head > .label + :is(h1, h2, h3, h4, h5, h6, div, p) {
  margin: 18px auto 0;
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(34px, 4.8vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.pm-page .customer-media > .label + :is(h1, h2, h3, h4, h5, h6, div, p),
.pm-page .customer-copy > .customer-badge + :is(h1, h2, h3, h4, h5, h6, div, p) {
  font-weight: 900;
}

.pm-page .works-copy > .label + :is(h1, h2, h3, h4, h5, h6, div, p) {
  margin: 20px 0 0;
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(30px, 3.15vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .service-grid {
    grid-template-columns: 1fr !important;
  }
}

.pm-page .final-cta,
.pm-page .final-cta :is(h1, h2, h3, h4, h5, h6, p),
.pm-page .final-cta .center-actions {
  text-align: center !important;
}

.pm-page .final-cta .center-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.pm-page .final-cta .button {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.16 !important;
  text-wrap: balance;
}

.pm-page .final-cta .button * {
  text-align: center !important;
}

@media (min-width: 761px) {
  body.pm-has-works-section,
  body.pm-has-works-section #pxl-main,
  body.pm-has-works-section #pxl-wapper {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }

  .elementor-widget-pm_works,
  .elementor-widget-pm_works > .elementor-widget-container {
    overflow: visible !important;
  }

  .pm-page .works-section,
  .elementor-editor-active .pm-page .works-section,
  .elementor-html .pm-page .works-section {
    min-height: 285vh !important;
    padding-block: 96px !important;
  }

  .pm-page .works-section__inner,
  .elementor-editor-active .pm-page .works-section__inner,
  .elementor-html .pm-page .works-section__inner {
    position: sticky !important;
    top: 132px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    gap: 72px !important;
    align-items: center !important;
    min-height: calc(100svh - 160px) !important;
  }

  .pm-page .works-panels,
  .elementor-editor-active .pm-page .works-panels,
  .elementor-html .pm-page .works-panels {
    position: relative !important;
    display: block !important;
    min-height: 560px !important;
    perspective: 1400px !important;
  }

  .pm-page .works-card,
  .elementor-editor-active .pm-page .works-card,
  .elementor-html .pm-page .works-card {
    position: absolute !important;
    inset: 0 !important;
    min-height: auto !important;
    margin: 0 !important;
    clip-path: none !important;
    opacity: 0 !important;
    transform: translate3d(58px, 52px, -90px) rotateX(2deg) rotateY(-5deg) scale(0.9) !important;
    pointer-events: none !important;
  }

  .pm-page .works-card.is-before,
  .elementor-editor-active .pm-page .works-card.is-before,
  .elementor-html .pm-page .works-card.is-before {
    z-index: 1 !important;
    opacity: 0.24 !important;
    transform: translate3d(-50px, -34px, -140px) rotateX(0) rotateY(5deg) scale(0.88) !important;
  }

  .pm-page .works-card.is-after,
  .elementor-editor-active .pm-page .works-card.is-after,
  .elementor-html .pm-page .works-card.is-after {
    z-index: 2 !important;
    opacity: 0.34 !important;
    transform: translate3d(54px, 46px, -100px) rotateX(0) rotateY(-4deg) scale(0.92) !important;
  }

  .pm-page .works-card.is-active,
  .elementor-editor-active .pm-page .works-card.is-active,
  .elementor-html .pm-page .works-card.is-active {
    z-index: 3 !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) scale(1) !important;
    pointer-events: auto !important;
  }

  .pm-page .works-card:not(.is-active) .works-card__body,
  .pm-page .works-card:not(.is-active) .works-card__chrome small,
  .elementor-editor-active .pm-page .works-card:not(.is-active) .works-card__body,
  .elementor-editor-active .pm-page .works-card:not(.is-active) .works-card__chrome small,
  .elementor-html .pm-page .works-card:not(.is-active) .works-card__body,
  .elementor-html .pm-page .works-card:not(.is-active) .works-card__chrome small {
    opacity: 0 !important;
  }

  .pm-page .works-card.is-active .works-card__body,
  .pm-page .works-card.is-active .works-card__chrome small,
  .elementor-editor-active .pm-page .works-card.is-active .works-card__body,
  .elementor-editor-active .pm-page .works-card.is-active .works-card__chrome small,
  .elementor-html .pm-page .works-card.is-active .works-card__body,
  .elementor-html .pm-page .works-card.is-active .works-card__chrome small {
    opacity: 1 !important;
  }
}

.pm-page p,
.pm-page li,
.pm-page summary,
.pm-page a,
.pm-page button,
.pm-page small {
  font-family: var(--font-body);
}
