.hero{background:var(--blue-dark);flex-direction:column;min-height:calc(100vh - 108px);display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#000f2d9e 0%,#00143c59 60%,#00000026 100%);position:absolute;inset:0}.hero-body{z-index:2;flex:1;align-items:center;padding:4rem 0;display:flex;position:relative}.hero-content{max-width:680px}.hero-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#ffffffd9;margin-bottom:1rem;font-size:.8rem;font-weight:700}.hero-title{font-family:var(--ff-heading);color:#fff;text-shadow:0 4px 16px #000b21b3;margin-bottom:1.25rem;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15}.hero-subtitle{color:#ffffffe0;max-width:560px;margin-bottom:2rem;font-size:1.08rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats-bar{z-index:2;background:var(--blue);border-top:1px solid #ffffff1a;position:relative}.hero-stats{grid-template-columns:repeat(4,1fr);display:grid}.stat-item{text-align:center;border-right:1px solid #ffffff1a;flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--ff-heading);color:#fff;margin-bottom:.3rem;font-size:2rem;font-weight:700;line-height:1}.stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.06em;font-size:.76rem;font-weight:500}@media (max-width:768px){.hero{min-height:78dvh}.hero-body{padding:2.5rem 0}.hero-content{max-width:100%}.hero-stats{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center;width:100%}}@media (max-width:480px){.hero{min-height:72dvh}.hero-body{padding:2rem 0 2.5rem}.hero-eyebrow{letter-spacing:.1em;font-size:.72rem}.hero-subtitle{font-size:.94rem;line-height:1.65}.stat-number{font-size:1.5rem}.stat-label{font-size:.68rem}.hero-title{font-size:1.8rem}}
.features-section{background:var(--bg-white);padding:4rem 0 3rem}.features-intro{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid}.features-cta-row{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.features-image-frame{border-radius:var(--radius-lg);position:relative;overflow:visible}.features-image-frame img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);aspect-ratio:4/3;object-fit:cover}.features-image-badge{background:var(--blue);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);flex-direction:column;align-items:center;min-width:120px;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:-20px;left:-20px}.badge-number{font-family:var(--ff-heading);font-size:2rem;font-weight:700;line-height:1}.badge-text{text-transform:uppercase;letter-spacing:.05em;color:#ffffffbf;text-align:center;margin-top:.3rem;font-size:.72rem}.highlights-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.highlight-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);padding:2rem}.highlight-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue);transform:translateY(-4px)}.highlight-icon{background:var(--blue-light);border-radius:var(--radius);width:54px;height:54px;color:var(--blue);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.highlight-title{color:var(--text-dark);font-size:1.05rem;font-family:var(--ff-body);margin-bottom:.5rem;font-weight:700}.highlight-desc{color:var(--text-muted);font-size:.9rem;line-height:1.65}@media (max-width:992px){.features-intro{grid-template-columns:1fr;gap:3rem}.features-intro-right{display:none}.highlights-grid{grid-template-columns:repeat(2,1fr)}.features-section{padding:4rem 0}}@media (max-width:560px){.highlights-grid{grid-template-columns:1fr}.features-section{padding:3rem 0}}
.testimonials-section{background:var(--bg);border-top:1px solid var(--border);padding:5rem 0 6rem;overflow:hidden}.testimonials-slider{width:100%;padding:1rem 0;position:relative;overflow:hidden}.testimonials-slider:before,.testimonials-slider:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.testimonials-slider:before{background:linear-gradient(to right, var(--bg) 0%, transparent 100%);left:0}.testimonials-slider:after{background:linear-gradient(to left, var(--bg) 0%, transparent 100%);right:0}.testimonials-track{gap:2rem;width:max-content;padding:0 1rem;animation:45s linear infinite scrollTrack;display:flex}.testimonials-track:hover{animation-play-state:paused}@keyframes scrollTrack{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.testimonial-card{border:1px solid var(--border);border-radius:var(--radius-lg);width:400px;box-shadow:var(--shadow-sm);white-space:normal;background:#fff;flex-direction:column;flex-shrink:0;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-light);transform:translateY(-5px)}.t-quote-icon{color:#00216614;margin-bottom:1rem}.t-quote-text{color:var(--text-body);flex-grow:1;margin-bottom:2rem;font-size:.95rem;font-style:italic;line-height:1.7}.t-author-block{border-top:1px solid var(--border);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.t-author-img{object-fit:cover;border:2px solid var(--blue-light);border-radius:50%;width:50px;height:50px}.t-author-info{flex-direction:column;gap:.2rem;display:flex}.t-author-name{color:var(--text-dark);margin:0;font-size:1rem;font-weight:700}.t-author-role{color:var(--orange);text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:600}.t-stars{gap:.2rem;margin-top:.25rem;display:flex}@media (max-width:768px){.testimonials-section{padding:4rem 0 5rem}.testimonial-card{width:320px;padding:2rem 1.5rem}.testimonials-slider:before,.testimonials-slider:after{width:60px}.testimonials-track{animation-duration:30s}}
