/*
Theme Name: NCATA
Theme URI: https://phandinhnghia.com
Author: NCATA
Author URI: https://phandinhnghia.com
Description: Theme tuy chinh cho NCATA - Cashflow, Advertising, Technology, Automation. Landing full-width, trang noi dung gon gang, font Montserrat.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ncata
*/
:root{--brand:#980028;--brand-dk:#6d001d;--brand-2:#c0143a;--ink:#14110f;--muted:#6b6b6b;--line:#ece3e5;--soft:#fbf6f7}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Montserrat',-apple-system,'Segoe UI',Roboto,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;height:auto}
a{color:var(--brand)}
[id]{scroll-margin-top:88px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--line)}
.sh-wrap{max-width:1160px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.sh-brand{display:flex;align-items:center;text-decoration:none;font-weight:800;color:var(--ink);font-size:20px}
.custom-logo-link{display:flex;align-items:center}
.custom-logo{max-height:48px;width:auto}
.sh-nav{display:flex;align-items:center;gap:26px}
.sh-nav a{text-decoration:none;color:var(--ink);font-weight:600;font-size:15px}
.sh-nav a:hover{color:var(--brand)}
.sh-nav .sh-cta{background:var(--brand);color:#fff;padding:9px 20px;border-radius:999px}
.sh-nav .sh-cta:hover{background:var(--brand-dk);color:#fff}
.front-main{width:100%;overflow-x:hidden}
.page-main{max-width:820px;margin:0 auto;padding:56px 24px 80px}
.page-main .entry-title{font-size:34px;font-weight:800;margin:0 0 24px}
.page-main p{margin:0 0 16px}
.page-main img{border-radius:10px}
.site-footer{background:var(--ink);color:rgba(255,255,255,.75);text-align:center;padding:26px 24px;font-size:14px}
.site-footer a{color:#fff}
@media(max-width:820px){.sh-nav{gap:16px}.sh-nav a:not(.sh-cta){display:none}}