/* Isolated CSS for vyh-hero. Source: Design Library draft. */
.vyh-hero .wp-block-group.is-layout-flex { gap: unset; align-items: unset; }
.vyh-hero__container, .vyh-hero__ratings { display: flex !important; flex-direction: row !important; }
.vyh-hero__container > .wp-block-group { flex-shrink: 1 !important; width: auto !important; }
.vyh-hero__ratings > .wp-block-group { width: auto !important; }
.vyh-hero__cta .wp-block-button__link { display: inline-flex !important; align-items: center !important; gap: 10px !important; font-weight: 700 !important; font-size: 20px !important; padding: 14px 48px !important; }
.vyh-hero__cta-wrap { margin-bottom: 30px; }
.vyh-hero__rating-card > figure.wp-block-image, .vyh-hero__rating-card > .wp-block-image { flex-shrink: 0 !important; width: auto !important; margin: 0px !important; }
.vyh-hero__rating-card > .wp-block-group { min-width: 0px; flex: 1 1 0% !important; width: auto !important; }
.vyh-hero__rating-info { display: flex !important; flex-direction: column !important; gap: 2px !important; }
.vyh-hero__rating-info > .wp-block-group { width: auto !important; }
.vyh-hero__rating-row { display: flex !important; align-items: center !important; gap: 6px !important; flex-wrap: nowrap !important; }
.vyh-hero__rating-row > .wp-block-paragraph { width: auto !important; flex-shrink: 0 !important; margin: 0px !important; }
p.vyh-hero__trust-badge, p.vyh-hero__stars, p.vyh-hero__rating-score, p.vyh-hero__rating-label { margin-block: 0px !important; }
.vyh-hero figure.wp-block-image { margin: 0px !important; }
figure.vyh-hero__rating-icon { flex-shrink: 0 !important; }
figure.vyh-hero__rating-icon img { width: 32px !important; height: 32px !important; display: block !important; border-radius: 6px !important; }
figure.vyh-hero__product-img img { width: 100% !important; height: auto !important; }
figure.vyh-hero__platform-badge img { display: block !important; width: 100% !important; height: auto !important; }
.vyh-hero__ratings > figure.wp-block-image, .vyh-hero__ratings > .wp-block-image { width: auto !important; margin: 0px !important; }
figure.vyh-hero__rating-card-img { display: block !important; }
figure.vyh-hero__rating-card-img img { height: 60px !important; width: auto !important; display: block !important; }
figure.vyh-hero__product-img, figure.vyh-hero__product-img img { background: transparent !important; }
@media (max-width: 768px) {
.vyh-hero__container { flex-direction: column !important; align-items: stretch !important; }
.vyh-hero__ratings { flex-wrap: nowrap !important; justify-content: flex-start !important; }
.vyh-hero__rating-card { flex: 1 1 0px !important; }
h1.vyh-hero__heading { font-size: 33px !important; line-height: 1.18 !important; text-align: left !important; }
.vyh-hero [class*="__heading"], .vyh-hero [class*="__subtext"] { overflow-wrap: break-word !important; }
.vyh-hero figure[class*="vyh-"] { max-width: 100% !important; }
.vyh-hero figure[class*="vyh-"] img { max-width: 100% !important; }
.vyh-hero[class*="vyh-"], .vyh-hero [class*="vyh-"] { min-width: 0px !important; }
.vyh-hero [class*="vyh-"][class*="__content"], .vyh-hero [class*="vyh-"][class*="__container"] { width: 100% !important; max-width: 100% !important; }
.vyh-hero { overflow-x: clip !important; }
}
.vyh-hero *, .vyh-hero ::before, .vyh-hero ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
.vyh-hero { width: 100%; background: rgb(255, 255, 255); padding: 24px 0px 60px; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; display: flex; justify-content: center; }
.vyh-hero__container { margin: 0px auto; padding: 0px 40px; display: flex; align-items: center; gap: 40px; }
.vyh-hero__content { flex: 0 0 48%; max-width: 540px; }
.vyh-hero__trust-badge { display: inline-block; border: 1.5px solid rgb(237, 26, 59); border-radius: 50px; padding: 5px 16px; margin-bottom: 20px; }
.vyh-hero__trust-badge span { font-size: 13px; font-weight: 700; color: rgb(237, 26, 59); letter-spacing: 0.01em; }
.vyh-hero__heading { font-size: 46px; font-weight: 800; line-height: 1.15; color: rgb(17, 17, 17); margin-bottom: 20px; letter-spacing: -0.5px; }
.vyh-hero__subtext { font-size: 16px; line-height: 1.65; color: rgb(68, 68, 68); max-width: 480px; }
.vyh-hero__cta-wrap { margin-bottom: 30px; }
.vyh-hero__cta { display: inline-flex; align-items: center; gap: 10px; background: rgb(237, 26, 59); color: rgb(255, 255, 255); text-decoration: none; font-size: 16px; font-weight: 700; border-radius: 50px; transition: background 0.2s, transform 0.15s; }
.vyh-hero__cta:hover { background: rgb(196, 21, 48); transform: translateY(-1px); color: rgb(255, 255, 255); text-decoration: none; }
.vyh-hero__cta-icon { flex-shrink: 0; width: 20px; height: 20px; }
.vyh-hero__ratings { display: flex; gap: 12px; flex-wrap: wrap; }
.vyh-hero__rating-card { display: flex; align-items: center; gap: 10px; background: rgb(255, 255, 255); border: 1.5px solid rgb(232, 232, 232); border-radius: 10px; padding: 10px 14px; min-width: 130px; }
.vyh-hero__rating-icon { flex-shrink: 0; width: 32px; height: 32px; display: block; border-radius: 6px; }
.vyh-hero__rating-info { display: flex; flex-direction: column; gap: 2px; }
.vyh-hero__rating-score { font-size: 16px; font-weight: 700; color: rgb(17, 17, 17); line-height: 1; }
.vyh-hero__stars { display: flex; gap: 1px; }
.vyh-hero__rating-label { font-size: 11px; color: rgb(119, 119, 119); line-height: 1; }
.vyh-hero__visual { flex: 1 1 0%; display: flex; align-items: center; justify-content: center; background: white; border-radius: 24px; padding: 30px; }
.vyh-hero__product-img { width: 100%; max-width: 560px; height: auto; display: block; border-radius: 12px; filter: drop-shadow(rgba(17, 17, 17, 0.12) 0px 18px 36px); }
.vyh-hero__trust-badge, .vyh-hero__heading, .vyh-hero__subtext, .vyh-hero__ratings { animation: 0.6s ease 0s 1 normal both running vyh-hero--vyhUp; }
.vyh-hero__trust-badge { animation-delay: 0.05s; }
.vyh-hero__heading { animation-delay: 0.15s; }
.vyh-hero__subtext { animation-delay: 0.25s; }
.vyh-hero__ratings { animation-delay: 0.45s; }
.vyh-hero__cta-wrap { animation: 0.6s ease 0.35s 1 normal both running vyh-hero--vyhFade; }
.vyh-hero__visual { animation: 0.8s ease 0.3s 1 normal both running vyh-hero--vyhPanel; }
@media (prefers-reduced-motion: reduce) {
.vyh-hero__trust-badge, .vyh-hero__heading, .vyh-hero__subtext, .vyh-hero__ratings, .vyh-hero__cta-wrap, .vyh-hero__visual { opacity: 1; animation: auto ease 0s 1 normal none running none; }
}
@media (max-width: 992px) {
.vyh-hero__container { gap: 32px; padding: 0px 24px; }
.vyh-hero__heading { font-size: 36px; }
.vyh-hero__product-img { max-width: 480px; }
}
@media (max-width: 768px) {
.vyh-hero { padding: 40px 0px 0px; }
.vyh-hero__container { flex-direction: column; gap: 36px; padding: 0px 20px; }
.vyh-hero__content { flex: 0 0 auto; max-width: 100%; text-align: center; align-items: center; }
.vyh-hero__trust-badge { margin: 0px auto 20px; }
.vyh-hero__heading { font-size: 33px; line-height: 1.18; }
.vyh-hero__subtext { font-size: 15px; margin-bottom: 20px !important; }
.vyh-hero__cta-wrap { display: flex; justify-content: center; margin-bottom: 10px !important; }
.vyh-hero__ratings { justify-content: center; flex-wrap: nowrap; }
.vyh-hero__rating-card { flex: 1 1 0px; min-width: 0px; }
.vyh-hero__visual { width: 100%; justify-content: center; }
.vyh-hero__product-img { max-width: 100%; }
figure.vyh-hero__rating-card-img img { height: 48px !important; }
}
@media (max-width: 480px) {
.vyh-hero__heading { font-size: 26px; }
.vyh-hero__rating-card { min-width: 110px; }
}
@media (max-width: 768px) {
.vyh-local .vyh-hero__cta-wrap { justify-content: center !important; margin-bottom: 10px !important; }
}
.vyh-hero, .vyh-hero * { -webkit-tap-highlight-color: transparent; }
.vyh-hero img { max-width: 100%; height: auto; }
@media (max-width: 768px) {
.vyh-hero [class*="vyh-"][class*="__heading"] { text-align: center !important; }
}

@keyframes vyh-hero--vyhUp { 
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: none; }
}

@keyframes vyh-hero--vyhFade { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes vyh-hero--vyhPanel { 
  0% { opacity: 0; transform: scale(0.97); }
  100% { opacity: 1; transform: none; }
}
