.search-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.1);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;max-width:700px;margin:1rem auto;padding:.6rem 1rem;display:flex;position:relative;box-shadow:0 4px 10px rgba(0,0,0,.2)}.search-bar input{color:#fff;background:rgba(255,255,255,.15);border:none;border-radius:8px;outline:none;flex:1;padding:.6rem 1rem;font-size:1rem}.search-bar button{color:#fff;cursor:pointer;background:#f66;border:none;border-radius:8px;padding:.6rem 1rem;font-size:1rem;transition:background .3s}.search-bar button:hover{background:#f44}.suggestions-list{color:#fff;z-index:100;background:rgba(17,17,17,.95);border-radius:8px;width:100%;max-height:200px;margin:.3rem 0 0;padding:.5rem 0;list-style:none;position:absolute;top:110%;left:0;overflow-y:auto}.suggestions-list li{cursor:pointer;padding:.5rem 1rem;transition:background .2s}.suggestions-list li:hover{background:rgba(255,255,255,.1)}@media (min-width:1024px){.search-bar{max-width:700px}}@media (max-width:1024px){.search-bar{max-width:500px}}@media (max-width:768px){.search-bar{flex-direction:column;align-items:stretch;gap:.6rem;width:80%}.search-bar button{width:100%}}@media (max-width:480px){.search-bar{width:70%}.search-bar input{padding:.5rem .8rem;font-size:.9rem}.search-bar button{padding:.5rem;font-size:.9rem}}.home-hero-aesthetic{text-align:center;color:#fff;background:linear-gradient(135deg,#ff4d4d,#222);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;min-height:70vh;margin:1rem auto;padding:4rem 2rem;display:flex;box-shadow:0 6px 15px rgba(0,0,0,.3)}.hero-title{color:#fff;text-shadow:0 3px 8px rgba(0,0,0,.4);margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#f2f2f2;max-width:800px;margin-bottom:2rem;font-size:1.3rem;line-height:1.6}.hero-cta{color:#ff4d4d;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.hero-cta:hover{color:#fff;background:#ff4d4d;transform:scale(1.05)}@media (max-width:1024px){.hero-title{font-size:2.5rem}.hero-subtitle{max-width:600px;font-size:1.1rem}.hero-cta{padding:.7rem 1.6rem;font-size:1rem}}@media (max-width:768px){.home-hero-aesthetic{padding:3rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{max-width:90%;font-size:1rem}.hero-cta{width:100%;font-size:1rem}}@media (max-width:480px){.home-hero-aesthetic{padding:2rem 1rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.9rem}.hero-cta{padding:.6rem 1.2rem;font-size:.9rem}}.home-wrapper{color:#fff;background:#111;border-radius:20px;max-width:1200px;margin:2rem auto;padding:3rem 2rem;box-shadow:0 6px 15px rgba(0,0,0,.3)}.home-stats{text-align:center;flex-wrap:wrap;justify-content:space-around;gap:1.5rem;margin-bottom:3rem;display:flex}.stat-card{background:#222;border-radius:12px;flex:1;min-width:150px;max-width:250px;padding:1.5rem 2rem;transition:transform .3s}.stat-card:hover{color:#fff;background:#ff4d4d;transform:translateY(-6px)}.home-sections{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.home-card{perspective:1000px}.home-card-inner{width:100%;height:220px;transform-style:preserve-3d;transition:transform .8s;position:relative}.home-card:hover .home-card-inner{transform:rotateY(180deg)}.home-card-front,.home-card-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute}.home-card-front{color:#fff;background:#222;box-shadow:0 6px 12px rgba(0,0,0,.3)}.home-card-front h2{color:#ff4d4d;margin-bottom:.5rem}.home-card-front p{color:#ddd}.home-card-back{color:#fff;background:#ff4d4d;font-weight:600;transform:rotateY(180deg)}@media (max-width:1024px){.stat-card h2{font-size:1.6rem}.stat-card p{font-size:.9rem}.home-card-inner{height:200px}}@media (max-width:768px){.home-stats{flex-direction:column;align-items:center}.stat-card{width:100%;max-width:320px}.home-card-inner{height:180px}.home-card-front h2{font-size:1.2rem}.home-card-front p{font-size:.9rem}}@media (max-width:480px){.home-wrapper{padding:2rem 1rem}.stat-card{padding:1rem}.stat-card h2{font-size:1.4rem}.stat-card p{font-size:.8rem}.home-card-inner{height:160px}}.stat-card:hover{color:#fff}.stat-card{cursor:pointer;background:#222;border-radius:12px;flex:1;min-width:150px;max-width:250px;padding:1.5rem 2rem;transition:all .3s}.stat-card h2{color:#ff4d4d;margin-bottom:.5rem;font-size:2rem;transition:color .3s}.stat-card p{color:#f2f2f2;font-size:1rem;transition:color .3s}.stat-card:hover{background:#ff4d4d;transform:translateY(-6px)}.stat-card:hover h2,.stat-card:hover p{color:#fff}.trutsed{text-align:center;color:#ff4d4d;margin-bottom:2rem;font-size:2.2rem;font-weight:700}.trusted-logos{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));place-items:center;gap:1.5rem;padding:1rem;display:grid}.trusted-card{background:#222;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:200px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.3)}.trusted-card:hover{background:#ff4d4d;transform:translateY(-6px)}.trusted-inner img{width:80px;height:auto;margin-bottom:.8rem}.trusted-inner p{color:#f2f2f2;margin:0;font-size:1rem;transition:color .3s}.trusted-card:hover .trusted-inner p{color:#fff}@media (max-width:1024px){.trutsed{font-size:2rem}.trusted-inner img{width:70px}}@media (max-width:768px){.trutsed{font-size:1.8rem}.trusted-logos{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.trusted-card{padding:1rem}.trusted-inner img{width:60px}.trusted-inner p{font-size:.9rem}}@media (max-width:480px){.trutsed{font-size:1.5rem}.trusted-logos{grid-template-columns:1fr 1fr;gap:.8rem}.trusted-inner img{width:50px}.trusted-inner p{font-size:.8rem}}.scroll-top-btn{color:#fff;cursor:pointer;z-index:999;background:#ff4d4d;border:none;border-radius:50%;outline:none;width:50px;height:50px;font-size:1.5rem;font-weight:700;transition:all .3s;position:fixed;bottom:30px;right:30px;box-shadow:0 6px 12px rgba(0,0,0,.3)}.scroll-top-btn:hover{color:#ff4d4d;background:#fff;transform:scale(1.1)}@media (max-width:1024px){.scroll-top-btn{width:45px;height:45px;font-size:1.3rem;bottom:25px;right:25px}}@media (max-width:768px){.scroll-top-btn{width:40px;height:40px;font-size:1.2rem;bottom:20px;right:20px}}@media (max-width:480px){.scroll-top-btn{width:36px;height:36px;font-size:1rem;bottom:15px;right:15px}}.contact-section{color:#fff;text-align:center;background:#111;border-radius:20px;padding:4rem 2rem}.contact-header h2{color:#fff;margin-bottom:.5rem;font-size:2rem}.contact-underline{background:#ff4d4d;border-radius:2px;width:80px;height:4px;margin:.5rem auto 2rem}.contact-container{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.contact-box{text-align:center;background:#1a1a1a;border-radius:15px;flex:250px;max-width:300px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.contact-box:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(255,77,77,.3)}.contact-icon{color:#ff4d4d;margin-bottom:.5rem;font-size:2rem}.contact-box h3{margin:.5rem 0;font-size:1.2rem}.contact-box a{color:#ddd;font-size:.95rem;text-decoration:none;transition:color .3s}.contact-box a:hover{color:#ff4d4d}@media (max-width:1024px){.contact-section{padding:3rem 1.5rem}.contact-box{padding:1.8rem 1.2rem}}@media (max-width:768px){.contact-section{padding:2.5rem 1rem}.contact-box{flex:100%;max-width:100%;margin-bottom:1rem}.contact-header h2{font-size:1.6rem}}@media (max-width:480px){.contact-header h2{font-size:1.4rem}.contact-box h3{font-size:1rem}.contact-box a{font-size:.9rem}}@media (max-width:768px){.home-hero-aesthetic{min-height:250px;padding:40px 15px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.hero-cta{padding:8px 16px;font-size:.9rem}.home-stats{flex-direction:column;align-items:center;gap:15px;display:flex}.stat-card{text-align:center;width:80%}.stat-card h2{font-size:1.2rem}.stat-card p{font-size:.9rem}}.home-stats{flex-direction:row;gap:20px;padding:20px 0;display:flex;overflow-x:auto}.stat-card{text-align:center;background:#fff;border-radius:12px;flex:0 0 200px;padding:20px;transition:transform .3s;box-shadow:0 4px 15px rgba(0,0,0,.1)}.stat-card:hover{transform:translateY(-5px)}.stat-card h2{color:#ff4d6d;margin-bottom:10px;font-size:2rem}.stat-card p{color:#555;font-size:1rem}.home-stats::-webkit-scrollbar{display:none}.home-stats{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:768px){.contact-section{padding:1rem .8rem}.contact-box{flex:100%;max-width:100%;margin-bottom:.5rem;padding:1rem .8rem}.contact-header h2{margin-bottom:.2rem;font-size:1.3rem}.contact-underline{width:60px;height:3px;margin:.2rem auto .8rem}}@media (max-width:480px){.contact-section{padding:.8rem .6rem}.contact-header h2{font-size:1.2rem}.contact-box{padding:.8rem .6rem}.contact-box h3{margin:.2rem 0;font-size:.95rem}.contact-box a{font-size:.8rem}}
.faq-section{color:#fff;text-align:center;background:#111;border-radius:20px;padding:4rem 2rem}.faq-header{margin-bottom:2rem}.faq-icon{color:#ff4d4d;font-size:2.5rem}.faq-title{color:#fff;margin:.5rem 0;font-size:2rem}.faq-subtitle{color:#ccc;font-size:1rem}.faq-underline{background:#ff4d4d;border-radius:2px;width:80px;height:4px;margin:1rem auto}.faq-container{text-align:left;max-width:800px;margin:0 auto}.faq-item{cursor:pointer;background:#1a1a1a;border:1px solid transparent;border-radius:12px;margin-bottom:1rem;padding:1rem 1.5rem;transition:background .3s}.faq-item:hover{background:#222;border-color:#ff4d4d}.faq-question{color:#fff;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;display:flex}.faq-icon-btn{color:#ff4d4d;font-size:1.5rem;font-weight:700}.faq-answer{opacity:0;color:#ddd;max-height:0;margin-top:.5rem;font-size:.95rem;transition:max-height .4s,opacity .3s;overflow:hidden}.faq-item.active .faq-answer{opacity:1;max-height:300px}@media (max-width:1024px){.faq-title{font-size:1.8rem}.faq-subtitle{font-size:.95rem}.faq-question{font-size:1rem}}@media (max-width:768px){.faq-section{padding:2.5rem 1rem}.faq-title{font-size:1.6rem}.faq-subtitle{font-size:.9rem}.faq-item{padding:.8rem 1rem}.faq-question{font-size:.95rem}}@media (max-width:480px){.faq-title{font-size:1.4rem}.faq-subtitle{font-size:.85rem}.faq-question{font-size:.9rem}}.faq-answer{opacity:0;max-height:0;transition:max-height .5s,opacity .4s,transform .4s;overflow:hidden;transform:translateY(-5px)}.faq-item.active .faq-answer{opacity:1;max-height:300px;transform:translateY(0)}.faq-item.active{border-color:#ff4d4d;transition:box-shadow .4s,border .3s;box-shadow:0 4px 12px rgba(255,77,77,.3)}.faq-answer p{margin:0;animation:.4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
