*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;line-height:1.6}#root{min-height:100vh}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}.header{background:#fff;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{font-size:1.75rem;font-weight:700;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px}.logo-main{color:#4a5568;font-weight:700}.logo-highlight{color:#f59e0b;font-weight:700}.header-info{flex:1;display:flex;justify-content:flex-end}.header-contact{display:flex;gap:2rem;align-items:center}.contact-row{display:flex;align-items:center;gap:.5rem}.header-icon{font-size:1.25rem;color:#2563eb}.header-icon.zalo{color:#0068ff}.contact-row>div{display:flex;flex-direction:column;gap:.125rem}.contact-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.contact-value{font-size:.9rem;color:#1e293b;font-weight:600}.contact-value a{color:#dc2626;text-decoration:none}.contact-value a:hover{text-decoration:underline}.main-container{max-width:1200px;margin:2rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 320px;gap:2.5rem}@media(min-width:1024px){.main-container{gap:3rem}}.content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.breadcrumb{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.breadcrumb a{color:#6b7280}.page-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3}.rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;color:#6b7280}.stars{color:#fbbf24;display:flex;gap:2px}.featured-image{margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.featured-image img{width:100%;height:auto;display:block}.service-image{margin:1.5rem 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014;text-align:center}.service-image img{max-width:100%;height:auto;display:inline-block}.intro-text{font-size:1rem;line-height:1.8;margin-bottom:2rem;color:#475569}.toc{background:#f8fafc;padding:1.5rem;border-radius:6px;margin-bottom:2rem}.toc-title{font-weight:700;margin-bottom:1rem;color:#1e293b}.toc-list{list-style:none;counter-reset:item}.toc-list li{counter-increment:item;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.toc-list li:before{content:counter(item) ". ";position:absolute;left:0;font-weight:600;color:#2563eb}.toc-list a{color:#475569;text-decoration:none}.toc-list a:hover{color:#2563eb}.section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.section-content{font-size:1rem;line-height:1.8;color:#475569}.section-content p{margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.info-card{background:#f8fafc;padding:1.5rem;border-radius:6px;border-left:4px solid #2563eb}.info-card h4{font-weight:600;margin-bottom:.75rem;color:#1e293b}.info-card ul{list-style:none;padding-left:0}.info-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.info-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:1.5rem 0}.feature-card{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:8px;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:#2563eb}.feature-card h4{font-weight:600;color:#1e293b;margin-bottom:.5rem}.services-list{list-style:none;margin:1.5rem 0}.services-list li{margin-bottom:.75rem;background:#f8fafc;border-radius:6px;padding:1rem 1rem 1rem 3rem;position:relative;font-weight:500}.services-list li:before{content:"→";position:absolute;left:1rem;color:#2563eb;font-size:1.5rem;font-weight:700}.registration-form-section{margin:3rem 0}.form-container{background:linear-gradient(135deg,#667eea,#764ba2);padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #0003}.form-header{text-align:center;color:#fff;margin-bottom:2rem}.form-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.form-header p{font-size:1.1rem;opacity:.95}.registration-form{background:#fff;padding:2rem;border-radius:8px;max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;font-size:.95rem}.input-icon{color:#2563eb;font-size:1rem}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder{color:#94a3b8}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.form-success{background:#fff;padding:3rem 2rem;border-radius:8px;text-align:center;max-width:600px;margin:0 auto}.success-icon{font-size:4rem;color:#10b981;margin-bottom:1rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.form-success h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.form-success p{color:#64748b;font-size:1rem}.cta-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:2rem;border-radius:8px;text-align:center;margin:2rem 0}.cta-section h3{font-size:1.5rem;margin-bottom:1rem}.cta-section p{margin-bottom:1.5rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:.875rem 2rem;border:2px solid white;background:#fff;color:#2563eb;border-radius:6px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.cta-btn:hover{background:transparent;color:#fff;transform:translateY(-2px)}.cta-btn.secondary{background:transparent;color:#fff}.cta-btn.secondary:hover{background:#fff;color:#2563eb}.cta-btn.zalo-btn{background:#0068ff;border-color:#0068ff}.cta-btn.zalo-btn:hover{background:#0052cc;border-color:#0052cc;color:#fff}.sidebar{position:sticky;top:90px;height:fit-content}.sidebar-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.sidebar-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem}.contact-icon{font-size:1.25rem;color:#2563eb;margin-top:.25rem}.contact-icon.zalo-icon{color:#0068ff}.contact-item strong{display:block;margin-bottom:.25rem;color:#1e293b}.contact-item a{color:#2563eb;font-weight:600}.highlight-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;border-radius:4px;margin-top:1rem}.highlight-box p{margin:0;font-weight:600;color:#92400e}.footer{background:#1e293b;color:#fff;padding:3rem 1.5rem 1.5rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#f59e0b}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#f59e0b;font-weight:600}.footer-section p{margin-bottom:.75rem;line-height:1.6;color:#cbd5e1;display:flex;align-items:center;gap:.5rem}.footer-contact p{font-size:.95rem}.footer-section a{color:#60a5fa;font-weight:600}.footer-section a:hover{color:#93c5fd;text-decoration:none}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;color:#94a3b8;font-size:.9rem}.popup-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-close{position:absolute;top:15px;right:15px;width:35px;height:35px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10;line-height:1}.popup-close:hover{background:#e2e8f0;color:#1e293b}.popup-content{padding:2rem}.popup-header{text-align:center;margin-bottom:1.5rem}.popup-header h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.popup-header p{color:#64748b;font-size:1rem}.popup-form{margin-top:1.5rem}.popup-form .form-group{margin-bottom:1.25rem}.popup-form .form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;font-size:.95rem}.popup-form .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s;box-sizing:border-box}.popup-form .form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.popup-submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.popup-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.popup-submit-btn:disabled{opacity:.7;cursor:not-allowed}.popup-success{padding:3rem 2rem;text-align:center}.popup-success .success-icon{font-size:4rem;color:#10b981;margin-bottom:1rem;animation:scaleIn .5s ease-out}.popup-success h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.popup-success p{color:#64748b;font-size:1rem}.floating-zalo{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#0068ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:0 4px 12px #0068ff66;z-index:999;transition:all .3s;text-decoration:none;animation:pulse 2s infinite}.floating-zalo:hover{background:#0052cc;transform:scale(1.1);box-shadow:0 6px 20px #0068ff99}@keyframes pulse{0%,to{box-shadow:0 4px 12px #0068ff66}50%{box-shadow:0 4px 20px #0068ffb3}}@media(max-width:768px){.main-container{grid-template-columns:1fr}.sidebar{position:static}.header-container{justify-content:center;padding:.75rem 1rem}.header-cta{display:none}.floating-zalo{width:55px;height:55px;bottom:20px;right:20px;font-size:1.75rem}.popup-container{max-width:95%;margin:10px}.popup-content{padding:1.5rem}.popup-header h2{font-size:1.5rem}.logo img{height:40px!important}.page-title{font-size:1.5rem}.content{padding:1.5rem}.info-grid,.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{font-size:1.25rem}.footer-section p{font-size:.9rem}}
