/* Test only: isolated CSS for vyh-why. Source: Design Library draft. */
.vyh-why .wp-block-group.is-layout-flex { gap: unset; align-items: unset; }
.vyh-why__grid { display: grid !important; grid-template-columns: 1fr 1.4fr 1fr !important; }
.vyh-why__grid > .wp-block-group { width: auto !important; max-width: none !important; }
.vyh-why figure.wp-block-image { margin: 0px !important; }
.vyh-why__grid { gap: 16px !important; }
.vyh-why__testimonial-top { display: flex !important; gap: 12px !important; align-items: flex-start !important; }
.vyh-why__testimonial-top > figure.wp-block-image, .vyh-why__testimonial-top > .wp-block-image { flex-shrink: 0 !important; width: auto !important; margin: 0px !important; }
.vyh-why__testimonial-top > .wp-block-paragraph { min-width: 0px; flex: 1 1 0% !important; width: auto !important; }
.vyh-why__testimonial-author { display: flex !important; flex-direction: column !important; gap: 3px !important; }
.vyh-why__testimonial-author > .wp-block-paragraph { width: auto !important; margin-block: 0px !important; }
p.vyh-why__stat-value, p.vyh-why__stat-title, p.vyh-why__stat-tag, p.vyh-why__quote, p.vyh-why__author-name, p.vyh-why__author-role { margin-block: 0px !important; }
.vyh-why__video-wrap { position: relative !important; overflow: hidden !important; border-radius: 16px !important; }
.vyh-why__video-wrap > figure.wp-block-image, .vyh-why__video-wrap > .wp-block-image { width: 100% !important; margin: 0px !important; display: block !important; }
p.vyh-why__play-btn, p.vyh-why__video-label { margin-block: 0px !important; }
figure.vyh-why__avatar { width: 44px !important; height: 44px !important; border-radius: 50% !important; overflow: hidden !important; flex-shrink: 0 !important; margin: 0px !important; }
figure.vyh-why__avatar img { width: 44px !important; height: 44px !important; border-radius: 50% !important; object-fit: cover !important; display: block !important; }
figure.vyh-why__video-thumb { width: 100% !important; min-height: 220px !important; margin: 0px !important; display: block !important; max-height: 254px !important; }
figure.vyh-why__video-thumb img { width: 100% !important; height: 100% !important; min-height: 265px !important; object-fit: cover !important; display: block !important; border-radius: 16px !important; }
@media (max-width: 768px) {
.vyh-why__grid { grid-template-columns: 1fr !important; gap: 16px !important; }
.vyh-why h2[class*="__heading"] { font-size: 25px !important; line-height: 1.25 !important; }
.vyh-why [class*="__heading"], .vyh-why [class*="__subtext"] { overflow-wrap: break-word !important; }
.vyh-why figure[class*="vyh-"] { max-width: 100% !important; }
.vyh-why figure[class*="vyh-"] img { max-width: 100% !important; }
.vyh-why[class*="vyh-"], .vyh-why [class*="vyh-"] { min-width: 0px !important; }
.vyh-why [class*="vyh-"][class*="__container"] { width: 100% !important; max-width: 100% !important; }
.vyh-why { overflow-x: clip !important; }
}
.vyh-why *, .vyh-why ::before, .vyh-why ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
.vyh-why { width: 100%; background: rgb(255, 255, 255); padding: 20px 0px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.vyh-why__container { max-width: 1200px; margin: 0px auto; padding: 0px 40px; }
.vyh-why__header { text-align: center; margin-bottom: 48px; }
.vyh-why__heading { font-size: 38px; font-weight: 800; color: rgb(17, 17, 17); line-height: 1.2; margin-bottom: 10px; letter-spacing: -0.3px; }
.vyh-why__subtext { font-size: 16px; color: rgb(119, 119, 119); line-height: 1.5; }
.vyh-why__grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.vyh-why__stat-card { border-radius: 16px; padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.vyh-why__stat-card--red { background: rgb(255, 240, 240); }
.vyh-why__stat-card--amber { background: rgb(255, 251, 236); }
.vyh-why__stat-value { font-weight: 900; line-height: 1; letter-spacing: -1px; font-size: 52px !important; }
.vyh-why__stat-value--red { color: rgb(237, 26, 59); }
.vyh-why__stat-value--amber { color: rgb(224, 138, 0); }
.vyh-why__stat-title { font-size: 18px; font-weight: 700; color: rgb(17, 17, 17); line-height: 1.2; }
.vyh-why__stat-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.vyh-why__stat-tag--red { color: rgb(237, 26, 59); }
.vyh-why__stat-tag--amber { color: rgb(224, 138, 0); }
.vyh-why__video-wrap { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; }
.vyh-why__video-thumb { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; min-height: 220px; }
.vyh-why__video-iframe { position: absolute; inset: 0px; width: 100%; height: 100%; border: 0px; border-radius: 16px; z-index: 2; }
.vyh-why__play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%); width: 52px; height: 52px; background: rgba(255, 255, 255, 0.92); border-radius: 50%; align-items: center; justify-content: center; font-size: 18px; color: rgb(237, 26, 59); padding-left: 3px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; pointer-events: none; display: none; }
.vyh-why__video-label { position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.65)); color: rgb(255, 255, 255); font-size: 13px; font-weight: 600; padding: 28px 16px 14px; pointer-events: none; }
.vyh-why__testimonial-card { background: rgb(255, 255, 255); border: 1.5px solid rgb(238, 238, 238); border-radius: 16px; padding: 24px 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.vyh-why__testimonial-top { display: flex; gap: 12px; align-items: flex-start; }
.vyh-why__avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; object-fit: cover; }
.vyh-why__quote { font-size: 14px; color: rgb(51, 51, 51); line-height: 1.6; font-style: italic; }
.vyh-why__testimonial-author { display: flex; flex-direction: column; gap: 3px; }
.vyh-why__author-name { font-size: 14px; font-weight: 700; color: rgb(17, 17, 17); }
.vyh-why__author-role { font-size: 12.5px; font-weight: 600; color: rgb(237, 26, 59); }
@media (max-width: 992px) {
.vyh-why__container { padding: 0px 24px; }
.vyh-why__heading { font-size: 30px; }
.vyh-why__grid { grid-template-columns: 1fr 1.2fr 1fr; gap: 12px; }
.vyh-why__stat-value { font-size: 42px; }
}
@media (max-width: 768px) {
.vyh-why { padding: 20px 0px; }
.vyh-why__container { padding: 0px 20px; }
.vyh-why__heading { font-size: 26px; }
.vyh-why__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
.vyh-why__grid { grid-template-columns: 1fr; }
.vyh-why__stat-value { font-size: 48px; }
}
.vyh-why__header { animation: 0.6s ease 0s 1 normal both running vyhWhyUp; }
@media (prefers-reduced-motion: reduce) {
.vyh-why__header { opacity: 1; animation: auto ease 0s 1 normal none running none; }
}
.vyh-why, .vyh-why * { -webkit-tap-highlight-color: transparent; }
.vyh-why img { max-width: 100%; height: auto; }
@media (max-width: 768px) {
.vyh-why [class*="vyh-"][class*="__heading"] { text-align: center !important; }
}
.vyh-why .success-story-link { text-decoration: underline; text-underline-offset: 2px; }

@keyframes vyhWhyUp { 
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: none; }
}