.wdw-hero-v1,
.wdw-hero-v1 * { box-sizing: border-box; }

.wdw-hero-v1 {
  --wdw-bg: var(--wdw-container-bg);
  --wdw-panel: color-mix(in srgb,var(--wdw-container-elevated-bg) 92%,transparent);
  --wdw-panel-2: color-mix(in srgb,var(--wdw-container-elevated-bg) 94%,transparent);
  --wdw-line: rgba(111, 157, 193, 0.22);
  --wdw-line-strong: rgba(118, 166, 201, 0.34);
  --wdw-text:var(--wdw-text-primary);
  --wdw-muted: #91a6bb;
  --wdw-green: #5ff08d;
  --wdw-green-soft: rgba(95, 240, 141, 0.12);
  --wdw-red: #ff6b76;
  --wdw-red-soft: rgba(255, 107, 118, 0.13);
  --wdw-blue: #64a8ff;
  --wdw-cyan: #67e8f9;
  position: relative;
  isolation: isolate;
  min-height: min(940px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 86px 24px 76px;
  color: var(--wdw-text);
  background:
    radial-gradient(circle at 78% 36%, color-mix(in srgb,var(--wdw-ambient-glow-primary) 18%,transparent), transparent 33%),
    radial-gradient(circle at 20% 2%, color-mix(in srgb,var(--wdw-ambient-glow-secondary) 9%,transparent), transparent 28%),
    linear-gradient(180deg, var(--wdw-container-bg) 0%, var(--wdw-bg) 56%, var(--wdw-page-bg) 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wdw-hero-v1 a {color:inherit; text-decoration: none; }
.wdw-hero-v1 svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.wdw-hero-v1__ambient,
.wdw-hero-v1__grid,
.wdw-hero-v1__orb { position: absolute; inset: 0; pointer-events: none; }

.wdw-hero-v1__ambient { z-index: -1; }

.wdw-hero-v1__grid {
  opacity: .31;
  background-image:
    linear-gradient(rgba(129, 170, 207, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(129, 170, 207, .055) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, color-mix(in srgb,var(--wdw-container-bg) 72%,transparent) 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, color-mix(in srgb,var(--wdw-container-bg) 72%,transparent) 62%, transparent 100%);
}

.wdw-hero-v1__orb { filter: blur(60px); opacity: .45; }
.wdw-hero-v1__orb--one { width: 360px; height: 360px; left: 68%; top: 20%; background:color-mix(in srgb,var(--wdw-ambient-glow-primary) 16%,transparent); border-radius: 50%; }
.wdw-hero-v1__orb--two { width: 260px; height: 260px; left: 10%; top: 18%; background:color-mix(in srgb,var(--wdw-ambient-glow-secondary) 8%,transparent); border-radius: 50%; }

.wdw-hero-v1__shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 6vw, 100px);
  align-items: center;
}

.wdw-hero-v1__copy { position: relative; z-index: 3; max-width: 760px; }

.wdw-hero-v1__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color:var(--wdw-text-secondary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .17em;
}

.wdw-hero-v1__pulse-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--wdw-green);
  box-shadow: 0 0 16px rgba(95,240,141,.7);
}
.wdw-hero-v1__pulse-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border:1px solid rgba(95,240,141,.36);
  border-radius: 50%;
  animation: wdwHeroPulse 1.9s ease-out infinite;
}

.wdw-hero-v1__title {
  margin: 0;
  max-width: 780px;
  color: var(--wdw-text);
  font-size: clamp(48px, 5.3vw, 86px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 850;
  text-wrap: balance;
}

.wdw-hero-v1__title span {
  position: relative;
  display: inline-block;
  color:var(--wdw-text-primary);
  text-shadow: 0 0 32px rgba(66, 150, 255, .16);
}
.wdw-hero-v1__title span::after {
  content: "";
  position: absolute;
  left: 2%; right: 2%; bottom: -.06em;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(100,168,255,.92), transparent);
}

.wdw-hero-v1__lead {
  max-width: 700px;
  margin: 28px 0 0;
  color:var(--wdw-text-secondary);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
  font-weight: 460;
}

.wdw-hero-v1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.wdw-hero-v1__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.wdw-hero-v1__button:hover { transform: translateY(-2px); }
.wdw-hero-v1__button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.wdw-hero-v1__button:hover svg { transform: translateX(3px); }
.wdw-hero-v1__button--primary {
  color:var(--wdw-button-primary-text);
  background: linear-gradient(135deg,var(--wdw-button-primary-bg-start),var(--wdw-button-primary-bg-end));
  border:1px solid var(--wdw-button-primary-border);
  box-shadow: 0 12px 34px rgba(44, 119, 204, .18);
}
.wdw-hero-v1__button--secondary {
  color:var(--wdw-button-secondary-text);
  background:var(--wdw-button-secondary-bg);
  border:1px solid var(--wdw-button-secondary-border);
}
.wdw-hero-v1__button--secondary:hover { background:var(--wdw-button-secondary-hover-bg); border-color:var(--wdw-button-secondary-border); }

.wdw-hero-v1__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  max-width: 750px;
}
.wdw-hero-v1__features span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border:1px solid var(--wdw-field-border-soft);
  border-radius: 999px;
  background:var(--wdw-field-elevated-bg);
  color:var(--wdw-text-secondary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .015em;
}
.wdw-hero-v1__visual {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1100px;
}

.wdw-hero-v1__monitor {
  position: relative;
  z-index: 3;
  width: min(650px, 100%);
  padding: 22px;
  overflow: hidden;
  border:1px solid color-mix(in srgb,var(--wdw-container-border) 30%,transparent);
  border-radius: 22px;
  background: linear-gradient(180deg, color-mix(in srgb,var(--wdw-container-elevated-bg) 96%,transparent), color-mix(in srgb,var(--wdw-container-bg) 96%,transparent));
  box-shadow:
    0 38px 90px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.018) inset,
    0 0 80px rgba(30, 112, 204, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: rotateY(-5deg) rotateX(1.2deg);
  transform-origin: center center;
  transition: transform .35s ease;
}
.wdw-hero-v1__monitor:hover { transform: rotateY(-2deg) rotateX(.5deg) translateY(-3px); }
.wdw-hero-v1__monitor::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.035) 42%, transparent 60%);
  transform: translateX(-90%);
  animation: wdwHeroSheen 8s ease-in-out infinite;
}

.wdw-hero-v1__monitor-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wdw-hero-v1__monitor-kicker { color:var(--wdw-text-muted); font-size: 14px; font-weight: 850; letter-spacing: .17em; }
.wdw-hero-v1__monitor-domain { margin-top: 6px; color:var(--wdw-text-primary); font-size: 18px; font-weight: 760; letter-spacing: -.02em; }

.wdw-hero-v1__overall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border:1px solid rgba(95,240,141,.22);
  border-radius: 999px;
  background: var(--wdw-green-soft);
  color: #8af7aa;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: all .25s ease;
}
.wdw-hero-v1__overall-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wdw-green); box-shadow: 0 0 10px rgba(95,240,141,.65); }
.wdw-hero-v1__overall.is-failing { color: #ff9aa2; border-color:rgba(255,107,118,.34); background: var(--wdw-red-soft); }
.wdw-hero-v1__overall.is-failing .wdw-hero-v1__overall-dot { background: var(--wdw-red); box-shadow: 0 0 12px rgba(255,107,118,.7); }
.wdw-hero-v1__overall.is-alert { color: #ffc2c7; border-color:rgba(255,107,118,.5); background: rgba(255,107,118,.18); }

.wdw-hero-v1__monitor-divider { height: 1px; margin: 18px 0 14px; background: var(--wdw-line); }
.wdw-hero-v1__checks { display: grid; gap: 7px; }

.wdw-hero-v1__check {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 63px;
  padding: 8px 11px;
  border:1px solid transparent;
  border-radius: 12px;
  background:var(--wdw-field-bg);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.wdw-hero-v1__check:hover { transform: translateX(2px); background: rgba(255,255,255,.032); }
.wdw-hero-v1__check--ajax { border-color:color-mix(in srgb,var(--wdw-container-border) 11%,transparent); background: rgba(103,232,249,.026); }
.wdw-hero-v1__check.is-failing { border-color:rgba(255,107,118,.33); background: rgba(255,107,118,.075); }
.wdw-hero-v1__check.is-alert { border-color:rgba(255,107,118,.56); background: rgba(255,107,118,.11); box-shadow: 0 0 24px rgba(255,107,118,.06); }

.wdw-hero-v1__check-icon {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border:1px solid var(--wdw-field-border-soft);
  border-radius: 9px;
  background:var(--wdw-field-elevated-bg);
  color:var(--wdw-text-secondary);
}
.wdw-hero-v1__check-icon svg { width: 19px; height: 19px; }
.wdw-hero-v1__check-copy { min-width: 0; }
.wdw-hero-v1__check-copy strong { display: block; color:var(--wdw-text-primary); font-size: 14px; line-height: 1.2; font-weight: 780; }
.wdw-hero-v1__check-copy small { display: block; margin-top: 4px; color:var(--wdw-text-muted); font-size: 14px; line-height: 1.3; }
.wdw-hero-v1__check-status {
  min-width: 73px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #79ed9b;
  background: rgba(95,240,141,.08);
  border:1px solid rgba(95,240,141,.14);
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .055em;
  transition: all .25s ease;
}
.wdw-hero-v1__check.is-failing .wdw-hero-v1__check-status,
.wdw-hero-v1__check.is-alert .wdw-hero-v1__check-status { color: #ff9ca4; background: rgba(255,107,118,.1); border-color:rgba(255,107,118,.25); }

.wdw-hero-v1__incident {
  display: none;
  margin-top: 12px;
  padding: 14px;
  border:1px solid rgba(255,107,118,.28);
  border-radius: 13px;
  background: rgba(255,107,118,.065);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .26s ease, transform .26s ease;
}
.wdw-hero-v1__incident.is-visible { display: block; opacity: 1; transform: translateY(0); }
.wdw-hero-v1__incident-head { display: flex; align-items: center; gap: 10px; }
.wdw-hero-v1__incident-symbol {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  flex: 0 0 30px;
  border-radius: 9px;
  background: rgba(255,107,118,.15);
  color: #ff9aa2;
  font-weight: 900;
}
.wdw-hero-v1__incident-head strong { display: block; color: #ffe3e5; font-size: 14px; }
.wdw-hero-v1__incident-head span:not(.wdw-hero-v1__incident-symbol) { display: block; margin-top: 3px; color:var(--wdw-text-muted); font-size: 14px; }
.wdw-hero-v1__confirm-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 11px; color:var(--wdw-text-secondary); font-size: 14px; }
.wdw-hero-v1__confirm-row strong { color: #ffc1c6; }
.wdw-hero-v1__progress { height: 4px; margin-top: 7px; overflow: hidden; border-radius: 999px; background:var(--wdw-field-elevated-bg); }
.wdw-hero-v1__progress span { display: block; width: 33%; height: 100%; border-radius: inherit; background: #ff7e88; transition: width .4s ease; }

.wdw-hero-v1__monitor-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 16px;
  padding-top: 15px;
  border-top:1px solid var(--wdw-line);
}
.wdw-hero-v1__monitor-footer > div:not(.wdw-hero-v1__footer-alert) span { display: block; color:var(--wdw-text-muted); font-size: 14px; font-weight: 700; }
.wdw-hero-v1__monitor-footer > div:not(.wdw-hero-v1__footer-alert) strong { display: block; margin-top: 4px; color:var(--wdw-text-primary); font-size: 14px; }
.wdw-hero-v1__footer-alert { display: inline-flex; align-items: center; gap: 7px; justify-self: end; min-height: 31px; padding: 0 10px; border:1px solid rgba(95,240,141,.15); border-radius: 9px; color: #7de89c; background: rgba(95,240,141,.065); font-size: 14px; }
.wdw-hero-v1__footer-alert-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--wdw-green); }
.wdw-hero-v1__footer-alert.is-alert { color: #ffafb5; border-color:rgba(255,107,118,.27); background: rgba(255,107,118,.09); }
.wdw-hero-v1__footer-alert.is-alert .wdw-hero-v1__footer-alert-dot { background: var(--wdw-red); box-shadow: 0 0 10px rgba(255,107,118,.6); }

.wdw-hero-v1__signal-ring {
  position: absolute;
  z-index: 1;
  width: 560px; height: 560px;
  border:1px solid var(--wdw-field-border-soft);
  border-radius: 50%;
  pointer-events: none;
}
.wdw-hero-v1__signal-ring::after { content: ""; position: absolute; inset: 10%; border:1px dashed color-mix(in srgb,var(--wdw-container-border) 7%,transparent); border-radius: inherit; }
.wdw-hero-v1__signal-ring--one { animation: wdwHeroRing 9s linear infinite; }
.wdw-hero-v1__signal-ring--two { width: 690px; height: 690px; opacity: .55; animation: wdwHeroRing 13s linear infinite reverse; }

.wdw-hero-v1__float-card {
  position: absolute;
  z-index: 4;
  width: 172px;
  padding: 13px 14px;
  border:1px solid color-mix(in srgb,var(--wdw-container-border) 21%,transparent);
  border-radius: 13px;
  background: color-mix(in srgb,var(--wdw-container-bg) 90%,transparent);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
}
.wdw-hero-v1__float-card span { display: block; color:var(--wdw-text-muted); font-size: 14px; font-weight: 850; letter-spacing: .13em; }
.wdw-hero-v1__float-card strong { display: block; margin-top: 6px; color:var(--wdw-text-primary); font-size: 14px; }
.wdw-hero-v1__float-card small { display: block; margin-top: 3px; color:var(--wdw-text-muted); font-size: 14px; }
.wdw-hero-v1__float-card--inside { right: -18px; bottom: 105px; animation: wdwHeroFloat 6.4s ease-in-out infinite reverse; }
.wdw-hero-v1__float-card--inside.is-failing { border-color:rgba(255,107,118,.38); }
.wdw-hero-v1__float-card--inside.is-failing strong { color: #ff99a1; }

.wdw-hero-v1__scroll {
  position: absolute;
  left: 50%; bottom: 18px;
  z-index: 4;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color:var(--wdw-text-muted);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .15em;
  white-space: nowrap;
}
.wdw-hero-v1__scroll i { position: relative; display: inline-block; width: 23px; height: 1px; background: #47627c; overflow: hidden; }
.wdw-hero-v1__scroll i::after { content: ""; position: absolute; width: 8px; height: 1px; background: #9ab9d5; animation: wdwHeroScroll 1.5s linear infinite; }

@keyframes wdwHeroPulse { 0% { transform: scale(.65); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes wdwHeroSheen { 0%, 58% { transform: translateX(-90%); opacity: 0; } 64% { opacity: 1; } 78%,100% { transform: translateX(110%); opacity: 0; } }
@keyframes wdwHeroRing { to { transform: rotate(360deg); } }
@keyframes wdwHeroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes wdwHeroScroll { from { transform: translateX(-9px); } to { transform: translateX(25px); } }

@media (max-width: 1180px) {
  .wdw-hero-v1 { min-height: auto; padding-top: 76px; padding-bottom: 84px; }
  .wdw-hero-v1__shell { grid-template-columns: 1fr; gap: 58px; }
  .wdw-hero-v1__copy { max-width: 900px; margin: 0 auto; text-align: center; }
  .wdw-hero-v1__eyebrow, .wdw-hero-v1__features, .wdw-hero-v1__actions { margin-left: auto; margin-right: auto; justify-content: center; }
  .wdw-hero-v1__lead { margin-left: auto; margin-right: auto; }
  .wdw-hero-v1__visual { min-height: 620px; width: min(760px, 100%); margin: 0 auto; }
  .wdw-hero-v1__monitor { transform: none; }
  .wdw-hero-v1__monitor:hover { transform: translateY(-3px); }
  .wdw-hero-v1__float-card--inside { right: 0; }
}

@media (max-width: 720px) {
  .wdw-hero-v1 { padding: 62px 16px 76px; }
  .wdw-hero-v1__eyebrow { font-size: 14px; letter-spacing: .12em; }
  .wdw-hero-v1__title { font-size: clamp(42px, 13vw, 62px); line-height: .98; }
  .wdw-hero-v1__lead { font-size: 16px; line-height: 1.55; }
  .wdw-hero-v1__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .wdw-hero-v1__button { width: 100%; }
  .wdw-hero-v1__features { gap: 6px; }
  .wdw-hero-v1__features span { font-size: 14px; min-height: 29px; }
  .wdw-hero-v1__visual { min-height: auto; padding-top: 18px; }
  .wdw-hero-v1__monitor { padding: 15px; border-radius: 17px; }
  .wdw-hero-v1__monitor-domain { font-size: 15px; }
  .wdw-hero-v1__overall { min-height: 28px; padding: 0 9px; font-size: 14px; }
  .wdw-hero-v1__check { grid-template-columns: 33px minmax(0,1fr) auto; min-height: 58px; padding: 7px; gap: 8px; }
  .wdw-hero-v1__check-icon { width: 31px; height: 31px; }
  .wdw-hero-v1__check-icon svg { width: 17px; height: 17px; }
  .wdw-hero-v1__check-copy strong { font-size: 14px; }
  .wdw-hero-v1__check-copy small { font-size: 14px; }
  .wdw-hero-v1__check-status { min-width: 61px; padding: 5px 6px; font-size: 14px; }
  .wdw-hero-v1__monitor-footer { grid-template-columns: 1fr 1fr; }
  .wdw-hero-v1__footer-alert { grid-column: 1 / -1; width: 100%; justify-self: stretch; justify-content: center; }
  .wdw-hero-v1__float-card, .wdw-hero-v1__signal-ring { display: none; }
  .wdw-hero-v1__scroll { font-size: 14px; bottom: 14px; }
}

@media (max-width: 460px) {
  .wdw-hero-v1__title { letter-spacing: -.045em; }
  .wdw-hero-v1__monitor-top { align-items: flex-start; }
  .wdw-hero-v1__check-status { min-width: 53px; font-size: 14px; }
  .wdw-hero-v1__check-copy small { display: none; }
  .wdw-hero-v1__scroll span { display: none; }
}

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

/* Full-bleed module containment for theme content areas such as Blocksy. */
.wdw-hero-v1 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
