.hero-index{color:var(--color-text-primary);background:#fff url(../img/hero_light_professional.webp) 50%/cover no-repeat;border-bottom:1px solid #f0f0f0;justify-content:center;align-items:center;min-height:80vh;padding:8rem 0;display:flex;position:relative}.hero-index:before{content:"";z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#fff6 100%);position:absolute;inset:0}.hero-content{z-index:10;text-align:left;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.hero-title{font-family:var(--font-heading);letter-spacing:-1.5px;color:#1a1a1a;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.hero-title strong{color:var(--color-primary);display:inline-block}.hero-subtitle{font-family:var(--font-body);color:#4a4a4a;max-width:650px;margin:0 0 3rem;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:flex-start;gap:1.2rem;display:flex}.hero-buttons .button{border-radius:8px;height:3.5rem;padding:0 2rem;font-size:1rem;transition:all .3s}.hero-buttons .button.is-cta-main{background:var(--color-primary);border-color:var(--color-primary);color:#fff!important}.hero-buttons .button.is-cta-main:hover{background:var(--color-primary-dark);transform:translateY(-3px)}.hero-buttons .button.is-outlined{border:2px solid var(--color-primary);color:var(--color-primary)}.hero-trust{color:#4a4a4a;flex-wrap:wrap;gap:.75rem 2rem;margin-top:2.5rem;font-size:.9rem;display:flex}.hero-trust span{align-items:center;gap:.5rem;display:inline-flex}.hero-trust .fa{color:var(--color-primary)}.hero-content{animation:1s ease-out heroFadeIn}@keyframes heroFadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.hero-content{animation:none}.hero-buttons .button{transition:none}}.steps-grid{text-align:center;flex-wrap:wrap;justify-content:space-between;display:flex}.steps-grid .step-block{flex:1;min-width:250px;padding:1rem}.steps-grid .step-number{color:#8a939d;font-size:3rem;font-weight:800;line-height:1}.steps-grid .step-number.is-current{color:var(--color-primary)}.security-list{margin-left:0;list-style:none}@media screen and (width<=768px){.hero-index{background-position:70%;min-height:60vh;padding:5rem 0}.hero-index:before{background:linear-gradient(#ffffffe6 0%,#ffffffb3 100%)}.hero-content{text-align:center;padding:0 1.5rem}.hero-title{letter-spacing:-1px;font-size:2.2rem}.hero-subtitle{margin-bottom:2.5rem;padding:0 .5rem;font-size:1rem}.hero-buttons{flex-direction:column;justify-content:center;gap:1rem}.hero-buttons .button{width:100%;height:3.2rem}.hero-trust{justify-content:center}}[data-theme=dark] .hero-index{border-bottom-color:var(--border-color);background-color:#0a0e12}[data-theme=dark] .hero-index:before{background:linear-gradient(90deg,#080c11eb 0%,#080c118c 100%)}[data-theme=dark] .hero-title{color:#fff}[data-theme=dark] .hero-title strong{color:var(--color-primary-light)}[data-theme=dark] .hero-subtitle,[data-theme=dark] .hero-trust,[data-theme=dark] .hero-trust span{color:#c7ced6}[data-theme=dark] .steps-grid .step-number{color:#6b7682}