.dmw-site {
  --dmw-bg: #f5f5f7;
  --dmw-bg-2: #fbfbfd;
  --dmw-paper: rgba(255, 255, 255, 0.82);
  --dmw-paper-strong: #ffffff;
  --dmw-ink: #111318;
  --dmw-muted: #626b7a;
  --dmw-line: rgba(17, 19, 24, 0.08);
  --dmw-line-strong: rgba(17, 19, 24, 0.14);
  --dmw-accent: #2563eb;
  --dmw-accent-deep: #1d4ed8;
  --dmw-accent-soft: rgba(37, 99, 235, 0.09);
  --dmw-support: #1f2937;
  --dmw-support-soft: rgba(31, 41, 55, 0.06);
  --dmw-navy: #111318;
  --dmw-shadow: 0 18px 60px rgba(15, 23, 42, 0.07);
  --dmw-radius-xl: 28px;
  --dmw-radius-lg: 22px;
  --dmw-radius-md: 16px;
  --dmw-max: 1180px;
  margin: 0;
  color: var(--dmw-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: linear-gradient(180deg, var(--dmw-bg-2) 0%, var(--dmw-bg) 100%);
  padding-bottom: 1px;
}

body.dmw-front-page {
  margin: 0;
  background: var(--dmw-bg);
}

body.dmw-front-page #page,
body.dmw-front-page #content,
body.dmw-front-page .site,
body.dmw-front-page .site-content,
body.dmw-front-page .entry-content,
body.dmw-front-page .content-area,
body.dmw-front-page .wp-site-blocks,
body.dmw-front-page main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.dmw-front-page .entry-header,
body.dmw-front-page header.entry-header,
body.dmw-front-page .post-title,
body.dmw-front-page .wp-block-post-title,
body.dmw-front-page .site-header,
body.dmw-front-page .site-footer,
body.dmw-front-page .wp-block-template-part {
  display: none !important;
}

.dmw-site * {
  box-sizing: border-box;
}

.dmw-site a {
  color: inherit;
  text-decoration: none;
}

.dmw-shell {
  width: min(calc(100% - 32px), var(--dmw-max));
  margin: 0 auto;
}

.dmw-topbar {
  padding: 20px 0 12px;
}

.dmw-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dmw-brand {
  display: inline-flex;
  align-items: center;
}

.dmw-brand img {
  width: clamp(240px, 30vw, 360px);
  height: auto;
  display: block;
}

.dmw-topbar-note {
  font-size: 0.9rem;
  color: var(--dmw-muted);
  padding: 10px 14px;
  border: 1px solid var(--dmw-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
}

.dmw-hero {
  padding: 18px 0 72px;
}

.dmw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.dmw-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dmw-line);
  background: var(--dmw-paper);
  backdrop-filter: saturate(180%) blur(24px);
  border-radius: var(--dmw-radius-xl);
  box-shadow: var(--dmw-shadow);
}

.dmw-hero-copy {
  padding: 46px 44px;
}

.dmw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--dmw-accent-deep);
  border: 1px solid rgba(37, 99, 235, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dmw-hero h1,
.dmw-cta h2,
.dmw-section h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.01;
  text-wrap: balance;
  margin: 18px 0 14px;
}

.dmw-hero h1 {
  font-size: clamp(2.9rem, 5.5vw, 4.8rem);
  max-width: 10.8ch;
}

.dmw-hero-sub {
  max-width: 56ch;
  color: var(--dmw-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

.dmw-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 28px;
}

.dmw-point {
  padding: 18px;
  border-radius: var(--dmw-radius-md);
  background: #fff;
  border: 1px solid rgba(17, 19, 24, 0.07);
}

.dmw-point strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.dmw-point span {
  color: var(--dmw-muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.dmw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.dmw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.dmw-button-primary,
.dmw-button-primary:visited,
.dmw-button-primary:hover,
.dmw-button-primary:focus,
button.dmw-button-primary,
button.dmw-button-primary:hover,
button.dmw-button-primary:focus,
a.dmw-button-primary,
a.dmw-button-primary:hover,
a.dmw-button-primary:focus {
  background: var(--dmw-navy);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 12px 30px rgba(17, 19, 24, 0.14);
}

.dmw-button-secondary,
.dmw-button-secondary:visited,
.dmw-button-secondary:hover,
.dmw-button-secondary:focus,
button.dmw-button-secondary,
button.dmw-button-secondary:hover,
button.dmw-button-secondary:focus,
a.dmw-button-secondary,
a.dmw-button-secondary:hover,
a.dmw-button-secondary:focus {
  background: #fff;
  border: 1px solid var(--dmw-line-strong);
  color: var(--dmw-ink) !important;
  -webkit-text-fill-color: var(--dmw-ink);
}

.dmw-hero-footnote {
  margin-top: 14px;
  font-size: 0.92rem;
  color: var(--dmw-muted);
  line-height: 1.6;
}

.dmw-waitlist-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.78);
  color: var(--dmw-ink);
  border-color: rgba(17, 19, 24, 0.08);
}

.dmw-waitlist-badge {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #274690;
  font-size: 0.85rem;
  font-weight: 700;
}

.dmw-waitlist-card h2 {
  margin: 16px 0 10px;
  font-size: clamp(2rem, 3vw, 2.9rem);
}

.dmw-waitlist-card p {
  margin: 0 0 18px;
  color: var(--dmw-muted);
  line-height: 1.72;
}

.dmw-stack {
  display: grid;
  gap: 12px;
}

.dmw-field {
  display: grid;
  gap: 7px;
}

.dmw-field label {
  font-size: 0.9rem;
  font-weight: 700;
}

.dmw-field input,
.dmw-field select,
.dmw-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 14px;
  background: #fff;
  padding: 14px 15px;
  font: inherit;
  color: var(--dmw-ink);
  box-shadow: inset 0 1px 1px rgba(17, 19, 24, 0.03);
}

.dmw-field textarea {
  min-height: 118px;
  resize: vertical;
}

.dmw-field input::placeholder,
.dmw-field textarea::placeholder {
  color: #98a1b2;
}

.dmw-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 4px;
  color: var(--dmw-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.dmw-consent input {
  margin-top: 4px;
}

.dmw-alert {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
}

.dmw-alert-success {
  background: #ecfdf3;
  color: #166534;
}

.dmw-alert-error {
  background: #fef2f2;
  color: #b91c1c;
}

.dmw-micro-note {
  margin-top: 12px;
  font-size: 0.88rem;
  color: var(--dmw-muted);
}

.dmw-section {
  padding: 0 0 20px;
}

.dmw-section-inner {
  padding: 38px 36px;
}

.dmw-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.dmw-section-head h2 {
  max-width: 16ch;
}

.dmw-section-head p {
  margin: 0;
  max-width: 64ch;
  color: var(--dmw-muted);
  line-height: 1.78;
  font-size: 1rem;
}

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

.dmw-card,
.dmw-fit {
  padding: 22px;
  border-radius: var(--dmw-radius-lg);
  border: 1px solid var(--dmw-line);
  background: #fff;
}

.dmw-card h3,
.dmw-fit h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.dmw-card p,
.dmw-fit p {
  margin: 0;
  color: var(--dmw-muted);
  line-height: 1.72;
}

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

.dmw-fit ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: var(--dmw-muted);
  line-height: 1.72;
}

.dmw-fit li {
  position: relative;
  padding-left: 18px;
}

.dmw-fit li + li {
  margin-top: 10px;
}

.dmw-fit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #3568d4;
  transform: translateY(-50%);
}

.dmw-fit-good {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(53, 104, 212, 0.16);
}

.dmw-fit-bad {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
  border-color: rgba(190, 88, 56, 0.14);
}

.dmw-fit-bad li::before {
  background: #c76b4e;
}

.dmw-cta {
  padding: 6px 0 72px;
}

.dmw-cta-card {
  padding: 42px 38px;
  background: linear-gradient(180deg, #ffffff, #fbfbfd);
}

.dmw-cta-copy {
  max-width: 64ch;
}

.dmw-cta h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.1rem);
  max-width: 12ch;
}

.dmw-cta p {
  color: var(--dmw-muted);
  line-height: 1.72;
  margin: 0 0 20px;
}

.dmw-footer-note {
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--dmw-muted);
}

.dmw-proof-banner {
  margin: 0 auto 88px;
  width: min(calc(100% - 32px), var(--dmw-max));
  border-radius: var(--dmw-radius-xl);
  padding: 30px 32px;
  background: linear-gradient(135deg, #111318 0%, #1d2430 46%, #2f3b4d 100%);
  color: #fff;
  box-shadow: 0 20px 60px rgba(17, 19, 24, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dmw-proof-banner strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 1.8vw, 1.4rem);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  .dmw-hero-grid,
  .dmw-card-grid {
    grid-template-columns: 1fr;
  }

  .dmw-fit-grid,
  .dmw-hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .dmw-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dmw-hero-copy,
  .dmw-waitlist-card,
  .dmw-section-inner,
  .dmw-cta-card {
    padding: 24px;
  }

  .dmw-hero h1,
  .dmw-cta h2 {
    max-width: none;
  }

  .dmw-section-head h2 {
    max-width: none;
  }

  .dmw-fit-grid,
  .dmw-hero-points {
    grid-template-columns: 1fr;
  }

  .dmw-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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