.hero-section{background:linear-gradient(#f8f9fa 50%,#fff 50%);padding:5rem 0}.hero-section-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,4rem);max-width:100%;display:grid}.hero-section-grid-center{grid-template-columns:1fr;gap:2rem}.hero-section-grid-center .hero-section-image-wrapper{order:2;margin-top:2rem}.hero-section-content{background:#fff;flex-direction:column;justify-content:center;padding:2rem;display:flex}.hero-section-content-center{text-align:center;max-width:min(900px,90vw);margin:0 auto}.hero-section-title{color:#222;margin-bottom:1.5rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.1}.hero-section-content-center .hero-section-title{font-size:clamp(2rem,6vw,3.5rem)}.hero-section-subtitle{color:#64748b;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.hero-section-content-center .hero-section-subtitle{font-size:clamp(1.125rem,3vw,1.5rem)}.hero-section-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.hero-section-content-center .hero-section-actions{justify-content:center}.hero-section-image-wrapper{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative;overflow:hidden}.hero-section-image{object-fit:fill;object-position:center;width:100%;height:100%}.hero-section-additional-link{color:#0e85dd;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}.hero-section-additional-link:hover{color:#0a6bb8;text-decoration:underline}@media (max-width:1024px){.hero-section{padding:4rem 0}.hero-section-grid{grid-template-columns:1fr;gap:2.5rem}.hero-section-image-wrapper{order:-1;height:450px}.hero-section-content-center .hero-section-image-wrapper{order:2;height:450px;margin-top:1.5rem}.hero-section-title{font-size:clamp(2rem,4vw,2.5rem)}.hero-section-content-center .hero-section-title{font-size:clamp(2.5rem,5vw,3.5rem)}.hero-section-subtitle{font-size:clamp(1.0625rem,2vw,1.25rem)}.hero-section-content-center .hero-section-subtitle{font-size:clamp(1.25rem,2.5vw,1.5rem)}.hero-section-content{padding:1.75rem}}@media (max-width:768px){.hero-section{padding:3rem 0}.hero-section-grid{gap:1.5rem}.hero-section-content{padding:1.5rem}.hero-section-title{margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2rem)}.hero-section-content-center .hero-section-title{font-size:clamp(2rem,6vw,2.5rem)}.hero-section-subtitle{margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.125rem)}.hero-section-content-center .hero-section-subtitle{font-size:clamp(1.125rem,3vw,1.25rem)}.hero-section-actions{gap:1rem;margin-bottom:2rem}.hero-section-image-wrapper{aspect-ratio:14/9;height:auto;min-height:280px;max-height:400px}.hero-section-content-center .hero-section-image-wrapper{margin-top:1rem}}@media (max-width:480px){.hero-section{padding:2rem 0}.hero-section-grid{gap:1.25rem}.hero-section-content{padding:1rem}.hero-section-title{margin-bottom:.75rem;font-size:1.75rem}.hero-section-content-center .hero-section-title{font-size:2rem}.hero-section-subtitle{margin-bottom:1.25rem;font-size:1rem}.hero-section-content-center .hero-section-subtitle{font-size:1.125rem}.hero-section-actions{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem}.hero-section-image-wrapper{height:250px}.hero-section-content-center .hero-section-image-wrapper{margin-top:.75rem}}
.features-section{background:#fff;padding:5rem 0}.features-section-layout{grid-template-columns:250px 1fr;align-items:start;gap:clamp(2rem,4vw,4rem);max-width:1400px;margin:0 auto;display:grid}.features-section-nav{flex-direction:column;gap:.5rem;display:flex;position:sticky;top:120px}.features-section-nav-item{color:#64748b;cursor:pointer;border-left:3px solid #0000;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.features-section-nav-item:hover{color:#222;background-color:#f8f9fa}.features-section-nav-item.active{color:#0e85dd;background-color:#f0f7ff;border-left-color:#0e85dd;font-weight:700}.features-section-content{flex-direction:column;gap:6rem;display:flex}.features-section-article{scroll-margin-top:120px}.features-section-article-title{color:#222;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.features-section-article-description{color:#222;max-width:min(800px,90%);margin-bottom:1.5rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8}.features-section-article-specs{max-width:800px;margin:0 0 2rem;padding:0;list-style:none}.features-section-article-specs li{color:#222;padding:.5rem 0 .5rem 1.5rem;font-size:1rem;position:relative}.features-section-article-specs li:before{content:"✓";color:#0e85dd;font-weight:700;position:absolute;left:0}.features-section-article-image{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative;overflow:hidden}.features-section-image-content{object-fit:fill;object-position:center}.features-section-grid{background:#fff;padding:5rem 0}.features-section-grid-container{flex-direction:column;gap:4rem;display:flex}.features-section-grid-item{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.features-section-grid-item.reverse{direction:rtl}.features-section-grid-item.reverse>*{direction:ltr}.features-section-grid-image-wrapper{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.features-section-grid-image{object-fit:fill;object-position:center}.features-section-grid-content{padding:1rem 0}.features-section-grid-title{color:#222;margin-bottom:1rem;font-size:2rem;font-weight:700}.features-section-grid-description{color:#64748b;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.features-section-grid-specs{margin:0;padding:0;list-style:none}.features-section-grid-specs li{color:#222;padding:.5rem 0 .5rem 1.5rem;font-size:1rem;position:relative}.features-section-grid-specs li:before{content:"✓";color:#0e85dd;font-weight:700;position:absolute;left:0}.features-section-content.full-width{width:100%}@media (max-width:1024px){.features-section-layout{grid-template-columns:1fr;gap:3rem}.features-section-nav{flex-flow:wrap;gap:.5rem;margin-bottom:2rem;display:flex;position:relative;top:0}.features-section-nav-item{border-bottom:3px solid #0000;border-left:none;padding:.5rem 1rem}.features-section-nav-item.active{border-bottom-color:#0e85dd;border-left:none}.features-section-content{gap:4rem}.features-section-article-title{font-size:clamp(2rem,4vw,2.25rem)}.features-section-article-description{font-size:clamp(1.0625rem,2vw,1.125rem)}.features-section-article-image{height:450px}.features-section-grid-title{font-size:clamp(1.75rem,3.5vw,2rem)}.features-section-grid-description{font-size:clamp(1.0625rem,2vw,1.125rem)}.features-section-grid-image-wrapper{height:350px}}@media (max-width:768px){.features-section{padding:3rem 0}.features-section-layout{grid-template-columns:1fr;gap:2rem}.features-section-nav{flex-flow:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;position:relative;top:0;overflow-x:auto}.features-section-nav-item{white-space:nowrap;padding:.5rem .75rem;font-size:clamp(.85rem,2vw,.9rem)}.features-section-content{gap:3rem}.features-section-article-title{margin-bottom:1rem;font-size:clamp(1.5rem,4vw,1.75rem)}.features-section-article-description{margin-bottom:1rem;font-size:clamp(.95rem,2vw,1rem)}.features-section-article-image{height:350px;margin-bottom:1rem}.features-section-article-specs li{font-size:clamp(.9rem,2vw,1rem)}.features-section-grid{padding:3rem 0}.features-section-grid-container{gap:2.5rem}.features-section-grid-item{grid-template-columns:1fr;gap:1.5rem}.features-section-grid-item.reverse{direction:ltr}.features-section-grid-image-wrapper{order:-1;height:250px}.features-section-grid-title{margin-bottom:.75rem;font-size:clamp(1.25rem,3vw,1.5rem)}.features-section-grid-description{margin-bottom:1rem;font-size:clamp(.95rem,2vw,1rem)}.features-section-grid-specs li{font-size:clamp(.9rem,2vw,1rem)}}@media (max-width:480px){.features-section{padding:2rem 0}.features-section-article-title{font-size:1.5rem}.features-section-article-description{font-size:.95rem}.features-section-article-image{height:250px}.features-section-grid-image-wrapper{height:220px}.features-section-grid-title{font-size:1.25rem}.features-section-grid-description{font-size:.95rem}}
.capabilities-section{min-height:100vh;padding:5rem 0;position:relative}.capabilities-section .container{z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;position:relative}.capability-layout{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,4rem);margin-bottom:4rem;display:grid}.capability-layout:last-child{margin-bottom:0}.capability-layout.reverse .capability-content{order:2}.capability-layout.reverse .capability-image-wrapper{order:1}.capability-content{flex-direction:column;gap:1.5rem;display:flex}.capability-main-title{color:#fff;margin:0;font-size:clamp(2.5rem,4vw,3rem);font-weight:700;line-height:1.1}.capability-category{color:#0e85dd;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:500}.capability-description{color:#fff;margin:0;font-size:1.125rem;line-height:1.8}.capability-image-wrapper{width:100%;height:500px;position:relative;overflow:hidden}.capability-image{object-fit:fill;object-position:center}@media (max-width:1024px){.capabilities-section{min-height:auto;padding:4rem 0}.capability-layout{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.capability-image-wrapper{order:-1;height:400px}.capability-main-title{font-size:clamp(2.25rem,4.5vw,2.75rem)}.capability-description{font-size:clamp(1.0625rem,2vw,1.125rem)}}@media (max-width:768px){.capabilities-section{padding:2.5rem 0}.capability-layout{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.capability-main-title{font-size:clamp(1.75rem,4vw,2rem)}.capability-description{font-size:clamp(1rem,2vw,1.125rem)}.capability-image-wrapper{order:-1;height:300px}}@media (max-width:480px){.capabilities-section{padding:2rem 0}.capability-main-title{font-size:1.75rem}.capability-description{font-size:1rem}.capability-image-wrapper{height:250px}}
