:root {
  --green-dark: #1a7a2e;
  --green-main: #22a836;
  --green-bright: #2ecc47;
  --green-light: #d4f5da;
  --green-xlight: #eafbec;
  --red: #e02020;
  --red-dark: #b81818;
  --white: #ffffff;
  --black: #111111;
  --gray: #555555;
  --gray-light: #f4f4f4;
  --shadow: 0 8px 40px rgba(34,168,54,0.13);
  --shadow-dark: 0 4px 24px rgba(0,0,0,0.18);
  --radius: 14px;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Be Vietnam Pro', sans-serif; color: var(--black); background: var(--white); overflow-x: hidden; }

/* ===== TOPBAR ===== */
.topbar {
  background: var(--green-dark);
  color: var(--white);
  text-align: center;
  font-size: 13px;
  padding: 7px 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* ===== NAVBAR ===== */
.navbar {
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,0.09);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: var(--transition);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-icon {
  width: 52px;
  height: 52px;
  background: var(--green-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: white;
  letter-spacing: -1px;
  flex-shrink: 0;
}
.logo-text { line-height: 1.1; }
.logo-text span { display: block; }
.logo-text .lt1 { font-size: 9px; color: var(--gray); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.logo-text .lt2 { font-size: 17px; font-weight: 800; color: var(--green-dark); }
.logo-text .lt3 { font-size: 11px; font-weight: 600; color: var(--red); letter-spacing: 1px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a:hover { color: var(--green-main); background: var(--green-xlight); }
.nav-links a.active {
  background: var(--green-main);
  color: white;
  border-radius: 50px;
}
.nav-links a.active:hover { background: var(--green-dark); color: white; }
.nav-dropdown { position: relative; }
.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 12px;
  box-shadow: var(--shadow-dark);
  min-width: 220px;
  padding: 8px 0;
  z-index: 100;
  border: 1px solid var(--green-light);
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block !important;
  padding: 10px 18px !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  color: var(--black) !important;
  border-bottom: 1px solid #f0f0f0;
}
.dropdown-menu a:last-child { border-bottom: none; }
.dropdown-menu a:hover { background: var(--green-xlight) !important; color: var(--green-dark) !important; }

.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: white;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}
.nav-phone:hover { background: var(--red-dark); transform: scale(1.03); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  border: none;
  background: none;
}
.hamburger span { display: block; width: 26px; height: 3px; background: var(--green-dark); border-radius: 3px; transition: var(--transition); }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #1a7a2e 0%, #22a836 50%, #2ecc47 100%);
  min-height: 92vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.07) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(0,0,0,0.08) 0%, transparent 50%);
}
.hero-trees {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 180px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 180" fill="%23ffffff22"><path d="M0,120 L60,60 L120,120 L90,120 L150,40 L210,120 L180,120 L240,50 L300,120 L270,120 L330,30 L390,120 L360,120 L420,55 L480,120 L450,120 L510,35 L570,120 L540,120 L600,45 L660,120 L630,120 L690,25 L750,120 L720,120 L780,50 L840,120 L810,120 L870,40 L930,120 L900,120 L960,55 L1020,120 L990,120 L1050,30 L1110,120 L1080,120 L1140,45 L1200,120 L1170,120 L1230,35 L1290,120 L1260,120 L1320,50 L1380,120 L1440,80 L1440,180 L0,180Z"/></svg>') bottom/cover no-repeat;
}
.hero-snow {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 80"><path d="M0,40 Q180,10 360,40 Q540,70 720,40 Q900,10 1080,40 Q1260,70 1440,40 L1440,80 L0,80Z" fill="white" opacity="0.9"/></svg>') bottom/cover no-repeat;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-left .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-left h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: 12px;
}
.hero-left h1 em { font-style: normal; color: #ffe066; }
.hero-left .tagline {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 1.6;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: white;
  color: var(--green-dark);
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.2); background: #ffe066; }
.btn-outline {
  border: 2px solid rgba(255,255,255,0.7);
  color: white;
  padding: 13px 26px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline:hover { background: rgba(255,255,255,0.15); border-color: white; }

.hero-stats {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.stat { color: white; }
.stat .num { font-size: 28px; font-weight: 800; display: block; }
.stat .lbl { font-size: 12px; color: rgba(255,255,255,0.75); font-weight: 500; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.25); }

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-car-wrap {
  position: relative;
  animation: floatCar 3s ease-in-out infinite;
}
@keyframes floatCar { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
.hero-car-wrap img {
  width: 100%;
  max-width: 520px;
  display: block;
  border-radius: 16px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}
.hero-badge {
  position: absolute;
  top: -20px;
  right: -10px;
  background: var(--red);
  color: white;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: var(--shadow-dark);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.04)} }

/* ===== SERVICES STRIP ===== */
.services-strip {
  background: var(--green-dark);
  padding: 0;
  overflow: hidden;
}
.services-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.svc-item {
  padding: 22px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.svc-item:last-child { border-right: none; }
.svc-item:hover { background: rgba(255,255,255,0.1); }
.svc-num {
  width: 34px;
  height: 34px;
  background: white;
  color: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}
.svc-info .svc-title { font-size: 12px; font-weight: 700; color: white; line-height: 1.2; }
.svc-info .svc-sub { font-size: 10px; color: rgba(255,255,255,0.65); margin-top: 2px; }

/* ===== SECTION BASE ===== */
.section { padding: 80px 24px; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 52px; }
.section-tag {
  display: inline-block;
  background: var(--green-xlight);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--black);
  margin-bottom: 14px;
  line-height: 1.15;
}
.section-title em { font-style: normal; color: var(--green-main); }
.section-sub { color: var(--gray); font-size: 16px; max-width: 580px; margin: 0 auto; line-height: 1.6; }

/* ===== ABOUT SECTION ===== */
.about { background: var(--white); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-video-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--green-light);
  cursor: pointer;
}
.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a7a2e, #22a836);
  font-size: 70px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  box-shadow: 0 8px 32px rgba(224,32,32,0.4);
  transition: var(--transition);
}
.play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }
.about-content .about-tag { color: var(--green-main); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
.about-content h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin-bottom: 16px; line-height: 1.15; }
.about-content h2 em { font-style: normal; color: var(--green-main); }
.about-content p { color: var(--gray); line-height: 1.7; margin-bottom: 24px; font-size: 15px; }
.about-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}
.about-list li .icon {
  width: 22px;
  height: 22px;
  background: var(--green-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}
.about-list li strong { color: var(--black); }

/* ===== SERVICES GRID ===== */
.services-section { background: var(--gray-light); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.svc-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(34,168,54,0.18); }
.svc-card-img {
  height: 200px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-bright));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  position: relative;
  overflow: hidden;
}
.svc-card-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}
.svc-card-label {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  z-index: 2;
}
.svc-card-body { padding: 22px; }
.svc-card-body h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; color: var(--black); }
.svc-card-body p { font-size: 13px; color: var(--gray); line-height: 1.5; }
.svc-card-footer {
  padding: 0 22px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.svc-location { font-size: 12px; color: var(--green-dark); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.svc-arrow { width: 32px; height: 32px; background: var(--green-xlight); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green-main); font-size: 14px; transition: var(--transition); }
.svc-card:hover .svc-arrow { background: var(--green-main); color: white; }

/* ===== STATS ===== */
.stats-section {
  background: linear-gradient(135deg, #1a7a2e, #22a836);
  padding: 60px 24px;
}
.stats-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat-box { color: white; }
.stat-box .big { font-size: clamp(36px, 5vw, 54px); font-weight: 900; display: block; line-height: 1; }
.stat-box .big em { font-style: normal; color: #ffe066; }
.stat-box .desc { font-size: 14px; color: rgba(255,255,255,0.8); margin-top: 8px; font-weight: 500; }

/* ===== CAPABILITY ===== */
.capability { background: var(--white); }
.capability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.capability-bars { display: flex; flex-direction: column; gap: 20px; }
.bar-item .bar-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-weight: 700; font-size: 14px; }
.bar-track { height: 12px; background: #eee; border-radius: 50px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 50px; transition: width 1.5s cubic-bezier(0.4,0,0.2,1); }
.bar-fill.orange { background: linear-gradient(90deg, #f97316, #fb923c); }
.bar-fill.blue { background: linear-gradient(90deg, #3b82f6, #60a5fa); }
.bar-fill.red { background: linear-gradient(90deg, #ef4444, #f87171); }
.bar-fill.teal { background: linear-gradient(90deg, #14b8a6, #2dd4bf); }
.cta-hotline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--red);
  color: white;
  padding: 16px 28px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 28px;
  transition: var(--transition);
  box-shadow: 0 4px 24px rgba(224,32,32,0.35);
}
.cta-hotline:hover { background: var(--red-dark); transform: translateY(-2px); }

.team-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.team-card { background: var(--gray-light); border-radius: 14px; overflow: hidden; }
.team-card-img { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 50px; background: linear-gradient(135deg, var(--green-light), var(--white)); position: relative; overflow: hidden; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; }
.team-card-body { padding: 16px; }
.team-card-body h4 { font-size: 13px; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
.team-card-body p { font-size: 12px; color: var(--gray); line-height: 1.5; }

/* ===== BLOG ===== */
.blog-section { background: var(--gray-light); }
.blog-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; align-items: start; }
.blog-featured {
  background: linear-gradient(160deg, var(--green-dark), var(--green-main));
  border-radius: 20px;
  padding: 32px;
  color: white;
  position: relative;
  overflow: hidden;
}
.blog-featured::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}
.blog-featured .bf-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(255,255,255,0.2); padding: 4px 12px; border-radius: 50px; display: inline-block; margin-bottom: 16px; }
.blog-featured h3 { font-size: 20px; font-weight: 800; line-height: 1.3; margin-bottom: 12px; }
.blog-featured p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.6; }
.blog-list { display: flex; flex-direction: column; gap: 16px; }
.blog-card {
  background: white;
  border-radius: 14px;
  display: flex;
  gap: 16px;
  padding: 16px;
  align-items: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
}
.blog-card:hover { transform: translateX(6px); }
.blog-card-img { width: 90px; height: 70px; border-radius: 10px; background: var(--green-light); flex-shrink: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-content h4 { font-size: 14px; font-weight: 700; margin-bottom: 6px; color: var(--black); line-height: 1.35; }
.blog-card-content p { font-size: 12px; color: var(--gray); line-height: 1.4; }

/* ===== CONTACT / FOOTER ===== */
.footer {
  background: #111;
  color: rgba(255,255,255,0.75);
}
.footer-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 40px;
}
.footer-col h4 {
  color: var(--green-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green-dark);
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 13px;
  transition: var(--transition);
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-col ul a:hover { color: var(--green-bright); padding-left: 6px; }
.footer-info { display: flex; flex-direction: column; gap: 9px; }
.footer-info li { font-size: 12.5px; color: rgba(255,255,255,0.6); display: flex; gap: 8px; align-items: flex-start; }
.footer-info li .ico { color: var(--green-bright); margin-top: 2px; flex-shrink: 0; }
.footer-map { border-radius: 12px; overflow: hidden; height: 160px; background: #222; margin-top: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 13px; border: 1px solid #333; }
.footer-socials { display: flex; gap: 10px; margin-top: 4px; }
.social-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: var(--transition);
  font-weight: 700;
}
.social-btn.fb { background: #1877f2; color: white; }
.social-btn.yt { background: #ff0000; color: white; }
.social-btn.zl { background: #0068ff; color: white; }
.social-btn:hover { transform: scale(1.12); }

.footer-bottom {
  border-top: 1px solid #222;
  padding: 18px 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}
.footer-bottom span { color: var(--green-bright); }

/* ===== FLOAT PHONE ===== */
.float-phone {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--red);
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(224,32,32,0.45);
  animation: floatPhone 2s infinite;
}
@keyframes floatPhone { 0%,100%{transform:scale(1)} 50%{transform:scale(1.04)} }
.float-phone .phone-icon {
  width: 32px; height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 15px;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2000;
}
.mobile-menu.open { display: block; }
.mobile-panel {
  position: absolute;
  top: 0; right: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: white;
  padding: 24px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.mobile-menu.open .mobile-panel { transform: translateX(0); }
.mobile-close { display: flex; justify-content: flex-end; margin-bottom: 24px; }
.mobile-close button { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--gray); }
.mobile-nav-links { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.mobile-nav-links a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  transition: var(--transition);
}
.mobile-nav-links a:hover { background: var(--green-xlight); color: var(--green-dark); }
.mobile-nav-links .submenu { background: var(--gray-light); border-radius: 10px; padding: 8px; margin-top: 4px; display: none; }
.mobile-nav-links .submenu a { font-size: 13px; font-weight: 500; }
.mobile-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--red);
  color: white;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 24px;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--green-main);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  box-shadow: var(--shadow-dark);
  transition: var(--transition);
  border: none;
  opacity: 0;
  pointer-events: none;
}
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); background: var(--green-dark); }

/* ===== PRICE TABLE ===== */
.price-section { background: var(--white); }
.price-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 36px; flex-wrap: wrap; }
.price-tab {
  padding: 9px 22px;
  border-radius: 50px;
  border: 2px solid var(--green-main);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  color: var(--green-dark);
  background: none;
}
.price-tab.active { background: var(--green-main); color: white; border-color: var(--green-main); }
.price-tab:hover:not(.active) { background: var(--green-xlight); }
.price-table { width: 100%; border-collapse: collapse; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.price-table thead { background: var(--green-main); color: white; }
.price-table thead th { padding: 16px 20px; text-align: left; font-size: 14px; font-weight: 700; }
.price-table tbody tr { border-bottom: 1px solid #f0f0f0; transition: var(--transition); }
.price-table tbody tr:hover { background: var(--green-xlight); }
.price-table tbody td { padding: 14px 20px; font-size: 14px; color: var(--gray); }
.price-table tbody td:first-child { font-weight: 600; color: var(--black); }
.price-table tbody td:last-child { color: var(--green-dark); font-weight: 700; }
.price-note { text-align: center; margin-top: 20px; font-size: 13px; color: var(--gray); }
.price-table-wrap { display: block; }
.price-table-wrap.hidden { display: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-strip-inner { grid-template-columns: repeat(4, 1fr); }
  .svc-item:nth-child(n+5) { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding: 50px 16px 100px; }
  .hero-right { display: none; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }
  .about-grid, .capability-grid { grid-template-columns: 1fr; gap: 36px; }
  .blog-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .services-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .svc-item { display: flex !important; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 52px 16px; }
  .team-preview { grid-template-columns: 1fr; }
  .float-phone { padding: 10px 16px; font-size: 14px; }
}

.blog-card-meta {
  font-size: 11px;
  color: var(--gray);
  margin-bottom: 6px;
}

.blog-card-cta {
  border-style: dashed;
}

.video-thumb-icon {
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contact-highlight {
  display: inline-flex;
  margin-top: 28px;
  background: var(--green-main);
  color: white;
}

.svc-card-green { background: linear-gradient(135deg, #0d6e22, #22a836); }
.svc-card-blue { background: linear-gradient(135deg, #1a5276, #2980b9); }
.svc-card-purple { background: linear-gradient(135deg, #6c3483, #8e44ad); }
.svc-card-red { background: linear-gradient(135deg, #c0392b, #e74c3c); }
.svc-card-orange { background: linear-gradient(135deg, #e67e22, #f39c12); }
.svc-card-teal { background: linear-gradient(135deg, #1abc9c, #16a085); }

.section-title-left {
  text-align: left;
  margin-bottom: 32px;
}

.section-title-left-compact {
  text-align: left;
  margin-bottom: 24px;
  font-size: clamp(22px, 2.5vw, 30px);
}

.capability-desc {
  color: var(--gray);
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.7;
}

.w-100 { width: 100%; }
.w-95 { width: 95%; }
.w-90 { width: 90%; }

.blog-featured-link {
  display: inline-block;
  margin-top: 20px;
  background: rgba(255,255,255,0.2);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
}

.footer-socials-spaced,
.footer-action-list {
  margin-top: 16px;
}

.footer-call-btn,
.footer-mail-btn {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
}

.footer-call-btn {
  background: var(--green-main);
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-mail-btn {
  background: #222;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  border: 1px solid #333;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal-box {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  width: min(800px,90vw);
  position: relative;
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}

.video-modal-placeholder {
  aspect-ratio: 16/9;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
}


/* =========================================================
   FIX V2 - NAV LOGO / NEWS IMAGE / FLOAT QR
   ========================================================= */

/* Fix logo/nav image bị phóng quá lớn ở trang news */
.navbar {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-inner {
  max-width: 1280px;
  height: 70px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav-logo {
  width: 210px;
  max-width: 210px;
  height: 62px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.nav-logo .logo-img,
.logo-img {
  display: block !important;
  width: auto !important;
  max-width: 210px !important;
  height: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

.nav-phone-img {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.nav-phone-img img {
  width: auto !important;
  height: 48px !important;
  max-height: 48px !important;
  object-fit: contain !important;
  display: block !important;
}

.nav-links {
  flex: 1;
  justify-content: center;
}

/* Ảnh dịch vụ luôn đúng tỷ lệ 16:9 */
.svc-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  min-height: 0 !important;
  background: #eafbec;
  overflow: hidden;
  position: relative;
}

.svc-card-img::after {
  display: none !important;
}

.svc-card-img img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center;
  transition: transform .35s ease;
}

.svc-card:hover .svc-card-img img {
  transform: scale(1.04);
}

.svc-card-body p {
  display: none !important;
}

.svc-card-body {
  padding: 22px 22px 12px;
}

.svc-card-body h3 {
  margin-bottom: 0;
}

/* NEWS LIST */
.news-hero,
.news-page-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 68px 24px 34px;
  text-align: center;
  overflow: hidden;
}

.news-hero h1,
.news-page-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin: 12px 0 14px;
  font-weight: 900;
}

.news-hero p,
.news-page-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--gray);
  line-height: 1.7;
}

.news-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.news-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(34,168,54,.18);
}

.news-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eafbec;
  overflow: hidden;
}

.news-card-media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center;
}

.news-card-body {
  padding: 22px;
}

.news-card-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--gray);
  font-size: 13px;
  margin-bottom: 12px;
}

.news-card h2 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.news-card h2 a {
  color: var(--black);
  text-decoration: none;
}

.news-card h2 a:hover {
  color: var(--green-main);
}

.news-card-body p {
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 20px;
}

.read-more,
.back-link,
.post-actions a,
.pagination a,
.pagination .current,
.empty-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-main);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 800;
  transition: var(--transition);
}

.read-more:hover,
.back-link:hover,
.post-actions a:hover,
.pagination a:hover,
.empty-state a:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.pagination {
  max-width: 1280px;
  margin: -30px auto 80px;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination .current {
  background: var(--red);
}

.empty-state {
  max-width: 900px;
  margin: 70px auto;
  padding: 40px 24px;
  text-align: center;
}

.empty-state h2 {
  margin-bottom: 12px;
}

.empty-state p {
  margin-bottom: 16px;
  color: var(--gray);
}

/* NEWS DETAIL */
.post-detail {
  max-width: 1180px;
  margin: 48px auto 90px;
  padding: 0 24px;
}

.post-hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eafbec;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.post-hero-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center;
}

.post-detail-inner {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 34px 34px 10px;
}

.post-detail h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  margin: 22px 0 10px;
  font-weight: 900;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--gray);
  font-size: 13px;
  margin-bottom: 18px;
}

.post-excerpt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.post-content {
  font-size: 17px;
  line-height: 1.9;
  color: #222;
}

.post-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #edf4ef;
}

/* QR nổi: không cho ảnh bị phóng full màn */
.float-qr {
  position: fixed !important;
  left: 24px !important;
  bottom: 24px !important;
  z-index: 999 !important;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
  line-height: 0;
}

.float-qr img {
  width: 120px !important;
  height: auto !important;
  max-width: 150px !important;
  display: block !important;
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nav-links,
  .nav-phone-img {
    display: none !important;
  }

  .nav-logo,
  .nav-logo .logo-img,
  .logo-img {
    max-width: 180px !important;
    height: 50px !important;
    max-height: 50px !important;
  }

  .news-hero,
  .news-page-hero {
    padding: 48px 16px 24px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    padding: 18px 16px 58px;
  }

  .post-detail {
    margin: 28px auto 60px;
    padding: 0 16px;
  }

  .post-detail-inner {
    padding: 24px 4px 0;
  }

  .post-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .float-qr {
    left: 12px !important;
    bottom: 12px !important;
  }

  .float-qr img {
    width: 88px !important;
    max-width: 88px !important;
  }
}

/* =========================================================
   ADD-ON ONLY: BẢNG GIÁ TUYẾN + BẢNG GIÁ CƯỚC TRANG CHỦ
   Không xóa CSS cũ, chỉ thêm style mới ở cuối file
   ========================================================= */
.xdb-price-panel,
.xdb-fare-panel {
  max-width: 920px;
  margin: 0 auto 24px;
}

.xdb-price-panel {
  background: #67bf66;
  border: 2px solid #125d2b;
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(34,168,54,0.18);
}

.xdb-route-title {
  background: #ffffff;
  color: #ff2b2b;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 10px 14px;
}

.xdb-route-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.xdb-route-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.xdb-route-table th {
  background: #0d9b49;
  color: #ffffff;
  border: 2px solid #176b31;
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.xdb-route-table td {
  background: rgba(180, 222, 164, 0.82);
  color: #111111;
  border: 2px solid rgba(23,107,49,0.72);
  padding: 6px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 900;
}

.xdb-route-table tbody tr:nth-child(even) td {
  background: rgba(98, 193, 98, 0.74);
}

.xdb-price-panel:not(.show-all) .xdb-price-extra-row {
  display: none;
}

.xdb-price-actions {
  background: #ffffff;
  padding: 14px;
  text-align: center;
}

.xdb-price-more {
  border: 0;
  background: var(--green-main);
  color: #ffffff;
  padding: 11px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: var(--transition);
}

.xdb-price-more:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.xdb-fare-panel {
  background: #79c776;
  border: 2px solid #125d2b;
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(34,168,54,0.14);
}

.xdb-fare-heading {
  background: #79c776;
  color: #ffffff;
  text-align: center;
  padding: 12px 14px 8px;
}

.xdb-fare-heading h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
}

.xdb-fare-heading p {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.xdb-fare-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border-top: 2px solid #111;
}

.xdb-fare-card {
  min-height: 126px;
  padding: 14px 10px 12px;
  text-align: center;
  border-right: 2px solid #111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xdb-fare-card:last-child {
  border-right: 0;
}

.xdb-fare-label {
  color: #111;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 900;
}

.xdb-fare-label span {
  display: inline-block;
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: .4px;
}

.xdb-fare-card strong {
  color: #f12028;
  font-size: 39px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
}

.xdb-fare-card small {
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 768px) {
  .xdb-route-title {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: .8px;
  }

  .xdb-route-table th,
  .xdb-route-table td {
    font-size: 13px;
    padding: 7px 5px;
    border-width: 1px;
  }

  .xdb-fare-heading h3 {
    font-size: 20px;
  }

  .xdb-fare-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .xdb-fare-card {
    border-bottom: 2px solid #111;
  }

  .xdb-fare-card:nth-child(2n) {
    border-right: 0;
  }

  .xdb-fare-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .xdb-fare-card strong {
    font-size: 30px;
  }
}


/* =========================================================
   ADD-ONLY CUSTOM: PRICE NOTES / MAP / VIDEO / SERVICE STRIP / TEAM IMAGES
   ========================================================= */

/* Fix video trong phần Về chúng tôi */
.about-video-wrap {
  aspect-ratio: 16 / 9 !important;
  background: #000 !important;
  cursor: default !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.about-video-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border: 0 !important;
}

/* Services strip: tiêu đề 1 dòng, không bị rớt chữ */
.services-strip-inner {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.svc-item {
  min-width: 0 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.svc-info {
  min-width: 0 !important;
  overflow: hidden !important;
}
.svc-info .svc-title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.15 !important;
}
.svc-info .svc-sub {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Bảng giá: dải ghi chú phía trên giống poster */
.xdb-price-service-notes {
  max-width: 980px;
  margin: -18px auto 22px;
  background: #0a9a45;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(34,168,54,.16);
}
.xdb-price-note-item {
  min-height: 92px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 2px solid rgba(255,255,255,.55);
}
.xdb-price-note-item:last-child {
  border-right: 0;
}
.xdb-note-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.xdb-price-note-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .5px;
  opacity: .95;
}
.xdb-price-note-item b {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 1px;
}
.xdb-price-note-item.hotline b {
  color: #ff2028;
  text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
  font-size: 30px;
}
.xdb-price-note-item.taxi-light p {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.xdb-price-note-item.taxi-light p b {
  display: inline;
  margin-right: 8px;
  color: #fff;
  font-size: 20px;
  text-shadow: none;
}
.xdb-price-note-item .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.xdb-price-note-item .dot.empty { background: #c7f856; }
.xdb-price-note-item .dot.busy { background: #ff2430; }

/* Ghi chú cuối bảng giá */
.xdb-price-bottom-notes {
  max-width: 980px;
  margin: 16px auto 0;
  padding: 14px 18px;
  background: rgba(34,168,54,.10);
  border-left: 5px solid var(--green-main);
  color: var(--green-dark);
  border-radius: 12px;
}
.xdb-price-bottom-notes p {
  margin: 0 0 3px;
  font-weight: 800;
  line-height: 1.35;
}
.xdb-price-bottom-notes small {
  display: block;
  margin: 0 0 9px 18px;
  color: #488a55;
  font-weight: 700;
}
.xdb-price-bottom-notes small:last-child { margin-bottom: 0; }

/* Google Map thật ở footer */
.footer-map-real {
  height: 210px !important;
  padding: 0 !important;
  background: #222 !important;
}
.footer-map-real iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

/* Nhân sự dùng ảnh thật thay icon */
.team-card-img {
  background: #eafbec !important;
}
.team-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 1024px) {
  .services-strip-inner { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .svc-item:nth-child(n+5) { display: flex !important; }
  .xdb-price-service-notes { grid-template-columns: 1fr; }
  .xdb-price-note-item { border-right: 0; border-bottom: 2px solid rgba(255,255,255,.45); }
  .xdb-price-note-item:last-child { border-bottom: 0; }
}
@media (max-width: 768px) {
  .services-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .svc-info .svc-title { font-size: 11px !important; }
  .xdb-price-service-notes { margin-top: -10px; }
  .xdb-price-note-item { min-height: 78px; padding: 12px 14px; }
  .xdb-note-icon { width: 48px; height: 48px; flex-basis: 48px; font-size: 26px; }
  .xdb-price-note-item b { font-size: 18px; }
  .xdb-price-note-item.hotline b { font-size: 24px; }
}
