.video-testimonial-section.cael-video-testimonial{background-color:var(--video-bg-color, #ffffff);background-image:var(--video-background-gradient, none);padding:var(--video-section-padding-top, 100px) 20px var(--video-section-padding-bottom, 100px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--video-text-color, #1f2937);position:relative;overflow:hidden}.video-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:var(--video-bg-image-desktop);background-position:var(--video-bg-position, center center);background-size:var(--video-bg-size, cover);background-repeat:var(--video-bg-repeat, no-repeat);background-attachment:fixed}.video-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:var(--video-bg-overlay-color, #000000);opacity:var(--video-bg-overlay-opacity, .1)}@media (max-width: 768px){.video-background-image{background-image:var(--video-bg-image-mobile);background-attachment:scroll}}.video-testimonial-container{max-width:var(--video-container-max-width, 1200px);margin:0 auto;padding:0 24px;position:relative;z-index:2}.video-testimonial-header{text-align:center;margin-bottom:64px;max-width:800px;margin-left:auto;margin-right:auto}.video-testimonial-headline{font-size:var(--video-headline-size, 36px);font-weight:var(--video-headline-weight, 700);line-height:var(--video-headline-line-height, 1.2);color:var(--video-headline-color, #111827);margin:0 0 20px;letter-spacing:-.02em}.video-testimonial-headline[data-gradient=true]{background:var(--video-headline-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.video-testimonial-subtext{font-size:var(--video-subtext-size, 20px);font-weight:var(--video-subtext-weight, 400);color:var(--video-subtext-color, #6b7280);margin:0;line-height:1.5}.video-content-wrapper{display:grid;gap:48px;align-items:start}.video-content-wrapper[data-layout=centered]{grid-template-columns:1fr;text-align:center}.video-content-wrapper[data-layout=left-aligned]{grid-template-columns:2fr 1fr;text-align:left}.video-content-wrapper[data-layout=right-aligned]{grid-template-columns:1fr 2fr;text-align:left}.video-content-wrapper[data-layout=full-width]{grid-template-columns:1fr;max-width:100%}.video-player-container{position:relative;background:var(--video-player-bg, #000000);border-radius:var(--video-player-border-radius, 16px);overflow:hidden;transition:all var(--video-animation-speed, .4s) ease}.video-player-container[data-style=elevated]{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid var(--video-player-border, #e5e7eb)}.video-player-container[data-style=minimal]{box-shadow:none;border:none;border-radius:8px}.video-player-container[data-style=bordered]{border:3px solid var(--video-player-border, #e5e7eb);box-shadow:none}.video-player-container[data-style=rounded]{border-radius:24px;box-shadow:0 10px 15px -3px #0000001a}.video-player-container[data-style=glassmorphism]{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.video-player-container[data-style=cinematic]{border-radius:4px;box-shadow:0 0 0 8px #000c,0 25px 50px -12px #00000040}.video-player-container:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #00000026}.video-player-container[data-style=minimal]:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.video-embed-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.video-embed-wrapper iframe,.video-embed-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-embed-wrapper video{object-fit:cover}.video-placeholder{display:flex;align-items:center;justify-content:center;min-height:300px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280;text-align:center}.video-placeholder-content{display:flex;flex-direction:column;align-items:center;gap:16px}.video-placeholder-content svg{opacity:.5}.video-placeholder-content p{margin:0;font-size:16px;font-weight:500}.video-supporting-content{display:flex;flex-direction:column;gap:32px}.video-supporting-content[data-position=above]{order:-1}.video-supporting-content[data-position=side]{justify-self:start}.video-quote{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid var(--video-accent-color, #059669);border-radius:12px;padding:32px;margin:0;position:relative}.video-quote:before{content:'"';position:absolute;top:-10px;left:20px;font-size:64px;font-weight:700;color:var(--video-accent-color, #059669);opacity:.3;line-height:1}.video-quote-text{font-size:20px;font-weight:500;color:var(--video-text-color, #1f2937);margin:0 0 16px;font-style:italic;line-height:1.4}.video-quote-author{display:block;font-size:16px;font-weight:600;color:var(--video-accent-color, #059669);font-style:normal}.video-description{font-size:18px;line-height:1.6;color:var(--video-text-color, #1f2937)}.video-description p{margin:0}.video-key-points{display:flex;flex-direction:column;gap:16px}.video-key-point{display:flex;align-items:center;gap:12px;font-size:16px;line-height:1.5}.key-point-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--video-accent-color, #059669);color:#fff;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}.key-point-text{color:var(--video-text-color, #1f2937);font-weight:500}@media (max-width: 1024px){.video-content-wrapper[data-layout=left-aligned],.video-content-wrapper[data-layout=right-aligned]{grid-template-columns:1fr;gap:32px}.video-testimonial-header{margin-bottom:48px}.video-testimonial-headline{font-size:calc(var(--video-headline-size, 36px) * .9)}}@media (max-width: 768px){.video-testimonial-section.cael-video-testimonial{padding:var(--mobile-padding, 40px) 16px}.video-testimonial-container{padding:0 16px}.video-testimonial-header{margin-bottom:32px}.video-testimonial-headline{font-size:calc(var(--video-headline-size, 36px) * .8);margin-bottom:16px}.video-testimonial-subtext{font-size:calc(var(--video-subtext-size, 20px) * .9)}.video-content-wrapper{gap:24px}.video-quote{padding:24px}.video-quote-text{font-size:18px}.video-key-points{gap:12px}}@media (max-width: 480px){.video-testimonial-headline{font-size:calc(var(--video-headline-size, 36px) * .7)}.video-testimonial-subtext{font-size:calc(var(--video-subtext-size, 20px) * .8)}.video-quote{padding:20px}.video-quote-text{font-size:16px}.video-player-container:hover{transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.video-testimonial-header[data-animation=fade-up]{animation:fadeInUp var(--video-animation-speed, .4s) ease forwards}.video-testimonial-header[data-animation=fade-in]{animation:fadeIn var(--video-animation-speed, .4s) ease forwards}.video-testimonial-header[data-animation=slide-up]{animation:slideUp var(--video-animation-speed, .4s) ease forwards}.video-testimonial-header[data-animation=zoom-in]{animation:zoomIn var(--video-animation-speed, .4s) ease forwards}.video-content-wrapper[data-animation=fade-up]{animation:fadeInUp var(--video-animation-speed, .4s) ease .2s forwards;opacity:0}.video-content-wrapper[data-animation=fade-in]{animation:fadeIn var(--video-animation-speed, .4s) ease .2s forwards;opacity:0}.video-content-wrapper[data-animation=slide-up]{animation:slideUp var(--video-animation-speed, .4s) ease .2s forwards;opacity:0}.video-content-wrapper[data-animation=zoom-in]{animation:zoomIn var(--video-animation-speed, .4s) ease .2s forwards;opacity:0}.video-content-wrapper[data-animation=slide-left]{animation:slideLeft var(--video-animation-speed, .4s) ease .2s forwards;opacity:0}.video-content-wrapper[data-animation=slide-right]{animation:slideRight var(--video-animation-speed, .4s) ease .2s forwards;opacity:0}@media (prefers-reduced-motion: reduce){.video-testimonial-header,.video-content-wrapper,.video-player-container{animation:none!important;transition:none!important}.video-player-container:hover{transform:none!important}}@media (prefers-contrast: high){.video-quote{border-left-width:6px;background:#fff;border:2px solid #000}.key-point-icon{background:#000;color:#fff;border:2px solid #000}.video-player-container{border:3px solid #000}}.video-embed-wrapper iframe:focus,.video-embed-wrapper video:focus{outline:3px solid var(--video-accent-color, #059669);outline-offset:2px}@media print{.video-testimonial-section.cael-video-testimonial{background:#fff!important;color:#000!important;padding:20px 0!important}.video-player-container{display:none}.video-supporting-content{display:block}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/caels-video-testimonial.css.map */
