: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-dm .ht-ctc,
body.fourm-dm .ht-ctc-chat,
body.fourm-dm [class*="ctc_"],
body.fourm-dm [id*="ht-ctc"],
body.fourm-dm .grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.fourm-dm,
.fourm-dm *,
.fourm-dm *::before,
.fourm-dm *::after {
  box-sizing: border-box;
}
.fourm-dm,
.fourm-dm body {
  margin: 0;
  padding: 0;
}
body.fourm-dm {
  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-dm a {
  color: var(--accent);
}
.fourm-dm img,
.fourm-dm svg {
  max-width: 100%;
  height: auto;
}
.fourm-dm .wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  max-width: 100%;
}
.fourm-dm .logo {
  display: inline-block;
  margin: 0;
}
.fourm-dm .logo img {
  display: block;
  height: 40px;
  width: auto;
}
.fourm-dm .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-dm h1,
.fourm-dm h2,
.fourm-dm h3,
.fourm-dm .stat b,
.fourm-dm .stack .n,
.fourm-dm .card .n,
.fourm-dm .btn,
.fourm-dm summary,
.fourm-dm label,
.fourm-dm dt {
  font-family: Poppins, sans-serif;
}
.fourm-dm h1,
.fourm-dm h2,
.fourm-dm h3 {
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}
.fourm-dm h1 {
  font-size: clamp(34px, 5.2vw, 56px);
  max-width: none;
}
.fourm-dm h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  max-width: 22ch;
}
.fourm-dm h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.fourm-dm .section-lead {
  max-width: 38em;
  color: var(--muted);
  margin: 0 0 32px;
  font-size: 20px;
}

.fourm-dm .hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 28px 0 64px;
  background:
    radial-gradient(ellipse 70% 80% at 92% 18%, rgba(213, 72, 132, 0.42), transparent 58%),
    radial-gradient(ellipse 50% 45% at 8% 92%, rgba(213, 72, 132, 0.16), transparent 55%),
    #111;
}
.fourm-dm .hero-glow {
  position: absolute;
  right: -12%;
  top: -28%;
  width: 72%;
  height: 90%;
  background: radial-gradient(circle at center, rgba(213, 72, 132, 0.5) 0%, rgba(213, 72, 132, 0.12) 42%, transparent 70%);
  pointer-events: none;
  animation: fourm-dm-glow 12s ease-in-out infinite;
}
@keyframes fourm-dm-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-dm .hero-glow {
    animation: none;
  }
}
.fourm-dm .hero .wrap {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
}
.fourm-dm .hero-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.fourm-dm .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-dm .hero-copy h1 {
  font-size: clamp(30px, 4.4vw, 48px);
  max-width: 12ch;
}
.fourm-dm .hero .eyebrow {
  color: #f3d7e3;
}
.fourm-dm .hero p.lead {
  font-size: 20px;
  max-width: 32em;
  color: #f3d7e3;
  margin: 0 0 28px;
  line-height: 1.4;
}
.fourm-dm .hero p {
  color: #f3d7e3;
}
.fourm-dm .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-dm .hero-shot:hover {
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg) translateY(0);
}
.fourm-dm .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-dm .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-dm .stat {
  padding: 28px 0 28px;
}
.fourm-dm .stat + .stat {
  padding-left: 28px;
  border-left: 1px solid var(--hero-line);
}
.fourm-dm .stat b {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.fourm-dm .stat span {
  color: #c9b3bc;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.02em;
}
.fourm-dm .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fourm-dm .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-dm .btn-primary {
  background: var(--accent);
  color: #fff;
}
.fourm-dm .btn-primary:hover {
  background: #c13a74;
  color: #fff;
}
.fourm-dm .btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}
.fourm-dm .btn-ghost:hover {
  border-color: #fff;
  color: #fff;
}
.fourm-dm .hero-bar .btn {
  padding: 10px 16px;
  font-size: 12px;
}

.fourm-dm #proof,
.fourm-dm #email,
.fourm-dm #meet {
  scroll-margin-top: 16px;
}
.fourm-dm .section {
  padding: 80px 0;
}
.fourm-dm .section.alt {
  background: var(--paper);
}

.fourm-dm .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-dm .facts > div {
  padding: 20px 20px 20px 0;
}
.fourm-dm .facts > div + div {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.fourm-dm .facts dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.fourm-dm .facts dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
.fourm-dm .proof-shot {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
}
.fourm-dm .proof-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.fourm-dm .proof-shot figcaption {
  padding: 14px 18px;
  font-size: 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.fourm-dm .proof-shot + .leaks {
  margin-top: 28px;
}
.fourm-dm .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 8px;
}
.fourm-dm .stack article {
  background: #fff;
  padding: 22px 18px 24px;
}
.fourm-dm .stack .n,
.fourm-dm .card .n {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.fourm-dm .stack p,
.fourm-dm .card p {
  margin: 0;
  font-size: 17px;
  color: var(--muted);
}
.fourm-dm .leaks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.fourm-dm .card {
  background: #fff;
  padding: 24px 22px 28px;
}

.fourm-dm .start {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: start;
}
.fourm-dm .start .section-lead {
  margin-bottom: 28px;
}
.fourm-dm .steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: step;
}
.fourm-dm .steps li {
  position: relative;
  padding: 0 0 22px 36px;
  border-left: 1px solid var(--line);
  margin: 0 0 0 7px;
}
.fourm-dm .steps li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.fourm-dm .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-dm .steps h3 {
  margin: 0 0 4px;
}
.fourm-dm .steps p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.fourm-dm .fees {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

.fourm-dm 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-dm 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-dm form.meet input,
.fourm-dm 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-dm form.meet input:focus,
.fourm-dm form.meet select:focus {
  outline: none;
  border-color: var(--accent);
}
.fourm-dm form.meet .full {
  grid-column: 1 / -1;
}
.fourm-dm .phone-block {
  position: relative;
}
.fourm-dm .phone-field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  background: #fff;
  position: relative;
}
.fourm-dm .phone-field:focus-within {
  border-color: var(--accent);
}
.fourm-dm .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-dm .phone-flag-img,
.fourm-dm .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-dm .phone-flag-fallback {
  display: block;
  width: 22px;
  height: 16px;
  border-radius: 1px;
  background: #ddd;
}
.fourm-dm .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-dm .phone-field input {
  border: 0;
  flex: 1;
  min-width: 0;
  background: transparent;
}
.fourm-dm .phone-field input:focus {
  border: 0;
  outline: none;
}
.fourm-dm .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-dm .phone-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 15px;
  cursor: pointer;
}
.fourm-dm .phone-list li:hover,
.fourm-dm .phone-list li[aria-selected="true"] {
  background: var(--paper);
}
.fourm-dm form.meet .btn {
  width: 100%;
  text-align: center;
}
.fourm-dm .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-dm .notice-ok,
.fourm-dm .notice-err {
  grid-column: 1 / -1;
  padding: 12px 14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin: 0;
}
.fourm-dm .notice-ok {
  background: #e7f4ec;
  color: #1e4d32;
}
.fourm-dm .notice-err {
  background: #fde8ef;
  color: #8a2048;
}

.fourm-dm .faq {
  max-width: 720px;
}
.fourm-dm .faq details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.fourm-dm .faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
}
.fourm-dm .faq summary::-webkit-details-marker {
  display: none;
}
.fourm-dm .faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

.fourm-dm .site-footer {
  margin-top: 0;
  color: #fff;
  overflow-x: hidden;
  max-width: 100%;
}
.fourm-dm .site-footer a {
  text-decoration: none;
}
.fourm-dm .sf-inner {
  width: min(1040px, calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.fourm-dm .sf-cta {
  background: #d54884;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.fourm-dm .sf-cta .sf-inner {
  padding: 20px 200px 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 40px;
  min-height: 112px;
}
.fourm-dm .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-dm .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-dm .sf-contact:after {
  content: "\2192";
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s linear;
}
.fourm-dm .sf-contact:hover:after {
  transform: translateX(5px);
}
.fourm-dm .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-dm .sf-body {
  background: #252a2d;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}
.fourm-dm .sf-body,
.fourm-dm .sf-body a {
  color: #fff;
}
.fourm-dm .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-dm .sf-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}
.fourm-dm .sf-nav li {
  margin: 0 0 10px;
}
.fourm-dm .sf-nav a:hover {
  text-decoration: underline;
}
.fourm-dm .sf-office p {
  margin: 0 0 12px;
}
.fourm-dm .sf-office strong {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fourm-dm .sf-office a {
  color: #d54884 !important;
}
.fourm-dm .sf-office a:hover {
  text-decoration: underline;
}
.fourm-dm .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-dm .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fourm-dm .hero-copy h1 {
    max-width: none;
  }
  .fourm-dm .hero-shot {
    transform: none;
    max-width: 640px;
  }
  .fourm-dm .hero-shot:hover {
    transform: none;
  }
  .fourm-dm .facts,
  .fourm-dm .stack,
  .fourm-dm .leaks {
    grid-template-columns: 1fr 1fr;
  }
  .fourm-dm .start {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .fourm-dm .facts > div:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
  .fourm-dm .facts > div:nth-child(even) {
    border-left: 1px solid var(--line);
    padding-left: 20px;
  }
  .fourm-dm .facts > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .fourm-dm .sf-cta .sf-inner {
    padding: 18px 140px 18px 0;
    min-height: 96px;
  }
  .fourm-dm .sf-title {
    font-size: 22px;
  }
  .fourm-dm .sf-mark {
    max-width: 128px;
  }
  .fourm-dm .sf-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .fourm-dm .wrap,
  .fourm-dm .sf-inner {
    width: min(1040px, calc(100% - 32px));
  }
  .fourm-dm .hero {
    padding: 20px 0 48px;
  }
  .fourm-dm .hero-bar {
    margin-bottom: 28px;
  }
  .fourm-dm .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fourm-dm .hero-copy h1 {
    max-width: none;
  }
  .fourm-dm .hero-shot {
    transform: none;
  }
  .fourm-dm .hero-shot:hover {
    transform: none;
  }
  .fourm-dm .hero-bar .btn {
    display: none;
  }
  .fourm-dm h1 {
    max-width: none;
  }
  .fourm-dm .section {
    padding: 52px 0;
  }
  .fourm-dm .stats,
  .fourm-dm .facts,
  .fourm-dm .stack,
  .fourm-dm .leaks,
  .fourm-dm .start,
  .fourm-dm form.meet {
    grid-template-columns: 1fr;
  }
  .fourm-dm .stat + .stat,
  .fourm-dm .facts > div + div,
  .fourm-dm .facts > div:nth-child(even),
  .fourm-dm .facts > div:nth-child(n + 3) {
    border-left: 0;
    padding-left: 0;
    border-top: 0;
  }
  .fourm-dm .stat,
  .fourm-dm .facts > div {
    padding: 16px 0;
    border-bottom: 1px solid var(--hero-line);
  }
  .fourm-dm .facts > div {
    border-bottom-color: var(--line);
  }
  .fourm-dm .stats {
    border-bottom: 0;
  }
  .fourm-dm .stat:last-child,
  .fourm-dm .facts > div:last-child {
    border-bottom: 0;
  }
  .fourm-dm .sf-cta .sf-inner {
    padding: 16px 80px 16px 0;
    min-height: 80px;
  }
  .fourm-dm .sf-title {
    font-size: 18px;
  }
  .fourm-dm .sf-contact {
    font-size: 13px;
  }
  .fourm-dm .sf-mark {
    max-width: 68px;
    top: 10px;
    bottom: 10px;
    max-height: calc(100% - 20px);
    opacity: 0.45;
  }
  .fourm-dm .sf-cols {
    grid-template-columns: 1fr;
    padding: 36px 0;
  }
  .fourm-dm .sf-nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
