.hero-section{position:relative;width:100%;overflow:hidden}.hero-section .hero-title-accent{color:var(--color-primary)}.hero-section .hero-shell{width:100%;height:100%}.hero-section .frame{width:100%;height:100%;position:relative;overflow:hidden;display:flex}:is(.hero-section .frame) .bg-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}:is(:is(.hero-section .frame) .bg-wrapper) .bg{width:100%;height:145%;object-fit:cover;position:absolute;top:-10%;left:0;right:0;will-change:transform}:is(:is(.hero-section .frame) .bg-wrapper) .mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:1}:is(.hero-section .frame) .container-inner{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center}:is(.hero-section .frame) .content{width:100%;max-width:820px;display:flex;flex-direction:column;gap:var(--spacing-lg);padding:var(--spacing-lg)}.content--center:is(:is(.hero-section .frame) .content){max-width:860px;margin-inline:auto;text-align:center;align-items:center}:is(:is(.hero-section .frame) .content) .title{font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:700;line-height:1.05;letter-spacing:-.035em;color:#fff;margin:0;text-shadow:0 4px 24px rgba(0,0,0,.35)}:is(:is(.hero-section .frame) .content) .subtitle{font-size:1.25rem;line-height:1.65;color:#ffffffe6;margin:0}:is(:is(.hero-section .frame) .content) .actions{display:flex;gap:var(--spacing-md);flex-wrap:wrap;align-items:center;margin-top:var(--spacing-sm)}:is(:is(.hero-section .frame) .content) .extra{margin-top:var(--spacing-sm)}.hero-section.hero-section--card{height:85vh;margin-top:80px}.hero-section.hero-section--card .container{height:100%}.hero-section.hero-section--card .frame{height:100%;border-radius:var(--radius-lg);border:1px solid var(--color-border-light);box-shadow:var(--shadow-lg)}.hero-section.hero-section--card .container-inner{height:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);justify-content:center}.hero-section.hero-section--fullscreen{height:100vh;min-height:650px;padding:0}.hero-section.hero-section--fullscreen .container-inner{max-width:var(--container-width);margin-inline:auto;padding-inline:var(--container-padding)}.hero-section.hero-section--dark .bg-wrapper{background:radial-gradient(120% 120% at 85% 10%,rgba(63,99,191,.35) 0%,transparent 55%),radial-gradient(90% 90% at 10% 100%,rgba(63,99,191,.16) 0%,transparent 50%),linear-gradient(160deg,var(--color-dark-900) 0%,var(--color-dark-800) 100%)}:is(.hero-section.hero-section--dark .bg-wrapper):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(120% 90% at 50% 0%,#000 0%,transparent 75%);mask-image:radial-gradient(120% 90% at 50% 0%,#000 0%,transparent 75%)}:is(.hero-section.hero-section--dark .bg-wrapper) .mask{display:none}.hero-section.hero-section--dark .kicker{font-family:var(--font-family-mono);font-size:.8rem;font-weight:500;letter-spacing:.02em;text-transform:none;color:#e0e7f6d9}.hero-section.hero-section--dark .hero-title-accent{color:#93aef0}@media(max-width:1024px)and (min-width:768px){:is(:is(.hero-section .frame) .content) .title{font-size:clamp(3rem,6vw,3.5rem)}:is(:is(.hero-section .frame) .content) .subtitle{font-size:1.35rem}.hero-section.hero-section--fullscreen{min-height:550px}}@media(max-width:768px){:is(.hero-section .frame) .content{gap:var(--spacing-md);padding:var(--spacing-md)}:is(:is(.hero-section .frame) .content) .title{font-size:clamp(2.5rem,8vw,3rem)}:is(:is(.hero-section .frame) .content) .subtitle{font-size:1.15rem}:is(:is(.hero-section .frame) .content) .actions{flex-direction:column;width:100%}:is(:is(:is(.hero-section .frame) .content) .actions) .btn{width:100%}.hero-section.hero-section--card{height:90vh;margin-top:70px}.hero-section.hero-section--card .container-inner{height:100%;padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg);justify-content:center}.hero-section.hero-section--fullscreen{height:100vh;min-height:500px}}@media(min-width:1025px)and (max-height:850px){.hero-section.hero-section--card{height:93vh;margin-top:60px}.hero-section.hero-section--card .content{gap:var(--spacing-md)}}.home-page{width:100%;display:flex;flex-direction:column;gap:0;background:var(--color-bg-main)}.home-page .s-solutions{min-height:500px}:is(.home-page .s-solutions) .solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg);align-items:stretch;width:100%}@media(max-width:1024px){.home-page .s-solutions .solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-page .s-solutions .solutions-grid{grid-template-columns:1fr}}.home-page .s-features{min-height:250px;background:var(--color-surface)}.home-page .s-faq{min-height:300px}:is(.home-page .s-faq) .faq-box{width:100%;max-width:760px;display:flex;flex-direction:column}
