:root{color-scheme:light;--color-page:#f7f8fa;--color-surface:#fff;--color-ink:#222433;--color-muted:#626678;--color-soft:#eef1f5;--color-line:#dde2ea;--color-brand:#f43131;--color-brand-strong:#cc2020;--color-zalo:#0477ff;--color-zalo-strong:#005ed0;--color-success:#16855d;--shadow-soft:0 18px 40px #22243314;--shadow-subtle:0 8px 24px #2224330f;--radius-sm:6px;--radius-md:8px;--container:1180px;--page-gutter:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-page);color:var(--color-ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--color-brand)}:focus-visible{outline-offset:3px;outline:3px solid #0477ff47}h1,h2,h3,h4,h5,p{margin:0}h1{max-width:780px;font-size:48px;font-weight:760;line-height:1.08}h2{font-size:34px;font-weight:740;line-height:1.18}h3{font-size:24px;font-weight:720;line-height:1.25}h4{font-size:19px;font-weight:700;line-height:1.35}h5{color:var(--color-muted);text-transform:uppercase;font-size:13px;font-weight:720;line-height:1.4}ul,ol{margin:0;padding-left:1.2rem}li+li{margin-top:6px}main>section,.site-header,.site-footer{width:min(var(--container), calc(100% - var(--page-gutter) * 2));margin-inline:auto}main>section{padding-block:72px}.site-header{z-index:20;border-radius:var(--radius-md);min-height:76px;box-shadow:var(--shadow-subtle);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #dde2eadb;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin-top:16px;padding:12px 16px;display:grid;position:sticky;top:0}.site-header__brand{min-width:0;max-width:100%;color:var(--color-ink);align-items:center;gap:12px;font-weight:760;display:inline-flex}.site-header__nav{min-width:0;max-width:100%}.site-header__brand img{object-fit:contain;width:48px;height:48px}.site-header__brand span{white-space:nowrap}.site-header__nav ul{flex-wrap:wrap;justify-content:center;gap:6px 18px;padding:0;list-style:none;display:flex}.site-header__nav li{flex:none;margin:0}.site-header__nav a{min-height:38px;color:var(--color-muted);white-space:nowrap;align-items:center;font-size:14px;font-weight:650;display:inline-flex}.link-button{border-radius:var(--radius-sm);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:10px 18px;font-size:14px;font-weight:720;line-height:1.2;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.link-button:hover{transform:translateY(-1px)}.link-button--primary{background:var(--color-brand);color:#fff;box-shadow:0 10px 18px #f431312e}.link-button--primary:hover{background:var(--color-brand-strong);color:#fff}.link-button--secondary{border-color:var(--color-line);background:var(--color-surface);color:var(--color-ink)}.link-button--secondary:hover{color:var(--color-brand-strong);background:#fff6f6;border-color:#f4313170}.hero-section{grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);align-items:center;gap:48px;min-height:640px;padding-top:80px;display:grid}.hero-section__content{gap:24px;display:grid}.hero-section__content p{max-width:760px;color:var(--color-muted);font-size:19px;line-height:1.72}.hero-section__actions,.final-cta-section div{flex-wrap:wrap;gap:12px;display:flex}.hero-section__media{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft);margin:0;overflow:hidden}.hero-section__media img{aspect-ratio:3/2;object-fit:cover;width:100%}.intro-section{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);gap:48px;display:grid}.intro-section p,.section-header p,.service-group>header p,.service-package p,.product-card p,.workflow-section p,.commitments-section p,.final-cta-section p,.site-footer p{color:var(--color-muted)}.intro-section p+p{margin-top:16px}.section-header{gap:14px;max-width:760px;margin-bottom:32px;display:grid}.products-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-card,.service-package{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-subtle);align-content:start;gap:16px;padding:24px;display:grid}.product-card h4{color:var(--color-brand-strong);font-size:15px}.product-card ul,.service-package ul,.commitments-section ul{color:var(--color-muted)}.services-section{gap:36px;display:grid}.service-group{border-top:1px solid var(--color-line);gap:20px;padding-top:28px;display:grid}.service-group>header{gap:10px;max-width:820px;display:grid}.service-group__packages{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-group__packages .service-package:only-child{max-width:780px}.service-package h5{margin-top:4px}.service-package strong{color:var(--color-ink)}.workflow-section__steps{counter-reset:workflow;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:0;list-style:none;display:grid}.workflow-section__steps li{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);align-content:start;gap:12px;min-height:220px;margin:0;padding:22px;display:grid;position:relative}.workflow-section__steps li:before{counter-increment:workflow;content:counter(workflow, decimal-leading-zero);color:var(--color-brand);font-size:13px;font-weight:780}.workflow-section__steps h3{font-size:18px}.commitments-section{border-top:1px solid var(--color-line);grid-template-columns:minmax(260px,.75fr) minmax(0,1fr);align-items:start;gap:36px;display:grid}.commitments-section .section-header{margin-bottom:0}.commitments-section ul{gap:12px;padding:0;list-style:none;display:grid}.commitments-section li{border-left:4px solid var(--color-success);border-radius:var(--radius-sm);background:var(--color-surface);margin:0;padding:16px 18px}.final-cta-section{border-radius:var(--radius-md);background:var(--color-ink);color:#fff;gap:20px;margin-bottom:72px;padding:44px;display:grid}.final-cta-section p{color:#ffffffc2;max-width:760px}.final-cta-section .link-button--secondary{color:#fff;background:0 0}.final-cta-section .link-button--secondary:hover{color:#fff;background:#ffffff14}.site-footer{border-top:1px solid var(--color-line);grid-template-columns:1.2fr 1fr 1fr;gap:32px;padding-block:44px 56px;display:grid}.site-footer h2{margin-bottom:12px;font-size:18px}.site-footer ul{padding:0;list-style:none}.site-footer li{color:var(--color-muted);margin:0}.site-footer li+li{margin-top:8px}.site-footer a{font-weight:650}.mobile-contact-bar{display:none}@media (width<=1020px){h1{font-size:40px}h2{font-size:30px}.site-header{grid-template-columns:1fr auto}.site-header__nav{grid-area:2/1/auto/-1}.hero-section,.intro-section,.commitments-section,.site-footer{grid-template-columns:1fr}.products-section__grid,.service-group__packages,.workflow-section__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){:root{--page-gutter:16px}body{padding-bottom:72px}h1{font-size:34px}h2{font-size:27px}main>section{padding-block:48px}.site-header{border-top:0;border-left:0;border-right:0;border-radius:0;grid-template-columns:1fr;gap:12px;margin-top:0;display:grid;position:static}.site-header__brand span{white-space:normal}.site-header__nav ul{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:6px 9px;max-width:100%;padding-bottom:2px;overflow-x:auto}.site-header>.link-button{display:none}.site-header__nav ul::-webkit-scrollbar{display:none}.hero-section{gap:32px;min-height:auto;padding-top:48px}.hero-section__content p{font-size:17px}.hero-section__actions,.final-cta-section div{flex-direction:column;align-items:stretch}.products-section__grid,.service-group__packages,.workflow-section__steps{grid-template-columns:1fr}.workflow-section__steps li{min-height:auto}.product-card,.service-package,.final-cta-section{padding:20px}.site-footer{padding-bottom:32px}.mobile-contact-bar{z-index:30;border-top:1px solid var(--color-line);backdrop-filter:blur(16px);background:#fffffff5;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 24px #2224331a}.mobile-contact-bar ul{grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:8px;list-style:none;display:grid}.mobile-contact-bar li{margin:0}.mobile-contact-bar a{border-radius:var(--radius-sm);min-height:46px;color:var(--color-ink);justify-content:center;align-items:center;font-size:13px;font-weight:760;display:flex}.mobile-contact-bar li:nth-child(2) a{background:var(--color-zalo);color:#fff}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
