/* Desktop-only redesign of the "Why WMF" section. Mobile keeps the original UI. */
@media (min-width: 992px) {
  #why-wmf.wmf-v211-desktop {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  #why-wmf.wmf-v211-desktop .why-shell {
    display: grid !important;
    gap: 18px !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-copy,
  #why-wmf.wmf-v211-desktop .why-hero-media,
  #why-wmf.wmf-v211-desktop .why-benefits-panel,
  #why-wmf.wmf-v211-desktop .why-tech-panel {
    border: 1px solid rgba(211, 162, 118, .28) !important;
    border-radius: 24px !important;
    background: linear-gradient(145deg, rgba(20, 24, 29, .98), rgba(12, 15, 19, .99)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
    box-sizing: border-box !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 485px !important;
    padding: clamp(34px, 3.5vw, 58px) !important;
  }

  #why-wmf.wmf-v211-desktop .why-eyebrow {
    margin: 0 !important;
    color: #d3a276 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase !important;
  }

  #why-wmf.wmf-v211-desktop .why-accent {
    display: block !important;
    width: 82px !important;
    height: 2px !important;
    margin: 14px 0 24px !important;
    background: #d3a276 !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-copy h2 {
    max-width: 760px !important;
    margin: 0 !important;
    color: #f7f5f1 !important;
    font-size: clamp(42px, 4vw, 62px) !important;
    font-weight: 760 !important;
    line-height: 1.04 !important;
    letter-spacing: -.035em !important;
  }

  #why-wmf.wmf-v211-desktop .why-v211-intro-list {
    max-width: 760px !important;
    margin: 26px 0 0 !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 15px !important;
    font-weight: 450 !important;
    line-height: 1.48 !important;
  }

  #why-wmf.wmf-v211-desktop .why-v211-intro-list > span {
    display: block !important;
    margin-bottom: 8px !important;
    color: rgba(255, 255, 255, .88) !important;
    font-weight: 700 !important;
  }

  #why-wmf.wmf-v211-desktop .why-v211-intro-list ul {
    display: grid !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-v211-intro-list li {
    position: relative !important;
    margin: 0 !important;
    padding-left: 18px !important;
  }

  #why-wmf.wmf-v211-desktop .why-v211-intro-list li::before {
    content: "\2014" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #d3a276 !important;
  }

  #why-wmf.wmf-v211-desktop .why-kicker {
    display: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-media {
    position: relative !important;
    min-height: 485px !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-media::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, transparent 68%, rgba(5, 7, 9, .18)) !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 485px !important;
    max-height: 560px !important;
    object-fit: cover !important;
    object-position: center 54% !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1.36fr) minmax(330px, .84fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefits-panel,
  #why-wmf.wmf-v211-desktop .why-tech-panel {
    min-width: 0 !important;
    padding: 28px !important;
  }

  #why-wmf.wmf-v211-desktop .why-panel-title {
    margin: 0 0 20px !important;
    color: #d3a276 !important;
    font-size: clamp(20px, 1.7vw, 26px) !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    letter-spacing: .055em !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-card {
    display: flex !important;
    min-height: 126px !important;
    margin: 0 !important;
    padding: 20px !important;
    overflow: hidden !important;
    border: 1px solid rgba(211, 162, 118, .22) !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .014)) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-image {
    display: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  #why-wmf.wmf-v211-desktop .why-line-icon {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 1px solid rgba(211, 162, 118, .32) !important;
    border-radius: 13px !important;
    color: #d3a276 !important;
    background: rgba(211, 162, 118, .055) !important;
  }

  #why-wmf.wmf-v211-desktop .why-line-icon svg {
    width: 23px !important;
    height: 23px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.6 !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy h3 {
    margin: 0 0 7px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .62) !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  #why-wmf.wmf-v211-desktop .why-tech-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  #why-wmf.wmf-v211-desktop .why-tech-item {
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(255, 255, 255, .075) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .025) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-tech-item[data-v211-hidden-tech] {
    display: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-tech-icon {
    display: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-tech-item h3 {
    margin: 0 0 4px !important;
    color: #f5f3ef !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
  }

  #why-wmf.wmf-v211-desktop .why-tech-item p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .56) !important;
    font-size: 12px !important;
    line-height: 1.38 !important;
  }

  #why-wmf.wmf-v211-desktop .why-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  #why-wmf.wmf-v211-desktop .why-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 56px !important;
    padding: 0 20px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  #why-wmf.wmf-v211-desktop .why-btn-primary {
    border: 1px solid #d9aa7d !important;
    color: #111315 !important;
    background: linear-gradient(180deg, #e4b88a, #d49b67) !important;
  }

  #why-wmf.wmf-v211-desktop .why-btn-secondary {
    border: 1px solid rgba(211, 162, 118, .42) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .015) !important;
  }

  #why-wmf.wmf-v211-desktop .why-btn:hover {
    transform: translateY(-1px) !important;
  }

  .wmf-lead-dialog.is-v211-partnership .wmf-lead-head h2 {
    font-size: clamp(30px, 3vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .wmf-lead-dialog.is-v211-partnership .wmf-lead-head p {
    max-width: 650px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .wmf-lead-dialog.is-v211-partnership .wmf-lead-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wmf-lead-dialog.is-v211-partnership .wmf-lead-privacy {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .why-v211-video-dialog {
    width: min(1060px, calc(100vw - 56px)) !important;
    max-width: 1060px !important;
    margin: auto !important;
    padding: 24px !important;
    overflow: visible !important;
    border: 1px solid rgba(211, 162, 118, .42) !important;
    border-radius: 24px !important;
    color: #fff !important;
    background: #0c1014 !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .72) !important;
  }

  .why-v211-video-dialog::backdrop {
    background: rgba(0, 0, 0, .82) !important;
    backdrop-filter: blur(8px) !important;
  }

  .why-v211-video-dialog h2 {
    margin: 0 48px 18px 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .why-v211-video-dialog video {
    display: block !important;
    width: 100% !important;
    max-height: calc(100vh - 180px) !important;
    border-radius: 16px !important;
    background: #000 !important;
  }

  .why-v211-video-close {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 1px solid rgba(211, 162, 118, .38) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: #13181d !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  #why-wmf.wmf-v211-desktop .why-hero-copy h2 {
    font-size: clamp(38px, 4vw, 50px) !important;
  }

  #why-wmf.wmf-v211-desktop .why-body {
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr) !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-card {
    min-height: 140px !important;
    padding: 16px !important;
  }

  #why-wmf.wmf-v211-desktop .why-btn {
    padding-inline: 12px !important;
    font-size: 12px !important;
  }
}
