*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--accent:#157a8c;--accent-light:#1f9fb5;--accent-dark:#0e5a67;--text:#241f1f;--text-mid:#575757;--text-light:#888888;--bg:#ffffff;--bg-2:#f5f5f5;--bg-3:#ebebeb;--dark:#1a1a1a;--dark-2:#111111;--dark-3:#2a2a2a;--border:rgba(21,122,140,0.2);--border-gray:#c8c8c8;--white:#ffffff;--serif:'Roboto Mono','Courier New',monospace;--sans:'Be Vietnam Pro',system-ui,sans-serif;--radius:2px;--transition:0.4s cubic-bezier(0.4,0,0.2,1);--max-w:1200px}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-weight:300;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}h1,h2,h3,h4{font-weight:400;line-height:1.2;color:var(--text)}.section-title{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:500;letter-spacing:-.01em}p{color:var(--text-mid)}.entry-content{margin-top:1.5rem}.entry-content p{margin-bottom:1rem}.inner{max-width:var(--max-w);margin:0 auto;width:100%}.section{padding:clamp(3.5rem,8vw,7rem) 4vw}.page-main{padding:8rem 4vw 6rem}.empty-state{color:var(--text-mid);text-align:center;padding:3rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;letter-spacing:.01em;transition:background .25s,color .25s,border-color .25s,transform .2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border-gray);color:var(--text-mid);padding:.7rem 1.25rem;border-radius:var(--radius);font-size:.85rem;transition:all .25s}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.breadcrumb-list{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;list-style:none;font-size:.82rem;color:var(--text-light)}.breadcrumb-item{display:inline-flex;align-items:center;gap:.35rem}.breadcrumb-item a{color:var(--text-mid)}.breadcrumb-item a:hover{color:var(--accent)}.breadcrumb-sep{color:var(--text-light)}.obf-email::before{content:attr(data-u) "@" attr(data-d)}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{position:fixed;inset:0;z-index:99;background:rgba(17,17,17,.98);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.nav-mobile.open{opacity:1;visibility:visible}.mobile-link{color:#fff;font-size:1.3rem;font-weight:300}.mobile-link:hover{color:var(--accent-light)}.lead-form{display:flex;flex-direction:column;gap:1.1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;color:var(--text-mid);font-weight:400}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border-gray);border-radius:var(--radius);background:var(--bg);color:var(--text);font-family:inherit;font-size:.95rem;font-weight:300;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(21,122,140,.12)}.form-group textarea{resize:vertical;min-height:84px}.form-error{font-size:.78rem;color:#c0392b;min-height:1em}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:#c0392b}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-notice{font-size:.9rem;margin-top:.25rem}.form-notice.success{color:var(--accent-dark)}.form-notice.error{color:#c0392b}.lead-submit{align-self:flex-start;margin-top:.25rem}.hero-base{background:var(--dark-2);color:#fff;padding:9rem 4vw 5rem}.hero-base__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero-base__title{font-family:var(--serif);font-size:clamp(2rem,5vw,3.4rem);font-weight:500;color:#fff}.hero-base__sub{color:rgba(255,255,255,.75);margin:1.25rem 0 2rem;max-width:46ch}.hero-base__media img{border-radius:var(--radius)}@media (max-width:860px){.hero-base__inner{grid-template-columns:1fr}.hero-base__media{order:-1}}.starter-notice{margin:1.5rem auto;padding:1rem 1.25rem;background:#fff8e1;border:1px solid #ffe082;border-radius:var(--radius);font-size:.9rem}.starter-notice code{background:rgba(0,0,0,.06);padding:.1rem .35rem;border-radius:3px}.lead-section{background:var(--bg-2)}.lead-section__inner{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}.lead-section__intro p{margin-top:.75rem;max-width:42ch}.lead-section__form{background:var(--bg);padding:2rem;border-radius:var(--radius);box-shadow:0 4px 24px rgba(36,31,31,.06)}@media (max-width:860px){.lead-section__inner{grid-template-columns:1fr}}footer{background:var(--dark-2);color:rgba(255,255,255,.72);padding:4rem 4vw 2rem}footer .inner{max-width:var(--max-w)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.4fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .nav-logo{color:#fff;margin-bottom:1rem}.footer-desc{font-size:.9rem;line-height:1.7}.footer-pdf{margin-top:1.25rem;color:rgba(255,255,255,.72);border-color:rgba(255,255,255,.25)}.footer-pdf:hover{color:#fff;border-color:var(--accent)}.footer-title{color:#fff;font-weight:500;font-size:.95rem;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.6rem;font-size:.9rem}.footer-links a:hover{color:var(--accent-light)}.footer-contact-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;margin-bottom:.85rem}.footer-contact-item svg{width:18px;height:18px;flex-shrink:0;margin-top:.15rem;color:var(--accent-light)}.footer-contact-item a:hover{color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.82rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;transition:all .25s}.footer-social a:hover{border-color:var(--accent);color:var(--accent-light)}.footer-social svg{width:16px;height:16px}@media (max-width:860px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.sticky-zalo{position:fixed;right:16px;bottom:16px;z-index:90;display:flex;flex-direction:column;gap:.6rem}.sticky-zalo a{width:50px;height:50px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.2)}.sticky-zalo .phone-btn{background:var(--accent);color:#fff}.sticky-zalo .phone-btn svg{width:22px;height:22px}.sticky-zalo .zalo-btn{background:#0068ff}.sticky-zalo .zalo-btn svg{width:30px;height:30px}@media (min-width:861px){.sticky-zalo{right:24px;bottom:24px}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto !important}.reveal{opacity:1;transform:none;transition:none}}