
:root{
  --primary:#111827;
  --primary-2:#172133;
  --accent:#f97316;
  --accent-2:#ffb15e;
  --steel:#2f5f86;
  --text:#1f2937;
  --muted:#6b7280;
  --line:#e5e7eb;
  --soft:#f8fafc;
  --white:#fff;
  --shadow:0 22px 50px rgba(17,24,39,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 44px));margin:0 auto}.section{padding:92px 0}.section-sm{padding:64px 0}.eyebrow{margin:0 0 10px;color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.section-title{margin:0;color:var(--primary);font-size:clamp(30px,4vw,46px);line-height:1.15;letter-spacing:-.04em}.section-lead{max-width:720px;color:var(--muted);font-size:17px;margin:18px 0 0}.text-center{text-align:center}.text-center .section-lead{margin-left:auto;margin-right:auto}.grid{display:grid;gap:26px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:14px 22px;font-weight:800;font-size:15px;transition:.25s ease;cursor:pointer}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 24px rgba(249,115,22,.25)}.btn-primary:hover{background:#ea580c;transform:translateY(-2px)}.btn-dark{background:var(--primary);color:#fff}.btn-dark:hover{background:#000;transform:translateY(-2px)}.btn-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.16)}
.topbar{background:#0b1220;color:#d7dde8;font-size:14px}.topbar-inner{height:42px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar span{display:inline-flex;align-items:center;gap:8px;margin-right:18px}.topbar svg{width:16px;height:16px;fill:var(--accent)}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.85);transition:.25s}.header.is-scrolled{box-shadow:0 10px 34px rgba(15,23,42,.1)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:250px}.brand img{height:54px;width:auto}.menu{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.menu a{display:block;padding:12px 16px;border-radius:999px;color:#344054;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.02em}.menu a:hover,.menu a.active{color:var(--accent);background:rgba(249,115,22,.08)}.header-actions{display:flex;align-items:center;gap:10px}.phone-pill{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;background:var(--accent);color:#fff;border-radius:999px;font-weight:900;box-shadow:0 12px 24px rgba(249,115,22,.22)}.mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff}.mobile-toggle span{width:20px;height:2px;background:var(--primary);position:relative}.mobile-toggle span:before,.mobile-toggle span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--primary)}.mobile-toggle span:before{top:-7px}.mobile-toggle span:after{top:7px}
.hero{position:relative;min-height:720px;color:#fff;overflow:hidden;background:linear-gradient(105deg,rgba(7,15,28,.95) 0%,rgba(15,23,42,.88) 48%,rgba(15,23,42,.28) 100%),url('../img/hero.jpg') center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0 0;height:145px;background:linear-gradient(180deg,transparent,rgba(7,15,28,.86))}.hero-inner{position:relative;z-index:2;padding:138px 0 116px;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.hero-copy{max-width:680px}.badge{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);border-radius:999px;color:#dbeafe;font-weight:800;font-size:13px;margin-bottom:22px}.badge:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(249,115,22,.18)}.hero h1{font-size:clamp(44px,7vw,78px);line-height:1.02;letter-spacing:-.06em;margin:0 0 22px}.hero p{font-size:18px;color:#e5e7eb;max-width:620px;margin:0 0 30px}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}.hero-panel{position:relative;min-height:430px}.floating-card{position:absolute;right:0;bottom:0;width:min(440px,100%);padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.10);box-shadow:0 28px 70px rgba(0,0,0,.28);backdrop-filter:blur(18px)}.floating-card h3{margin:0 0 18px;font-size:22px}.mini-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mini-stat{padding:18px;border-radius:18px;background:rgba(255,255,255,.14)}.mini-stat strong{font-size:28px;color:#fff}.mini-stat span{display:block;color:#d1d5db;font-size:13px}.trust-strip{position:relative;z-index:3;margin-top:-66px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border-radius:24px;background:#111827;color:#fff;box-shadow:var(--shadow);overflow:hidden}.trust-item{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:24px;border-right:1px solid rgba(255,255,255,.12)}.trust-item:last-child{border-right:0}.trust-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(249,115,22,.12);color:var(--accent)}.trust-icon svg{width:28px;height:28px}.trust-item h4{margin:0 0 3px;font-size:15px}.trust-item p{margin:0;color:#b9c1cf;font-size:13px;line-height:1.45}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px rgba(15,23,42,.06);overflow:hidden;transition:.25s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card .thumb{height:208px;position:relative;overflow:hidden}.service-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.35s}.service-card:hover .thumb img{transform:scale(1.05)}.service-card .icon{position:absolute;left:22px;bottom:-30px;width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:var(--accent);color:#fff;border:6px solid #fff;box-shadow:0 10px 25px rgba(249,115,22,.25)}.service-card .icon svg{width:28px;height:28px}.service-card .body{padding:42px 24px 28px}.service-card h3{margin:0 0 10px;color:var(--primary);font-size:21px}.service-card p{margin:0 0 16px;color:var(--muted)}.more-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:900}.more-link:hover{color:var(--accent)}
.about-wrap{align-items:center}.image-stack{position:relative}.image-stack:before{content:"";position:absolute;left:-24px;bottom:-24px;width:62%;height:62%;background:var(--accent);border-radius:30px;z-index:-1;opacity:.92}.image-stack img{border-radius:30px;box-shadow:var(--shadow);height:520px;width:100%;object-fit:cover}.logo-plaque{position:absolute;left:28px;bottom:28px;right:28px;padding:22px;border-radius:22px;background:rgba(17,24,39,.86);backdrop-filter:blur(12px);display:flex;align-items:center;gap:18px;color:#fff}.logo-plaque img{height:58px;width:auto;box-shadow:none;border-radius:0;object-fit:contain}.logo-plaque b{font-size:18px;line-height:1.2}.about-list{margin:24px 0 0;padding:0;list-style:none}.about-list li{display:flex;gap:12px;margin:13px 0;color:#4b5563}.check{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:999px;background:rgba(249,115,22,.13);color:var(--accent);font-weight:900}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.stat{padding:22px 18px;border-radius:20px;background:var(--soft);border:1px solid var(--line)}.stat strong{display:block;color:var(--accent);font-size:32px;line-height:1}.stat span{display:block;margin-top:7px;color:#667085;font-weight:700;font-size:13px}.dark-section{background:linear-gradient(135deg,#0b1220,#172133);color:#fff}.dark-section .section-title{color:#fff}.dark-section .section-lead{color:#cbd5e1}.cap-card{padding:28px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.cap-card h3{margin:12px 0 8px;color:#fff}.cap-card p{margin:0;color:#cbd5e1}.cap-icon{width:56px;height:56px;border-radius:18px;background:rgba(249,115,22,.16);color:var(--accent);display:grid;place-items:center}.cap-icon svg{width:30px;height:30px}
.projects-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.project-card .project-img{height:240px;overflow:hidden}.project-card img{width:100%;height:100%;object-fit:cover;transition:.35s}.project-card:hover img{transform:scale(1.06)}.project-body{padding:22px}.project-body h3{margin:0 0 10px;color:var(--primary);font-size:20px}.project-meta{display:flex;justify-content:space-between;gap:10px;color:#667085;font-size:14px}.tag{padding:5px 10px;border-radius:999px;background:#f3f4f6;color:#475467;font-weight:800;font-size:12px}
.process{position:relative}.process-line{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:40px;position:relative}.process-line:before{content:"";position:absolute;left:8%;right:8%;top:36px;height:2px;background:linear-gradient(90deg,var(--accent),#d1d5db);z-index:0}.step{position:relative;z-index:1;text-align:center}.step-icon{margin:0 auto 18px;width:72px;height:72px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;border:8px solid #fff;box-shadow:0 12px 30px rgba(15,23,42,.16)}.step-icon svg{width:30px;height:30px}.step small{display:inline-block;margin-bottom:6px;color:var(--accent);font-weight:900}.step h3{font-size:17px;color:var(--primary);margin:0 0 8px}.step p{margin:0;color:var(--muted);font-size:14px}
.cta{position:relative;background:linear-gradient(105deg,rgba(7,15,28,.94),rgba(15,23,42,.82)),url('../img/footer-bg.jpg') center/cover;color:#fff;overflow:hidden}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:58px 0}.cta h2{font-size:clamp(28px,4vw,46px);line-height:1.14;margin:8px 0 0}.cta p{margin:0;color:var(--accent);font-weight:900;text-transform:uppercase;letter-spacing:.07em}.cta-actions{display:flex;gap:14px;flex-wrap:wrap}
.page-title{padding:94px 0;background:linear-gradient(105deg,rgba(7,15,28,.92),rgba(15,23,42,.75)),url('../img/page-title-bg.jpg') center/cover;color:#fff}.page-title h1{margin:0;font-size:clamp(38px,6vw,64px);letter-spacing:-.05em;line-height:1.05}.breadcrumb{display:flex;gap:10px;align-items:center;color:#cbd5e1;font-weight:700;margin-top:15px}.breadcrumb a{color:#fff}.split-card{padding:34px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 34px rgba(15,23,42,.06)}.value-card{padding:30px;border-radius:24px;border:1px solid var(--line);background:#fff}.value-card b{display:block;color:var(--primary);font-size:20px;margin-bottom:8px}.value-card p{margin:0;color:var(--muted)}
.detail-service{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:28px;border-radius:24px;border:1px solid var(--line);background:#fff;transition:.25s}.detail-service:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.detail-service .cap-icon{background:rgba(249,115,22,.12)}.detail-service h3{margin:0 0 8px;color:var(--primary)}.detail-service p{margin:0;color:var(--muted)}
.contact-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.contact-info{display:grid;gap:16px}.info-card{display:flex;gap:16px;align-items:flex-start;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(15,23,42,.05)}.info-card .cap-icon{width:48px;height:48px;flex:0 0 auto}.info-card h3{margin:0 0 4px;color:var(--primary);font-size:18px}.info-card p{margin:0;color:var(--muted)}.form-card{padding:30px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field label{font-weight:800;color:#344054;font-size:14px}.field input,.field textarea,.field select{border:1px solid #d0d5dd;border-radius:14px;padding:14px 15px;font:inherit;outline:0;background:#fff;color:#111827}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(249,115,22,.12)}.map-card{height:360px;border-radius:28px;background:linear-gradient(135deg,#e5e7eb,#f8fafc);border:1px solid var(--line);display:grid;place-items:center;text-align:center;color:#475467;overflow:hidden;position:relative}.map-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(17,24,39,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(17,24,39,.08) 1px,transparent 1px);background-size:46px 46px}.map-card div{position:relative;z-index:1;background:#fff;padding:20px 24px;border-radius:20px;box-shadow:0 12px 30px rgba(15,23,42,.1)}
.footer{background:#0b1220;color:#cbd5e1}.footer-main{padding:64px 0 46px;display:grid;grid-template-columns:1.4fr 1fr .8fr .9fr;gap:34px}.footer-logo{height:62px;margin-bottom:18px}.footer h3{color:#fff;margin:0 0 16px;font-size:16px;text-transform:uppercase;letter-spacing:.06em}.footer p{margin:0 0 14px}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:9px 0}.footer a:hover{color:var(--accent)}.social{display:flex;gap:10px}.social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0;display:flex;justify-content:space-between;gap:20px;color:#94a3b8;font-size:13px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease}.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1080px){.grid-4{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr}.hero-panel{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.process-line{grid-template-columns:repeat(3,1fr)}.process-line:before{display:none}.footer-main{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.topbar{display:none}.mobile-toggle{display:flex}.header-actions .phone-pill{display:none}.menu{position:fixed;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(15,23,42,.12);display:none;flex-direction:column;align-items:stretch;padding:12px 22px}.menu.is-open{display:flex}.menu a{border-radius:12px}.grid-2,.grid-3,.contact-layout{grid-template-columns:1fr}.hero{min-height:auto}.hero-inner{padding:100px 0 86px}.trust-strip{margin-top:0}.about-wrap{gap:52px}.image-stack img{height:420px}.projects-head{display:block}.cta-inner{display:block}.cta-actions{margin-top:24px}.footer-main{grid-template-columns:1fr}.footer-bottom{display:block;text-align:center}.footer-bottom span{display:block;margin:8px 0}.form-grid{grid-template-columns:1fr}}
@media (max-width:620px){.container{width:min(100% - 28px,1180px)}.section{padding:70px 0}.grid-4,.trust-grid,.process-line{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.trust-item:last-child{border-bottom:0}.brand{min-width:auto}.brand img{height:48px}.hero h1{font-size:42px}.hero p{font-size:16px}.stats{grid-template-columns:1fr}.logo-plaque{left:16px;right:16px;bottom:16px}.image-stack:before{display:none}.phone-pill{padding:10px 14px}.detail-service{grid-template-columns:1fr}.service-card .thumb{height:190px}}


/* Contact form status */
.field label span{color:var(--orange)}
.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}
.form-message{display:none;margin:14px 0 18px;padding:14px 16px;border-radius:14px;font-weight:700;line-height:1.5;border:1px solid transparent}
.form-message.is-visible{display:block}
.form-message.is-success{color:#166534;background:#dcfce7;border-color:#86efac}
.form-message.is-error{color:#991b1b;background:#fee2e2;border-color:#fecaca}
.form-message:not(.is-success):not(.is-error){color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}
.contact-form button[disabled]{opacity:.7;cursor:not-allowed;transform:none}

/* Project category filters */
.project-catalog{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.project-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:34px}
.project-filter-btn{border:1px solid var(--line);background:#fff;color:var(--primary);border-radius:999px;padding:11px 16px;display:inline-flex;align-items:center;gap:10px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.06);transition:.22s}
.project-filter-btn b{min-width:28px;height:28px;display:inline-grid;place-items:center;border-radius:999px;background:#f3f4f6;color:#475467;font-size:12px;padding:0 8px}
.project-filter-btn:hover,.project-filter-btn.active{border-color:rgba(249,115,22,.45);background:var(--accent);color:#fff;transform:translateY(-1px)}
.project-filter-btn:hover b,.project-filter-btn.active b{background:rgba(255,255,255,.2);color:#fff}
.project-note{margin:22px auto 0;max-width:920px;padding:16px 18px;border:1px dashed rgba(249,115,22,.4);background:rgba(249,115,22,.06);border-radius:18px;color:#475467;line-height:1.65}
.project-field{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(249,115,22,.10);color:var(--accent);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.project-owner{margin:0 0 18px;color:#667085;line-height:1.6}
.project-card.is-hidden{display:none}
.project-empty{min-height:245px;display:flex;align-items:center;background:repeating-linear-gradient(135deg,#fff,#fff 12px,#f8fafc 12px,#f8fafc 24px)}
.project-empty .project-body{padding:30px}
@media (max-width:860px){.project-filter-btn{width:100%;justify-content:space-between;border-radius:16px}.project-note{text-align:left}}


/* Google Maps iframe at contact page */
.section-head-inline{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}
.map-section{background:#fff}
.map-card{height:450px;background:#eef2f7;display:block;box-shadow:0 18px 50px rgba(15,23,42,.10)}
.map-card:before{display:none}
.map-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.95) contrast(1.02)}
.map-card .map-overlay{position:absolute;left:22px;bottom:22px;z-index:2;max-width:min(460px,calc(100% - 44px));background:rgba(255,255,255,.94);backdrop-filter:blur(10px);padding:18px 20px;border-radius:18px;box-shadow:0 14px 34px rgba(15,23,42,.18);text-align:left;color:#344054}
.map-card .map-overlay strong{display:block;color:var(--primary);font-size:16px;margin-bottom:4px}
.map-card .map-overlay span{display:block;color:var(--muted);font-size:14px;line-height:1.5}
@media (max-width:860px){.section-head-inline{display:block}.section-head-inline .btn{margin-top:18px}.map-card{height:380px}.map-card .map-overlay{left:14px;right:14px;bottom:14px;max-width:none}}


/* Nâng cấp trình bày trang dự án */
.project-catalog{position:relative;background:linear-gradient(180deg,#fff 0%,#f8fafc 42%,#fff 100%);overflow:hidden}
.project-catalog:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0%,rgba(249,115,22,.10),transparent 32%),radial-gradient(circle at 92% 18%,rgba(47,95,134,.12),transparent 30%);pointer-events:none}
.project-catalog>.container{position:relative;z-index:1}
.project-dashboard{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:36px}
.project-summary-card{appearance:none;border:1px solid rgba(229,231,235,.95);background:rgba(255,255,255,.92);border-radius:24px;padding:20px 16px;text-align:left;box-shadow:0 16px 40px rgba(15,23,42,.07);cursor:pointer;transition:.24s ease;display:flex;flex-direction:column;min-height:210px;color:var(--text)}
.project-summary-card:hover,.project-summary-card.active{transform:translateY(-5px);border-color:rgba(249,115,22,.48);box-shadow:0 24px 54px rgba(15,23,42,.13)}
.project-summary-card.active{background:linear-gradient(145deg,#111827,#1f2937);color:#fff}
.project-summary-card.active small{color:#cbd5e1}.project-summary-card.active .project-summary-icon{background:rgba(249,115,22,.18);color:#fff}
.project-summary-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgba(249,115,22,.10);color:var(--accent);font-weight:900;margin-bottom:14px}
.project-summary-card strong{font-size:34px;line-height:1;color:var(--accent);letter-spacing:-.04em;margin-bottom:8px}
.project-summary-card b{font-size:15px;line-height:1.25;color:inherit;margin-bottom:10px}
.project-summary-card small{font-size:13px;line-height:1.55;color:#667085}
.project-filters{position:sticky;top:94px;z-index:20;margin:34px auto 0;max-width:1120px;padding:12px;border:1px solid rgba(229,231,235,.9);background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-radius:28px;box-shadow:0 20px 50px rgba(15,23,42,.08)}
.project-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:36px 0 20px;padding:24px 28px;border-radius:26px;background:linear-gradient(135deg,#111827,#263244);color:#fff;box-shadow:0 22px 52px rgba(17,24,39,.18)}
.project-list-head span{color:var(--accent-2);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.project-list-head h3{margin:4px 0 0;font-size:26px;letter-spacing:-.03em}.project-list-head p{margin:0;max-width:380px;color:#d1d5db}
.project-grid{margin-top:0}.project-card{display:flex;flex-direction:column;border:1px solid #eef2f7;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.07)}
.project-card .project-img{height:184px;position:relative}.project-card .project-img:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(180deg,transparent,rgba(15,23,42,.30))}
.project-card .project-body{display:flex;flex-direction:column;flex:1;padding:20px}.project-body h3{font-size:17px;line-height:1.36;letter-spacing:-.02em;margin-bottom:12px}.project-owner{font-size:14px;margin-top:auto;margin-bottom:16px;padding-top:10px;border-top:1px solid #f1f5f9}.project-meta{margin-top:0}.project-field{width:max-content;max-width:100%;white-space:normal;line-height:1.25}.tag{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}
@media (max-width:1180px){.project-dashboard{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:860px){.project-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.project-filters{position:static;border-radius:22px}.project-list-head{display:block}.project-list-head p{margin-top:10px}.project-note{display:none}}
@media (max-width:620px){.project-dashboard{grid-template-columns:1fr}.project-summary-card{min-height:auto}.project-card .project-img{height:210px}}


/* Project catalog full list update */
.project-dashboard{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));}
.project-summary-card{min-height:190px}
.project-tools{display:flex;align-items:stretch;justify-content:space-between;gap:18px;margin:28px 0 0;}
.project-search{flex:1;display:block;position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 16px 36px rgba(15,23,42,.07);padding:13px 18px;}
.project-search span{display:block;color:#667085;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.project-search input{width:100%;border:0;outline:0;font:inherit;font-weight:700;color:var(--primary);background:transparent}
.project-search input::placeholder{color:#9ca3af;font-weight:600}
.project-count{min-width:190px;border-radius:22px;background:linear-gradient(135deg,#111827,#263244);color:#fff;padding:16px 20px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 16px 36px rgba(15,23,42,.13)}
.project-count strong{font-size:30px;line-height:1;color:var(--accent-2)}.project-count span{font-size:13px;color:#cbd5e1;font-weight:800}
.project-topline{display:flex;justify-content:space-between;gap:8px;margin-bottom:12px;align-items:center;flex-wrap:wrap}
.project-no{font-size:12px;font-weight:900;color:#fff;background:var(--primary);border-radius:999px;padding:5px 9px;white-space:nowrap}
.project-source{font-size:11px;color:#64748b;font-weight:800;text-align:right;line-height:1.2}
.project-year{font-size:11px;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px 8px;font-weight:900}
.project-no-result{display:none;margin:28px auto 0;max-width:720px;text-align:center;padding:24px;border-radius:22px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:900}
.project-no-result.is-visible{display:block}
.project-card.is-hidden,.project-card.is-search-hidden{display:none}
@media (max-width:860px){.project-tools{display:block}.project-count{margin-top:14px}}

/* Cập nhật bố cục năng lực dự án: 4 thẻ dòng trên, 3 lĩnh vực tư vấn đấu thầu - thi công - thẩm định giá ở dòng dưới */
.project-dashboard{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
.project-summary-card[data-project-filter="dauthau"],
.project-summary-card[data-project-filter="thicong"],
.project-summary-card[data-project-filter="thamdinhgia"]{grid-row:2;}
.project-list-head--compact{display:block;margin-top:34px;}
.project-list-head--compact h3{margin-bottom:0;}
@media (max-width:1180px){.project-dashboard{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}.project-summary-card[data-project-filter="dauthau"],.project-summary-card[data-project-filter="thicong"],.project-summary-card[data-project-filter="thamdinhgia"]{grid-row:auto;}}
@media (max-width:860px){.project-dashboard{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:620px){.project-dashboard{grid-template-columns:1fr !important;}}
