.wm-page {
  --wm-ink: #101522;
  --wm-muted: #5f6878;
  --wm-line: #dfe7dc;
  --wm-green: #82bd03;
  --wm-dark: #101827;
  overflow-x: clip;
  color: var(--wm-ink);
  background: linear-gradient(180deg, #fbfdf8 0, #fff 780px, #fff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wm-page * {
  box-sizing: border-box;
}

.wm-wrap {
  width: min(1220px, calc(100% - 48px));
  margin: auto;
}

.wm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #263122;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wm-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--wm-green);
  box-shadow: 0 0 0 7px rgba(130, 189, 3, .12);
}

.wm-hero {
  position: relative;
  isolation: isolate;
  padding: 126px 0 92px;
}

.wm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(130, 189, 3, .18), transparent 25%),
    radial-gradient(circle at 84% 16%, rgba(16, 24, 39, .08), transparent 28%),
    linear-gradient(180deg, #fbfdf8, #f2f7ee);
}

.wm-hero-grid,
.wm-split {
  display: grid;
  align-items: start;
}

.wm-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 70px;
  align-items: center;
}

.wm-split {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 64px;
}

.wm-hero h1,
.wm-section h2,
.wm-cta h2 {
  margin: 18px 0 0;
  color: #080c14;
  font-size: clamp(2.35rem, 5.2vw, 5.45rem);
  line-height: .98;
  font-weight: 820;
  letter-spacing: 0;
}

.wm-section h2,
.wm-cta h2 {
  font-size: clamp(2rem, 3.7vw, 4rem);
}

.wm-section h2 span {
  color: #6c7584;
}

.wm-hero p,
.wm-section p,
.wm-cta p {
  color: var(--wm-muted);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.68;
}

.wm-hero p {
  max-width: 690px;
  margin: 24px 0 0;
}

.wm-actions,
.wm-indicators,
.wm-words,
.wm-checks {
  display: flex;
  flex-wrap: wrap;
}

.wm-actions {
  gap: 14px;
  margin-top: 34px;
}

.wm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  background: #fff;
  color: #111827 !important;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 14px 32px rgba(16, 24, 39, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.wm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(16, 24, 39, .13);
}

.wm-btn--dark {
  border-color: #111827;
  background: #111827;
  color: #fff !important;
}

.wm-indicators {
  gap: 10px;
  margin-top: 30px;
}

.wm-indicators span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(16, 24, 39, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #263122;
  font-size: .88rem;
  font-weight: 750;
}

.wm-indicators span::before,
.wm-checks span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wm-green);
}

.wm-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(16, 24, 39, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 34px 80px rgba(16, 24, 39, .14);
  backdrop-filter: blur(12px);
}

.wm-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(130, 189, 3, .18);
  border-radius: 8px;
  pointer-events: none;
}

.wm-panel-head,
.wm-status li,
.wm-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wm-panel-head {
  gap: 18px;
  margin-bottom: 24px;
}

.wm-panel-head strong {
  font-size: 1.2rem;
}

.wm-live,
.wm-ok {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2d6410;
  font-weight: 850;
}

.wm-live::before,
.wm-ok::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--wm-green);
}

.wm-live::before {
  animation: wmPulse 2.4s ease-in-out infinite;
}

.wm-status {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.wm-status li {
  gap: 20px;
  padding: 14px;
  border: 1px solid #e6ecdf;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f9fcf5);
  list-style: none;
}

.wm-status small {
  color: var(--wm-muted);
  font-weight: 700;
}

.wm-last {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--wm-line);
  color: var(--wm-muted);
}

.wm-section {
  padding: 94px 0;
}

.wm-note {
  margin-top: 30px;
  padding: 22px;
  border-left: 5px solid var(--wm-green);
  background: linear-gradient(90deg, rgba(130, 189, 3, .12), rgba(130, 189, 3, .03));
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 850;
}

.wm-words,
.wm-checks {
  gap: 10px;
  margin-top: 24px;
}

.wm-words span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 850;
}

.wm-checks span {
  padding: 14px;
  border: 1px solid var(--wm-line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.wm-checks span::before {
  display: inline-block;
  margin-right: 10px;
}

.wm-list-lines {
  display: grid;
  border-top: 1px solid var(--wm-line);
}

.wm-line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--wm-line);
}

.wm-line b {
  color: var(--wm-green);
  font-size: 1.3rem;
}

.wm-line h3 {
  margin: 0;
  color: #111827;
  font-size: 1.32rem;
}

.wm-line p {
  margin: 8px 0 0;
}

.wm-dark {
  background: #111827;
  color: #fff;
}

.wm-dark h2,
.wm-dark h3,
.wm-dark .wm-kicker {
  color: #fff;
}

.wm-dark p {
  color: rgba(255, 255, 255, .72);
}

.wm-dark .wm-note {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: var(--wm-green);
}

.wm-incidents {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.wm-incident {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.wm-incident span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(130, 189, 3, .16);
  color: #b8f26a;
  font-weight: 900;
}

.wm-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.wm-step {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--wm-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbf4);
  box-shadow: 0 14px 34px rgba(16, 24, 39, .05);
}

.wm-step b {
  display: block;
  color: var(--wm-green);
  font-size: 1.7rem;
}

.wm-step h3 {
  margin: 28px 0 0;
  color: #111827;
}

.wm-step p {
  font-size: 1rem;
}

.wm-price {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .45fr);
  gap: 28px;
  align-items: stretch;
}

.wm-price-card {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  box-shadow: 0 30px 70px rgba(16, 24, 39, .18);
}

.wm-price-card small {
  color: #b8f26a;
  font-weight: 850;
  text-transform: uppercase;
}

.wm-price-card strong {
  font-size: clamp(3.6rem, 8vw, 6.4rem);
  line-height: 1;
}

.wm-price-card span {
  color: rgba(255, 255, 255, .72);
}

.wm-faq {
  background: #f6faf2;
}

.wm-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .45fr) 1fr;
  gap: 54px;
}

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

.wm-faq-item {
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 8px;
  background: #fff;
}

.wm-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}

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

.wm-faq-item h3 {
  margin: 0;
  font-size: 1.05rem;
}

.wm-faq-item summary span::before {
  content: "+";
  color: var(--wm-green);
  font-weight: 900;
}

.wm-faq-item[open] summary span::before {
  content: "-";
}

.wm-faq-answer {
  padding: 0 20px 20px;
}

.wm-faq-answer p {
  margin: 0;
  font-size: 1rem;
}

.wm-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #101827, #1c2b19);
  color: #fff;
  text-align: center;
}

.wm-cta .wm-wrap {
  max-width: 900px;
}

.wm-cta h2 {
  color: #fff;
}

.wm-cta p {
  color: rgba(255, 255, 255, .78);
}

.wm-cta .wm-note {
  border-left: 0;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 1.15rem;
}

.wm-sticky-mobile {
  display: none;
}

.wm-plan-summary-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.wm-plan-summary-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 12%, rgba(130, 189, 3, .18), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(14, 116, 144, .18), transparent 28%);
}

.wm-plan-summary-card {
  min-height: 100%;
}

.wm-plan-summary-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-plan-summary-card li {
  position: relative;
  padding-left: 24px;
}

.wm-plan-summary-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--wm-green);
}

.wm-plan-summary-card.is-featured li::before {
  background: #b8f26a;
}

.wm-plan-audit-cta {
  box-shadow: 0 18px 46px rgba(16, 24, 39, .08);
}

.wm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .58s ease, transform .58s ease;
}

.wm-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes wmPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(130, 189, 3, .38);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(130, 189, 3, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm-page * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .wm-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .wm-hero-grid,
  .wm-split,
  .wm-price,
  .wm-faq-grid {
    grid-template-columns: 1fr;
  }

  .wm-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .wm-wrap {
    width: min(100% - 28px, 1220px);
  }

  .wm-hero {
    padding: 92px 0 66px;
  }

  .wm-section {
    padding: 66px 0;
  }

  .wm-actions,
  .wm-btn {
    width: 100%;
  }

  .wm-checks,
  .wm-process {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wm-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wm-panel {
    padding: 16px;
  }

  .wm-status li {
    align-items: flex-start;
    flex-direction: column;
  }

  .wm-sticky-mobile {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #111827;
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(16, 24, 39, .25);
  }
}
