*{box-sizing:border-box;margin:0;padding:0}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000000f;position:fixed;top:0;width:100%;z-index:100}.navbar-container{max-width:1200px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.navbar-logo img{height:32px}.navbar-links{display:flex;gap:24px;align-items:center}.navbar-links a{text-decoration:none;color:#333;font-size:14px;font-weight:500;transition:color .2s}.navbar-links a:hover{color:#f5a100}.navbar-button a,.navbar-button{background-color:#f5a100;padding:10px 20px;border-radius:24px;color:#000;font-weight:600;font-size:14px;text-decoration:none;transition:background .3s}.navbar-button a:hover,.navbar-button:hover{background-color:#ffa800}.mobile-only{display:none}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}.navbar-toggle .bar{width:24px;height:2px;background-color:#333;transition:all .3s ease}.navbar-toggle .bar.open:nth-child(1){transform:translateY(6px) rotate(45deg)}.navbar-toggle .bar.open:nth-child(2){opacity:0}.navbar-toggle .bar.open:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 768px){.navbar-links{width:100%;flex-direction:column;align-items:flex-start;gap:16px;margin-top:12px;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease}.navbar-links.open{display:flex;max-height:500px;opacity:1}.navbar-button.desktop-only{display:none}.mobile-only{display:inline-block;width:100%;text-align:center}.navbar-toggle{display:flex}}.hero{padding:0}.hero-top{background-repeat:repeat;background-size:contain;padding:60px 20px 100px}.hero-container{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:40px}.hero-text{flex:1 1 450px;margin-top:60px;color:#111}.hero-text h1{font-size:36px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-text p{font-size:16px;margin-bottom:30px;max-width:500px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn{padding:12px 24px;font-size:14px;font-weight:600;border-radius:25px;cursor:pointer;transition:.3s ease;border:none}.btn.primary{background-color:#f5a100;color:#000}.btn.primary:hover{background-color:#ffa800}.btn.secondary{background-color:transparent;border:2px solid #000;color:#000}.btn.secondary:hover{background-color:#000;color:#fff}.hero-image{flex:1 1 400px;margin-top:60px;display:flex;justify-content:center}.hero-image img{max-width:100%;height:auto}.waitlist-banner{background-color:#f5a100;border-radius:10px;padding:40px 32px;max-width:1000px;margin:60px auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.waitlist-title{color:#111;font-weight:700;font-size:18px;flex:1 1 250px}.waitlist-form{display:flex;flex:1 1 500px;max-width:600px;gap:12px}.waitlist-form input{flex:1;padding:12px 16px;border:none;border-radius:24px;font-size:14px;outline:none}.waitlist-form button{background-color:#000;color:#fff;border:none;border-radius:24px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.waitlist-form button:hover{background-color:#222}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center}.hero-text h1{font-size:28px}.hero-text p{font-size:15px;margin:0 auto 24px}.hero-buttons{justify-content:center}.hero-image{margin-top:24px}.waitlist-banner{display:none}.mobile-break{display:block}}@media (min-width: 480px){.waitlist-form{flex-wrap:nowrap}.waitlist-form input,.waitlist-form button{flex:1 1 auto;width:auto}}.services{margin:0;padding:0}.services-banner{position:relative;width:100%;overflow:hidden}.services-banner img{width:100%;height:auto;display:block}.banner-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;width:100%;padding:0 20px}.banner-overlay h2{font-size:36px;font-weight:800;line-height:1.2}.services-content{text-align:center;margin-top:100px;padding:60px 20px 40px}.services-content h3{font-size:40px;font-weight:700;margin-bottom:16px}.services-content .highlight{color:#f5a100}.services-content p{font-size:20px;color:#555;max-width:60%;margin:0 auto 40px}.service-icons{display:flex;margin-top:100px;justify-content:center;flex-wrap:wrap;gap:50px}.service-icons img{width:auto;height:auto;transition:transform .3s ease}.service-icons img:hover{transform:scale(1.05)}@media (max-width: 768px){.banner-overlay h2{font-size:24px}.services-content h3{font-size:20px}.services-content p{font-size:14px;max-width:600px}.service-icons{gap:16px}.service-icons img{width:80px}}.how-section{background-color:#f8f8f8;padding:60px 20px;text-align:center}.how-header h2{font-size:48px;font-weight:800;margin-bottom:12px}.how-header .highlight{color:#f5a100}.how-subtitle{font-size:25px;color:#555;margin-bottom:30px}.how-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:40px}.how-buttons button{background-color:#feae00;color:#000;font-weight:600;border:none;padding:12px 60px;border-radius:30px;display:flex;align-items:center;gap:70px;cursor:pointer;font-size:14px;transition:background .3s}.how-buttons button:hover{background-color:#ffa800}.how-buttons img{width:20px;height:20px}.how-content{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.how-steps{display:flex;flex-direction:column;gap:40px;flex:1 1 250px;text-align:left}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.step img{width:40px;height:40px}.step h4{font-size:16px;font-weight:700;margin-bottom:6px}.step p{font-size:14px;color:#444;line-height:1.5}.how-image-center{flex:1 1 300px;display:flex;justify-content:center;align-items:center}.how-image-center img{max-width:100%;height:auto;display:block}.phone{max-width:140px;height:auto;z-index:1}@media (max-width: 768px){.how-content{flex-direction:column}.how-steps.left .step:nth-child(1){order:1}.how-steps.right .step:nth-child(1){order:2}.how-steps.left .step:nth-child(2){order:3}.how-steps.right .step:nth-child(2){order:4}.how-steps{display:contents}.step{flex-direction:column;align-items:center;text-align:center}.step img{margin-bottom:8px}.how-image-center{flex:1 1 300px;display:flex;justify-content:center;align-items:center}.how-image-center img{max-width:100%;height:auto;display:block}.phone{max-width:120px}}.why-choose{background-size:cover;background-repeat:no-repeat;background-position:center;padding:80px 20px;color:#111}.why-container{max-width:1200px;margin:0 auto;text-align:center}.why-container h2{font-size:28px;font-weight:800;margin-bottom:10px}.highlight{color:#f5a100}.subtitle{max-width:800px;font-size:14px;color:#444;margin:0 auto 40px}.features{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:60px}.feature-card{background-color:#f5a100;border-radius:16px;padding:32px 24px;flex:1 1 280px;position:relative;color:#111;text-align:center;box-shadow:0 4px 12px #0000001a}.feature-card img{height:48px;margin-bottom:16px}.feature-card h4{font-size:18px;font-weight:700;margin-bottom:10px}.feature-card p{font-size:14px;line-height:1.4;margin-bottom:20px}.feature-card .badge{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#fff;color:#000;font-weight:600;padding:4px 12px;border-radius:12px;font-size:12px}.advantages{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.advantage{flex:1 1 200px;text-align:center;max-width:240px}.advantage img{height:32px;margin-bottom:10px}.advantage h5{font-size:16px;font-weight:700;margin-bottom:6px}.advantage p{font-size:13px;color:#444}.newsletter{background-color:#f5a100;background-image:url(/assets/bg-doodle-vn_70IAQ.png);background-repeat:repeat;border-radius:12px;padding:24px 32px;margin:60px auto 0;max-width:1000px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.newsletter-text{color:#111;font-weight:700;font-size:18px;flex:1 1 250px}.newsletter-form{display:flex;flex:1 1 500px;gap:12px}.newsletter-form input{flex:1;padding:12px 20px;border:none;border-radius:999px;font-size:14px;outline:none}.newsletter-form button{background-color:#000;color:#fff;border:none;border-radius:999px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.newsletter-form button:hover{background-color:#222}@media (max-width: 768px){.features,.advantages{flex-direction:column;align-items:center}.feature-card{width:100%;max-width:360px}.advantage{width:100%;max-width:320px}.newsletter{flex-direction:column;text-align:center;padding:24px}.newsletter-form{flex-direction:column;width:100%}.newsletter-form input,.newsletter-form button{width:100%}.mobile-break{display:block}}.feedback{padding:80px 20px;background-color:#fff;text-align:center}.feedback-header h2{font-size:28px;font-weight:800;margin-bottom:12px}.feedback-header .highlight{color:#f5a100}.feedback-header p{font-size:14px;color:#555;max-width:700px;margin:0 auto 40px}.feedback-cards{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.card{background-color:#f9f9f9;border-radius:12px;padding:32px 24px;flex:1 1 300px;max-width:360px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.quote{font-size:120px;color:#f5d98c;margin-bottom:20px}.feedback-text{font-size:14px;color:#333;margin-bottom:40px;flex:1}.card-footer{border-top:2px solid #00874e;padding-top:16px;display:flex;align-items:center;gap:12px}.card-footer img{width:40px;height:40px;border-radius:50%}.user-info strong{display:block;font-size:14px;color:#111}.stars{font-size:14px;color:#f5a100}.star-dim{color:#ccc}@media (max-width: 768px){.feedback-cards{flex-direction:column;align-items:center}}.faq-section{padding:80px 20px;background-color:#f9f9f9;text-align:center}.faq-header h2{font-size:28px;font-weight:800;margin-bottom:12px}.faq-header .highlight{color:#f5a100}.faq-header p{font-size:14px;color:#555;max-width:700px;margin:0 auto 40px}.faq-list{max-width:800px;margin:0 auto;text-align:left}.faq-item{background-color:#fff;border-radius:8px;margin-bottom:12px;box-shadow:0 2px 6px #0000000a;overflow:hidden;cursor:pointer;transition:all .3s ease}.faq-question{padding:18px 24px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq-icon{font-size:24px;color:#f5a100;margin-left:12px}.faq-answer{padding:0 24px;font-size:14px;color:#444;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.faq-item.active .faq-answer{margin-bottom:20px}@media (max-width: 768px){.faq-header h2{font-size:22px}.faq-question{padding:16px;font-size:15px}.faq-answer{font-size:14px}}.footer{background-color:#f5a100;background-repeat:repeat;padding:60px 24px 20px;color:#000;border-top-left-radius:12px;border-top-right-radius:12px}.footer-content{max-width:1200px;margin:auto}.footer-top{text-align:center;margin-bottom:40px}.footer-top h3{font-size:20px;font-weight:800;margin-bottom:20px}.footer-form{display:flex;max-width:600px;margin:auto;gap:12px;flex-wrap:wrap}.footer-form input{flex:1;padding:12px 20px;border-radius:999px;border:none;font-size:14px;outline:none}.footer-form button{background-color:#000;color:#fff;padding:12px 24px;border:none;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer}.footer-middle{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-top:40px;text-align:left}.footer-col{flex:1 1 200px}.footer-logo{height:40px;margin-bottom:10px}.social-icons{display:flex;gap:10px;margin-top:8px}.social-icons img{width:20px;height:20px;cursor:pointer}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:8px;font-size:14px;cursor:pointer}.toggle{position:relative;display:inline-block;width:44px;height:24px;margin-top:10px}.toggle input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;background-color:#ccc;border-radius:24px;inset:0;transition:.3s}.slider:before{position:absolute;content:"";height:18px;width:18px;border-radius:50%;background-color:#fff;top:3px;left:3px;transition:.3s}.toggle input:checked+.slider{background-color:#111}.toggle input:checked+.slider:before{transform:translate(20px)}.footer-bottom{margin-top:40px;border-top:1px solid rgba(0,0,0,.1);padding-top:16px;display:flex;justify-content:space-between;font-size:13px;flex-wrap:wrap}.footer-bottom a{color:#000;text-decoration:underline}@media (max-width: 768px){.footer-form{flex-direction:column}.footer-form input,.footer-form button{width:100%}.footer-middle{flex-direction:column;text-align:center;align-items:center}.footer-col{text-align:center}.footer-bottom{flex-direction:column;text-align:center;gap:10px}}.welcome-screen{position:fixed;top:0;left:0;width:100%;min-height:100vh;background-color:#feae00;display:flex;align-items:center;justify-content:center;z-index:9999;transition:transform .8s ease-in-out}.welcome-screen.slide-up{transform:translateY(-100%)}.welcome-logo{width:300px;height:auto;max-width:80vw;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.welcome-logo{width:120px}}@media (max-width: 480px){.welcome-logo{width:100px}}@media (max-width: 360px){.welcome-logo{width:90px}}body{font-family:sans-serif;margin:0;padding:0;background:#fff;color:#111}main{max-width:1200px;margin:auto}
