.hero-section{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.7),rgba(255,255,255,.4) 40%,rgba(255,255,255,.1));z-index:2}.hero-content{position:relative;z-index:3;width:100%;max-width:1200px;padding:0 1.5rem;margin-top:60px}.hero-badge{display:inline-block;padding:.5rem 1rem;background-color:var(--color-primary);color:white;font-weight:700;font-size:.9rem;border-radius:4px;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;color:var(--color-text-main);margin-bottom:1rem;max-width:700px}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:var(--color-text-muted);font-weight:400;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;gap:1rem}.btn{padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none}.btn-primary{background:rgba(78,115,103,.8);color:white;border:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(46,84,88,.25),inset 0 1px 0 rgba(255,255,255,.4);text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-primary:hover{background:rgba(78,115,103,.85);transform:translateY(-2px);box-shadow:0 8px 32px rgba(46,84,88,.35),inset 0 1px 0 rgba(255,255,255,.5)}.btn-outline{background:rgba(34,66,75,.8);color:white;border:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(25,43,56,.25),inset 0 1px 0 rgba(255,255,255,.4);text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-outline:hover{background:rgba(34,66,75,.85);transform:translateY(-2px);box-shadow:0 8px 32px rgba(25,43,56,.35),inset 0 1px 0 rgba(255,255,255,.5)}.hero-title-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;align-items:flex-start}.hero-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero-title-text{font-weight:800;color:#1d1d1f;line-height:1.2}.h1-like{font-size:clamp(2rem,5vw,4rem)}.h2-like{font-size:clamp(1.5rem,4vw,3rem);color:#444}.hero-partner-badge{display:none}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-partner-badge-new{height:clamp(60px,8vw,90px);width:auto;object-fit:contain;position:absolute;top:-60px;right:-80px;border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,.1);z-index:-1}.hero-inline-dilo-logo{height:1.1em;width:auto;object-fit:contain;margin-right:.3em;vertical-align:-.1em}@media (max-width:768px){.hero-title-container{gap:1rem}.hero-title-row{gap:.5rem}.hero-dilo-subtitle{font-size:clamp(1.1rem,4.5vw,1.8rem);flex-wrap:nowrap!important;white-space:nowrap}}