.how-it-works-container{max-width:1400px;margin:0 auto;padding:0 40px;font-family:Poppins,sans-serif;color:#1a1a1a;background-color:#fff;overflow-x:hidden}.hero-section-works{text-align:center;position:relative;overflow:hidden;min-height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:80px 20px;margin-bottom:60px;box-sizing:border-box;width:100%;border-radius:10px}.hero-section-works .hero-background-image{margin-top:1rem;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:10px}.hero-section-works .hero-background-image .overlay-works{border-radius:10px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.hero-section-works .hero-background-image img{border-radius:10px;object-fit:cover;filter:brightness(.8) grayscale(.1)}.hero-section-works h1,.hero-section-works p{position:relative;z-index:2;color:#fff}.hero-section-works h1{font-size:60px;font-weight:800;margin-bottom:20px;line-height:1.2}@media(max-width:768px){.hero-section-works h1{font-size:48px}}@media(max-width:480px){.hero-section-works h1{font-size:38px}}.hero-section-works p{font-size:20px;max-width:800px;margin:0 auto;line-height:1.6}@media(max-width:768px){.hero-section-works p{font-size:18px}}@media(max-width:480px){.hero-section-works p{font-size:16px}}.cta-section h2,.steps-section h2{font-size:48px;font-weight:700;text-align:center;margin-bottom:60px;color:#1a1a1a}.cta-section h2 span,.steps-section h2 span{color:#ffae02}@media(max-width:768px){.cta-section h2,.steps-section h2{font-size:38px;margin-bottom:40px}}@media(max-width:480px){.cta-section h2,.steps-section h2{font-size:30px}}.steps-section{padding:60px 0;margin-bottom:80px}.steps-section .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:40px;gap:40px}.steps-section .step-card{background-color:#f5f5f5;border-radius:20px;padding:40px 30px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.steps-section .step-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.steps-section .step-card .step-number{position:absolute;top:20px;left:20px;font-size:36px;font-weight:800;color:rgba(255,174,2,.3)}.steps-section .step-card .step-icon{font-size:80px;color:#ffae02;margin-bottom:25px;transition:transform .3s ease,color .3s ease}.steps-section .step-card:hover .step-icon{transform:scale(1.1);color:rgb(206,140.04743083,0)}.steps-section .step-card h3{font-size:24px;color:#1a1a1a;margin-bottom:15px;font-weight:600}.steps-section .step-card p{font-size:16px;color:#333;line-height:1.7}.cta-section{text-align:center;padding:80px 40px;background:linear-gradient(135deg,rgb(255,190.3280632411,53),#FFAE02);border-radius:20px;color:#fff;margin-top:80px;margin-bottom:80px;box-shadow:0 20px 40px rgba(255,174,2,.2)}.cta-section h2{color:#fff;margin-bottom:25px}.cta-section p{font-size:20px;margin-bottom:40px;color:hsla(0,0%,100%,.9);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}@media(max-width:768px){.cta-section p{font-size:18px}}@media(max-width:480px){.cta-section p{font-size:16px}}.cta-section .cta-button{background-color:#fff;color:#ffae02;border:none;padding:18px 45px;border-radius:35px;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1)}.cta-section .cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.2)}hr{border:none;border-top:1px solid rgba(0,0,0,.08);margin:60px auto;width:70%}