.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background-color:var(--primary-gray)}.hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:20px;background:var(--primary-gray);z-index:4}.hero-background{position:absolute;top:0;left:0;width:100%;height:65%;background-image:url("/assets/images/hero-background.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(45,45,44,.3) 0,rgba(45,45,44,.6) 40%,rgba(45,45,44,.85) 70%,rgba(45,45,44,.98) 90%,#2d2d2c 100%);z-index:2}.hero-content{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:50px var(--space-6) 0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);flex:1}.hero-left{flex:1;padding-top:var(--space-10)}.hero-title{display:flex;flex-direction:column;gap:var(--space-2);animation:fadeInUp 1s ease-out}.hero-title .serif-text{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem, 6vw, 5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--white)}.hero-title .sans-text{font-family:var(--font-family);font-size:clamp(2.5rem, 6vw, 5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--white)}.hero-right{flex:1;display:flex;flex-direction:column;gap:var(--space-10);padding-top:var(--space-16)}.hero-description{animation:fadeInUp 1.4s ease-out}.hero-description p{font-size:var(--font-size-lg);line-height:1.6;color:var(--white);margin-bottom:var(--space-4);max-width:550px}.hero-cta{display:flex;flex-direction:column;gap:var(--space-5);animation:fadeInUp 1.6s ease-out}.btn{position:relative;display:inline-flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6);font-family:var(--font-family);font-size:var(--font-size-base);font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);border:none;overflow:hidden;max-width:300px;width:100%;border-radius:8px}.btn span{flex:1;text-align:left}.btn i{margin-left:var(--space-2);transition:transform .3s ease}.btn-primary{background:linear-gradient(135deg,var(--primary-yellow) 0,#f0a500 100%);color:var(--primary-gray);box-shadow:0 4px 15px rgba(229,158,0,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(229,158,0,.4)}.btn-primary:hover i{transform:translateX(4px)}.btn-secondary{background:rgba(255,255,255,.1);color:var(--white);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}.btn-secondary:hover i{transform:translateY(2px)}.hero-clients{position:relative;z-index:3;width:100%;background-color:var(--primary-gray);border-top:1px solid rgba(229,158,0,.1);padding:var(--space-10) 0;margin-top:auto}.clients-container{max-width:1440px;margin:0 auto;padding:0 var(--space-6)}.clients-title{text-align:center;font-size:var(--font-size-lg);color:var(--gray-400);margin-bottom:var(--space-8);font-weight:500;text-transform:uppercase;letter-spacing:.1em}.clients-carousel{overflow:hidden;position:relative}.clients-track{display:flex;gap:var(--space-12);animation:carouselAutoplay 45s linear infinite;width:max-content}.client-logo{flex-shrink:0;width:120px;height:60px;display:flex;align-items:center;justify-content:center;opacity:.3;filter:grayscale(100%);transition:all .3s ease}.client-logo:hover{opacity:1;filter:grayscale(0%);transform:scale(1.1)}.btn-olflog{position:relative;display:inline-flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6);font-family:var(--font-family);font-size:var(--font-size-base);font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);border:none;overflow:hidden;max-width:300px;width:100%;border-radius:8px;background:linear-gradient(135deg,var(--primary-yellow) 0,#f0a500 100%);color:var(--primary-gray);box-shadow:0 4px 15px rgba(229,158,0,.3)}.btn-olflog:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(229,158,0,.4)}.btn-olflog .btn-text{flex:1;text-align:left}.btn-olflog .icon-circle{margin-left:var(--space-2);transition:transform .3s ease}.btn-olflog:hover .icon-circle{transform:translateX(4px)}.ripple{position:absolute;border-radius:50%;background-color:rgba(255,255,255,.3);transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}@media (min-width:1440px){.hero-content{max-width:1400px;padding:80px var(--space-8) 0}.hero-title .sans-text,.hero-title .serif-text{font-size:clamp(4rem, 5vw, 5.5rem)}.hero-description p{font-size:var(--font-size-xl);max-width:600px}}@media (max-width:1439px) and (min-width:1024px){.hero-content{padding:70px var(--space-6) 0}.hero-title .sans-text,.hero-title .serif-text{font-size:clamp(3.5rem, 5.5vw, 4.5rem)}}@media (max-width:1023px) and (min-width:992px){.hero-content{flex-direction:column;gap:var(--space-10);padding:120px var(--space-6) 0;text-align:center}.hero-left,.hero-right{width:100%}.hero-right{align-items:center}.btn-olflog{max-width:350px}}@media (max-width:991px) and (min-width:768px){.hero{min-height:90vh}.hero-background{height:60%}.hero-content{flex-direction:column;gap:var(--space-8);padding:100px var(--space-6) 0;text-align:center}.hero-left,.hero-right{width:100%}.hero-title .sans-text,.hero-title .serif-text{font-size:clamp(2.5rem, 8vw, 4rem)}.hero-description p{font-size:var(--font-size-lg);max-width:500px;margin:0 auto var(--space-4)}.btn-olflog{max-width:100%}.clients-track{gap:var(--space-10)}}@media (max-width:767px) and (min-width:481px){.hero{min-height:85vh}.hero-background{height:55%}.hero-content{flex-direction:column;gap:var(--space-6);padding:90px var(--space-4) 0;text-align:center}.hero-title .sans-text,.hero-title .serif-text{font-size:clamp(2.2rem, 9vw, 3.5rem);line-height:1.2}.hero-description p{font-size:var(--font-size-base);line-height:1.5;max-width:400px;margin:0 auto var(--space-4)}.hero-cta{gap:var(--space-4)}.btn-olflog{padding:var(--space-3) var(--space-5);font-size:var(--font-size-sm)}.clients-track{gap:var(--space-8)}.client-logo{width:100px;height:50px}}@media (max-width:480px){.hero{min-height:80vh}.hero-background{height:50%}.hero-content{flex-direction:column;gap:var(--space-5);padding:80px var(--space-3) 0;text-align:center}.hero-left{padding-top:var(--space-5)}.hero-title{gap:var(--space-1)}.hero-title .sans-text,.hero-title .serif-text{font-size:clamp(2rem, 10vw, 3rem);line-height:1.1}.hero-right{gap:var(--space-6);padding-top:var(--space-4)}.hero-description p{font-size:var(--font-size-sm);line-height:1.4;max-width:300px;margin:0 auto var(--space-3)}.hero-cta{gap:var(--space-3)}.btn-olflog{padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);max-width:280px;margin:0 auto}.hero-clients{padding:var(--space-6) 0}.clients-title{font-size:var(--font-size-base);margin-bottom:var(--space-6)}.clients-track{gap:var(--space-6)}.client-logo{width:80px;height:40px}}@media (max-width:320px){.hero-content{padding:70px var(--space-2) 0}.hero-title .sans-text,.hero-title .serif-text{font-size:clamp(1.8rem, 12vw, 2.5rem)}.hero-description p{font-size:var(--font-size-xs);max-width:260px}.btn-olflog{padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);max-width:240px}.client-logo{width:70px;height:35px}}@media (max-width:768px){.hero-gradient-overlay{background:linear-gradient(to bottom,rgba(45,45,44,.2) 0,rgba(45,45,44,.5) 30%,rgba(45,45,44,.8) 60%,rgba(45,45,44,.95) 80%,#2d2d2c 100%)}}