.simple-landing{position:relative;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 20px;z-index:1;margin:0}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/img/hero/DSC_0603-2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0009,#000000b3);z-index:1}.background-text{position:absolute;font-size:clamp(150px,25vw,400px);font-weight:900;color:#e3824508;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;text-transform:uppercase;white-space:nowrap;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;letter-spacing:-.02em;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.landing-container{position:relative;max-width:1200px;width:100%;margin:0 auto;z-index:3;height:100%;display:flex;align-items:center;justify-content:center}.landing-content{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;max-width:900px;width:100%}.landing-logo{margin-bottom:0;animation:fadeInUp .8s ease-out}.logo-img{height:80px;width:auto;filter:drop-shadow(0 4px 20px rgba(227,130,69,.3));transition:transform .3s ease,filter .3s ease}.logo-img:hover{transform:scale(1.05);filter:drop-shadow(0 6px 30px rgba(227,130,69,.5))}.landing-headline{font-size:clamp(40px,8vw,100px);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 auto;text-align:center;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:1000px;width:100%;animation:fadeInUp .8s ease-out}.landing-subheadline{font-size:clamp(16px,2.5vw,24px);font-weight:400;line-height:1.6;color:#fffc;margin:0 auto;max-width:700px;width:100%;text-align:center;animation:fadeInUp .8s ease-out .2s backwards}.landing-cta{display:inline-flex;align-items:center;gap:12px;padding:18px 45px;background:#fa5132;color:#fff;text-decoration:none;font-size:clamp(16px,2vw,20px);font-weight:600;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #fa51324d;border:2px solid transparent;animation:fadeInUp .8s ease-out .4s backwards;position:relative;overflow:hidden;margin:10px 0}.landing-cta:hover{transform:translateY(-3px);box-shadow:0 15px 50px #fa513280;background:#fff;color:#fa5132}.landing-cta:active{transform:translateY(-1px);background:#fff;color:#fa5132}.landing-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.landing-cta:hover:before{left:100%}.cta-text{position:relative;z-index:1}.cta-arrow{font-size:24px;transition:transform .3s ease;position:relative;z-index:1}.landing-cta:hover .cta-arrow{transform:translate(5px)}.trust-indicator{display:flex;align-items:center;gap:10px;margin-top:5px;animation:fadeInUp .8s ease-out .6s backwards}.trust-indicator .dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s infinite}.trust-indicator .trust-text{font-size:14px;color:#fff9}.blog-link{margin-top:15px;animation:fadeInUp .8s ease-out .8s backwards}.blog-link a{color:#ffffffb3;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.blog-link a:hover{color:#e38245;transform:translate(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@media (max-width: 768px){.simple-landing{height:100vh;padding:0 15px}.landing-content{gap:20px;max-width:100%;padding:0 10px}.landing-headline,.landing-subheadline{max-width:100%;padding:0}.background-text{font-size:clamp(100px,20vw,150px)}.landing-content{gap:25px}.logo-img{height:70px}.landing-cta{padding:18px 40px;width:100%;max-width:400px;justify-content:center}.trust-indicator{flex-direction:column;gap:8px}.trust-indicator .trust-text{font-size:12px;text-align:center}}@media (max-width: 480px){.simple-landing{height:100vh;padding:0 15px}.landing-content{gap:18px;padding:0 5px}.landing-headline,.landing-subheadline{padding:0}.logo-img{height:60px}.landing-headline{font-size:clamp(32px,10vw,50px)}.landing-subheadline{font-size:clamp(14px,4vw,18px)}.landing-cta{padding:16px 35px;font-size:16px}}[dir=rtl] .landing-cta{flex-direction:row-reverse}[dir=rtl] .landing-cta:hover .cta-arrow{transform:translate(-5px)}[dir=rtl] .trust-indicator{flex-direction:row-reverse}
