.hero-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px 20px 10px;color:#fff;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,rgba(32,34,38,.7) 0%,rgba(32,34,38,.3) 65%);z-index:1}.hero-section>*{position:relative;z-index:2}.hero-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-section img{max-width:400px;height:auto;margin-bottom:30px}.hero-section h1{font-family:'Barlow',sans-serif;font-size:3.5em;font-weight:900;line-height:1.2;margin-bottom:20px;text-transform:uppercase;color:#fff}.hero-section .subtitle{font-family:'Barlow',sans-serif;font-size:1.5em;font-weight:300;line-height:1.7;max-width:700px;margin:0 auto 40px;color:#fff}.connection-section{background-color:#fff;padding:80px 20px;text-align:center}.connection-section h2{font-family:'Barlow',sans-serif;font-size:2.5em;font-weight:400;color:var(--color-text);margin-bottom:50px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1000px;margin:0 auto 50px}.step{padding:30px;background-color:#f9f9f9;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.step:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.step-number{display:inline-block;width:60px;height:60px;line-height:60px;background-color:var(--color-primary);color:#fff;border-radius:50%;font-size:1.8em;font-weight:700;margin-bottom:20px}.step h3{font-family:'Barlow',sans-serif;font-size:1.4em;font-weight:600;color:var(--color-dark);margin-bottom:15px}.step p{color:var(--color-text);font-size:.95em;line-height:1.6}.success-message{background-color:#d4edda;color:#155724;padding:20px;border-radius:8px;margin:30px auto;max-width:600px;font-size:1.1em}.info-text{color:var(--color-text);font-size:.95em;margin-top:20px}.final-message{font-size:1.1em;color:var(--color-text);max-width:700px;margin:30px auto;line-height:1.8}.faq-section{background-color:#f5f5f5;padding:80px 20px}.faq-section h2{font-family:'Barlow',sans-serif;font-size:2.5em;font-weight:400;color:var(--color-text);text-align:center;margin-bottom:50px}.faq-item{background-color:#fff;padding:30px;margin-bottom:20px;border-radius:8px;max-width:900px;margin-left:auto;margin-right:auto;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,.1)}.faq-item h3{font-family:'Barlow',sans-serif;font-size:1.4em;font-weight:600;color:var(--color-dark);margin-bottom:15px}.faq-item p{color:var(--color-text);line-height:1.7}footer{background-color:var(--color-background);color:#fff;text-align:center;padding:40px 20px}footer p{margin-bottom:10px;opacity:.8}footer a{color:#fff;opacity:.8;transition:opacity .3s ease}footer a:hover{opacity:1}@media(max-width:768px){.hero-section{min-height:600px;padding:150px 15px 80px}.hero-section h1{font-size:2.5em}.hero-section .subtitle{font-size:1.2em}.hero-section img{max-width:250px}.connection-section{padding:60px 15px}.connection-section h2{font-size:2em}.steps{grid-template-columns:1fr;gap:30px}.faq-section{padding:60px 15px}.faq-section h2{font-size:2em}}@media(min-width:769px) and (max-width:1024px){.hero-section h1{font-size:3em}.steps{grid-template-columns:repeat(2,1fr)}}