:root {
  --ink: #111111;
  --navy: #111111;
  --paper: #f6f1f3;
  --cream: #fff;
  --line: #e8dee3;
  --accent: #d54884;
  --muted: #6b5c63;
  --hero-line: rgba(255, 255, 255, 0.14);
}
body.fourm-sm .ht-ctc,
body.fourm-sm .ht-ctc-chat,
body.fourm-sm [class*="ctc_"],
body.fourm-sm [id*="ht-ctc"],
body.fourm-sm .grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.fourm-sm,
.fourm-sm *,
.fourm-sm *::before,
.fourm-sm *::after {
  box-sizing: border-box;
}
.fourm-sm,
.fourm-sm body {
  margin: 0;
  padding: 0;
}
body.fourm-sm {
  font-family: "EB Garamond", Georgia, serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}
body.fourm-sm a {
  color: var(--accent);
}
.fourm-sm img,
.fourm-sm svg {
  max-width: 100%;
  height: auto;
}
.fourm-sm .wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  max-width: 100%;
}
.fourm-sm .logo {
  display: inline-block;
  margin: 0;
}
.fourm-sm .logo img {
  display: block;
  height: 40px;
  width: auto;
}
.fourm-sm .eyebrow {
  font-family: Poppins, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 14px;
}
.fourm-sm h1,
.fourm-sm h2,
.fourm-sm h3,
.fourm-sm .stat b,
.fourm-sm .flow .n,
.fourm-sm .loop .n,
.fourm-sm .stack .n,
.fourm-sm .card .n,
.fourm-sm .btn,
.fourm-sm summary,
.fourm-sm label,
.fourm-sm dt {
  font-family: Poppins, sans-serif;
}
.fourm-sm h1,
.fourm-sm h2,
.fourm-sm h3 {
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}
.fourm-sm h1 {
  font-size: clamp(34px, 5.2vw, 56px);
  max-width: none;
}
.fourm-sm h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  max-width: 22ch;
}
.fourm-sm h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.fourm-sm .section-lead {
  max-width: 38em;
  color: var(--muted);
  margin: 0 0 32px;
  font-size: 20px;
}
.fourm-sm .client-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 20px;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}
.fourm-sm .client-logos li {
  margin: 0;
}
.fourm-sm .client-logos figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.fourm-sm .client-logos img {
  display: block;
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.fourm-sm .client-logos figcaption {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--muted);
}

.fourm-sm .hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 28px 0 64px;
  background: #111;
}
.fourm-sm .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
  z-index: 0;
  pointer-events: none;
}
.fourm-sm .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(10, 9, 11, 0.88) 0%, rgba(12, 10, 12, 0.72) 38%, rgba(17, 11, 16, 0.42) 68%, rgba(213, 72, 132, 0.22) 100%),
    linear-gradient(180deg, rgba(10, 9, 11, 0.28) 0%, rgba(10, 9, 11, 0.62) 100%);
}
.fourm-sm .hero-glow {
  position: absolute;
  right: -12%;
  top: -28%;
  width: 72%;
  height: 90%;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(213, 72, 132, 0.38) 0%, rgba(213, 72, 132, 0.1) 42%, transparent 70%);
  pointer-events: none;
  animation: fourm-sm-glow 12s ease-in-out infinite;
}
@keyframes fourm-sm-glow {
  0%,
  100% { opacity: 0.85; transform: translate3d(0, 0, 0) scale(1); }
  50% { opacity: 1; transform: translate3d(-3%, 4%, 0) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .fourm-sm .hero-glow {
    animation: none;
  }
}
.fourm-sm .hero .wrap {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
}
.fourm-sm .hero-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.fourm-sm .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 40px 48px;
  align-items: center;
  margin-bottom: 8px;
}
.fourm-sm .hero-grid.type {
  grid-template-columns: 1fr;
  max-width: 38em;
}
.fourm-sm .hero-copy h1 {
  font-size: clamp(30px, 4.4vw, 48px);
  max-width: 16ch;
}
.fourm-sm .hero-grid.type .hero-copy h1 {
  font-size: clamp(34px, 5.2vw, 56px);
  max-width: 18ch;
}
.fourm-sm .hero .eyebrow {
  color: #f3d7e3;
}
.fourm-sm .hero p.lead {
  font-size: 20px;
  max-width: 32em;
  color: #f3d7e3;
  margin: 0 0 28px;
  line-height: 1.4;
}
.fourm-sm .hero p {
  color: #f3d7e3;
}
.fourm-sm .hero-shot {
  display: block;
  position: relative;
  text-decoration: none;
  transform: perspective(1400px) rotateY(-10deg) rotateX(4deg) translateY(8px);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.fourm-sm .hero-shot:hover {
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg) translateY(0);
}
.fourm-sm .hero-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 1px rgba(213, 72, 132, 0.2),
    0 0 80px rgba(213, 72, 132, 0.28),
    0 28px 56px rgba(0, 0, 0, 0.45);
}
.fourm-sm .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 48px 0 36px;
  border-top: 1px solid var(--hero-line);
  border-bottom: 1px solid var(--hero-line);
}
.fourm-sm .stat {
  padding: 28px 0 28px;
}
.fourm-sm .stat + .stat {
  padding-left: 28px;
  border-left: 1px solid var(--hero-line);
}
.fourm-sm .stat b {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.fourm-sm .stat span {
  color: #c9b3bc;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.02em;
}
.fourm-sm .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fourm-sm .btn {
  display: inline-block;
  padding: 13px 22px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.fourm-sm .btn-primary {
  background: var(--accent);
  color: #fff;
}
.fourm-sm .btn-primary:hover {
  background: #c13a74;
  color: #fff;
}
.fourm-sm .btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}
.fourm-sm .btn-ghost:hover {
  border-color: #fff;
  color: #fff;
}
.fourm-sm .hero-bar .btn {
  padding: 10px 16px;
  font-size: 12px;
}

.fourm-sm #proof,
.fourm-sm #path,
.fourm-sm #website,
.fourm-sm #seo,
.fourm-sm #keywords,
.fourm-sm #follow,
.fourm-sm #meet {
  scroll-margin-top: 16px;
}
.fourm-sm .section {
  padding: 80px 0;
}
.fourm-sm .section.alt {
  background: var(--paper);
}

.fourm-sm .facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fourm-sm .facts > div {
  padding: 20px 20px 20px 0;
}
.fourm-sm .facts > div + div {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.fourm-sm .facts dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.fourm-sm .facts dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
.fourm-sm .proof-shot {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
}
.fourm-sm .proof-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.fourm-sm .proof-shot figcaption {
  padding: 14px 18px;
  font-size: 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.fourm-sm .proof-shot + .leaks {
  margin-top: 28px;
}
.fourm-sm .queries {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fourm-sm .queries li {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px 10px 36px;
  background: var(--paper);
  border: 1px solid var(--line);
  position: relative;
}
.fourm-sm .queries li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  transform: translateY(-50%);
}
.fourm-sm .queries li::after {
  content: "";
  position: absolute;
  left: 24px;
  top: calc(50% + 5px);
  width: 6px;
  height: 1.5px;
  background: var(--accent);
  transform: rotate(45deg);
}
.fourm-sm .serps {
  display: grid;
  gap: 16px;
}
.fourm-sm .serps .proof-shot figcaption {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.fourm-sm .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 8px;
}
.fourm-sm .stack article {
  background: #fff;
  padding: 22px 18px 24px;
}
.fourm-sm .flow .n,
.fourm-sm .loop .n,
.fourm-sm .stack .n,
.fourm-sm .card .n {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.fourm-sm .stack p,
.fourm-sm .card p {
  margin: 0;
  font-size: 17px;
  color: var(--muted);
}
.fourm-sm .leaks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.fourm-sm .card {
  background: #fff;
  padding: 24px 22px 28px;
}

.fourm-sm .flow {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}
.fourm-sm .flow li {
  position: relative;
  margin: 0;
  padding: 18px 14px 20px;
  background: #fff;
  border: 1px solid var(--line);
}
.fourm-sm .section:not(.alt) .flow li {
  background: var(--paper);
  border-color: transparent;
}
.fourm-sm .flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -10px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid var(--accent);
  border-right: 1.5px solid var(--accent);
  transform: rotate(45deg);
  z-index: 1;
}
.fourm-sm .flow .n {
  display: block;
  margin-bottom: 14px;
}
.fourm-sm .flow h3 {
  font-size: 15px;
  margin-bottom: 6px;
}
.fourm-sm .flow p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.4;
}
.fourm-sm .seo-steps {
  margin-top: 36px;
}

.fourm-sm .viz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fourm-sm .viz-card {
  margin: 0;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid var(--line);
}
.fourm-sm .section:not(.alt) .viz-card {
  background: var(--paper);
  border-color: transparent;
}
.fourm-sm .viz-card > figcaption {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
.fourm-sm .viz-note {
  margin: 16px 0 0;
  font-size: 15px;
  color: var(--muted);
}

.fourm-sm .bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.fourm-sm .bars li {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 4px;
  align-items: center;
}
.fourm-sm .bars li span {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.fourm-sm .bars li em {
  grid-column: 2;
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}
.fourm-sm .bar-track {
  height: 10px;
  background: #efe6ea;
  position: relative;
}
.fourm-sm .bars li i {
  display: block;
  height: 10px;
  background: var(--accent);
}
.fourm-sm .bars li:nth-child(1) i { width: 100%; }
.fourm-sm .bars li:nth-child(2) i { width: 82%; }
.fourm-sm .bars li:nth-child(3) i { width: 58%; }
.fourm-sm .bars li:nth-child(4) i { width: 40%; }

.fourm-sm .sitemap {
  display: grid;
  gap: 8px;
}
.fourm-sm .sm-home,
.fourm-sm .sm-row > div,
.fourm-sm .sm-cms {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 14px 10px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
.fourm-sm .sm-home {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  letter-spacing: 0.04em;
}
.fourm-sm .sm-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.fourm-sm .sm-row > div:nth-child(2) {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.fourm-sm .sm-cms {
  font-weight: 500;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fourm-sm .funnel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  justify-items: center;
}
.fourm-sm .funnel li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  padding: 14px 22px;
  background: var(--accent);
  color: #fff;
}
.fourm-sm .funnel li:nth-child(1) { width: 100%; background: #111; }
.fourm-sm .funnel li:nth-child(2) { width: 88%; background: #3a0f24; }
.fourm-sm .funnel li:nth-child(3) { width: 74%; background: #6e2044; }
.fourm-sm .funnel li:nth-child(4) { width: 60%; background: #a33366; }
.fourm-sm .funnel li:nth-child(5) { width: 46%; background: var(--accent); }
.fourm-sm .funnel li span {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.fourm-sm .funnel li em {
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.fourm-sm .pairs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.fourm-sm .pairs li {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
  gap: 8px;
}
.fourm-sm .pairs span,
.fourm-sm .pairs strong {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 12px;
  border: 1px solid var(--line);
}
.fourm-sm .pairs span {
  background: var(--paper);
  font-weight: 500;
}
.fourm-sm .pairs strong {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  font-weight: 600;
}
.fourm-sm .pairs i {
  display: block;
  height: 1.5px;
  background: var(--accent);
  position: relative;
}
.fourm-sm .pairs i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--accent);
  border-right: 1.5px solid var(--accent);
  transform: translateY(-50%) rotate(45deg);
}

.fourm-sm .loop {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fourm-sm .loop li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 16px 14px;
  border: 1px solid var(--line);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.fourm-sm .loop .n {
  margin: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  flex: 0 0 22px;
}

.fourm-sm .follow-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fourm-sm .follow-channels {
  margin: 0 0 36px;
}
.fourm-sm .cols {
  list-style: none;
  margin: 0;
  padding: 0 8px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: end;
  min-height: 168px;
}
.fourm-sm .cols li {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  text-align: center;
}
.fourm-sm .cols .col-fill {
  display: block;
  width: 100%;
  border-radius: 0;
}
.fourm-sm .cols li:nth-child(1) .col-fill {
  height: 148px;
  background: var(--accent);
}
.fourm-sm .cols li:nth-child(2) .col-fill {
  height: 96px;
  background: #6e2044;
}
.fourm-sm .cols li:nth-child(3) .col-fill {
  height: 62px;
  background: #111;
}
.fourm-sm .cols li span {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.fourm-sm .cols li em {
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}
.fourm-sm .clock {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.fourm-sm .clock li {
  display: grid;
  grid-template-columns: 6.5em 12px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 0 0 16px;
}
.fourm-sm .clock li:last-child {
  padding-bottom: 0;
}
.fourm-sm .clock time {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 1px;
}
.fourm-sm .clock i {
  position: relative;
  display: block;
  width: 12px;
  align-self: stretch;
  min-height: 12px;
  margin-top: 4px;
  background: transparent;
}
.fourm-sm .clock i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--accent);
}
.fourm-sm .clock li:not(:last-child) i::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  bottom: -16px;
  width: 1.5px;
  background: var(--line);
}
.fourm-sm .clock li:last-child i::before {
  background: var(--ink);
}
.fourm-sm .clock strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.fourm-sm .clock p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}

.fourm-sm .start {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: start;
}
.fourm-sm .start .section-lead {
  margin-bottom: 28px;
}
.fourm-sm .steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: step;
}
.fourm-sm .steps li {
  position: relative;
  padding: 0 0 22px 36px;
  border-left: 1px solid var(--line);
  margin: 0 0 0 7px;
}
.fourm-sm .steps li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.fourm-sm .steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: -8px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: var(--paper);
  color: var(--accent);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.fourm-sm .steps h3 {
  margin: 0 0 4px;
}
.fourm-sm .steps p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.fourm-sm .fees {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

.fourm-sm form.meet {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  overflow: visible;
}
.fourm-sm form.meet label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--ink);
}
.fourm-sm form.meet input,
.fourm-sm form.meet select {
  width: 100%;
  max-width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  font-size: 16px;
  border-radius: 0;
  appearance: none;
}
.fourm-sm form.meet input:focus,
.fourm-sm form.meet select:focus {
  outline: none;
  border-color: var(--accent);
}
.fourm-sm form.meet .full {
  grid-column: 1 / -1;
}
.fourm-sm .phone-block {
  position: relative;
}
.fourm-sm .phone-field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  background: #fff;
  position: relative;
}
.fourm-sm .phone-field:focus-within {
  border-color: var(--accent);
}
.fourm-sm .phone-flag {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 8px 0 10px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.fourm-sm .phone-flag-img,
.fourm-sm .phone-list img {
  display: block;
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  flex: 0 0 22px;
}
.fourm-sm .phone-flag-fallback {
  display: block;
  width: 22px;
  height: 16px;
  border-radius: 1px;
  background: #ddd;
}
.fourm-sm .phone-flag:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--ink);
  opacity: 0.45;
}
.fourm-sm .phone-field input {
  border: 0;
  flex: 1;
  min-width: 0;
  background: transparent;
}
.fourm-sm .phone-field input:focus {
  border: 0;
  outline: none;
}
.fourm-sm .phone-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  z-index: 30;
  max-height: 240px;
  overflow: auto;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
}
.fourm-sm .phone-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 15px;
  cursor: pointer;
}
.fourm-sm .phone-list li:hover,
.fourm-sm .phone-list li[aria-selected="true"] {
  background: var(--paper);
}
.fourm-sm form.meet .btn {
  width: 100%;
  text-align: center;
}
.fourm-sm .hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.fourm-sm .notice-ok,
.fourm-sm .notice-err {
  grid-column: 1 / -1;
  padding: 12px 14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin: 0;
}
.fourm-sm .notice-ok {
  background: #e7f4ec;
  color: #1e4d32;
}
.fourm-sm .notice-err {
  background: #fde8ef;
  color: #8a2048;
}

.fourm-sm .faq {
  max-width: 720px;
}
.fourm-sm .faq details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.fourm-sm .faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
}
.fourm-sm .faq summary::-webkit-details-marker {
  display: none;
}
.fourm-sm .faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

.fourm-sm .site-footer {
  margin-top: 0;
  color: #fff;
  overflow-x: hidden;
  max-width: 100%;
}
.fourm-sm .site-footer a {
  text-decoration: none;
}
.fourm-sm .sf-inner {
  width: min(1040px, calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.fourm-sm .sf-cta {
  background: #d54884;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.fourm-sm .sf-cta .sf-inner {
  padding: 20px 200px 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 40px;
  min-height: 112px;
}
.fourm-sm .sf-title {
  display: inline-block;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  max-width: 100%;
}
.fourm-sm .sf-contact {
  display: inline-block;
  position: relative;
  padding: 0 22px 0 0;
  color: #fff !important;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fourm-sm .sf-contact:after {
  content: "\2192";
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s linear;
}
.fourm-sm .sf-contact:hover:after {
  transform: translateX(5px);
}
.fourm-sm .sf-mark {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 0;
  width: auto;
  height: auto;
  max-height: calc(100% - 24px);
  max-width: 200px;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  opacity: 0.45;
}
.fourm-sm .sf-body {
  background: #252a2d;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}
.fourm-sm .sf-body,
.fourm-sm .sf-body a {
  color: #fff;
}
.fourm-sm .sf-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 40px 24px;
  padding: 48px 0;
}
.fourm-sm .sf-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}
.fourm-sm .sf-nav li {
  margin: 0 0 10px;
}
.fourm-sm .sf-nav a:hover {
  text-decoration: underline;
}
.fourm-sm .sf-office p {
  margin: 0 0 12px;
}
.fourm-sm .sf-office strong {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fourm-sm .sf-office a {
  color: #d54884 !important;
}
.fourm-sm .sf-office a:hover {
  text-decoration: underline;
}
.fourm-sm .sf-copy {
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 900px) {
  .fourm-sm .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fourm-sm .hero-copy h1 {
    max-width: none;
  }
  .fourm-sm .hero-shot {
    transform: none;
    max-width: 640px;
  }
  .fourm-sm .hero-shot:hover {
    transform: none;
  }
  .fourm-sm .facts,
  .fourm-sm .stack,
  .fourm-sm .leaks,
  .fourm-sm .client-logos,
  .fourm-sm .flow {
    grid-template-columns: 1fr 1fr;
  }
  .fourm-sm .flow li:not(:last-child)::after {
    display: none;
  }
  .fourm-sm .viz-grid {
    grid-template-columns: 1fr;
  }
  .fourm-sm .funnel li:nth-child(2) { width: 94%; }
  .fourm-sm .funnel li:nth-child(3) { width: 86%; }
  .fourm-sm .funnel li:nth-child(4) { width: 78%; }
  .fourm-sm .funnel li:nth-child(5) { width: 70%; }
  .fourm-sm .start {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .fourm-sm .facts > div:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
  .fourm-sm .facts > div:nth-child(even) {
    border-left: 1px solid var(--line);
    padding-left: 20px;
  }
  .fourm-sm .facts > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .fourm-sm .sf-cta .sf-inner {
    padding: 18px 140px 18px 0;
    min-height: 96px;
  }
  .fourm-sm .sf-title {
    font-size: 22px;
  }
  .fourm-sm .sf-mark {
    max-width: 128px;
  }
  .fourm-sm .sf-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .fourm-sm .wrap,
  .fourm-sm .sf-inner {
    width: min(1040px, calc(100% - 32px));
  }
  .fourm-sm .hero {
    padding: 20px 0 48px;
  }
  .fourm-sm .hero-bar {
    margin-bottom: 28px;
  }
  .fourm-sm .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fourm-sm .hero-copy h1 {
    max-width: none;
  }
  .fourm-sm .hero-shot {
    transform: none;
  }
  .fourm-sm .hero-shot:hover {
    transform: none;
  }
  .fourm-sm .hero-bar .btn {
    display: none;
  }
  .fourm-sm h1 {
    max-width: none;
  }
  .fourm-sm .section {
    padding: 52px 0;
  }
  .fourm-sm .stats,
  .fourm-sm .facts,
  .fourm-sm .stack,
  .fourm-sm .leaks,
  .fourm-sm .flow,
  .fourm-sm .viz-grid,
  .fourm-sm .start,
  .fourm-sm form.meet {
    grid-template-columns: 1fr;
  }
  .fourm-sm .funnel li,
  .fourm-sm .funnel li:nth-child(1),
  .fourm-sm .funnel li:nth-child(2),
  .fourm-sm .funnel li:nth-child(3),
  .fourm-sm .funnel li:nth-child(4),
  .fourm-sm .funnel li:nth-child(5) {
    width: 100%;
    flex-direction: column;
    gap: 4px;
  }
  .fourm-sm .pairs li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .fourm-sm .pairs i {
    width: 1.5px;
    height: 14px;
    justify-self: center;
  }
  .fourm-sm .pairs i::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -2px;
    transform: translateX(-50%) rotate(135deg);
  }
  .fourm-sm .bars li {
    grid-template-columns: 1fr;
  }
  .fourm-sm .bars li em {
    grid-column: 1;
  }
  .fourm-sm .sm-row {
    grid-template-columns: 1fr;
  }
  .fourm-sm .stat + .stat,
  .fourm-sm .facts > div + div,
  .fourm-sm .facts > div:nth-child(even),
  .fourm-sm .facts > div:nth-child(n + 3) {
    border-left: 0;
    padding-left: 0;
    border-top: 0;
  }
  .fourm-sm .stat,
  .fourm-sm .facts > div {
    padding: 16px 0;
    border-bottom: 1px solid var(--hero-line);
  }
  .fourm-sm .facts > div {
    border-bottom-color: var(--line);
  }
  .fourm-sm .stats {
    border-bottom: 0;
  }
  .fourm-sm .stat:last-child,
  .fourm-sm .facts > div:last-child {
    border-bottom: 0;
  }
  .fourm-sm .sf-cta .sf-inner {
    padding: 16px 80px 16px 0;
    min-height: 80px;
  }
  .fourm-sm .sf-title {
    font-size: 18px;
  }
  .fourm-sm .sf-contact {
    font-size: 13px;
  }
  .fourm-sm .sf-mark {
    max-width: 68px;
    top: 10px;
    bottom: 10px;
    max-height: calc(100% - 20px);
    opacity: 0.45;
  }
  .fourm-sm .sf-cols {
    grid-template-columns: 1fr;
    padding: 36px 0;
  }
  .fourm-sm .sf-nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
