.footer{background-color:#111;color:#f1f1f1;padding:48px 16px;margin-top:40px}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-text{font-size:1.3rem;color:#aaa}.footer-email p{font-size:1.1rem;color:#aaa}@media (max-width:600px){.footer-container{flex-direction:column;text-align:center}.footer-text{font-size:1rem}.footer-email p{font-size:.9rem}}.hero-section{max-width:900px;margin:0 auto;padding:60px 20px;text-align:center;font-family:Inter,sans-serif}.hero-section p{font-size:1.5rem;font-weight:700;margin-bottom:30px}.hero-section h1{font-size:2.5rem;font-weight:700;margin-bottom:24px;line-height:1.2}.hero-section h2{font-size:1.3rem;font-weight:500;margin-bottom:24px;color:#6e6e6e;line-height:1.5}.hero-section iframe{width:100%;max-width:450px;height:220px;border:none;margin:0 auto;display:block}@media (max-width:768px){.hero-section{padding:40px 16px}.hero-section p{font-size:1.3rem;margin-bottom:20px}.hero-section h1{font-size:2rem}.hero-section h2{font-size:1.3rem}.hero-section iframe{height:200px}}.navbar{max-width:100%;padding:16px 32px;background-color:#ffffff;border-bottom:1px solid #e5e5e5;display:flex;position:-webkit-sticky;position:sticky;top:0}.navbar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.5px;cursor:pointer;transition:color .3s ease}.cta-btn{padding:10px 20px;background-color:black;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:none}.cta-btn:hover{background-color:rgb(52,52,52)}@media (max-width:768px){.navbar{padding-left:16px;padding-right:16px}}*{margin:0;padding:0;box-sizing:border-box}