/* ================================================================
   Phe Lieu Tuan Hung – Main Stylesheet
   Encoding: UTF-8 without BOM
   ================================================================ */

/* ── Design Tokens ── */
:root {
  --bg:     #090d0f;
  --bg2:    #10161a;
  --panel:  #141b20;
  --panel2: #1b242a;
  --green:  #19e27c;
  --green2: #a6ff4d;
  --orange: #ffb84d;
  --text:   #f4f7f5;
  --muted:  #9ca9a5;
  --line:   rgba(255,255,255,.09);
  --shadow: 0 26px 80px rgba(0,0,0,.45);
  --radius: 28px;
  --font:   'Be Vietnam Pro', system-ui, -apple-system, Segoe UI, sans-serif;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(circle at top left, rgba(25,226,124,.18), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(255,184,77,.1), transparent 28%),
    linear-gradient(180deg, #080b0d 0%, #11181b 48%, #08100d 100%);
  background-attachment: fixed;
  color: var(--text);
  overflow-x: hidden;
  min-height: 100vh;
}
body.admin-bar { padding-top: 0 !important; }
a   { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
p   { margin: 0 0 1em; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 .5em; }

/* ── Layout ── */
.container { width: min(1180px, 92vw); margin: 0 auto; }

/* Thu mua phe lieu hub */
.scrap-hub-page {
  background:
    linear-gradient(180deg, rgba(8,13,14,.98) 0%, rgba(9,18,16,.98) 42%, rgba(7,12,12,.98) 100%);
  color: var(--text);
}
.scrap-hub-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 52px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(8,14,14,.98) 0%, rgba(7,18,15,.9) 46%, rgba(8,12,12,.74) 100%),
    url("../images/hero-scrap-steel-bright.png") center right / cover no-repeat;
}
.scrap-hub-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(7,12,12,.98));
  pointer-events: none;
}
.scrap-hub-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 390px;
  gap: 52px;
  align-items: center;
}
.scrap-hub-kicker,
.scrap-hub-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(25,226,124,.26);
  border-radius: 999px;
  background: rgba(25,226,124,.1);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.scrap-hub-hero h1 {
  max-width: 860px;
  margin: 24px 0 22px;
  font-size: clamp(48px, 6.1vw, 92px);
  line-height: .95;
  letter-spacing: 0;
}
.scrap-hub-lead {
  max-width: 750px;
  color: #d2ded8;
  font-size: 19px;
  line-height: 1.8;
}
.scrap-hub-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.scrap-hub-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.scrap-hub-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(7,13,14,.76);
  color: #dfe8e3;
  font-size: 13px;
  font-weight: 800;
}
.scrap-hub-proof span::before,
.scrap-hub-checks li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(25,226,124,.12);
}
.scrap-hub-quote-card,
.scrap-hub-material,
.scrap-hub-process article,
.scrap-hub-faq-list article,
.scrap-hub-stats div {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(16,24,25,.82);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}
.scrap-hub-quote-card {
  padding: 26px;
  border-radius: 8px;
  backdrop-filter: blur(12px);
}
.scrap-hub-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.scrap-hub-card-head span,
.scrap-hub-contact-lines span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.scrap-hub-card-head strong {
  color: var(--green2);
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}
.scrap-hub-quote-card p {
  color: #c7d2cd;
  font-size: 14px;
  line-height: 1.75;
}
.scrap-hub-contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.scrap-hub-contact-lines a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(25,226,124,.08);
  border: 1px solid rgba(25,226,124,.18);
}
.scrap-hub-contact-lines strong {
  color: #f6fff9;
  font-size: 20px;
  white-space: nowrap;
}
.scrap-hub-section {
  padding: 76px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.scrap-hub-split {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.scrap-hub-section h2,
.scrap-hub-richtext h2 {
  margin-top: 16px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}
.scrap-hub-richtext {
  color: #cbd8d2;
  font-size: 17px;
  line-height: 1.85;
}
.scrap-hub-richtext a {
  color: #77ffad;
  font-weight: 900;
  border-bottom: 1px solid rgba(119,255,173,.35);
}
.scrap-hub-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.scrap-hub-section-head p {
  color: #b8c7c0;
  font-size: 17px;
  line-height: 1.75;
}
.scrap-hub-materials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.scrap-hub-material {
  min-height: 214px;
  padding: 22px;
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.scrap-hub-material:hover {
  transform: translateY(-3px);
  border-color: rgba(25,226,124,.38);
  background: rgba(18,31,29,.92);
}
.scrap-hub-material span {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.scrap-hub-material h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
}
.scrap-hub-material p {
  color: #aebbb6;
  font-size: 14px;
  line-height: 1.65;
}
.scrap-hub-pricing {
  background:
    radial-gradient(circle at 10% 10%, rgba(25,226,124,.12), transparent 34%),
    rgba(255,255,255,.02);
}
.scrap-hub-pricing-grid,
.scrap-hub-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}
.scrap-hub-image-panel {
  overflow: hidden;
  min-height: 460px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #11191b;
  box-shadow: var(--shadow);
}
.scrap-hub-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}
.scrap-hub-checks {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}
.scrap-hub-checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.scrap-hub-checks li::before { margin-top: 11px; }
.scrap-hub-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.scrap-hub-process article {
  min-height: 238px;
  padding: 24px;
  border-radius: 8px;
}
.scrap-hub-process article > span {
  display: block;
  color: rgba(25,226,124,.55);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
.scrap-hub-process h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
.scrap-hub-process p {
  color: #aebbb6;
  font-size: 14px;
  line-height: 1.65;
}
.scrap-hub-conversion {
  background: linear-gradient(135deg, rgba(231,240,234,.98), rgba(236,241,231,.92));
  color: #07100e;
}
.scrap-hub-conversion .scrap-hub-eyebrow {
  background: rgba(25,226,124,.18);
  color: #00834b;
}
.scrap-hub-conversion .scrap-hub-richtext,
.scrap-hub-conversion .scrap-hub-richtext p {
  color: #344642;
}
.scrap-hub-conversion .scrap-hub-richtext a {
  color: #006e43;
  border-bottom-color: rgba(0,110,67,.28);
}
.scrap-hub-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}
.scrap-hub-stats div {
  padding: 18px;
  border-color: rgba(5,24,18,.08);
  background: rgba(255,255,255,.72);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}
.scrap-hub-stats strong {
  display: block;
  color: #07100e;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
}
.scrap-hub-stats span {
  color: #51615d;
  font-size: 13px;
  font-weight: 700;
}
.scrap-hub-form-wrap .quote-box {
  position: static;
  margin: 0;
  border-color: rgba(5,24,18,.12);
  box-shadow: 0 30px 80px rgba(0,0,0,.16);
}
.scrap-hub-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.scrap-hub-faq-list article {
  padding: 24px;
  border-radius: 8px;
}
.scrap-hub-faq-list h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.scrap-hub-faq-list p {
  color: #afbbb6;
  font-size: 15px;
  line-height: 1.75;
}
.scrap-hub-final-cta {
  padding: 54px 0 64px;
}
.scrap-hub-final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(25,226,124,.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(25,226,124,.12), rgba(255,184,77,.08));
}
.scrap-hub-final-box h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: .98;
  letter-spacing: 0;
}
.scrap-hub-final-box .scrap-hub-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  flex-shrink: 0;
  margin-top: 0;
  width: min(520px, 100%);
}
.scrap-hub-final-box .btn-lg {
  padding-inline: 24px;
}

/* ── TOP BAR ── */
.topbar {
  margin-top: 0 !important;
  position: relative;
  top: -24px;
  margin-bottom: -24px;
  background: #0d1416;
  border-bottom: 1px solid var(--line);
  color: #cdd7d2;
  font-size: 13px;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 9px 0;
  flex-wrap: wrap;
}
.topbar strong { color: var(--green); }
.topbar a { color: var(--green); font-weight: 700; }
.topbar a:hover { text-decoration: underline; }

/* ── NAVBAR ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(9,13,15,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.admin-bar .navbar { top: 0; }
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 34px;
}

/* ── BRAND / LOGO ── */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand-mark {
  display: block;
  width: 62px;
  height: auto;
  flex: 0 0 auto;
}
.brand-name {
  display: block;
  line-height: normal;
  min-width: 0;
}
.brand-name-top {
  display: block;
  color: var(--green);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  margin-bottom: 7px;
}
.brand-name-main {
  display: block;
  color: #f4fff8;
  font-family: var(--font);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}
.brand-name-line {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background: linear-gradient(90deg, var(--green) 0 76%, transparent 76% 80%, #f04438 80% 100%);
  border-radius: 999px;
}
.logo {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green), #0f6b42 60%, #222);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 34px rgba(25,226,124,.25);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.logo::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid #06130c;
  border-top-color: transparent;
  border-radius: 50%;
  display: block;
}
.logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.brand-text strong  { display: block; font-size: 17px; color: var(--text); }
.brand-text small   { display: block; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; font-weight: 700; }

.home-trust-section {
  padding: 42px 0 22px;
  background: linear-gradient(180deg, rgba(7,16,13,.72), rgba(7,16,13,.16));
}
.home-trust-shell {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 28px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    radial-gradient(circle at 84% 8%, rgba(25,226,124,.12), transparent 32%);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.home-trust-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 42px;
  align-items: center;
}
.home-trust-heading,
.home-trust-intro {
  min-width: 0;
}
.home-trust-eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(25,226,124,.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.home-trust-copy h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .95;
  letter-spacing: 0;
  margin: 0;
}
.home-trust-copy p {
  color: #b8d1c9;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
.home-trust-mini {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
}
.home-trust-mini span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px 0 34px;
  border-radius: 999px;
  color: #daf4ec;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
}
.home-trust-mini span::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(25,226,124,.12);
}
.home-trust-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}
.home-trust-proof div,
.home-trust-process article {
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
}
.home-trust-proof div {
  padding: 16px;
}
.home-trust-proof strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.home-trust-proof span {
  display: block;
  margin-top: 8px;
  color: #8aa59c;
  font-size: 12px;
  line-height: 1.45;
}
.home-trust-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.home-trust-process article {
  padding: 18px;
}
.home-trust-process article > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(25,226,124,.14);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}
.home-trust-process h3 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
.home-trust-process p {
  margin: 0;
  color: #8ea79e;
  font-size: 13px;
  line-height: 1.6;
}
.home-trust-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.home-trust-contact div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(25,226,124,.08);
  border: 1px solid rgba(25,226,124,.18);
}
.home-trust-contact span {
  color: #86a79d;
  font-size: 12px;
  font-weight: 800;
}
.home-trust-contact a {
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

/* ── NAV MENU ── */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #d8e0dc;
  font-weight: 800;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-nav {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 12px;
}
.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 2px;
  opacity: .86;
  transition: .2s;
  white-space: nowrap;
  letter-spacing: 0;
}
.nav-menu a:hover,
.nav-menu .current-menu-item > a { color: var(--green); opacity: 1; }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.nav-quote-btn {
  white-space: nowrap;
}

/* ── HAMBURGER ── */
.hamburger {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE NAV DRAWER ── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(7,12,12,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  flex-direction: column;
  padding: 80px 24px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav.open { display: flex; }
.mobile-nav ul,
.mobile-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav li::marker { content: ""; }
.mobile-nav a {
  display: block;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.03em;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  transition: .2s;
}
.mobile-nav a:hover { color: var(--green); padding-left: 8px; }
.mobile-nav .btn-primary {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: .25s ease;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--green), #8cff6a);
  color: #06100a;
  box-shadow: 0 18px 44px rgba(25,226,124,.26);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(25,226,124,.38);
  color: #06100a;
}
.btn-ghost {
  border-color: rgba(255,255,255,.14);
  color: #fff;
  background: rgba(255,255,255,.04);
}
.btn-ghost:hover { border-color: var(--green); color: var(--green); }
.btn-dark {
  background: #07100a;
  color: #fff;
  border-color: transparent;
}
.btn-dark:hover { background: #0f1e14; color: var(--green); }
.btn-sm { padding: 10px 18px; font-size: 13px; }
.btn-lg { padding: 16px 28px; font-size: 16px; }

/* ══════════════════════════════════════
   HERO SECTION
══════════════════════════════════════ */
.hero {
  position: relative;
  padding: 0 0 64px;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  isolation: isolate;
  background: #06100d;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(4,10,9,.94) 0%, rgba(4,10,9,.78) 34%, rgba(4,10,9,.46) 64%, rgba(4,10,9,.72) 100%),
    linear-gradient(180deg, rgba(4,10,9,.45) 0%, rgba(4,10,9,.1) 42%, rgba(4,10,9,.88) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 26%, rgba(25,226,124,.24), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(166,255,77,.18), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 34%);
  pointer-events: none;
  z-index: -1;
}
.hero-grid {
  display: block;
  position: relative;
  z-index: 2;
}
.hero-copy {
  max-width: 860px;
  padding-top: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border: 1px solid rgba(25,226,124,.34);
  border-radius: 999px;
  background: rgba(4,12,10,.58);
  color: #d8ffe6;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 22px;
  box-shadow: 0 12px 42px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(25,226,124,.12);
  animation: pulse-anim 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse-anim {
  0%,100% { box-shadow: 0 0 0 8px rgba(25,226,124,.12); }
  50%      { box-shadow: 0 0 0 14px rgba(25,226,124,.04); }
}
h1.hero-title {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: 0;
  font-weight: 900;
  max-width: 820px;
  text-shadow: 0 18px 52px rgba(0,0,0,.54);
}
.highlight {
  background: linear-gradient(135deg, #ffffff, #caff8e 42%, var(--green2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: 17px;
  line-height: 1.65;
  color: #d4e2dc;
  max-width: 720px;
  margin: 0 0 28px;
  text-shadow: 0 10px 32px rgba(0,0,0,.45);
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 34px;
  max-width: 920px;
}
.hero-actions .btn {
  min-height: 60px;
  min-width: 236px;
  padding-inline: 30px;
  border-width: 1.5px;
  font-size: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.42);
}
.hero-actions .btn-primary {
  color: #04100b;
  box-shadow: 0 24px 62px rgba(25,226,124,.48), 0 0 0 1px rgba(255,255,255,.18) inset;
}
.hero-actions .btn-ghost {
  background: rgba(6,13,14,.78);
  border-color: rgba(255,255,255,.38);
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hero-actions .btn-ghost:hover {
  background: rgba(25,226,124,.12);
  border-color: rgba(25,226,124,.6);
  color: #dfffe9;
}
.hero-call-btn {
  background: linear-gradient(135deg, rgba(25,226,124,.92), rgba(126,255,94,.96));
  border-color: rgba(226,255,231,.72);
  color: #03120b;
  box-shadow: 0 24px 62px rgba(25,226,124,.42), 0 0 0 1px rgba(255,255,255,.18) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hero-call-btn:hover {
  background: linear-gradient(135deg, #50ff83, #a7ff5f);
  border-color: rgba(255,255,255,.9);
  color: #03120b;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 560px;
}
.trust {
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(5,14,12,.62);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 44px rgba(0,0,0,.22);
}
.trust strong { display: block; font-size: 26px; color: #fff; letter-spacing: -.04em; }
.trust span   { color: #bdd0c8; font-size: 13px; font-weight: 600; }

/* ── VISUAL CARD ── */
.visual-card {
  position: relative;
  border-radius: 36px;
  min-height: 560px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    url('../images/hero-scrap-steel-bright.png') center/cover;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: var(--shadow);
}
.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(4,8,8,.18), rgba(4,8,8,.83) 76%);
}
.visual-card .floating-badge {
  position: absolute;
  right: 24px;
  top: 24px;
  background: rgba(25,226,124,.94);
  color: #06100a;
  border-radius: 22px;
  padding: 14px 16px;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 18px 45px rgba(25,226,124,.3);
  z-index: 2;
}
.price-chip {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(7,12,12,.78);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  z-index: 2;
}
.price-chip strong { font-size: 14px; font-weight: 900; }
.price-chip .chip-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: #cbd5d0;
}
.price-chip b { color: var(--green); }

/* ══════════════════════════════════════
   SECTIONS
══════════════════════════════════════ */
section { padding: 76px 0; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 30px;
}
.section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.055em;
  margin: 0;
  line-height: 1.08;
}
.section-head p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

/* ══════════════════════════════════════
   SERVICES
══════════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}
.service-card {
  min-height: 245px;
  border-radius: 28px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: .25s ease;
  text-decoration: none;
  color: var(--text);
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(25,226,124,.4);
}
.service-card.big {
  grid-row: span 2;
  min-height: 506px;
}
.service-card.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.78));
}
.service-card h3,
.service-card p,
.service-card .sc-num { position: relative; z-index: 2; }
.service-card h3    { font-size: 24px; margin: 0 0 10px; letter-spacing: -.035em; }
.service-card p     { margin: 0; color: #c7d0ca; line-height: 1.6; font-size: 14px; }
.service-card .sc-num { color: var(--green); font-weight: 900; margin-bottom: 14px; font-size: 13px; }
.service-card .sc-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
  opacity: 0;
  transition: .25s;
}
.service-card:hover .sc-link { opacity: 1; }

/* ══════════════════════════════════════
   PRICING SECTION
══════════════════════════════════════ */
.price-section {
  background: linear-gradient(135deg, rgba(25,226,124,.09), rgba(255,255,255,.025));
  border-block: 1px solid var(--line);
}
.price-section .container {
  width: min(1320px, 96vw);
}
.price-section .section-head {
  display: block;
  text-align: center;
  margin-bottom: 30px !important;
}
.price-section .section-head h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  white-space: nowrap;
}
.price-section .section-head h2::before,
.price-section .section-head h2::after {
  content: "";
  width: clamp(58px, 8vw, 110px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(25,226,124,.85));
  box-shadow: 0 0 18px rgba(25,226,124,.22);
}
.price-section .section-head h2::after {
  background: linear-gradient(90deg, rgba(25,226,124,.85), transparent);
}
.price-wrap {
  display: flex;
  gap: 44px;
  align-items: stretch;
}
.price-wrap > :not(.quote-box) {
  flex: 1 1 0;
  min-width: 0;
}
.quote-box {
  flex: 0 0 400px;
  min-width: 0;
  margin-top: 0;
  border-radius: 32px;
  padding: 24px;
  background: #10171a;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  align-self: stretch;
}
.quote-box h3  { font-size: 28px; margin: 0 0 10px; letter-spacing: -.04em; }
.quote-box > p { color: var(--muted); line-height: 1.7; margin: 0 0 22px; font-size: 14px; }
.quote-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 5px;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background: #0a0f11;
  color: #fff;
  margin-bottom: 9px;
  font-family: var(--font);
  font-size: 14px;
  outline: none;
  transition: .2s;
  appearance: none;
  -webkit-appearance: none;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-color: rgba(25,226,124,.5); background: #0d1416; }
.quote-form select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ca9a5' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.quote-form textarea { min-height: 76px; resize: vertical; }
.quote-form .honeypot { display: none !important; }
.form-submit-btn {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  margin-top: 4px;
}
.form-message {
  display: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
.form-message.success { background: rgba(25,226,124,.15); border: 1px solid rgba(25,226,124,.3); color: #a0ffd0; }
.form-message.error   { background: rgba(255,100,100,.1); border: 1px solid rgba(255,100,100,.3); color: #ffb3b3; }

/* ── Price Table ── */
.price-table {
  border-radius: 32px;
  overflow: auto;
  max-height: 720px;
  border: 1px solid var(--line);
  background: #0f1517;
  scrollbar-width: thin;
  scrollbar-color: rgba(25,226,124,.5) rgba(255,255,255,.08);
}
.price-table::-webkit-scrollbar { width: 8px; }
.price-table::-webkit-scrollbar-track { background: rgba(255,255,255,.06); }
.price-table::-webkit-scrollbar-thumb { background: rgba(25,226,124,.55); border-radius: 999px; }
.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr) minmax(0, 1.25fr);
  gap: 18px;
  padding: 17px 22px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: .2s;
}
.price-row:last-child { border-bottom: 0; }
.price-row:hover:not(.head) { background: rgba(25,226,124,.04); }
.price-row.head { position: sticky; top: 0; z-index: 2; background: #123526; font-weight: 900; color: #dfffe9; font-size: 14px; }
.price-row b { font-size: 17px; }
.price-row .up      { color: var(--green); font-weight: 900; font-size: 14px; }
.price-row .down    { color: #ff8888; font-weight: 900; font-size: 14px; }
.price-row .stable  { color: var(--orange); font-weight: 900; font-size: 14px; }
.price-row .note    { color: var(--muted); font-size: 13px; line-height: 1.45; }
.price-update-time  { text-align: right; font-size: 12px; color: var(--muted); margin-top: 12px; }

/* ══════════════════════════════════════
   PROCESS
══════════════════════════════════════ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  counter-reset: step;
}
.step {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  position: relative;
  min-height: 210px;
  transition: .25s;
}
.step:hover { border-color: rgba(25,226,124,.3); transform: translateY(-3px); }
.step::before {
  counter-increment: step;
  content: '0' counter(step);
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  background: rgba(25,226,124,.13);
  color: var(--green);
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 22px;
}
.step h3 { margin: 0 0 10px; font-size: 18px; }
.step p  { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

/* ══════════════════════════════════════
   CASE STUDIES / PROJECTS
══════════════════════════════════════ */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.case {
  border-radius: 30px;
  background: #11191c;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: .25s;
  display: block;
  color: var(--text);
}
.case:hover { border-color: rgba(25,226,124,.3); transform: translateY(-4px); box-shadow: var(--shadow); }
.case-img {
  height: 210px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.case-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.case:hover .case-img img { transform: scale(1.05); }
.case-body   { padding: 22px; }
.case-body h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.03em; line-height: 1.25; }
.case-body p  { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  color: #9ca9a5;
  font-size: 12px;
  line-height: 1.5;
}
.case-meta span {
  display: inline-flex;
  align-items: center;
}
.tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: #06100a;
  background: var(--green);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
}
.tag.tag-red    { background: #ff6b6b; color: #fff; }
.tag.tag-orange { background: var(--orange); color: #06100a; }
.tag.tag-blue   { background: #4da6ff; color: #fff; }

/* ══════════════════════════════════════
   COVERAGE AREAS
══════════════════════════════════════ */
.area-section {
  background: #eef5ef;
  color: #09100d;
  border-radius: 46px;
  margin: 40px auto 0;
  width: min(1220px, 94vw);
  padding: 60px 0;
}
.area-section .section-head h2 { color: #09100d; }
.area-section .section-head p  { color: #53605a; }
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.area-item {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dfe7e1;
  color: #17201b;
  font-weight: 800;
  text-decoration: none;
  transition: .2s;
  display: block;
}
.area-item:hover { border-color: #19e27c; background: #f0faf4; }
.area-item span  { display: block; color: #657269; font-weight: 500; font-size: 13px; margin-top: 6px; }

/* ── MAP CARD ── */
.map-card {
  min-height: 430px;
  border-radius: 34px;
  background: linear-gradient(135deg, #dfe8e2, #fff);
  border: 1px solid #d0ddd4;
  position: relative;
  overflow: hidden;
}
.map-card::before {
  content: "";
  position: absolute;
  inset: 48px;
  border-radius: 50%;
  border: 2px dashed rgba(15,107,66,.28);
}
.map-card::after {
  content: "Bình Dương · TP.HCM · Đồng Nai · Long An · Tây Ninh";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: #0b1210;
  color: #fff;
  border-radius: 22px;
  padding: 16px 18px;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}
.pin {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #19e27c;
  border: 4px solid #0b1210;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(25,226,124,.18);
}
.p1 { left: 45%; top: 30%; }
.p2 { left: 58%; top: 50%; }
.p3 { left: 35%; top: 58%; }
.p4 { left: 64%; top: 34%; }
.p5 { left: 46%; top: 68%; }

.area-section {
  background:
    linear-gradient(135deg, #f3faf5 0%, #e8f2ec 54%, #f8fbf8 100%);
  border-radius: 34px;
  padding: 34px 0;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
  position: relative;
  overflow: hidden;
}
.area-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25,226,124,.1), transparent 38%),
    radial-gradient(circle at 90% 8%, rgba(255,199,95,.18), transparent 32%);
  pointer-events: none;
}
.area-section > .container {
  position: relative;
  z-index: 1;
}
.area-shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "copy copy"
    "list map"
    "action map";
  gap: 24px 30px;
  align-items: start;
}
.area-copy { grid-area: copy; }
.area-copy {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 28px;
  align-items: end;
}
.area-copy-main,
.area-copy-side {
  min-width: 0;
}
.area-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(25,226,124,.14);
  color: #0f6b42;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px;
}
.area-copy h2 {
  max-width: 880px;
  margin: 0;
  color: #07110d;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .96;
  letter-spacing: 0;
}
.area-copy p {
  max-width: 520px;
  margin: 0;
  color: #46564e;
  font-size: 16px;
  line-height: 1.8;
}
.area-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.area-stats div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(13,39,27,.08);
  box-shadow: 0 14px 34px rgba(15,35,24,.06);
}
.area-stats strong {
  display: block;
  color: #07110d;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}
.area-stats span {
  display: block;
  margin-top: 7px;
  color: #637268;
  font-size: 12px;
  line-height: 1.45;
}
.area-list {
  grid-area: list;
  gap: 10px;
  margin-top: 0;
}
.area-item {
  min-height: 92px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(13,39,27,.09);
  transition: .22s;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.area-item:hover {
  border-color: rgba(25,226,124,.48);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15,35,24,.1);
}
.area-item-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #19e27c;
  box-shadow: 0 0 0 7px rgba(25,226,124,.14);
  flex: 0 0 auto;
  margin-top: 8px;
}
.area-item-body { min-width: 0; }
.area-item strong {
  display: block;
  color: #07110d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}
.area-item-body > span {
  display: block;
  color: #657269;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 7px;
}
.area-action { grid-area: action; }
.area-map-card {
  grid-area: map;
  min-height: 540px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(240,247,242,.86)),
    radial-gradient(circle at 30% 25%, rgba(25,226,124,.14), transparent 32%);
  border: 1px solid rgba(13,39,27,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 24px 60px rgba(15,35,24,.1);
  position: relative;
  overflow: hidden;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.area-map-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.area-map-top span {
  color: #5b6d63;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.area-map-top strong {
  max-width: 260px;
  color: #07110d;
  font-size: 18px;
  line-height: 1.35;
  text-align: right;
}
.area-map {
  position: relative;
  min-height: 360px;
}
.area-map::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 4%;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(15,107,66,.28);
}
.area-map::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 18%;
  bottom: 16%;
  border-radius: 50%;
  border: 1px solid rgba(15,107,66,.12);
  transform: rotate(-12deg);
}
.area-route {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(25,226,124,.8), transparent);
  transform-origin: left center;
  opacity: .8;
}
.route-1 {
  left: 36%;
  top: 44%;
  width: 220px;
  transform: rotate(-18deg);
}
.route-2 {
  left: 34%;
  top: 49%;
  width: 180px;
  transform: rotate(28deg);
}
.area-pin {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #19e27c;
  border: 4px solid #0b1210;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(25,226,124,.18);
  z-index: 3;
}
.area-pin::after {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #405046;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(13,39,27,.08);
  border-radius: 999px;
  padding: 4px 8px;
}
.area-pin-main {
  left: 42%;
  top: 32%;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 16px rgba(25,226,124,.2), 0 18px 35px rgba(15,107,66,.2);
}
.pin-hcm { left: 54%; top: 58%; }
.pin-dn { left: 69%; top: 38%; }
.pin-la { left: 32%; top: 64%; }
.pin-tn { left: 42%; top: 76%; }
.area-map-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  background: #07110d;
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.area-map-bottom span {
  flex: 1 1 auto;
  min-width: max-content;
  color: #ecfff4;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 8px 11px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

/* ══════════════════════════════════════
   BLOG / NEWS
══════════════════════════════════════ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.post-card {
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  display: block;
  color: var(--text);
  transition: .25s;
}
.post-card:hover { border-color: rgba(25,226,124,.3); transform: translateY(-4px); }
.post-card-thumb {
  height: 180px;
  background: var(--panel);
  overflow: hidden;
}
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.post-card:hover .post-card-thumb img { transform: scale(1.05); }
.post-card-body  { padding: 22px; }
.post-card-body small { color: var(--green); font-weight: 900; font-size: 12px; text-transform: uppercase; }
.post-card-body h3 { font-size: 20px; line-height: 1.25; letter-spacing: -.035em; margin: 10px 0 8px; }
.post-card-body p  { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }

/* ── Simple post card (no thumb) ── */
.post-simple {
  border-radius: 28px;
  padding: 24px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  display: block;
  color: var(--text);
  transition: .25s;
}
.post-simple:hover { border-color: rgba(25,226,124,.3); transform: translateY(-3px); }
.post-simple small { color: var(--green); font-weight: 900; font-size: 12px; }
.post-simple h3    { font-size: 20px; line-height: 1.25; letter-spacing: -.035em; margin: 10px 0 8px; }
.post-simple p     { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }

/* ══════════════════════════════════════
   CTA BOX
══════════════════════════════════════ */
.cta-section { padding: 38px 0 84px; }
.cta-box {
  border-radius: 40px;
  padding: 44px;
  background: linear-gradient(135deg, #19e27c, #a6ff4d);
  color: #07100a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 30px 80px rgba(25,226,124,.25);
}
.cta-box h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.055em; line-height: 1.05; margin: 0; }
.cta-box p  { margin: 12px 0 0; color: #183123; font-weight: 600; line-height: 1.6; }

/* ══════════════════════════════════════
   FOOTER — Premium
══════════════════════════════════════ */
.site-footer {
  background: linear-gradient(180deg, #06090b 0%, #030506 100%);
}

/* Top accent line */
.ft-topline {
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(25,226,124,.35) 20%,
    #19e27c 50%, rgba(166,255,77,.35) 80%, transparent 100%);
}

/* Main grid */
.site-footer > .container { padding-top: 60px; padding-bottom: 50px; }
.ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
  gap: 20px 44px;
  align-items: start;
}

/* ── Brand col ── */
.ft-brand .brand { display: inline-flex; }
.ft-desc {
  margin: 18px 0 0;
  color: #667870;
  font-size: 13.5px;
  line-height: 1.85;
  max-width: 270px;
}
.ft-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  font-size: 12px;
  color: #556059;
}
.ft-meta strong { color: #19e27c; font-weight: 700; }
.ft-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
.ft-soc-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #66807a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.02em;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
  flex-shrink: 0;
}
.ft-soc-btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: #042010;
  transform: translateY(-2px);
}
.ft-soc-zalo { font-family: var(--font); }

/* ── Nav cols ── */
.ft-col-hd {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8fa89f;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ft-links { list-style: none; margin: 0; padding: 0; }
.ft-links li { margin: 0; }
.ft-links a {
  display: block;
  color: #556059;
  font-size: 13.5px;
  padding: 6px 0;
  transition: color .18s, padding-left .18s;
  position: relative;
}
.ft-links a:hover {
  color: #c8ddd5;
  padding-left: 10px;
}
.ft-links a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

/* ── Contact col ── */
.ft-contact { display: flex; flex-direction: column; gap: 0; }
.ft-ci {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.ft-ci:last-child { border-bottom: none; }
a.ft-ci:hover .ft-ci-val { color: var(--green); }
.ft-ci-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(25,226,124,.08);
  border: 1px solid rgba(25,226,124,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}
.ft-ci-icon--green { background: rgba(25,226,124,.15); }
.ft-ci-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ft-ci-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #445049;
}
.ft-ci-val {
  font-size: 13px;
  font-weight: 600;
  color: #b4c8bf;
  line-height: 1.45;
  transition: color .18s;
  word-break: break-word;
}

/* ── Bottom bar ── */
.ft-bottom {
  border-top: 1px solid rgba(255,255,255,.05);
  background: rgba(0,0,0,.25);
  padding: 13px 0;
}
.ft-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ft-copy { color: #3a4641; font-size: 12.5px; }
.ft-legal {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ft-legal a {
  color: #3a4641;
  font-size: 12.5px;
  padding: 3px 8px;
  border-radius: 6px;
  transition: color .18s, background .18s;
}
.ft-legal a:hover { color: #9ab8ae; background: rgba(255,255,255,.05); }
.ft-legal-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: #2a3530;
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   MOBILE CTA BAR
══════════════════════════════════════ */
.mobile-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 300;
  background: #07100a;
  border: 1px solid rgba(25,226,124,.34);
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 16px 50px rgba(0,0,0,.5);
  gap: 8px;
}
.mobile-cta a {
  flex: 1;
  text-align: center;
  padding: 13px;
  border-radius: 16px;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.mobile-cta a:first-child { background: var(--green); color: #06100a; }
.mobile-cta a:last-child  { background: #151d20; color: #fff; }

/* ══════════════════════════════════════
   BREADCRUMB
══════════════════════════════════════ */
.breadcrumb-wrap {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--muted); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--green); }

/* ══════════════════════════════════════
   SINGLE POST / PAGE
══════════════════════════════════════ */
.single-header { padding: 60px 0 40px; }
.single-header h1 { font-size: clamp(28px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; margin: 0; }
.single-meta { display: flex; gap: 16px; color: var(--muted); font-size: 13px; margin-top: 16px; flex-wrap: wrap; }
.single-meta a { color: var(--muted); }
.single-meta a:hover { color: var(--green); }

.entry-content {
  max-width: 780px;
  font-size: 16px;
  line-height: 1.8;
  color: #d0dbd5;
}
.entry-content h2 { font-size: 28px; letter-spacing: -.03em; color: #fff; margin: 40px 0 16px; }
.entry-content h3 { font-size: 22px; letter-spacing: -.02em; color: #e8f0eb; margin: 32px 0 12px; }
.entry-content p  { margin: 0 0 20px; }
.entry-content ul,
.entry-content ol { padding-left: 24px; margin: 0 0 20px; }
.entry-content li { margin-bottom: 8px; }
.entry-content a  { color: var(--green); }
.entry-content a:hover { text-decoration: underline; }
.entry-content strong { color: #fff; }
.entry-content blockquote {
  border-left: 4px solid var(--green);
  padding: 16px 20px;
  margin: 24px 0;
  background: rgba(25,226,124,.06);
  border-radius: 0 12px 12px 0;
}
.entry-content img { border-radius: 16px; margin: 20px 0; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.entry-content th   { background: rgba(25,226,124,.12); color: #dfffe9; padding: 12px 16px; text-align: left; }
.entry-content td   { padding: 12px 16px; border-bottom: 1px solid var(--line); }

/* ── Single layout ── */
.single-layout {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 28px;
  align-items: start;
}
.single-sidebar { position: sticky; top: 110px; }

/* Compact sidebar at 220px */
.single-sidebar .quote-box { padding: 16px; position: static; }
.single-sidebar .quote-box h3 { font-size: 18px; letter-spacing: -.02em; margin-bottom: 6px; }
.single-sidebar .quote-box > p { font-size: 12px; margin-bottom: 14px; line-height: 1.5; }
.single-sidebar .price-badge .price-val { font-size: 20px; letter-spacing: -.03em; line-height: 1.3; }
.single-sidebar .price-badge { padding: 14px; }
.single-sidebar .sidebar-box { padding: 16px; border-radius: 16px; }
.single-sidebar .sidebar-box h3 { font-size: 15px; margin-bottom: 12px; }
.single-sidebar .quote-form input,
.single-sidebar .quote-form select,
.single-sidebar .quote-form textarea { font-size: 13px; padding: 9px 12px; }
.single-sidebar .quote-form label { font-size: 12px; }
.single-sidebar .quote-form textarea { min-height: 72px; }
.sidebar-box {
  border-radius: 24px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  margin-bottom: 20px;
}
.sidebar-box h3 { font-size: 18px; margin: 0 0 16px; }

/* ── Price badge on single ── */
.price-badge {
  background: rgba(25,226,124,.1);
  border: 1px solid rgba(25,226,124,.3);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
.price-badge .price-label { font-size: 13px; color: var(--muted); font-weight: 700; }
.price-badge .price-val   { font-size: 32px; color: var(--green); font-weight: 900; letter-spacing: -.04em; margin: 4px 0; }
.price-badge .price-note  { font-size: 12px; color: var(--muted); }

/* ── FAQ ── */
.faq-list { margin-top: 40px; }
.faq-list h2 { font-size: 28px; letter-spacing: -.04em; margin: 0 0 20px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; margin-bottom: 10px; overflow: hidden; }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  transition: .2s;
  gap: 12px;
}
.faq-question:hover { background: rgba(255,255,255,.04); }
.faq-question.open  { background: rgba(25,226,124,.06); color: var(--green); }
.faq-icon { font-size: 18px; flex-shrink: 0; transition: .3s; }
.faq-question.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 20px 18px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.faq-answer.open { display: block; }
.faq-answer p:last-child { margin: 0; }

/* ── Gallery ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.gallery-grid img { border-radius: 12px; aspect-ratio: 4/3; object-fit: cover; width: 100%; }

.service-seo-images {
  margin: 40px 0;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(25,226,124,.08), rgba(255,255,255,.025)),
    rgba(9,16,17,.62);
  box-shadow: 0 22px 68px rgba(0,0,0,.22);
}
.service-seo-images h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
}
.service-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-seo-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
}
.service-seo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .35s ease;
}
.service-seo-grid figure:hover img {
  transform: scale(1.035);
}

/* ── Related posts ── */
.related-section { padding: 60px 0; border-top: 1px solid var(--line); margin-top: 60px; }
.related-section h2 { font-size: 28px; letter-spacing: -.04em; margin: 0 0 24px; }

/* ══════════════════════════════════════
   ARCHIVE PAGES
══════════════════════════════════════ */
.archive-header {
  padding: 60px 0 40px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.archive-header h1 { font-size: clamp(28px, 4vw, 48px); letter-spacing: -.04em; margin: 0 0 12px; }
.archive-header p  { color: var(--muted); font-size: 16px; max-width: 600px; margin: 0; line-height: 1.7; }

.archive-phu-lieu .archive-header {
  padding-top: 32px;
}
.archive-du-an-page .archive-header {
  padding-top: 32px;
}

.archive-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 36px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(25,226,124,.08), rgba(255,255,255,.025)),
    rgba(8,17,16,.56);
  box-shadow: 0 22px 70px rgba(0,0,0,.24);
}
.archive-filter .btn {
  min-height: 46px;
  padding: 0 22px;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: #eef8f2;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.archive-filter .btn:first-child,
.archive-filter .btn:hover {
  border-color: rgba(25,226,124,.56);
  background: linear-gradient(135deg, rgba(25,226,124,.2), rgba(166,255,77,.12));
  color: #dfffe9;
  transform: translateY(-1px);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── Pagination ── */
.pagination {
  display: flex;
  gap: 8px;
  margin-top: 48px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  transition: .2s;
}
.pagination span.dots {
  width: auto;
  min-width: 18px;
  background: transparent;
  border-color: transparent;
  color: var(--muted);
}
.pagination a.page-numbers:hover,
.pagination span.page-numbers.current { background: var(--green); color: #06100a; border-color: var(--green); }
.pagination .prev,
.pagination .next { width: auto; padding: 0 16px; }

/* ── 404 ── */
.page-404 { padding: 120px 0; text-align: center; }
.page-404 .code { font-size: 120px; font-weight: 900; color: var(--green); letter-spacing: -.07em; line-height: 1; }
.page-404 h1 { font-size: 32px; margin: 16px 0 20px; }
.page-404 p  { color: var(--muted); font-size: 16px; margin: 0 auto 32px; max-width: 480px; }

/* ── Search ── */
.search-form-wrap { padding: 40px 0 30px; }
.search-input-wrap { display: flex; gap: 0; max-width: 600px; }
.search-input-wrap input {
  flex: 1;
  padding: 15px 18px;
  border-radius: 16px 0 0 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-right: none;
  background: var(--panel);
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  outline: none;
}
.search-input-wrap button {
  padding: 15px 22px;
  background: var(--green);
  color: #06100a;
  border: none;
  border-radius: 0 16px 16px 0;
  font-weight: 900;
  cursor: pointer;
  font-family: var(--font);
}

/* ══════════════════════════════════════
   ADMIN BAR
══════════════════════════════════════ */
@media screen and (max-width: 782px) {
  .admin-bar .navbar { top: 0; }
}

/* ══════════════════════════════════════
   RESPONSIVE – TABLET (≤980px)
══════════════════════════════════════ */
@media (max-width: 980px) {
  .home-trust-copy,
  .home-trust-proof,
  .home-trust-process,
  .home-trust-contact {
    grid-template-columns: 1fr 1fr;
  }
  .home-trust-copy {
    align-items: start;
    gap: 24px;
  }

  .nav-menu  { display: none; }
  .hamburger { display: flex; }

  .hero {
    padding: 20px 0 58px;
    min-height: calc(100svh - 76px);
    align-items: flex-start;
  }
  .hero::before {
    background-position: 64% center;
  }
  .hero-copy {
    padding-top: clamp(16px, 3vh, 28px);
  }
  h1.hero-title {
    max-width: 760px;
    font-size: 54px;
    line-height: 1.02;
  }
  .hero-grid,
  .area-grid,
  .single-layout { grid-template-columns: 1fr; }
  .area-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "list"
      "map"
      "action";
  }
  .area-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .area-copy p {
    max-width: 680px;
  }
  .area-map-card {
    min-height: 460px;
  }
  .hero-grid { display: block; }
  .price-wrap { flex-direction: column; }
  .price-wrap > :not(.quote-box),
  .quote-box { width: 100%; flex-basis: auto; margin-top: 0; }
  .visual-card   { min-height: 430px; }

  .trust-row,
  .case-grid,
  .blog-grid    { grid-template-columns: 1fr 1fr; }

  .services-grid    { grid-template-columns: 1fr 1fr; }
  .service-card.big { grid-row: auto; min-height: 310px; }

  .process-grid { grid-template-columns: 1fr 1fr; }
  .quote-box    { position: static; }

  .ft-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .ft-brand { grid-column: 1 / -1; }
  .ft-desc  { max-width: 100%; }
  .site-footer > .container { padding-top: 44px; padding-bottom: 36px; }

  .cta-box     { display: block; }
  .cta-box .btn { margin-top: 22px; }

  .mobile-cta { display: flex; }
  body { padding-bottom: 76px; }

  .archive-grid { grid-template-columns: repeat(2, 1fr); }

  .single-sidebar { position: static; }
}

/* ══════════════════════════════════════
   RESPONSIVE – MOBILE (≤640px)
══════════════════════════════════════ */
@media (max-width: 640px) {
  .home-trust-section {
    padding: 28px 0 14px;
  }
  .home-trust-shell {
    padding: 18px;
    border-radius: 22px;
  }
  .home-trust-copy,
  .home-trust-proof,
  .home-trust-process,
  .home-trust-contact {
    grid-template-columns: 1fr;
  }
  .home-trust-copy h2 {
    font-size: clamp(34px, 11vw, 48px);
  }
  .home-trust-contact div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 12px 14px;
  }

  .topbar { display: none; }
  .nav-inner { padding: 12px 0; }
  .brand-text strong { font-size: 15px; }
  .logo  { width: 42px; height: 42px; }
  .navbar .btn { display: none; }

  .container {
    width: min(100% - 32px, 1180px);
  }
  .hero {
    display: block;
    padding: 18px 0 32px;
    min-height: auto;
  }
  .hero::before {
    background-image:
      linear-gradient(90deg, rgba(4,10,9,.98) 0%, rgba(4,10,9,.88) 58%, rgba(4,10,9,.64) 100%),
      linear-gradient(180deg, rgba(4,10,9,.24) 0%, rgba(4,10,9,.36) 42%, rgba(4,10,9,.94) 100%),
      var(--hero-bg);
    background-position: 66% top;
  }
  .hero::after {
    background:
      radial-gradient(circle at 12% 24%, rgba(25,226,124,.22), transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,.035), transparent 28%);
  }
  .hero-copy {
    max-width: 100%;
    padding-top: 10px;
  }
  .eyebrow {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 7px 10px;
    font-size: 10px;
    line-height: 1.35;
  }
  .pulse {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 6px rgba(25,226,124,.11);
  }
  h1.hero-title {
    max-width: 11ch;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.04;
    letter-spacing: 0;
  }
  .lead {
    max-width: 31ch;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }
  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    justify-content: center;
    padding-inline: 16px;
    font-size: 14px;
    border-radius: 16px;
  }
  .trust-row {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 100%;
  }
  .trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 14px;
  }
  .trust strong { font-size: 22px; flex-shrink: 0; }
  .trust span {
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
  }
  .services-grid,
  .process-grid,
  .area-list,
  .archive-grid,
  .blog-grid,
  .case-grid,
  .gallery-grid { grid-template-columns: 1fr; }

  .section-head   { display: block; }
  .section-head p { margin-top: 12px; }

  .price-section .section-head h2 {
    white-space: normal;
    gap: 10px;
  }
  .price-section .section-head h2::before,
  .price-section .section-head h2::after {
    width: 34px;
  }

  .price-row { grid-template-columns: 1fr; gap: 4px; }
  .price-table { max-height: 560px; }
  .price-row > :nth-child(n+2) { font-size: 13px; }
  .archive-filter {
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
    margin-bottom: 28px;
  }
  .archive-filter .btn {
    flex: 1 1 calc(50% - 8px);
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }
  .service-seo-images {
    padding: 16px;
    border-radius: 18px;
  }
  .service-seo-grid {
    grid-template-columns: 1fr;
  }

  .visual-card  { min-height: 360px; border-radius: 28px; }
  .price-chip   { left: 14px; right: 14px; bottom: 14px; }
  .floating-badge { right: 14px; top: 14px; }

  .area-section { border-radius: 30px; padding: 40px 0; }
  .map-card     { min-height: 340px; }
  .area-section {
    width: min(100% - 24px, 1220px);
    border-radius: 24px;
    padding: 28px 0;
  }
  .area-copy h2 {
    font-size: 34px;
    line-height: 1.04;
  }
  .area-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
  }
  .area-stats {
    grid-template-columns: 1fr;
  }
  .area-list {
    grid-template-columns: 1fr;
  }
  .area-map-card {
    min-height: 390px;
    padding: 18px;
    border-radius: 22px;
  }
  .area-map-top {
    display: block;
  }
  .area-map-top strong {
    display: block;
    max-width: none;
    margin-top: 6px;
    text-align: left;
    font-size: 16px;
  }
  .area-map {
    min-height: 250px;
  }
  .area-pin::after {
    display: none;
  }
  .route-1 {
    width: 140px;
  }
  .route-2 {
    width: 120px;
  }
  .area-map-bottom {
    gap: 6px;
    padding: 10px;
    border-radius: 16px;
  }
  .area-map-bottom span {
    padding: 7px 9px;
    font-size: 11px;
  }

  .ft-grid  { grid-template-columns: 1fr; gap: 20px; }
  .site-footer > .container { padding-top: 36px; padding-bottom: 28px; }
  .ft-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }

  .cta-box      { padding: 28px; border-radius: 28px; }
  .cta-box h2   { font-size: 28px; }

  section        { padding: 54px 0; }
  .cta-section   { padding: 24px 0 60px; }

  .single-layout { grid-template-columns: 1fr; }
  .entry-content { font-size: 15px; }
}

@media (max-width: 420px) {
  .brand {
    gap: 9px;
  }
  .brand-logo {
    width: 220px;
  }
  .brand-mark {
    width: 54px;
  }
  .brand-name-top {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .brand-name-main {
    font-size: 21px;
    line-height: 1.05;
  }
  .brand-text small {
    display: none;
  }
  .nav-inner {
    padding: 10px 0;
  }
  .hero {
    padding-top: 14px;
  }
  .eyebrow {
    font-size: 9.5px;
  }
  h1.hero-title {
    font-size: 31px;
    line-height: 1.06;
  }
  .lead {
    max-width: 29ch;
    font-size: 13.5px;
  }
  .hero-actions .btn {
    min-height: 48px;
    font-size: 13.5px;
  }
}

/* ── Utility ── */
.text-green  { color: var(--green); }
.text-orange { color: var(--orange); }
.text-muted  { color: var(--muted); }
.fw-900      { font-weight: 900; }
.mb-0        { margin-bottom: 0; }
.mt-0        { margin-top: 0; }
.loading-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(6,16,10,.3);
  border-top-color: #06100a;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Lazy load fade ── */
img[loading="lazy"] { opacity: 0; transition: opacity .3s; }
img[loading="lazy"].loaded { opacity: 1; }

@media (max-width: 1100px) {
  .scrap-hub-hero-grid,
  .scrap-hub-split,
  .scrap-hub-pricing-grid,
  .scrap-hub-conversion-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .scrap-hub-quote-card {
    max-width: 620px;
  }
  .scrap-hub-materials,
  .scrap-hub-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .scrap-hub-hero {
    padding: 46px 0 36px;
    background-position: center;
  }
  .scrap-hub-hero h1 {
    font-size: 42px;
    line-height: 1.02;
  }
  .scrap-hub-lead,
  .scrap-hub-richtext {
    font-size: 15px;
    line-height: 1.72;
  }
  .scrap-hub-actions .btn {
    width: 100%;
  }
  .scrap-hub-proof {
    display: grid;
  }
  .scrap-hub-section {
    padding: 50px 0;
  }
  .scrap-hub-section h2,
  .scrap-hub-richtext h2 {
    font-size: 32px;
    line-height: 1.08;
  }
  .scrap-hub-materials,
  .scrap-hub-process,
  .scrap-hub-faq-list,
  .scrap-hub-stats {
    grid-template-columns: 1fr;
  }
  .scrap-hub-material,
  .scrap-hub-process article {
    min-height: auto;
  }
  .scrap-hub-image-panel,
  .scrap-hub-image-panel img {
    min-height: 310px;
  }
  .scrap-hub-card-head,
  .scrap-hub-contact-lines a,
  .scrap-hub-final-box {
    display: block;
  }
  .scrap-hub-contact-lines strong {
    display: block;
    margin-top: 5px;
  }
  .scrap-hub-final-box {
    padding: 24px;
  }
}

.scrap-hub-final-box .scrap-hub-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  width: min(520px, 100%);
}
.scrap-hub-final-box .scrap-hub-actions .btn {
  width: auto;
}
