/* ============================================
   VARIATION C — CLASSIC B2B (Buildincraft-style)
   White bg, navy+red reskin, card-driven,
   hero photo overlay, services grid with 1 hero card
   ============================================ */

.vc {
  width: 1440px;
  background: #fff;
  color: var(--kt-ink);
  overflow: hidden;
  position: relative;
}

/* ——— Top utility bar ——— */
.vc-top {
  height: 40px;
  background: var(--kt-blue-900);
  color: #C9D1DA;
  display: flex;
  align-items: center;
  padding: 0 56px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.04em;
}
.vc-top .l { display: flex; gap: 28px; align-items: center; }
.vc-top .r { margin-left: auto; display: flex; gap: 12px; align-items: center; }
.vc-top .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--kt-red);
  display: inline-block; margin-right: 10px;
  box-shadow: 0 0 0 3px rgba(214,40,40,0.25);
}
.vc-top b { color: #fff; font-weight: 600; }
.vc-top .soc {
  width: 30px; height: 40px;
  display: grid; place-items: center;
  color: #C9D1DA;
}
.vc-top .soc:hover { color: var(--kt-red); }

/* ——— Nav ——— */
.vc-nav {
  height: 86px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 56px;
  border-bottom: 1px solid var(--kt-line);
}
.vc-logo { display: flex; align-items: center; gap: 14px; }
.vc-logo-img {
  height: 58px;
  width: auto;
  display: block;
}
.vc-logo-mark {
  width: 50px; height: 50px;
  background: var(--kt-blue-900);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  position: relative;
}
.vc-logo-mark::after {
  content: ""; position: absolute; top: 0; right: 0; width: 8px; height: 8px;
  background: var(--kt-red);
}
.vc-logo-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--kt-ink);
}
.vc-logo-text small {
  display: block;
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  color: var(--kt-steel);
  margin-top: 5px;
}
.vc-nav-items {
  margin: 0 auto;
  display: flex; gap: 36px;
  font-family: var(--font-display-wide);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.vc-nav-items a {
  display: flex; align-items: center; gap: 6px;
  color: var(--kt-graphite);
  padding: 4px 0;
}
.vc-nav-items a.is-active { color: var(--kt-red); }
.vc-nav-items a .chev {
  font-size: 9px; color: var(--kt-fog);
}
.vc-nav-r { display: flex; align-items: center; gap: 14px; }
.vc-search {
  width: 220px; height: 44px;
  background: var(--kt-paper-2);
  display: flex; align-items: center;
  padding: 0 14px;
  gap: 10px;
}
.vc-search input {
  flex: 1; background: transparent; border: 0; outline: none;
  font-family: var(--font-body); font-size: 13px;
  color: var(--kt-ink);
}
.vc-search input::placeholder { color: var(--kt-fog); }
.vc-search-ico {
  width: 28px; height: 28px;
  background: var(--kt-red); color: #fff;
  display: grid; place-items: center;
}

/* ——— HERO ——— */
.vc-hero {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: var(--kt-blue-900);
}
.vc-hero-bg { position: absolute; inset: 0; }
.vc-hero-bg image-slot { width: 100%; height: 100%; }
.vc-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,30,60,0.78) 0%, rgba(0,30,60,0.55) 45%, rgba(0,30,60,0.15) 100%);
  z-index: 1;
}
.vc-hero-body {
  position: relative;
  z-index: 2;
  padding: 88px 56px 56px;
  max-width: 720px;
  color: #fff;
}
.vc-hero-eye {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--kt-red);
  margin-bottom: 24px;
}
.vc-hero-eye::before {
  content: ""; width: 28px; height: 1px; background: var(--kt-red);
}
.vc-hero h1 {
  font-family: var(--font-display);
  font-size: 78px;
  line-height: 0.98;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.vc-hero h1 .red { color: var(--kt-red); }
.vc-hero h1 .it { font-family: 'Archivo'; font-style: italic; font-weight: 700; }
.vc-hero p {
  font-size: 17px;
  line-height: 1.55;
  color: #DCE5EF;
  max-width: 540px;
  margin-bottom: 36px;
}
.vc-hero-ctas {
  display: flex; gap: 14px;
}
.vc-btn-red {
  height: 52px;
  padding: 0 26px;
  background: var(--kt-red);
  color: #fff;
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
  border: 2px solid var(--kt-red);
}
.vc-btn-ghost {
  height: 52px;
  padding: 0 26px;
  background: transparent;
  color: #fff;
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
  border: 2px solid rgba(255,255,255,0.5);
}
.vc-hero-side {
  position: absolute;
  right: 56px; bottom: 56px;
  z-index: 2;
  display: flex; gap: 0;
  background: rgba(0,30,60,0.55);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.vc-hero-stat {
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,0.15);
  color: #fff;
}
.vc-hero-stat:last-child { border-right: 0; }
.vc-hero-stat .n {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.vc-hero-stat .n sup {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--kt-red);
  font-weight: 500; vertical-align: top;
}
.vc-hero-stat .l {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #BBD2E8;
}

/* ——— Logo strip ——— */
.vc-logos {
  background: #fff;
  padding: 48px 56px;
  border-bottom: 1px solid var(--kt-line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: center;
}
.vc-logos .logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--kt-graphite);
  opacity: 0.55;
  text-align: center;
  text-transform: uppercase;
}
.vc-logos .logo.it { font-family: 'Archivo'; font-style: italic; font-weight: 700; }

/* ——— ABOUT ——— */
.vc-about {
  background: var(--kt-paper-2);
  padding: 96px 56px;
}
.vc-about-grid {
  display: grid;
  grid-template-columns: 320px 1fr 380px;
  gap: 48px;
  align-items: start;
}
.vc-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--kt-red);
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 12px;
}
.vc-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--kt-red); }
.vc-about-l h2 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
}
.vc-about-l p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--kt-graphite);
  margin-bottom: 24px;
}
.vc-about-mid {
  column-count: 2;
  column-gap: 32px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--kt-graphite);
}
.vc-about-mid p { margin-bottom: 14px; break-inside: avoid; }
.vc-about-mid p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--kt-blue);
  float: left;
  line-height: 0.9;
  margin: 4px 8px 0 0;
}
.vc-btn-orange-mini {
  height: 44px;
  padding: 0 20px;
  background: var(--kt-red);
  color: #fff;
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.vc-about-r {
  position: relative;
  height: 320px;
}
.vc-about-r image-slot {
  width: 100%; height: 100%;
}
.vc-about-r .badge-years {
  position: absolute;
  right: -16px; bottom: -16px;
  background: var(--kt-red);
  color: #fff;
  padding: 18px 22px;
  text-align: center;
  font-family: var(--font-display);
}
.vc-about-r .badge-years b { display: block; font-size: 40px; line-height: 1; font-weight: 800; }
.vc-about-r .badge-years span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 6px; display: block; }

/* ——— Quote CTA band ——— */
.vc-quote {
  position: relative;
  min-height: 500px;
  background: var(--kt-blue-900);
}
.vc-quote-bg { position: absolute; inset: 0; }
.vc-quote-bg image-slot { width: 100%; height: 100%; }
.vc-quote-card {
  position: absolute;
  right: 56px; top: 50%; transform: translateY(-50%);
  width: 540px;
  background: #fff;
  padding: 52px 48px;
  box-shadow: 0 24px 60px rgba(0,30,60,0.25);
  z-index: 2;
}
.vc-quote-card .vc-eyebrow { margin-bottom: 16px; }
.vc-quote-card h3 {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  font-weight: 800;
}
.vc-quote-card h3 .red { color: var(--kt-red); }
.vc-quote-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--kt-steel);
  margin-bottom: 28px;
}

/* ——— SERVICES ——— */
.vc-services {
  background: #fff;
  padding: 100px 56px;
}
.vc-services-head {
  margin-bottom: 48px;
}
.vc-services-head h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.015em;
  position: relative;
  padding-right: 48px;
}
.vc-services-head h2::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -18px;
  height: 1px; background: var(--kt-line);
}
.vc-services-head h2 .red { color: var(--kt-red); }

.vc-svc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.vc-svc {
  background: #fff;
  border: 1px solid var(--kt-line);
  padding: 28px 28px 24px;
  display: flex; flex-direction: column;
  transition: all 0.2s;
  position: relative;
}
.vc-svc:hover { box-shadow: 0 16px 32px rgba(0,30,60,0.08); transform: translateY(-2px); }
.vc-svc .ic {
  width: 56px; height: 56px;
  background: var(--kt-red);
  color: #fff;
  display: grid; place-items: center;
  margin-bottom: 22px;
}
.vc-svc h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.005em;
  color: var(--kt-ink);
  margin-bottom: 12px;
}
.vc-svc p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--kt-steel);
  flex: 1;
  margin-bottom: 20px;
}
.vc-svc .learn {
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kt-red);
  display: inline-flex; align-items: center; gap: 8px;
}
/* highlighted (first) card — red filled */
.vc-svc.hot {
  background: var(--kt-red);
  color: #fff;
  border-color: var(--kt-red);
}
.vc-svc.hot .ic { background: #fff; color: var(--kt-red); }
.vc-svc.hot h3 { color: #fff; }
.vc-svc.hot p { color: rgba(255,255,255,0.92); }
.vc-svc.hot .learn { color: #fff; }

/* ——— Stats counter band ——— */
.vc-stats {
  background: var(--kt-blue-900);
  color: #fff;
  padding: 80px 56px;
  position: relative;
}
.vc-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.vc-stats .s {
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,0.15);
}
.vc-stats .s:first-child { border-left: 0; padding-left: 0; }
.vc-stats .s .n {
  font-family: var(--font-display);
  font-size: 68px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #fff;
}
.vc-stats .s .n sup {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--kt-red);
  vertical-align: top;
  font-weight: 500;
}
.vc-stats .s .l {
  margin-top: 12px;
  font-family: var(--font-display-wide);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #BBD2E8;
}

/* ——— Process ——— */
.vc-process {
  background: var(--kt-paper);
  padding: 100px 56px;
}
.vc-proc-head {
  display: grid; grid-template-columns: 360px 1fr;
  gap: 64px;
  margin-bottom: 48px;
  align-items: end;
}
.vc-proc-head h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.vc-proc-head p {
  font-size: 15px; line-height: 1.65; color: var(--kt-steel);
  max-width: 540px;
}
.vc-proc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vc-proc-step {
  background: #fff;
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  border-top: 3px solid var(--kt-red);
  position: relative;
}
.vc-proc-step .num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  color: var(--kt-blue-100);
  line-height: 0.9;
  position: absolute;
  right: 20px; top: 18px;
  letter-spacing: -0.03em;
}
.vc-proc-step .pill {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--kt-red);
  background: rgba(214,40,40,0.08);
  padding: 4px 10px;
}
.vc-proc-step h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: var(--kt-ink);
}
.vc-proc-step p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--kt-steel);
}
.vc-proc-step .time {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--kt-line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kt-graphite);
}

/* ——— Projects ——— */
.vc-projects {
  background: #fff;
  padding: 100px 56px;
}
.vc-proj-head {
  display: flex; align-items: end; justify-content: space-between;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--kt-line);
}
.vc-proj-head h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.vc-proj-head .filter {
  display: flex; gap: 8px;
}
.vc-proj-head .filter button {
  padding: 10px 18px;
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kt-graphite);
  border: 1px solid var(--kt-line);
  background: #fff;
}
.vc-proj-head .filter button.on {
  background: var(--kt-blue-900); color: #fff; border-color: var(--kt-blue-900);
}
.vc-proj-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 16px;
}
.vc-proj-grid > :first-child { grid-row: span 2; }
.vc-proj-card {
  position: relative;
  overflow: hidden;
  background: var(--kt-blue-900);
}
.vc-proj-card image-slot { width: 100%; height: 100%; }
.vc-proj-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,30,60,0) 40%, rgba(0,15,30,0.85));
  z-index: 1;
}
.vc-proj-card .info {
  position: absolute; left: 22px; right: 22px; bottom: 20px;
  z-index: 2; color: #fff;
}
.vc-proj-card .tag {
  display: inline-block;
  background: var(--kt-red); color: #fff;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.vc-proj-card h4 {
  font-family: var(--font-display);
  font-weight: 700; font-size: 20px;
  text-transform: uppercase; line-height: 1.1;
  color: #fff;
}
.vc-proj-card.feat h4 { font-size: 32px; }
.vc-proj-card .meta {
  margin-top: 8px;
  display: flex; gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px; color: #BBD2E8;
  letter-spacing: 0.1em;
}

/* ——— Certs band ——— */
.vc-certs {
  background: var(--kt-paper-2);
  padding: 80px 56px;
}
.vc-certs-head { text-align: center; margin-bottom: 40px; }
.vc-certs-head .vc-eyebrow { justify-content: center; }
.vc-certs-head .vc-eyebrow::before { display: none; }
.vc-certs-head h3 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.vc-certs-head p {
  font-size: 14.5px;
  color: var(--kt-steel);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.vc-certs-row {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.vc-cert {
  background: #fff;
  padding: 24px 20px;
  display: flex; flex-direction: column; gap: 12px;
  border: 1px solid var(--kt-line);
}
.vc-cert .b {
  width: 56px; height: 56px;
  background: var(--kt-blue);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  line-height: 1.05;
  padding: 4px;
}
.vc-cert h5 {
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.vc-cert p { font-size: 12.5px; color: var(--kt-steel); line-height: 1.5; }

/* ——— News ——— */
.vc-news {
  background: #fff;
  padding: 100px 56px;
}
.vc-news-head {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--kt-line);
}
.vc-news-head h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.vc-news-head a {
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--kt-red);
}
.vc-news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.vc-art {
  background: #fff;
  border: 1px solid var(--kt-line);
  display: flex; flex-direction: column;
}
.vc-art .pic {
  height: 220px; background: var(--kt-blue-900); position: relative;
}
.vc-art .pic image-slot { width: 100%; height: 100%; }
.vc-art .pic .date {
  position: absolute; left: 16px; bottom: 16px;
  background: var(--kt-red);
  color: #fff;
  padding: 8px 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  line-height: 1.1;
}
.vc-art .pic .date b { display: block; font-size: 22px; }
.vc-art .body { padding: 24px; }
.vc-art .cat {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kt-red);
  margin-bottom: 10px;
}
.vc-art h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vc-art p {
  font-size: 13.5px;
  color: var(--kt-steel);
  line-height: 1.55;
  margin-bottom: 16px;
}
.vc-art .read {
  font-family: var(--font-display-wide);
  font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--kt-red);
}

/* ——— Contact / Form ——— */
.vc-contact {
  background: var(--kt-blue-900);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}
.vc-contact-l {
  padding: 88px 56px;
  position: relative;
  display: flex; flex-direction: column; justify-content: space-between;
}
.vc-contact-l::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}
.vc-contact-l > * { position: relative; }
.vc-contact-l .vc-eyebrow { color: var(--kt-red); }
.vc-contact-l h2 {
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 18px;
}
.vc-contact-l h2 .red { color: var(--kt-red); }
.vc-contact-l > div > p {
  font-size: 15px; line-height: 1.65; color: #BBD2E8; max-width: 440px;
}
.vc-contact-info { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
.vc-contact-info .item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.vc-contact-info .ic {
  width: 44px; height: 44px;
  background: var(--kt-red);
  color: #fff;
  display: grid; place-items: center;
}
.vc-contact-info .k {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8FA4BD;
  margin-bottom: 4px;
}
.vc-contact-info .v {
  font-family: var(--font-display-wide);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.vc-contact-info .v.big {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.vc-contact-r {
  background: #fff;
  color: var(--kt-ink);
  padding: 64px 56px;
}
.vc-contact-r .form-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--kt-red);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.vc-contact-r h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: 24px;
}
.vc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vc-form .full { grid-column: 1 / -1; }
.vc-form .field { display: flex; flex-direction: column; }
.vc-form label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kt-steel);
  margin-bottom: 6px;
}
.vc-form input, .vc-form textarea {
  background: var(--kt-paper-2);
  border: 0;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--kt-ink);
  outline: none;
}
.vc-form input:focus, .vc-form textarea:focus { background: var(--kt-paper); box-shadow: inset 0 -2px 0 var(--kt-red); }
.vc-form textarea { min-height: 76px; resize: vertical; }
.vc-form button {
  grid-column: 1 / -1;
  margin-top: 8px;
  height: 56px;
  background: var(--kt-red);
  color: #fff;
  font-family: var(--font-display-wide);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.1em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 14px;
}

/* ——— Footer ——— */

/* Pre-footer CTA band */
.vc-prefoot {
  background: var(--kt-red);
  color: #fff;
  padding: 56px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.vc-prefoot::after {
  content: "→";
  position: absolute;
  right: -40px; bottom: -80px;
  font-family: var(--font-display);
  font-size: 360px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.08);
}
.vc-prefoot-l { position: relative; z-index: 1; }
.vc-prefoot-l .eye {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.vc-prefoot-l .eye::before {
  content: ""; width: 24px; height: 1px; background: #fff;
}
.vc-prefoot-l h2 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 760px;
}
.vc-prefoot-l h2 .out {
  -webkit-text-stroke: 1.5px #fff;
  color: transparent;
  font-style: italic;
}
.vc-prefoot-r {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
  text-align: right;
}
.vc-prefoot-phone-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}
.vc-prefoot-phone {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}
.vc-prefoot-btn {
  margin-top: 6px;
  height: 56px;
  padding: 0 32px;
  background: #fff;
  color: var(--kt-red);
  font-family: var(--font-display-wide);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px;
}

/* Main footer — APRES style */
.vc-foot {
  background: #1A2738;
  color: #B7C5D6;
  padding: 64px 56px 0;
  position: relative;
}
.vc-foot-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.2fr;
  gap: 56px;
  padding-bottom: 56px;
}

/* Column headers with red underline */
.vc-foot h5 {
  font-family: var(--font-display-wide);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 22px;
  padding-bottom: 12px;
  position: relative;
}
.vc-foot h5::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 36px;
  height: 2px;
  background: var(--kt-red);
}
.vc-foot h5.sub { margin-top: 32px; }

/* Link list with chevron prefix and bottom separators */
.vc-foot ul {
  list-style: none;
  padding: 0; margin: 0;
}
.vc-foot ul li {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vc-foot ul li:last-child { border-bottom: 0; }
.vc-foot ul a {
  display: flex; align-items: center;
  padding: 11px 0;
  font-size: 13.5px;
  color: #99A8BB;
  transition: color 0.15s, padding 0.15s;
}
.vc-foot ul a::before {
  content: "›";
  color: var(--kt-red);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  margin-right: 12px;
  line-height: 1;
}
.vc-foot ul a:hover { color: #fff; padding-left: 4px; }

/* Contact list with icon prefixes */
.vc-foot-contact { display: flex; flex-direction: column; }
.vc-foot-contact .row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  align-items: start;
  font-size: 13.5px;
  color: #D5DEE9;
  line-height: 1.55;
}
.vc-foot-contact .row:last-child { border-bottom: 0; }
.vc-foot-contact .row .ic {
  width: 18px; height: 18px;
  color: var(--kt-red);
  margin-top: 2px;
}
.vc-foot-contact .row b {
  display: inline;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}

/* Newsletter column */
.vc-foot-news-box .sub {
  font-size: 13.5px;
  color: #99A8BB;
  line-height: 1.6;
  margin-bottom: 18px;
}
.vc-foot-news-box .field {
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  color: var(--kt-ink);
  border: 0; outline: none;
  padding: 0 14px;
  font-family: var(--font-body);
  font-size: 13.5px;
  margin-bottom: 12px;
}
.vc-foot-news-box .field::placeholder { color: #99A8BB; }
.vc-foot-news-box .sub-btn {
  width: 100%;
  height: 50px;
  background: var(--kt-red);
  color: #fff;
  font-family: var(--font-display-wide);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  transition: background 0.15s;
}
.vc-foot-news-box .sub-btn:hover { background: var(--kt-red-700); }

/* Brand row above the columns */
.vc-foot-brandrow {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 0 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.vc-foot-brandrow .vc-logo-text { color: #fff; font-size: 22px; }
.vc-foot-brandrow .vc-logo-text small { color: #6E89A8; margin-top: 6px; }
.vc-foot-brandrow .vc-logo-mark { width: 56px; height: 56px; font-size: 24px; }
.vc-foot-logo-plate {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 12px 18px;
  border-radius: 6px;
}
.vc-foot-logo-img {
  height: 56px;
  width: auto;
  display: block;
}
.vc-foot-brandrow .right {
  display: flex; align-items: center; gap: 24px;
}
.vc-foot-brandrow .right .tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6E89A8;
}
.vc-foot-brandrow .soc-row { display: flex; gap: 0; }
.vc-foot-brandrow .soc-row a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.12);
  color: #BBD2E8;
  border-right: 0;
  transition: all 0.15s;
}
.vc-foot-brandrow .soc-row a:last-child { border-right: 1px solid rgba(255,255,255,0.12); }
.vc-foot-brandrow .soc-row a:hover { background: var(--kt-red); color: #fff; border-color: var(--kt-red); }

/* Bottom legal bar — separate band, blue */
.vc-foot-bottom {
  background: var(--kt-blue-900);
  margin: 0 -56px;
  padding: 22px 56px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #BBD2E8;
}
.vc-foot-bottom .legal-l { display: flex; align-items: center; gap: 14px; }
.vc-foot-bottom .sep { color: #46627E; }
.vc-foot-bottom .legal-r { display: flex; align-items: center; gap: 18px; }
.vc-foot-bottom .legal-r a { color: #BBD2E8; }
.vc-foot-bottom .legal-r a:hover { color: #fff; }
.vc-foot-bottom .credit b { color: #fff; font-family: var(--font-display); font-weight: 700; }

/* ——— Floating CTA (Phone + Zalo OA) ——— */
.vc-float {
  position: absolute;
  right: 24px;
  top: 760px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vc-float-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.vc-float-label {
  background: rgba(11, 23, 39, 0.92);
  color: #fff;
  padding: 10px 14px 10px 16px;
  display: flex; flex-direction: column;
  line-height: 1.05;
  border-radius: 4px 0 0 4px;
  position: relative;
  min-width: 156px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}
.vc-float-label::after {
  content: "";
  position: absolute;
  right: -6px; top: 50%; transform: translateY(-50%);
  width: 0; height: 0;
  border: 6px solid transparent;
  border-left-color: rgba(11, 23, 39, 0.92);
}
.vc-float-label .k {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #99A8BB;
  margin-bottom: 4px;
}
.vc-float-label .v {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #fff;
}
.vc-float-btn {
  position: relative;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
  flex-shrink: 0;
}
.vc-float-btn.phone { background: var(--kt-red); }
.vc-float-btn.zalo { background: #0068FF; }
.vc-float-btn::before,
.vc-float-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0;
  animation: vc-float-ping 2s cubic-bezier(0,0.2,0.6,1) infinite;
}
.vc-float-btn::after { animation-delay: 0.8s; }
.vc-float-btn.phone { color: var(--kt-red); }
.vc-float-btn.zalo { color: #0068FF; }
.vc-float-btn .ic {
  position: relative; z-index: 1;
  color: #fff;
}
@keyframes vc-float-ping {
  0%   { transform: scale(0.9); opacity: 0.7; }
  80%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.vc-float-zalo-wm {
  position: relative; z-index: 1;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.02em;
}
