.elementor-138 .elementor-element.elementor-element-6bd9f91 > .elementor-container{max-width:858px;}.elementor-138 .elementor-element.elementor-element-7cf55b9{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-7cf55b9 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
:root {
  --blue:       #1a56db;
  --blue-dark:  #1342b0;
  --blue-light: #e8f0fe;
  --blue-pale:  #f0f5ff;
  --orange:     #f97316;
  --orange-lt:  #fff4ed;
  --green:      #16a34a;
  --gray-bg:    #f4f7fc;
  --text:       #0f172a;
  --text-md:    #334155;
  --text-lt:    #64748b;
  --white:      #ffffff;
  --border:     #e2e8f0;
  --shadow-sm:  0 1px 4px rgba(0,0,0,.07);
  --shadow-md:  0 4px 20px rgba(0,0,0,.1);
  --shadow-lg:  0 12px 48px rgba(0,0,0,.14);
  --radius:     14px;
  --nav-h:      88px;
}
html, body { font-family: 'Manrope', sans-serif !important; }
body * { font-family: 'Manrope', sans-serif !important; }
code, pre, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
button, input, select, textarea { font-family: 'Manrope', sans-serif !important; }
body { color: var(--text); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

ul { list-style: none; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 99px; }

/* ─── TYPOGRAPHY ─── */
.tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--blue-light); color: var(--blue);
  font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 99px;
  letter-spacing: .8px; text-transform: uppercase; margin-bottom: 14px;
}
.tag.orange { background: var(--orange-lt); color: var(--orange); }
.tag.white  { background: rgba(255,255,255,.15); color: #fff; }
h2.sec-title { font-size: clamp(22px, 3vw, 32px); font-weight: 900; line-height: 1.2; margin-bottom: 12px; }
p.sec-sub { font-size: 15px; color: var(--text-lt); line-height: 1.75; max-width: 600px; margin-bottom: 36px; }
.center { text-align: center; }
.center .sec-sub { margin-left: auto; margin-right: auto; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 10px; font-family: inherit;
  font-size: 14px; font-weight: 700; cursor: pointer; border: none;
  transition: all .2s ease; white-space: nowrap;
}
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(26,86,219,.3); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(26,86,219,.38); }
.btn-outline { background: transparent; border: 2px solid var(--blue); color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 4px 14px rgba(249,115,22,.3); }
.btn-orange:hover { background: #ea6c0a; transform: translateY(-1px); }
.btn-white { background: #fff; color: var(--blue); box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.btn-white:hover { transform: translateY(-1px); }
.btn-lg { padding: 14px 32px; font-size: 15px; border-radius: 12px; }
.btn-block { width: 100%; }

/* ─── NAVBAR ─── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px;
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 50%, #06b6d4 100%);
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: box-shadow .3s;
  overflow: hidden;
}
#navbar, #navbar *{ box-sizing: border-box; }
#navbar.scrolled { box-shadow: 0 10px 30px rgba(2,6,23,.18); }

body.admin-bar #navbar{ top: 32px; }
@media(max-width:782px){
  body.admin-bar #navbar{ top: 46px; }
}

.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 900; font-size: 20px; letter-spacing: -.3px; flex-shrink: 0;
  padding-left: 10px;
}
#navbar .nav-logo-img{
  height: 80px !important;
  max-height: calc(var(--nav-h) - 8px) !important;
  width: auto !important;
  max-width: 240px;
  display: block !important;
  object-fit: contain !important;
}
#navbar img{ max-height: calc(var(--nav-h) - 8px); }

body.page-id-138 header,
body.page-id-138 .elementor-location-header,
body.page-id-138 .site-header{
  display: none !important;
}

.nav-logo-icon {
  width: 36px; height: 36px; background: rgba(255,255,255,.14); border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 17px; font-weight: 900;
}
.nav-logo .fpt { color: #fff; }
.nav-logo .biz { color: rgba(255,255,255,.92); }

.nav-links { display: flex; gap: 4px; flex-wrap: nowrap; overflow: hidden; }
.nav-links a {
  padding: 7px 14px; border-radius: 8px;
  font-size: 14px; font-weight: 700; color: rgba(255,255,255,.92);
  transition: .2s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,.14); }

#navbar .btn-outline {
  border: none;
  color: #fff;
}
#navbar .btn-outline:hover {
  background: rgba(255,255,255,.16);
  color: #fff;
}
#navbar .btn-primary {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 6px 18px rgba(2,6,23,.18);
}
#navbar .btn-primary:hover {
  background: rgba(255,255,255,.9);
  color: var(--blue);
}

.nav-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; background: none; border: none;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }

/* ─── MOBILE MENU ─── */
.mobile-nav {
  display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 998;
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 50%, #06b6d4 100%);
  border-bottom: 1px solid rgba(255,255,255,.18);
  padding: 16px 24px 24px; box-shadow: 0 8px 32px rgba(0,0,0,.12);
  flex-direction: column; gap: 4px;
}
.admin-bar .mobile-nav{ top: calc(var(--nav-h) + 32px); }
@media(max-width:782px){
  .admin-bar .mobile-nav{ top: calc(var(--nav-h) + 46px); }
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  padding: 11px 14px; border-radius: 8px;
  font-size: 15px; font-weight: 700; color: rgba(255,255,255,.92);
  transition: .2s;
}
.mobile-nav a:hover { color: #fff; background: rgba(255,255,255,.14); }

.mobile-nav .mn-btns { display: flex; gap: 10px; margin-top: 10px; }
.mobile-nav .mn-btns .btn { flex: 1; }

/* ─── HERO ─── */
#hero {
  min-height: clamp(420px, 56vh, 620px);
  padding: calc(var(--nav-h) + 56px) 0 0;
  background-color: #fff;
  background-image: url("https://templates.biznext.vn/wp-content/uploads/2026/04/backgroudbanner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
#hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(26,86,219,.13) 0%, transparent 70%);
  pointer-events: none;
}
#hero::after {
  content: ''; position: absolute; bottom: -60px; left: 10%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(249,115,22,.09) 0%, transparent 70%);
  pointer-events: none;
}

#hero .hero-banner-wrap {
  position: relative;
  border-radius: 18px;
  padding: 0;
  background: transparent;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
}
#hero .hero-banner-wrap::before {
  content: none;
}
#hero .hero-banner-wrap::after {
  content: none;
}

#hero .hero-banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.hero-left {
  padding-left: 140px;
  padding-right: 42px;
  color: var(--text);
  position: relative;
}
.hero-left::before {
  content: '';
  position: absolute;
  inset: -26px -18px;
  border-radius: 18px;

  background:
    radial-gradient(900px 520px at 20% 25%, rgba(59,130,246,.14) 0%, rgba(59,130,246,0) 62%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f8fafc 100%);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 60px rgba(2,6,23,.10);
  z-index: -1;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(26,86,219,.08);
  border: 1px solid rgba(26,86,219,.16);
  border-radius: 99px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 18px;
}
.live-dot { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }

.hero-left h1 {
  font-size: clamp(36px, 4.8vw, 62px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: -.5px;
  color: var(--text);
}
.hero-left h1 .hl { color: #60a5fa; }

.hero-tagline {
  font-size: 16px;
  font-weight: 800;
  color: #fb923c;
  margin-bottom: 14px;
  line-height: 1.55;
}

.hero-desc {
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 16px;
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }

.hero-left .btn-outline {
  border-color: var(--orange);
  color: var(--orange);
}
.hero-left .btn-outline:hover {
  background: var(--orange);
  color: #fff;
}

.hero-trust { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.ti { display: flex; align-items: center; gap: 7px; font-size: 14px; color: rgba(15,23,42,.78); font-weight: 700; }

.hero-right { display: flex; align-items: center; justify-content: center; }
.hero-banner-wrap {
  width: min(720px, 46vw);
  min-width: 320px;
}
.hero-marquee {
  grid-column: 1 / -1;
  margin-top: 40px;
  background: #0b1220;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 14px 0;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 12px;
}
.hero-marquee marquee { letter-spacing: .2px; }
.mockup-bar { display: flex; gap: 6px; margin-bottom: 18px; }
.mockup-bar em { width: 11px; height: 11px; border-radius: 50%; font-style: normal; }
.mockup-bar em:nth-child(1) { background: #ff5f57; }
.mockup-bar em:nth-child(2) { background: #febc2e; }
.mockup-bar em:nth-child(3) { background: #28c840; }
.ms { background: rgba(255,255,255,.07); border-radius: 12px; padding: 18px; border: 1px solid rgba(255,255,255,.1); }
.ms-nav { height: 8px; background: rgba(255,255,255,.2); border-radius: 4px; margin-bottom: 14px; width: 70%; }
.ms-h { height: 54px; background: linear-gradient(90deg, rgba(255,255,255,.15), rgba(255,255,255,.07)); border-radius: 8px; margin-bottom: 12px; }
.ms-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.ms-c { height: 42px; border-radius: 8px; }
.ms-c:nth-child(1) { background: linear-gradient(135deg,#f97316,#fb923c); }
.ms-c:nth-child(2) { background: linear-gradient(135deg,#1a56db,#3b82f6); }
.ms-c:nth-child(3) { background: linear-gradient(135deg,#334155,#64748b); }
.ms-rows { display: flex; flex-direction: column; gap: 6px; }
.ms-r { height: 7px; background: rgba(255,255,255,.12); border-radius: 4px; }
.ms-r:nth-child(2){width:78%;} .ms-r:nth-child(3){width:60%;}
.m-badge {
  position: absolute; bottom: 22px; right: 22px;
  background: #fff; border-radius: 14px; padding: 11px 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
  display: flex; align-items: center; gap: 12px;
}
.mb-ic { width: 34px; height: 34px; background: var(--blue-light); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.mb-tx strong { display: block; font-size: 13px; font-weight: 800; color: var(--text); }
.mb-tx span { font-size: 11px; color: var(--text-lt); }
.m-float {
  position: absolute; top: -16px; left: -18px;
  background: #fff; border-radius: 12px; padding: 9px 16px;
  box-shadow: 0 6px 22px rgba(0,0,0,.14);
  font-size: 12px; font-weight: 800; color: var(--green);
  display: flex; align-items: center; gap: 7px; white-space: nowrap;
}

/* ─── STATS ─── */
#stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  justify-content: center;
}
.stat {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 16px 20px;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }
.stat:hover { background: var(--blue-pale); }
.s-icon { font-size: 28px; line-height: 1; }
.s-body { display: flex; flex-direction: column; }
.s-num { font-size: 28px; font-weight: 800; color: var(--blue); letter-spacing: -0.5px; line-height: 1; }
.s-lbl { font-size: 12px; color: var(--text-lt); margin-top: 2px; font-weight: 500; }

/* ─── SECTION WRAPPER ─── */
.sec { padding: 80px 60px; }
.sec.bg-gray { background: var(--gray-bg); }
.sec.bg-blue { background: var(--blue); }

/* ─── TEMPLATE FILTER ─── */
.tpl-filter {
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.tpl-filter-btn {
  appearance: none;
  border: none;
  background: transparent;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  color: var(--text);
  cursor: pointer;
  transition: color .2s ease;
  position: relative;
  z-index: 2;
}
.tpl-filter-btn:hover { background: transparent; }
.tpl-filter-btn.active { background: transparent; color: var(--text); }
.tpl-filter.indicator-ready .tpl-filter-btn.active { color: #fff; transition-delay: .12s; }

.tpl-filter-indicator{
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 0px;
  border-radius: 999px;
  background: var(--blue);
  transition: transform .36s cubic-bezier(.2,.9,.2,1), width .36s cubic-bezier(.2,.9,.2,1);
  z-index: 1;
  will-change: transform, width;
}

/* ─── TEMPLATES ─── */
.tpl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tpl-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all .28s ease; cursor: pointer;
  display: flex; flex-direction: column;
  height: 498px;
  width: 100%;
}
.tpl-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tpl-preview-host{
  height: 320px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.tpl-thumb{ display:none !important; }
.tpl-thumb img{ display:none !important; }

.tpl-preview {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 1;
  transition: opacity .2s ease;
  z-index: 1;
}
.tpl-preview-inner {
  width: 400%;
  height: 400%;
  transform: scale(.25);
  transform-origin: top left;
  pointer-events: none;
  background: #fff;
}
.tpl-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.tt-badge { z-index: 3; }
.tt1{background:linear-gradient(135deg,#f97316,#fb923c);}
.tt2{background:linear-gradient(135deg,#1e293b,#334155);}
.tt3{background:linear-gradient(135deg,#94a3b8,#cbd5e1);}
.tt4{background:linear-gradient(135deg,#dc2626,#ef4444);}
.tt5{background:linear-gradient(135deg,#0d9488,#14b8a6);}
.tt6{background:linear-gradient(135deg,#7c3aed,#a78bfa);}
.tt-inner { text-align: center; position: relative; z-index: 1; }
.tt-em { font-size: 44px; opacity: .45; }
.tt-txt { font-size: 26px; font-weight: 900; color: rgba(255,255,255,.22); letter-spacing: -2px; margin-top: 2px; }
.tt-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 6px;
  text-transform: uppercase; letter-spacing: .4px;
}
.bb{background:var(--blue);color:#fff;}
.bg{background:var(--green);color:#fff;}
.bo{background:var(--orange);color:#fff;}
.bp{background:#7c3aed;color:#fff;}
.tt-overlay {
  position: absolute; inset: 0; background: transparent;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
  z-index: 2;
  pointer-events: none;
}
.tpl-card:hover .tt-overlay { opacity: 0; }
.tt-overlay span { display: none; }
.tpl-foot { padding: 14px 18px 16px; display: flex; flex-direction: column; gap: 12px; margin-top: auto; }
.tpl-name { font-size: 18px; font-weight: 900; }
.tpl-cat { font-size: 12px; color: var(--text-lt); margin-top: 2px; }
.tpl-price { font-size: 18px; font-weight: 900; color: #e11d48; margin-top: 8px; letter-spacing: .2px; }
.tpl-old-price { font-size: 12px; font-weight: 700; color: var(--text-lt); margin-top: 6px; }
.tpl-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tpl-actions .btn { width: 100%; padding-top: 11px; padding-bottom: 11px; border-radius: 12px; }

.tpl-actions .btn.btn-view-real{
  background: var(--blue);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(26,86,219,.28);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.tpl-actions .btn.btn-view-real > span{
  position: relative;
  z-index: 2;
}

.tpl-actions .btn.btn-view-real::before{
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -140%;
  width: 120%;
  background: rgba(255,255,255,.18);
  transform: skewX(-18deg) translateX(0);
  transition: left 1.6s ease;
  z-index: 1;
}

.tpl-actions .btn.btn-view-real:hover{
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,86,219,.36);
}

.tpl-actions .btn.btn-view-real:hover::before{
  left: 120%;
}

.tpl-actions .btn.btn-try-demo{
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.tpl-actions .btn.btn-try-demo > span{
  position: relative;
  z-index: 2;
}

.tpl-actions .btn.btn-try-demo::before{
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -140%;
  width: 120%;
  background: rgba(26,86,219,.18);
  transform: skewX(-18deg) translateX(0);
  transition: left 1.6s ease;
  z-index: 1;
}

.tpl-actions .btn.btn-try-demo:hover::before{
  left: 120%;
}

.tpl-actions .btn.btn-try-demo:hover{
  background: transparent;
  color: var(--blue);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,86,219,.22);
}

/* ... */
.p-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pcard {
  border: 2px solid var(--border); border-radius: 18px;
  padding: 32px 28px; position: relative; transition: box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.pcard:hover { box-shadow: var(--shadow-md); }
.pcard.feat {
  border-color: var(--blue);
  background: linear-gradient(160deg,#f0f5ff,#e8f0fe);
  transform: scale(1.04); z-index: 1;
  box-shadow: 0 16px 48px rgba(26,86,219,.18);
}
.p-pill {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff;
  font-size: 11px; font-weight: 800; padding: 5px 18px; border-radius: 99px;
  white-space: nowrap; letter-spacing: .5px;
}
.p-tier { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-lt); margin-bottom: 4px; }
.p-name { font-size: 22px; font-weight: 900; margin-bottom: 14px; }
.p-price { font-size: 30px; font-weight: 900; color: var(--blue); line-height: 1.1; }
.p-price .p-from { font-size: 16px; font-weight: 800; color: #000; }
.p-price sup { font-size: 16px; vertical-align: top; margin-top: 5px; }
.p-price sup.p-cur { display: inline-block; margin-left: 2px; position: relative; top: -2px; }
.p-price sub { font-size: 13px; font-weight: 500; color: var(--text-lt); display: inline-block; position: relative; top: 6px; }
.p-orig { font-size: 12px; color: var(--text-lt); text-decoration: line-through; margin: 6px 0 18px; }
.p-target { font-size: 12.5px; color: var(--text-md); line-height: 1.55; margin: -6px 0 14px; font-style: italic; }
.p-divider { border: none; border-top: 1px solid var(--border); margin: 18px 0; }
.p-feats { display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.pfi { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-md); }
.pfi-ic { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.pfi-ic.y { background: #dcfce7; color: var(--green); }
.pfi-ic.n { background: #f1f5f9; color: #94a3b8; }
.pfi.dim { color: #94a3b8; }
.p-ctcprice { font-size: 32px; font-weight: 900; color: var(--orange); margin-bottom: 4px; }

.pcard > .btn.btn-block {
  margin-top: auto;
}

.p-grid .btn.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 52px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 12px;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.p-grid .btn.btn-outline.btn-block {
  border-color: var(--blue);
}

/* ─── WHY ─── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 0 26px; }
.why-vis {
  border-radius: 22px; position: relative;
  background: linear-gradient(145deg,#0d1f4e,#1a3a8f,#1e4fd8);
  min-height: 440px; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg); overflow: hidden;
  transform: none;
}
.why-vis-img{
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
}
.why-vis-inner { text-align: center; color: rgba(255,255,255,.8); padding: 20px; }
.why-vis-inner .big-em { font-size: 80px; }
.why-vis-inner p { font-size: 14px; opacity: .6; margin-top: 10px; }
.why-scards {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.wsc { background: rgba(255,255,255,.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 12px 14px; }
.wsc-n { font-size: 22px; font-weight: 900; color: #fff; }
.wsc-l { font-size: 11px; color: rgba(255,255,255,.6); margin-top: 2px; }
.why-items { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.wi-ic {
  width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 21px;
}
.wi-ic.bl{background:var(--blue-light);}
.wi-ic.or{background:var(--orange-lt);}
.wi-ic.gr{background:#dcfce7;}
.wi-ic.pu{background:#f3e8ff;}
.wi-tx h4 { font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.wi-tx p { font-size: 13px; color: var(--text-lt); line-height: 1.65; }

/* ─── COMMIT ─── */
.commit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
#cam-ket .commit-grid{ padding: 0 26px; }
.commit-vis {
  border-radius: 22px;
  background: linear-gradient(145deg,#fff7ed,#fef3c7);
  min-height: 380px; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); border: 1px solid #fed7aa; padding: 28px;
}
.c-cards { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.c-card {
  background: #fff; border-radius: 12px; padding: 16px 18px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.07); border-left: 4px solid var(--orange);
}
.c-em { font-size: 22px; flex-shrink: 0; }
.c-tx strong { display: block; font-size: 14px; font-weight: 800; }
.c-tx span { font-size: 12px; color: var(--text-lt); }
.commit-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.cl {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 20px; background: var(--gray-bg);
  border-radius: 12px; border: 1px solid var(--border); transition: .2s;
}
.cl:hover { border-color: var(--blue); background: var(--blue-pale); }
.cl-ic { width: 40px; height: 40px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.cl h4 { font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.cl p { font-size: 13px; color: var(--text-lt); }

/* ─── PROCESS ─── */
#quy-trinh{
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 55%, #06b6d4 100%);
  color: #fff;
}
#quy-trinh .sec-title{ color:#fff; }
#quy-trinh .sec-sub{ color: rgba(255,255,255,.78); }
#quy-trinh .tag.white{ background: rgba(255,255,255,.16); color:#fff; border: 1px solid rgba(255,255,255,.18); }

.proc-wrap {
  display: flex;
  gap: 14px;
  position: relative;
  margin-top: 44px;
  padding-top: 18px;
}
.proc-wrap::before {
  content: '';
  position: absolute;
  top: 54px;
  left: 42px;
  right: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.35), rgba(255,255,255,.06));
}
.proc-step {
  flex: 1;
  text-align: center;
  padding: 18px 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
  position: relative;
}
.proc-step:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 16px 42px rgba(2,6,23,.22);
}
.proc-num {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 2px solid rgba(255,255,255,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 28px;
  position: relative;
  z-index: 1;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.proc-step:hover .proc-num {
  transform: scale(1.08);
  background: rgba(255,255,255,.20);
  border-color: rgba(255,255,255,.40);
}
.proc-step h4 {
  font-size: 14px;
  font-weight: 900;
  color: rgba(255,255,255,.98);
  margin-bottom: 6px;
  letter-spacing: .1px;
}
.proc-step p {
  font-size: 12.5px;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── CONTACT ─── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.35fr; gap: 60px; align-items: start; }
#lien-he .contact-wrap{ padding: 0 26px; }
.ci-cards { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.ci-card {
  display: flex; gap: 14px; align-items: center;
  background: var(--white); border-radius: 13px; padding: 16px 18px;
  box-shadow: var(--shadow-sm); transition: .2s;
}
.ci-card:hover { box-shadow: var(--shadow-md); transform: translateX(4px); }
.ci-ic { width: 46px; height: 46px; background: var(--blue-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.ci-card h5 { font-size: 13px; font-weight: 800; margin-bottom: 2px; }
.ci-card span { font-size: 13px; color: var(--text-lt); }
.cf-card {
  background: var(--white); border-radius: 22px;
  padding: 40px; box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.cf-title { font-size: 21px; font-weight: 900; margin-bottom: 5px; }
.cf-sub { font-size: 13px; color: var(--text-lt); margin-bottom: 28px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.fg label { font-size: 13px; font-weight: 700; color: var(--text-md); }
.fg input, .fg select, .fg textarea {
  padding: 12px 16px; border: 2px solid var(--border);
  border-radius: 10px; font-family: inherit; font-size: 14px;
  color: var(--text); background: var(--white); outline: none; transition: border-color .2s;
}
.fg input::placeholder, .fg textarea::placeholder { color: #94a3b8; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--blue); }
.fg textarea { height: 92px; resize: vertical; }
.fg select { cursor: pointer; }

/* ─── FOOTER ─── */
footer { background: #0f172a; color: #94a3b8; padding: 60px 60px 32px; }
.f-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.f-brand{ display:flex; flex-direction:column; align-items:center; text-align:center; justify-content: center; gap: 18px; align-self: stretch; height: 100%; min-height: 320px; padding: 0; }
.f-brand img.fl{ display:block; margin: 0; height: 90px; width: auto; object-fit: contain; }
.f-brand img.fl{ align-self: center; }
.f-brand p{ margin: 0; }
.f-brand .fl:not(img) { font-size: 21px; font-weight: 900; color: #fff; margin-bottom: 0; display: flex; align-items: center; gap: 9px; }
.fl-ic { width: 34px; height: 34px; background: var(--blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 900; }
.fl .biz { color: var(--orange); }
.f-brand p { font-size: 16px; line-height: 1.4; }
.f-soc { display: flex; gap: 10px; }
.fsoc { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: .2s; cursor: pointer; }
.fsoc:hover { background: var(--blue); }
.f-col h5 { color: #fff; font-size: 14px; font-weight: 800; margin-bottom: 16px; }
.f-col ul { display: flex; flex-direction: column; gap: 10px; }
.f-col ul li a { font-size: 13px; transition: color .2s; }
.f-col ul li a:hover { color: #fff; }
.f-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.f-bottom p { font-size: 13px; }
.f-links { display: flex; gap: 20px; }
.f-links a { font-size: 13px; transition: color .2s; }
.f-links a:hover { color: #fff; }

/* ─── FLOAT CTA ─── */
.float-cta { position: fixed; bottom: 26px; right: 26px; z-index: 888; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.fbtn {
  display: flex; align-items: center; gap: 9px;
  padding: 11px 18px; border-radius: 99px; font-family: inherit;
  font-size: 13px; font-weight: 700; cursor: pointer; border: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.2); transition: .2s; color: #fff;
}
.fbtn:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.25); }
.fbtn.zalo { background: #0068ff; }
.fbtn.phone { background: #22c55e; }

/* --- FLOATING BUTTONS FIX --- */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 888;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.fbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 99px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  transition: .2s;
  color: #fff;
  background: #0068ff;
  min-width: 120px;
}
.fbtn.phone { background: #22c55e; }
.fbtn.zalo { background: #0068ff; }
.fbtn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 8px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.fbtn span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
}
@media(max-width:600px){
  .float-cta {
    bottom: 12px;
    right: 12px;
    gap: 8px;
  }
  .fbtn {
    padding: 10px 14px;
    font-size: 13px;
    min-width: 90px;
  }
  .fbtn img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .fbtn span {
    font-size: 13px;
  }
}

/* ─── RESPONSIVE ─── */
@media(max-width:1100px){
  #navbar{padding:0 28px;}
  #hero,.sec{padding-left:28px;padding-right:28px;}
  #hero{padding-top:calc(var(--nav-h)+44px);}
  .hero-left{padding-left:140px;padding-right:60px;}
  .hero-mockup{width:min(380px,42vw);}
  footer{padding:48px 28px 28px;}
}
@media(max-width:900px){
  .nav-links{display:none;}
  .nav-actions .btn-outline{display:none;}
  .hamburger{display:flex;}
  #hero{grid-template-columns:1fr;min-height:auto;}
  .hero-right{width:100%;display:flex;justify-content:center;}
  .hero-mockup{width:100%;max-width:420px;}
  #stats{grid-template-columns:repeat(2,1fr);}
  .stat:nth-child(2){border-right:none;}
  .stat:nth-child(3){border-bottom:none;}
  .tpl-grid{grid-template-columns:repeat(2,1fr);}
  .p-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto;}
  .pcard.feat{transform:scale(1);}
  .why-grid,.commit-grid{grid-template-columns:1fr;}
  .proc-wrap{flex-wrap:wrap;gap:24px;}
  .proc-wrap::before{display:none;}
  .proc-step{min-width:130px;}
  .contact-wrap{grid-template-columns:1fr;}
  .f-grid{grid-template-columns:1fr 1fr;}
  .f-row{grid-template-columns:1fr;}
}
@media(max-width:540px){
  .hero-left h1{font-size:30px;}
  .hero-btns{flex-direction:column;}
  .hero-btns .btn{width:100%;}
  .tpl-grid{grid-template-columns:1fr;}
  .f-grid{grid-template-columns:1fr;}
  .f-bottom{flex-direction:column;text-align:center;}
  .fbtn span{display:none;}
  .fbtn{padding:13px;width:48px;height:48px;justify-content:center;}
}
@media(max-width:600px){
  .cf-card {
    padding: 18px;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    margin-top: 18px;
  }
  .cf-title {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .cf-sub {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .fg {
    margin-bottom: 12px;
    gap: 5px;
  }
  .fg input, .fg select, .fg textarea {
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 8px;
  }
  .fg textarea {
    height: 70px;
  }
  .field-error {
    font-size: 12px;
    margin-bottom: 2px;
  }
 
  #submitBtn{
        font-size: 13px;
    padding: 12px;
    border-radius: 8px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  text-align: center;
}
.float-cta .fbtn img{
  width:20px;
  height:20px;
  object-fit:contain;
}
}/* End custom CSS */