.hero-section{height:80vh;min-height:600px;color:var(--cds-text-on-color,#fff);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-section .video-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .video-background video{object-fit:cover;width:100%;height:100%}.hero-section .video-background .video-overlay{background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-content{text-align:center;z-index:1;max-width:800px;padding:1rem}.hero-section .hero-content .hero-title{margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2;animation:1s ease-out fadeInDown}.hero-section .hero-content .hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.25rem;animation:1s ease-out .2s both fadeInUp}.hero-section .hero-content .hero-cta{animation:1s ease-out .4s both fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.service-card{flex-direction:column;height:100%;padding:0;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card:hover .service-card-image{transform:scale(1.05)}.service-card .service-card-image{background-position:50%;background-size:cover;width:100%;height:200px;transition:transform .5s}.service-card .service-card-content{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.service-card .service-card-title{color:var(--cds-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.service-card .service-card-desc{color:var(--cds-text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.service-card .service-card-icon{fill:var(--cds-icon-primary);align-self:flex-end}
.partners-section{background-color:var(--cds-background);padding:3rem 0}.partners-section .partners-header{text-align:center;margin-bottom:2.5rem}.partners-section .partners-header h2{color:var(--cds-text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:600}.partners-section .partners-header .underline{background-color:var(--cds-interactive);width:60px;height:4px;margin:0 auto}.partners-section .partners-grid{justify-content:center;align-items:center}.partners-section .partner-logo-wrapper{justify-content:center;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.partners-section .partner-logo-wrapper .partner-logo{opacity:.6;filter:grayscale();max-width:100%;max-height:80px;transition:all .3s}.partners-section .partner-logo-wrapper .partner-logo:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}
