/*
 * Página Sello de Infraestructura Verificada
 * Todo el CSS está limitado a #wilo-secure-page para no modificar el header,
 * el menú móvil, el footer ni ningún componente global de Wilohosting.
 */

#wilo-secure-page {
  background: #222;
  color: #eef2f7;
}

#wilo-secure-page *,
#wilo-secure-page *::before,
#wilo-secure-page *::after {
  box-sizing: border-box;
}

#wilo-secure-page .wsb-hero {
  --wsb-orange: #f97316;
  --wsb-orange-dark: #e85d0b;
  --wsb-white: #fff;
  --wsb-text-soft: rgba(255,255,255,.88);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--wsb-white);
  background: linear-gradient(180deg, #ff8a2b 0%, #f97316 52%, #ea580c 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

#wilo-secure-page .wsb-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(176,57,0,0) 0%, rgba(176,57,0,.05) 45%, rgba(176,57,0,.13) 100%);
}

#wilo-secure-page .wsb-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(700px 420px at 80% 20%, rgba(255,255,255,.18), transparent 68%),
    radial-gradient(500px 340px at 9% 76%, rgba(255,255,255,.10), transparent 72%),
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: auto, auto, 38px 38px, 38px 38px;
}

#wilo-secure-page .wsb-hero__container {
  padding-top: 10px;
  padding-bottom: 30px;
}

#wilo-secure-page .wsb-hero__main {
  min-height: 455px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 52px;
  align-items: start;
  padding-top: 12px;
}

#wilo-secure-page .wsb-hero__copy {
  min-width: 0;
  padding: 18px 0 10px;
}

#wilo-secure-page .wsb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
}

#wilo-secure-page .wsb-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34,197,94,.14);
}

#wilo-secure-page .wsb-hero h1 {
  max-width: 720px;
  margin: 0 0 17px;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

#wilo-secure-page .wsb-hero__lead {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--wsb-text-soft);
  font-size: 16px;
  line-height: 1.65;
}

#wilo-secure-page .wsb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

#wilo-secure-page .wsb-hero__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#wilo-secure-page .wsb-hero__btn:hover {
  transform: translateY(-2px);
}

#wilo-secure-page .wsb-hero__btn--primary {
  background: #fff;
  color: var(--wsb-orange-dark);
  box-shadow: 0 16px 32px -18px rgba(79,26,0,.72);
}

#wilo-secure-page .wsb-hero__btn--primary:hover {
  background: #fff7ed;
}

#wilo-secure-page .wsb-hero__btn--secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(255,255,255,.08);
}

#wilo-secure-page .wsb-hero__btn--secondary:hover {
  background: rgba(255,255,255,.15);
}

#wilo-secure-page .wsb-hero__trust {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 11px;
  background: rgba(49,20,5,.17);
  color: #fff;
  font-size: 11px;
  backdrop-filter: blur(8px);
}

#wilo-secure-page .wsb-hero__trust > span {
  color: rgba(255,255,255,.76);
}

#wilo-secure-page .wsb-hero__visual {
  position: relative;
  min-width: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#wilo-secure-page .wsb-hero__visual-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 4px;
  padding: 0 14px;
}

#wilo-secure-page .wsb-hero__visual-copy span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

#wilo-secure-page .wsb-hero__visual-copy strong {
  display: block;
  max-width: 310px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
}

#wilo-secure-page .wsb-hero__art {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

#wilo-secure-page .wsb-hero__halo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 430px;
  height: 300px;
  transform: translate(-50%, -45%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.24) 0%, rgba(255,255,255,.10) 34%, rgba(255,255,255,0) 72%);
  filter: blur(4px);
  pointer-events: none;
}

#wilo-secure-page .wsb-hero__seal-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 455px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(49,20,5,.15);
  box-shadow: 0 25px 34px -22px rgba(91,31,0,.50);
  backdrop-filter: blur(10px);
}

#wilo-secure-page .wsb-hero__seal-stage img {
  width: 100%;
  height: auto;
}

#wilo-secure-page .wsb-hero__seal-link,
#wilo-secure-page .wsb-preview__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

#wilo-secure-page .wsb-hero__seal-link:focus-visible,
#wilo-secure-page .wsb-preview__link:focus-visible {
  border-radius: 10px;
  outline: 3px solid rgba(255,255,255,.92);
  outline-offset: 4px;
}

#wilo-secure-page .wsb-hero__benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -10px;
}

#wilo-secure-page .wsb-hero__benefit {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

#wilo-secure-page .wsb-hero__benefit-icon {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255,255,255,.12);
}

#wilo-secure-page .wsb-hero__benefit-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#wilo-secure-page .wsb-hero__benefit strong,
#wilo-secure-page .wsb-hero__benefit small {
  display: block;
}

#wilo-secure-page .wsb-hero__benefit strong {
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 1.25;
}

#wilo-secure-page .wsb-hero__benefit small {
  color: rgba(255,255,255,.68);
  font-size: 9px;
  line-height: 1.25;
}

#wilo-secure-page .wsb-hero__services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

#wilo-secure-page .wsb-hero__service {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  color: #252525;
  text-decoration: none;
  box-shadow: 0 12px 28px -20px rgba(70,22,0,.46), inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#wilo-secure-page .wsb-hero__service:hover {
  transform: translateY(-3px);
  border-color: #fff;
  box-shadow: 0 18px 34px -20px rgba(70,22,0,.58), inset 0 1px 0 rgba(255,255,255,1);
}

#wilo-secure-page .wsb-hero__service-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #fff1e7;
  color: var(--wsb-orange);
}

#wilo-secure-page .wsb-hero__service-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#wilo-secure-page .wsb-hero__service-copy {
  min-width: 0;
  flex: 1;
}

#wilo-secure-page .wsb-hero__service-copy strong,
#wilo-secure-page .wsb-hero__service-copy small {
  display: block;
}

#wilo-secure-page .wsb-hero__service-copy strong {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.25;
}

#wilo-secure-page .wsb-hero__service-copy small {
  overflow: hidden;
  color: #777;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wilo-secure-page .wsb-hero__service-arrow {
  color: var(--wsb-orange);
  font-weight: 900;
  transition: transform .2s ease;
}

#wilo-secure-page .wsb-hero__service:hover .wsb-hero__service-arrow {
  transform: translateX(3px);
}

#wilo-secure-page .wsb-section {
  padding: 78px 0;
  background: #222;
}

#wilo-secure-page .wsb-section--bordered {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

#wilo-secure-page .wsb-section__head {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

#wilo-secure-page .wsb-section__head h2,
#wilo-secure-page .wsb-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 3.7vw, 44px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
}

#wilo-secure-page .wsb-section__head p,
#wilo-secure-page .wsb-copy p {
  margin: 15px 0 0;
  color: #cfd6e4;
  line-height: 1.75;
}

#wilo-secure-page .wsb-verify-layout {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 60px;
}

#wilo-secure-page .wsb-copy__list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

#wilo-secure-page .wsb-copy__list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #e9eef7cc;
  font-size: 14px;
}

#wilo-secure-page .wsb-copy__list svg {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #f97316;
}

#wilo-secure-page .wsb-verify {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: #0f1520;
  box-shadow: 0 22px 55px -30px rgba(0,0,0,.75);
}

#wilo-secure-page .wsb-verify__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}

#wilo-secure-page .wsb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

#wilo-secure-page .wsb-domain {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  outline: 0;
  background: #090e16;
  color: #fff;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

#wilo-secure-page .wsb-domain::placeholder {
  color: #768295;
}

#wilo-secure-page .wsb-domain:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 4px rgba(249,115,22,.12);
}

#wilo-secure-page .wsb-verify__body {
  min-height: 270px;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
}

#wilo-secure-page .wsb-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.08);
}

#wilo-secure-page .wsb-result__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: #cfd6e4;
  background: rgba(255,255,255,.04);
}

#wilo-secure-page .wsb-result__domain {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

#wilo-secure-page .wsb-result__state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(255,255,255,.07);
  color: #cfd6e4;
  font-size: 12px;
  font-weight: 800;
}

#wilo-secure-page .wsb-result__state.is-ok {
  background: rgba(34,197,94,.15);
  color: #8beaac;
}

#wilo-secure-page .wsb-result__state.is-error {
  background: rgba(248,113,113,.13);
  color: #fca5a5;
}

#wilo-secure-page .wsb-details {
  padding: 28px;
}

#wilo-secure-page .wsb-details h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
}

#wilo-secure-page .wsb-details dl {
  margin: 0;
}

#wilo-secure-page .wsb-detail {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
}

#wilo-secure-page .wsb-detail dt {
  color: #8995a6;
}

#wilo-secure-page .wsb-detail dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #dce3ed;
}

#wilo-secure-page .wsb-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 0;
  color: #8d99aa;
  font-size: 11px;
  line-height: 1.55;
}

#wilo-secure-page .wsb-notice svg {
  flex: 0 0 auto;
  margin-top: 2px;
}

#wilo-secure-page .wsb-badges {
  background: linear-gradient(180deg, #fb923c 0%, #f97316 100%);
}

#wilo-secure-page .wsb-badges .wsb-section__head h2 {
  color: #fff;
}

#wilo-secure-page .wsb-badges .wsb-section__head p {
  color: rgba(255,255,255,.9);
}

#wilo-secure-page .wsb-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

#wilo-secure-page .wsb-badge-card {
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(210px, 1.15fr);
  grid-template-rows: auto auto auto 22px;
  gap: 16px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 22px;
  background: rgba(15,21,32,.94);
  box-shadow: 0 20px 48px -28px rgba(0,0,0,.7);
}

#wilo-secure-page .wsb-badge-card h3 {
  grid-column: 1 / -1;
  margin: 0;
  color: #fff;
  font-size: 17px;
}

#wilo-secure-page .wsb-preview {
  grid-row: 2 / 5;
  min-height: 170px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  padding: 18px;
}

#wilo-secure-page .wsb-preview--light {
  background: #f3f5f8;
}

#wilo-secure-page .wsb-preview--dark {
  border: 1px solid rgba(255,255,255,.08);
  background: #080d14;
}

#wilo-secure-page .wsb-preview img {
  width: 100%;
  height: auto;
}

#wilo-secure-page .wsb-preview__link {
  width: min(100%, 340px);
}

#wilo-secure-page .wsb-code {
  grid-column: 2;
  min-height: 110px;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  background: #080d14;
  color: #cbd5e1;
  padding: 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

#wilo-secure-page .wsb-card-actions {
  grid-column: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#wilo-secure-page .wsb-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#wilo-secure-page .wsb-feedback {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8beaac;
  font-size: 11px;
  opacity: 0;
  transition: opacity .15s ease;
}

#wilo-secure-page .wsb-feedback.is-visible {
  opacity: 1;
}

#wilo-secure-page .wsb-usage {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 920px;
  margin: 22px auto 0;
  color: rgba(255,255,255,.9);
  font-size: 12px;
}

#wilo-secure-page .wsb-usage svg {
  flex: 0 0 auto;
  margin-top: 2px;
}

#wilo-secure-page .wsb-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: #0f1520;
}

#wilo-secure-page .wsb-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 28px;
}

#wilo-secure-page .wsb-step + .wsb-step {
  border-left: 1px solid rgba(255,255,255,.08);
}

#wilo-secure-page .wsb-step__number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid #f97316;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

#wilo-secure-page .wsb-step h3 {
  margin: 1px 0 0;
  color: #fff;
  font-size: 16px;
}

#wilo-secure-page .wsb-step p {
  margin: 7px 0 0;
  color: #aeb8c6;
  font-size: 12px;
  line-height: 1.6;
}

#wilo-secure-page .wsb-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: wsb-spin .7s linear infinite;
}

@keyframes wsb-spin {
  to { transform: rotate(360deg); }
}

@media (min-width: 901px) and (max-height: 850px) {
  #wilo-secure-page .wsb-hero__container {
    padding-top: 4px;
    padding-bottom: 22px;
  }

  #wilo-secure-page .wsb-hero__main {
    min-height: 390px;
    gap: 42px;
    padding-top: 6px;
  }

  #wilo-secure-page .wsb-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(36px, 4vw, 52px);
  }

  #wilo-secure-page .wsb-hero__eyebrow,
  #wilo-secure-page .wsb-hero__actions {
    margin-bottom: 13px;
  }

  #wilo-secure-page .wsb-hero__lead {
    margin-bottom: 16px;
    font-size: 15px;
  }

  #wilo-secure-page .wsb-hero__art {
    min-height: 285px;
  }

  #wilo-secure-page .wsb-hero__services {
    margin-top: 12px;
  }

  #wilo-secure-page .wsb-hero__service {
    padding: 11px 13px;
  }
}

@media (max-width: 1100px) {
  #wilo-secure-page .wsb-hero__main {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
    gap: 32px;
  }

  #wilo-secure-page .wsb-hero__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #wilo-secure-page .wsb-badge-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  #wilo-secure-page .wsb-verify-layout {
    grid-template-columns: 1fr;
  }

  #wilo-secure-page .wsb-hero__container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #wilo-secure-page .wsb-hero__main {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #wilo-secure-page .wsb-hero__copy {
    text-align: center;
  }

  #wilo-secure-page .wsb-hero__eyebrow,
  #wilo-secure-page .wsb-hero__trust,
  #wilo-secure-page .wsb-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  #wilo-secure-page .wsb-hero__actions {
    justify-content: center;
  }

  #wilo-secure-page .wsb-hero__visual {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  #wilo-secure-page .wsb-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  #wilo-secure-page .wsb-copy__list {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  #wilo-secure-page .wsb-steps {
    grid-template-columns: 1fr;
  }

  #wilo-secure-page .wsb-step + .wsb-step {
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }
}

@media (max-width: 650px) {
  #wilo-secure-page .wsb-hero__container {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  #wilo-secure-page .wsb-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  #wilo-secure-page .wsb-hero__lead {
    font-size: 15px;
  }

  #wilo-secure-page .wsb-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #wilo-secure-page .wsb-hero__btn {
    width: 100%;
  }

  #wilo-secure-page .wsb-hero__trust {
    justify-content: center;
  }

  #wilo-secure-page .wsb-hero__visual-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  #wilo-secure-page .wsb-hero__visual-copy strong {
    text-align: left;
  }

  #wilo-secure-page .wsb-hero__art {
    min-height: 275px;
  }

  #wilo-secure-page .wsb-hero__seal-stage {
    padding: 18px;
  }

  #wilo-secure-page .wsb-hero__benefits,
  #wilo-secure-page .wsb-hero__services {
    grid-template-columns: 1fr;
  }

  #wilo-secure-page .wsb-hero__benefits {
    margin-top: 0;
  }

  #wilo-secure-page .wsb-section {
    padding: 60px 0;
  }

  #wilo-secure-page .wsb-verify__form,
  #wilo-secure-page .wsb-verify__body {
    grid-template-columns: 1fr;
  }

  #wilo-secure-page .wsb-result {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  #wilo-secure-page .wsb-detail {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  #wilo-secure-page .wsb-badge-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 16px;
  }

  #wilo-secure-page .wsb-badge-card h3,
  #wilo-secure-page .wsb-preview,
  #wilo-secure-page .wsb-code,
  #wilo-secure-page .wsb-card-actions,
  #wilo-secure-page .wsb-feedback {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  #wilo-secure-page *,
  #wilo-secure-page *::before,
  #wilo-secure-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
