html,body{overflow-x:hidden;margin:0;padding:0}body,.home-root{background:linear-gradient(135deg,#232526 0%,#414345 100%);min-height:100vh;width:100vw;background-attachment:fixed;position:relative;margin:0;padding:0}.navbar{position:fixed;top:0;left:0;width:100%;height:70px;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:0 30px;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.nav-left{display:flex;gap:20px;align-items:center}.nav-right{display:flex;align-items:center;margin-right:25px}.nav-btn{background:transparent;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.nav-btn:hover{background:rgba(255,255,255,.1);transform:translateY(-1px)}.nav-logo{color:#fff;font-size:1.8rem;font-weight:700;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.nav-logo-link{text-decoration:none;color:inherit;transition:opacity .3s ease}.nav-logo-link:hover{opacity:.8}@media (max-width: 768px){.navbar{padding:0 15px;height:60px}.nav-left{gap:10px}.nav-btn{padding:8px 12px;font-size:.9rem}.nav-logo{font-size:1.5rem}.nav-right{gap:8px}}@media (min-width: 769px) and (max-width: 1024px){.navbar{padding:0 20px}.nav-btn{padding:10px 16px;font-size:.95rem}}.home-root:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;opacity:.25;background:url(https://www.transparenttextures.com/patterns/smoke.png) repeat}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:20px}.home-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.home-desc{font-size:1.5rem;color:#ffffffe6;margin-bottom:40px;max-width:600px;line-height:1.6}.home-actions{display:flex;flex-direction:column;align-items:center;gap:20px}.home-login-link{color:#fffc;font-size:1.1rem}.home-login-link a{color:#fff;text-decoration:underline;font-weight:600}.home-login-link a:hover{color:#f0f0f0}@media (max-width: 768px){.home-title{font-size:2.5rem}.home-desc{font-size:1.1rem}.home-actions{gap:15px}}@media (min-width: 769px) and (max-width: 1024px){.home-title{font-size:3.5rem}.home-desc{font-size:1.3rem}}.home-root{width:100vw;min-height:100vh;overflow-x:hidden}.video-hero{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-bg{position:absolute;top:0;left:-5px;width:100vw;height:100vh;object-fit:cover;z-index:1;min-width:100vw;min-height:100vh;max-width:none;max-height:none}.video-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;pointer-events:none}.video-title{font-size:5rem;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.7);margin-bottom:40px;pointer-events:auto}.scroll-down-btn{background:rgba(0,0,0,.4);color:#fff;border:none;border-radius:50%;font-size:2.5rem;width:60px;height:60px;cursor:pointer;margin-top:20px;pointer-events:auto;transition:background .2s}.scroll-down-btn:hover{background:rgba(0,0,0,.7)}@media (max-width: 768px){.video-title{font-size:3rem;margin-bottom:30px}.scroll-down-btn{width:50px;height:50px;font-size:2rem}}@media (min-width: 769px) and (max-width: 1024px){.video-title{font-size:4rem}}.home-content-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;margin-top:0;padding-top:0}.home-content-section .home-title{margin-top:0;margin-bottom:20px}.video-gradient-overlay{position:absolute;left:0;bottom:0;width:100vw;height:100vh;pointer-events:none;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,0) 100%)}.home-footer-section{min-height:50vh;display:flex;align-items:center;justify-content:center;background:#808080;padding:60px 20px;position:relative}.home-footer-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.transparenttextures.com/patterns/dark-geometric.png) repeat;opacity:.1;pointer-events:none}.footer-buttons{display:flex;gap:30px;flex-wrap:wrap;justify-content:center;z-index:1;position:relative}.footer-btn{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.2);padding:15px 30px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-btn:hover{background:rgba(255,255,255,.2);border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}@media (max-width: 768px){.footer-buttons{flex-direction:column;gap:20px}.footer-btn{padding:12px 25px;font-size:1rem}}.back-to-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:rgba(0,0,0,.8);color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:1000;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000004d}.back-to-top-btn:hover{background:rgba(0,0,0,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0006}@media (max-width: 768px){.back-to-top-btn{bottom:20px;right:20px;width:45px;height:45px;font-size:1.3rem}}.home-footer{background:#2a2a2a;padding:60px 20px;color:#fff;position:relative}.home-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.transparenttextures.com/patterns/dark-geometric.png) repeat;opacity:.05;pointer-events:none}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;align-items:flex-start;gap:40px;position:relative;z-index:1}.footer-section{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.footer-links{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.footer-link{color:#e0e0e0;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;padding:5px 0}.footer-link:hover{color:#fff;text-decoration:underline;transform:translateY(-1px)}.social-links{display:flex;gap:20px;justify-content:center}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{background:rgba(255,255,255,.2);border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.social-icon{width:24px;height:24px;transition:transform .3s ease}.social-link:hover .social-icon{transform:scale(1.1)}@media (max-width: 768px){.home-footer{padding:40px 15px}.footer-content{flex-direction:column;gap:30px}.footer-links{gap:20px}.social-links{gap:15px}.social-link{width:45px;height:45px}.social-icon{width:20px;height:20px}}.tab-container{margin-top:3rem}.tab-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.tab-button{background:rgba(255,255,255,.1);color:#fffc;border:2px solid rgba(255,255,255,.2);padding:12px 24px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:120px}.tab-button:hover{background:rgba(255,255,255,.15);border-color:#ffffff4d;color:#fff;transform:translateY(-2px)}.tab-button.active{background:rgba(255,255,255,.2);border-color:#fff6;color:#fff;box-shadow:0 4px 15px #0000004d}.tab-content{transition:opacity .3s ease}@media (max-width: 768px){.tab-buttons{flex-direction:column;align-items:center;gap:.5rem}.tab-button{width:200px;padding:10px 20px;font-size:1rem}}.landing-page{background:linear-gradient(135deg,#232526 0%,#414345 100%);color:#e5e5e5;min-height:100vh;width:100vw;overflow-x:hidden}.content-section{padding:4rem 1rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.section-title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.section-subtitle{font-size:1.25rem;color:#ffffffe6;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:rgba(255,255,255,.1);padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000004d;background:rgba(255,255,255,.15)}.feature-icon{font-size:3rem;margin-bottom:1rem;color:#fff}.feature-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature-description{color:#fffc;line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step-card{text-align:center;position:relative}.step-number{width:4rem;height:4rem;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-weight:700;font-size:1.25rem;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-icon{font-size:3rem;margin-bottom:1rem}.step-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.step-description{color:#fffc;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:rgba(255,255,255,.1);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.testimonial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.testimonial-avatar{font-size:2rem}.testimonial-stars{display:flex;gap:.25rem}.star{color:gold}.star.empty{color:#ffffff4d}.testimonial-text{color:#fffc;line-height:1.6;margin-bottom:1rem;font-style:italic}.testimonial-author{font-weight:700;color:#fff}.testimonial-location{color:#fff9;font-size:.875rem}.footer{background:#2a2a2a;border-top:1px solid rgba(255,255,255,.1);padding:3rem 1rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.transparenttextures.com/patterns/dark-geometric.png) repeat;opacity:.05;pointer-events:none}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:1}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.125rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#fffc;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#fff;transform:translateY(-1px)}.social-links{display:flex;gap:1rem}.social-link{color:#fffc;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{color:#fff;background:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.social-icon{width:1.5rem;height:1.5rem}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:rgba(0,0,0,.8);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;font-size:1.25rem;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000004d}.back-to-top:hover{background:rgba(0,0,0,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0006}@media (max-width: 768px){.content-section{padding:2rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.1rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.step-number{width:3rem;height:3rem;font-size:1rem}.step-icon{font-size:2.5rem}.step-title{font-size:1.1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.nav-buttons{gap:.5rem}.nav-btn{padding:.25rem .5rem;font-size:.875rem}}@media (min-width: 769px) and (max-width: 1024px){.content-section{padding:3rem 1.5rem}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.2rem}.features-grid,.steps-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width: 1025px){.content-section{padding:5rem 2rem}.section-title{font-size:3rem}.section-subtitle{font-size:1.4rem}.features-grid,.steps-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.logo-image{height:35px;width:auto;vertical-align:middle}.title-image{max-width:400px;width:auto;height:auto;vertical-align:middle}.inline-logo{max-width:300px;width:auto;height:auto;vertical-align:middle;margin:0 .2em;display:inline-block}@media (max-width: 768px){.logo-image{height:28px}.title-image{max-width:280px}.inline-logo{max-width:250px}}.why-choose-text{font-size:1.2em;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}
