/*
 * Rolling Suds V10.1 Link-Safe Art Direction
 *
 * CRITICAL:
 * This stylesheet intentionally DOES NOT style generic anchors.
 * No display/padding/width/height/pointer-events rules are applied to links.
 */

body.rsv101-link-safe-art{
  --rs101-line:#d9e4eb;
  --rs101-shadow:0 8px 24px rgba(6,47,80,.065);
  --rs101-shadow-hover:0 11px 28px rgba(6,47,80,.085);
}

/* Large content images only. */
body.rsv101-link-safe-art .rsv101-content-image{
  border-radius:16px!important;
  border:1px solid rgba(13,73,111,.10)!important;
  box-shadow:0 11px 30px rgba(6,47,80,.085)!important;
}

/* Non-link cards only. */
body.rsv101-link-safe-art .rsv101-card{
  border:1px solid var(--rs101-line)!important;
  border-radius:13px!important;
  box-shadow:0 4px 14px rgba(6,47,80,.04)!important;
  transition:
    transform .15s ease,
    box-shadow .15s ease,
    border-color .15s ease!important;
}

body.rsv101-link-safe-art .rsv101-card:hover{
  transform:translateY(-1px);
  border-color:#bfd2de!important;
  box-shadow:var(--rs101-shadow-hover)!important;
}

/* V8.3 CTA: spacing/type only. No button or anchor styling. */
body.rsv101-link-safe-art .rsv83-native-cta{
  margin-top:30px!important;
  margin-bottom:46px!important;
  border-radius:19px!important;
}

body.rsv101-link-safe-art .rsv83-native-cta h1,
body.rsv101-link-safe-art .rsv83-native-cta h2,
body.rsv101-link-safe-art .rsv83-native-cta h3{
  letter-spacing:-.03em!important;
  line-height:1.04!important;
}

body.rsv101-link-safe-art .rsv83-native-cta p{
  line-height:1.6!important;
}

/* V4 non-link cards only. */
body.rsv101-link-safe-art .rsv4-commercial-decision{
  border-color:var(--rs101-line)!important;
  box-shadow:none!important;
}

body.rsv101-link-safe-art .rsv4-decision-grid article{
  background:#fff!important;
}

body.rsv101-link-safe-art .rsv82-recurring-fixed{
  box-shadow:0 13px 32px rgba(6,47,80,.09)!important;
}

/* Footer: non-link column surfaces only.
   V8.2 continues to own footer link colors/click behavior. */
body.rsv101-link-safe-art .rsv101-footer-card{
  border-color:rgba(255,255,255,.20)!important;
  box-shadow:none!important;
}

body.rsv101-link-safe-art .rsv101-footer-card:first-of-type{
  border-color:rgba(255,255,255,.30)!important;
}

/* FAQ finish. */
body.rsv101-link-safe-art .rsv7-faq-section{
  box-shadow:none!important;
}

/* Reduced motion. */
@media (prefers-reduced-motion: reduce){
  body.rsv101-link-safe-art .rsv101-card{
    transition:none!important;
  }

  body.rsv101-link-safe-art .rsv101-card:hover{
    transform:none!important;
  }
}
