/* ══════════════════════════════════════════════════════════════
   FUTURE DENTAL — Chuyên Khoa Implant 3D
   Identity: DARK-ENERGY — Full dark bg, neon magenta/violet accent
   Font: Syne (heading 800 + body) | Tone: full dark | Prefix: ft-
   ══════════════════════════════════════════════════════════════ */

:root {
  --bg: #0a0710;
  --surface: #140f1f;
  --surface-2: #1b1429;
  --dark: #050308;
  --dark2: #0d0916;
  --border: #2a2140;
  --border-light: #1c1730;
  --text: #f5f2fb;
  --text-2: #a89ac2;
  --text-3: #6d6088;
  --accent: #c026d3;
  --accent-h: #e64fef;
  --accent-light: rgba(192, 38, 211, .12);
  --accent-mid: #9333ea;
  --accent-2: #7c3aed;
  --glow: rgba(192, 38, 211, .5);
  --glow-soft: rgba(192, 38, 211, .22);
  --sans: 'Syne', sans-serif;
}

/* ── RESET ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--sans); cursor: pointer; }
ul { list-style: none; }
input, textarea, select { font-family: var(--sans); }

h1, h2, h3, h4 { font-family: var(--sans); font-weight: 800; line-height: 1.12; letter-spacing: -.5px; }

.wd-container { max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 80px); }
.sec-pad { padding: clamp(72px, 10vw, 128px) 0; }

/* ── BACKGROUND GLOW TEXTURE ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(600px 400px at 85% 8%, rgba(192, 38, 211, .10), transparent 70%),
    radial-gradient(500px 400px at 5% 60%, rgba(124, 58, 237, .08), transparent 70%);
}
body > * { position: relative; z-index: 1; }

/* ── REVEAL ── */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
[data-reveal].visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
[data-reveal][data-delay="4"] { transition-delay: .4s; }

/* ── SECTION HEADER PATTERN ── */
.ft-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.ft-label::before {
  content: '';
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}
.ft-h2 { font-size: clamp(30px, 4vw, 46px); color: var(--text); text-transform: uppercase; }
.ft-h2 em { font-style: normal; background: linear-gradient(90deg, var(--accent-h), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ft-lead { color: var(--text-2); font-size: 16px; font-weight: 400; max-width: 560px; line-height: 1.75; }
.ft-divider { width: 64px; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); margin: 20px 0; border-radius: 2px; }

/* ── BUTTONS ── */
.ft-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all .25s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.ft-btn-neon {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent-h);
  box-shadow: 0 0 0 rgba(192,38,211,0);
}
.ft-btn-neon:hover {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 30px var(--glow);
  transform: translateY(-2px);
}
.ft-btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.75);
}
.ft-btn-ghost:hover { border-color: rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.05); }
.ft-btn-solid {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  color: #fff;
  border-color: transparent;
}
.ft-btn-solid:hover { box-shadow: 0 0 30px var(--glow); transform: translateY(-2px); }
.ft-btn-sm { padding: 11px 22px; font-size: 12px; }

/* ═══════════ NAV-6: FULL-WIDTH DARK BAR ═══════════ */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--dark2);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ft-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}
.ft-logo { display: flex; align-items: center; gap: 12px; }
.ft-logo-mark {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 20px var(--glow-soft);
  flex-shrink: 0;
}
.ft-logo-mark svg { width: 22px; height: 22px; }
.ft-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.ft-logo-name { font-weight: 800; font-size: 18px; letter-spacing: .5px; color: #fff; text-transform: uppercase; }
.ft-logo-sub { font-size: 10px; letter-spacing: 2px; color: var(--accent-h); text-transform: uppercase; }
.ft-nav-links { display: flex; gap: 4px; align-items: center; }
.ft-nav-links a {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  color: rgba(255,255,255,.55);
  border-radius: 8px;
  transition: all .2s;
}
.ft-nav-links a:hover, .ft-nav-links a.active { color: #fff; background: rgba(255,255,255,.06); }
.ft-nav-right { display: flex; align-items: center; gap: 16px; }
.ft-burger {
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.ft-burger span { width: 18px; height: 2px; background: #fff; transition: all .25s; }
.ft-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ft-burger.open span:nth-child(2) { opacity: 0; }
.ft-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ft-mobile-menu {
  position: fixed;
  top: 82px; left: 0; right: 0; bottom: 0;
  background: var(--dark2);
  z-index: 998;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 4px;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.ft-mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.ft-mobile-menu a { padding: 16px 8px; font-size: 16px; font-weight: 600; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.06); }
.ft-mob-cta { margin-top: 16px; text-align: center; background: linear-gradient(90deg, var(--accent), var(--accent-2)); border-radius: 10px; color: #fff !important; border-bottom: none !important; }

@media (max-width: 991px) {
  .ft-nav-links, .ft-nav-cta { display: none; }
  .ft-burger { display: flex; }
}

/* ═══════════ H1: FULL-SCREEN OVERLAY HERO ═══════════ */
.ft-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 82px;
  overflow: hidden;
  background: var(--dark2);
}
.ft-hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .32;
}
.ft-hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,3,8,.55) 0%, rgba(5,3,8,.75) 55%, var(--dark2) 100%),
    linear-gradient(90deg, var(--dark2) 0%, rgba(13,9,22,.55) 55%, transparent 100%);
}
.ft-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(192,38,211,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,38,211,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 70%, transparent);
}
.ft-hero-inner { position: relative; z-index: 2; max-width: 720px; }
.ft-hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px 9px 14px;
  border: 1px solid rgba(192,38,211,.35);
  background: rgba(192,38,211,.08);
  border-radius: 30px;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent-h);
  margin-bottom: 28px;
}
.ft-hero-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-h); box-shadow: 0 0 10px var(--glow); animation: ft-pulse 1.8s infinite; }
@keyframes ft-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.ft-hero-title { font-size: clamp(40px, 6vw, 74px); color: #fff; text-transform: uppercase; margin-bottom: 24px; }
.ft-hero-title em { font-style: normal; background: linear-gradient(90deg, var(--accent-h), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ft-hero-sub { font-size: 18px; color: rgba(255,255,255,.65); max-width: 540px; margin-bottom: 36px; font-weight: 400; line-height: 1.75; }
.ft-hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 52px; }
.ft-hero-stats { display: flex; flex-wrap: wrap; gap: 40px; }
.ft-hs { border-left: 2px solid rgba(192,38,211,.4); padding-left: 16px; }
.ft-hs-num { font-size: 28px; font-weight: 800; color: #fff; display: block; }
.ft-hs-label { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 767px) {
  .ft-hero { min-height: 92vh; }
  .ft-hero-stats { gap: 24px; }
}

/* ═══════════ STAT-BAR ═══════════ */
.ft-stat-bar {
  background: var(--dark2);
  border-top: 1px solid rgba(192,38,211,.18);
  border-bottom: 1px solid rgba(192,38,211,.18);
  padding: 56px 0;
  position: relative;
}
.ft-stat { text-align: center; }
.ft-stat-num {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  background: linear-gradient(90deg, var(--accent-h), var(--accent-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1;
  margin-bottom: 10px;
}
.ft-stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-2); }

/* ═══════════ FEATURE-ICON-ROW ═══════════ */
.ft-feat { text-align: left; }
.ft-feat-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--accent-light);
  border: 1px solid rgba(192,38,211,.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.ft-feat-icon svg { width: 26px; height: 26px; }
.ft-feat-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .5px; }
.ft-feat-text { font-size: 14.5px; color: var(--text-2); line-height: 1.7; }

/* ═══════════ CARD COMPONENT (grid-cards / service) ═══════════ */
.ft-svc-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}
.ft-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0,0,0,.4), 0 0 32px var(--glow-soft);
  border-left-color: var(--accent-h);
}
.ft-svc-thumb-wrap { overflow: hidden; aspect-ratio: 4/3; }
.ft-svc-thumb { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ft-svc-card:hover .ft-svc-thumb { transform: scale(1.07); }
.ft-svc-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.ft-svc-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-h); margin-bottom: 10px; }
.ft-svc-name { font-size: 19px; font-weight: 800; color: #fff; margin-bottom: 10px; text-transform: uppercase; }
.ft-svc-desc { font-size: 14.5px; color: var(--text-2); line-height: 1.7; margin-bottom: 18px; flex: 1; }
.ft-svc-price { font-size: 15px; font-weight: 700; color: var(--accent-h); padding-top: 16px; border-top: 1px solid var(--border-light); }
.ft-svc-price span { font-size: 12px; font-weight: 400; color: var(--text-3); }
.ft-svc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--accent-h); text-transform: uppercase; letter-spacing: .5px; }

/* ═══════════ FULL-BLEED ═══════════ */
.ft-bleed { position: relative; width: 100%; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.ft-bleed-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.ft-bleed::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, var(--dark) 0%, rgba(5,3,8,.85) 40%, rgba(5,3,8,.4) 100%); }
.ft-bleed-content { position: relative; z-index: 2; max-width: 620px; padding: 80px clamp(20px, 5vw, 80px); }
.ft-bleed-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ft-bleed-tag { padding: 8px 16px; border: 1px solid rgba(192,38,211,.3); border-radius: 30px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.7); background: rgba(192,38,211,.06); }

/* ═══════════ BENTO-GRID ═══════════ */
.ft-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 20px; }
.ft-bento-item {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .3s ease;
}
.ft-bento-item:hover { border-color: var(--accent); box-shadow: 0 0 36px var(--glow-soft); transform: translateY(-4px); }
.ft-bento-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); opacity: 0; transition: opacity .3s; }
.ft-bento-item:hover::before { opacity: 1; }
.ft-bento-lg { grid-column: span 2; grid-row: span 2; }
.ft-bento-wide { grid-column: span 2; }
.ft-bento-num { position: absolute; top: 24px; right: 28px; font-size: 34px; font-weight: 800; color: rgba(255,255,255,.08); }
.ft-bento-icon { margin-bottom: 16px; width: 48px; height: 48px; border-radius: 12px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; }
.ft-bento-title { font-size: 19px; font-weight: 800; color: #fff; text-transform: uppercase; margin-bottom: 8px; }
.ft-bento-text { font-size: 14px; color: var(--text-2); line-height: 1.65; }
.ft-bento-lg .ft-bento-title { font-size: 24px; }

@media (max-width: 991px) { .ft-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; } .ft-bento-lg { grid-column: span 2; grid-row: span 1; } }
@media (max-width: 575px) { .ft-bento { grid-template-columns: 1fr; grid-auto-rows: auto; } .ft-bento-item { min-height: 180px; } .ft-bento-lg, .ft-bento-wide { grid-column: span 1; } }

/* ═══════════ TIMELINE ═══════════ */
.ft-timeline { position: relative; max-width: 860px; margin: 0 auto; }
.ft-timeline::before { content: ''; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--accent), var(--accent-2), transparent); }
.ft-tl-item { position: relative; padding-left: 76px; margin-bottom: 48px; }
.ft-tl-item:last-child { margin-bottom: 0; }
.ft-tl-dot {
  position: absolute; left: 0; top: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: var(--accent-h);
  box-shadow: 0 0 24px var(--glow-soft);
  flex-shrink: 0;
}
.ft-tl-content { background: var(--surface); border: 1px solid var(--border-light); border-radius: 12px; padding: 24px 28px; }
.ft-tl-step { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-h); margin-bottom: 8px; }
.ft-tl-title { font-size: 19px; font-weight: 800; color: #fff; text-transform: uppercase; margin-bottom: 10px; }
.ft-tl-text { font-size: 14.5px; color: var(--text-2); line-height: 1.7; }

@media (max-width: 575px) { .ft-tl-item { padding-left: 64px; } .ft-tl-dot { width: 46px; height: 46px; font-size: 15px; } .ft-timeline::before { left: 22px; } }

/* ═══════════ HORIZONTAL-SCROLL (testimonials) ═══════════ */
.ft-scroll-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.ft-scroll-row::-webkit-scrollbar { height: 6px; }
.ft-scroll-row::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 4px; }
.ft-rv-card {
  scroll-snap-align: start;
  flex: 0 0 340px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 28px;
}
.ft-rv-stars { color: #f59e0b; font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.ft-rv-text { font-size: 14.5px; color: var(--text-2); line-height: 1.75; margin-bottom: 22px; }
.ft-rv-person { display: flex; align-items: center; gap: 12px; }
.ft-rv-av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--accent); }
.ft-rv-name { font-size: 14px; font-weight: 700; color: #fff; }
.ft-rv-role { font-size: 12px; color: var(--text-3); }

/* ═══════════ LIST-ELEGANT ═══════════ */
.ft-list-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-light);
}
.ft-list-item:first-child { padding-top: 0; }
.ft-list-left { display: flex; align-items: center; gap: 18px; }
.ft-list-num { font-size: 13px; font-weight: 800; color: var(--accent-h); width: 30px; }
.ft-list-title { font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; }
.ft-list-sub { font-size: 13px; color: var(--text-3); margin-top: 4px; }
.ft-list-value { font-size: 14px; font-weight: 700; color: var(--text-2); white-space: nowrap; }

/* ═══════════ TEAM / DOCTOR CARD ═══════════ */
.ft-doc-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease;
}
.ft-doc-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,.4), 0 0 32px var(--glow-soft); }
.ft-doc-img-wrap { aspect-ratio: 3/4; overflow: hidden; }
.ft-doc-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: grayscale(.15); }
.ft-doc-card:hover .ft-doc-img { transform: scale(1.06); }
.ft-doc-body { padding: 22px; }
.ft-doc-name { font-size: 17px; font-weight: 800; color: #fff; text-transform: uppercase; margin-bottom: 4px; }
.ft-doc-role { font-size: 12.5px; color: var(--accent-h); font-weight: 600; margin-bottom: 12px; }
.ft-doc-desc { font-size: 13.5px; color: var(--text-2); line-height: 1.65; }

/* ═══════════ CTA BANNER ═══════════ */
.ft-cta {
  position: relative;
  border-radius: 24px;
  padding: clamp(48px, 6vw, 80px);
  overflow: hidden;
  background: linear-gradient(120deg, var(--surface), var(--dark2));
  border: 1px solid rgba(192,38,211,.25);
  text-align: center;
}
.ft-cta::before {
  content: '';
  position: absolute; inset: -2px;
  background: radial-gradient(500px 260px at 50% 0%, rgba(192,38,211,.22), transparent 70%);
  pointer-events: none;
}
.ft-cta-inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; }
.ft-cta .ft-h2 { margin-bottom: 18px; }
.ft-cta-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 32px; }

/* ═══════════ FORMS (dat-lich / lien-he) ═══════════ */
.ft-form-panel { background: var(--surface); border: 1px solid var(--border-light); border-radius: 16px; padding: clamp(28px, 4vw, 44px); }
.ft-form-group { margin-bottom: 22px; }
.ft-form-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-2); margin-bottom: 10px; }
.ft-form-control {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--text);
  font-size: 14.5px;
  transition: border-color .2s, box-shadow .2s;
}
.ft-form-control::placeholder { color: var(--text-3); }
.ft-form-control:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-light); }
textarea.ft-form-control { resize: vertical; min-height: 120px; }
.ft-form-note { font-size: 12px; color: var(--text-3); margin-top: 10px; }

.ft-info-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--border-light); }
.ft-info-card:last-child { border-bottom: none; }
.ft-info-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-light); border: 1px solid rgba(192,38,211,.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ft-info-title { font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 4px; }
.ft-info-text { font-size: 14px; color: var(--text-2); line-height: 1.6; }

.ft-map-placeholder {
  width: 100%; min-height: 320px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  background:
    linear-gradient(rgba(192,38,211,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,38,211,.05) 1px, transparent 1px),
    var(--surface);
  background-size: 32px 32px, 32px 32px, 100%;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--text-3);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ═══════════ PAGE HEADER (inner pages) ═══════════ */
.ft-page-head { padding: 160px 0 72px; background: var(--dark2); position: relative; overflow: hidden; }
.ft-page-head::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 300px at 15% 0%, rgba(192,38,211,.14), transparent 70%); }
.ft-breadcrumb { font-size: 13px; color: var(--text-3); margin-bottom: 18px; position: relative; z-index: 1; }
.ft-breadcrumb a { color: var(--text-2); }
.ft-breadcrumb a:hover { color: var(--accent-h); }
.ft-page-head .ft-h2 { position: relative; z-index: 1; margin-bottom: 14px; }
.ft-page-head .ft-lead { position: relative; z-index: 1; max-width: 640px; }

/* ═══════════ FOOTER — FULL DARK 3-COL ═══════════ */
footer { background: var(--dark); border-top: 1px solid transparent; position: relative; }
footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), var(--accent-2), transparent); }
.ft-ft-top { padding: 72px 0 40px; }
.ft-ft-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ft-ft-logo-name { font-size: 18px; font-weight: 800; color: #fff; text-transform: uppercase; }
.ft-ft-logo-sub { font-size: 11px; color: var(--accent-h); letter-spacing: 2px; text-transform: uppercase; }
.ft-ft-desc { font-size: 14px; color: var(--text-2); line-height: 1.75; margin-bottom: 24px; max-width: 320px; }
.ft-ft-socials { display: flex; gap: 10px; }
.ft-ft-soc { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--text-2); transition: all .2s; }
.ft-ft-soc:hover { border-color: var(--accent); color: var(--accent-h); box-shadow: 0 0 16px var(--glow-soft); }
.ft-ft-col-title { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; margin-bottom: 22px; }
.ft-ft-links { display: flex; flex-direction: column; gap: 13px; }
.ft-ft-links a { font-size: 14px; color: var(--text-2); transition: color .2s; }
.ft-ft-links a:hover { color: var(--accent-h); }
.ft-ft-contact-item { display: flex; gap: 12px; margin-bottom: 18px; }
.ft-ft-contact-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ft-ft-contact-text { font-size: 13.5px; color: var(--text-2); line-height: 1.6; }
.ft-ft-contact-text strong { display: block; color: #fff; font-size: 13px; margin-bottom: 3px; }
.ft-ft-bottom { padding: 26px 0; border-top: 1px solid var(--border-light); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; }
.ft-ft-copy { font-size: 13px; color: var(--text-3); }
.ft-ft-cert { display: flex; gap: 18px; font-size: 12px; color: var(--text-3); }

/* ── ZALO FLOAT ── */
.ft-zalo {
  position: fixed; right: 24px; bottom: 24px; z-index: 900;
  width: 56px; height: 56px; border-radius: 50%;
  background: #0068FF;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,104,255,.4);
  animation: ft-zalo-bounce 2.4s infinite;
}
@keyframes ft-zalo-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ── UTILS ── */
.ft-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 767px) { .ft-2col { grid-template-columns: 1fr; gap: 32px; } }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

@media (max-width: 575px) {
  .ft-hero-ctas, .ft-cta-ctas { flex-direction: column; align-items: stretch; }
  .ft-hero-ctas .ft-btn, .ft-cta-ctas .ft-btn { justify-content: center; }
}
