/* ============================================================
   ร้านเยาวราชรับซื้อกระเพาะปลาเก่า - Custom Styles
   Color Scheme: Taupe Brown (#A27F61) + Espresso (#4A3829) + Gold (#D4A24A)
   ============================================================ */

:root {
  /* Brand */
  --primary:        #A27F61;     /* main brand blue */
  --primary-dark:   #8A6A4F;
  --primary-darker: #6E5340;
  --primary-light:  #C9AE97;
  --primary-soft:   #F0E7DE;

  /* Aliases retained for legacy class names */
  --navy:        #4A3829;        /* deep navy blue for headings / dark sections */
  --navy-mid:    #5C4632;
  --navy-light:  #6E5340;
  --blue:        #A27F61;
  --blue-light:  #C9AE97;
  --red:         #A27F61;
  --red-dark:    #8A6A4F;
  --accent:      #A27F61;        /* highlight = brand taupe brown */
  --accent-2:    #D4A24A;        /* antique gold accent for badges */

  --white:       #ffffff;
  --gray-light:  #f5f5f5;
  --gray:        #6b7280;
  --text:        #111111;
  --shadow:      0 8px 30px rgba(162,127,97,0.18);
  --shadow-lg:   0 20px 60px rgba(162,127,97,0.28);
  --radius:      12px;
  --radius-lg:   20px;
  --trans:       all 0.3s ease;
}

/* ===== BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Prompt', 'Sarabun', sans-serif;
  font-size: 16px;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
}

a { color: var(--blue); text-decoration: none; transition: var(--trans); }
a:hover { color: var(--accent); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--navy);
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
  color: var(--navy);
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 60px; height: 4px;
  background: var(--accent);
  border-radius: 2px;
}
.section-title.center::after { left: 50%; transform: translateX(-50%); }
.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray);
  max-width: 640px;
  margin: 0 auto 48px;
}

.text-accent   { color: var(--accent) !important; }
.text-navy     { color: var(--navy)   !important; }
.bg-navy       { background-color: var(--navy) !important; }
.text-warning {
  --bs-text-opacity: 1;
  color: #fff !important;
}

/* ===== TOPBAR ===== */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar a {
  color: #FFBF00;
  font-weight: 600;
}
.topbar a:hover   { color: #fff; }
.topbar-phone, .topbar-line { white-space: nowrap; }

/* ===== NAVBAR ===== */
.main-navbar {
  background: #ffffff;
  padding: 4px 0;
  box-shadow: 0 2px 20px rgba(17,94,89,0.12);
  border-bottom: 3px solid #A27F61;
}
.main-navbar .navbar-toggler {
  border: 0px solid var(--navy);
  border-radius: 8px;
  padding: 6px 10px;
}
.main-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230a1628' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main-navbar .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(255,193,7,0.4); }

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
.navbar-brand-logo { padding: 4px 0; }
.nav-logo-text { display: flex; align-items: center; gap: 11px; }
.nav-logo-mark {
  width: 46px; height: 46px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-darker));
  color: #fff; font-size: 1.3rem; border-radius: 13px;
  box-shadow: 0 6px 16px rgba(162,127,97,0.32);
}
.nav-logo-name {
  font-family: 'Prompt', sans-serif; font-weight: 800;
  font-size: 1.24rem; color: var(--navy); line-height: 1.05;
  letter-spacing: -0.3px;
}
@media (max-width: 480px) {
  .nav-logo-name { font-size: 1rem; }
  .nav-logo-mark { width: 40px; height: 40px; font-size: 1.1rem; }
}
.nav-logo-img {
  height: 64px;
  width: auto;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  filter: brightness(1.03) contrast(1.02);
  transition: opacity 0.2s;
}
.nav-logo-img:hover { opacity: 0.85; }
.brand-icon {
  width: 44px; height: 44px;
  background: var(--accent);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: var(--navy);
  flex-shrink: 0;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-bbk     { font-size: 1.4rem; font-weight: 900; color: var(--accent); letter-spacing: 1px; }
.brand-slideon { font-size: 0.95rem; font-weight: 600; color: var(--navy); }
.brand-text small { font-size: 0.65rem; color: rgba(17,94,89,0.5); letter-spacing: 3px; }

.main-navbar .nav-link {
  color: var(--navy) !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 10px 14px !important;
  position: relative;
  border-radius: 0;
  background: transparent !important;
  transition: color 0.2s ease;
}
.main-navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 2px;
  height: 3px; border-radius: 2px;
  background: var(--primary, #A27F61);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: var(--primary, #A27F61) !important;
  background: transparent !important;
}
.main-navbar .nav-link:hover::after  { transform: scaleX(0.7); }
.main-navbar .nav-link.active::after { transform: scaleX(1); }

.btn-call {
  background: #A27F61;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 18px !important;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(162,127,97, 0.5);
}
.btn-call:hover {
  background: #fff;
  color: var(--navy) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255,176,32,0.5);
}

/* ===== HERO ===== */
.hero-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../../img-content/14.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
  transform: scale(1.02);
  transition: transform 8s ease;
}
.hero-section:hover .hero-bg { transform: scale(1.06); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(17,94,89,0.88) 0%, rgba(17,94,89,0.55) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 80px 0;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,176,32,0.15);
  border: 1px solid rgba(255,176,32,0.4);
  color: var(--accent);
  font-size: 0.82rem; font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  animation: pulse-badge 2s infinite;
}
@keyframes pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,176,32,0.3); }
  50%       { box-shadow: 0 0 0 8px rgba(255,176,32,0); }
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-title .highlight {
  color: var(--accent);
  text-shadow: 0 0 30px rgba(255,176,32,0.5);
}
.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 36px;
  max-width: 560px;
}
.hero-stats {
  display: flex; gap: 32px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-stat {
  text-align: center;
}
.hero-stat-num {
  font-size: 2rem; font-weight: 900;
  color: var(--accent);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.65);
  margin-top: 4px;
}
.hero-cta {
  display: flex; gap: 14px; flex-wrap: wrap;
}
.btn-hero-primary {
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 6px 25px rgba(162,127,97, 0.47);
  transition: var(--trans);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero-primary:hover {
  background: #fff; color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(255,176,32,0.4);
}
.btn-hero-outline {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.5);
  transition: var(--trans);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-hero-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.8);
  color: #fff;
  transform: translateY(-2px);
}

/* Hero feature cards at bottom */
.hero-features {
  position: relative; z-index: 2;
  margin-top: 40px;
}
.hero-feature-card {
  background: #fff;
  border: 1px solid #FEF3C7;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  transition: var(--trans);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hero-feature-card:hover {
  background: #fff;
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(255,176,32,0.2);
}
.hero-feature-card i {
  font-size: 2rem;
  color: #A27F61;
  margin-bottom: 10px;
}
.hero-feature-card h6 { color: var(--navy); font-weight: 700; margin-bottom: 4px; }
.hero-feature-card p { color: #6c757d; font-size: 0.82rem; margin: 0; }

/* ===== SECTIONS ===== */
section { padding: 80px 0; }
section.bg-alt { background: var(--gray-light); }

/* ===== SERVICE CARDS ===== */
.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--trans);
  height: 100%;
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.service-card-img {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.service-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card-img img { transform: scale(1.08); }
.service-card-icon { display: none; }
.service-card-body {
  padding: 32px 24px 24px;
  flex: 1; display: flex; flex-direction: column;
}
.service-card-body h3 {
  font-size: 1.15rem; font-weight: 700;
  color: var(--navy); margin-bottom: 10px;
}
.service-card-body p {
  font-size: 0.9rem; color: var(--gray);
  flex: 1; margin-bottom: 18px;
}
.btn-service {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #A27F61;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 8px;
  transition: var(--trans);
  align-self: flex-start;
}
.btn-service:hover { background: var(--accent); color: var(--navy); }

/* ===== WHY US ===== */
.why-us-section { background: linear-gradient(135deg, #ffffff 0%, #FEF3C7 100%); }
.why-us-section .section-title { color: #1a1a1a !important; }
.why-us-section .section-title::after { background: var(--accent); }
.why-us-section .section-subtitle { color: #6b7280; }
.why-card {
  text-align: center;
  padding: 32px 20px;
  background: #ffffff;
  border: 1px solid #FEF3C7;
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 24px rgba(0,0,0,0.05);
  transition: var(--trans);
}
.why-card:hover {
  background: #fff;
  border-color: rgba(162,127,97,0.35);
  box-shadow: 0 14px 36px rgba(162,127,97,0.14);
  transform: translateY(-6px);
}
.why-card-icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #A27F61, #6E5340);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(162,127,97,0.32);
}
.why-card h5 { color: #1a1a1a; font-weight: 700; margin-bottom: 10px; }
.why-card p  { color: #6b7280; font-size: 0.9rem; margin: 0; }

/* ===== GALLERY PREVIEW ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: rgba(17,94,89,0);
  display: flex; align-items: center; justify-content: center;
  transition: var(--trans);
}
.gallery-item-overlay i {
  font-size: 2rem; color: #fff;
  opacity: 0; transform: scale(0.5);
  transition: var(--trans);
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover .gallery-item-overlay { background: rgba(17,94,89,0.6); }
.gallery-item:hover .gallery-item-overlay i { opacity: 1; transform: scale(1); }

/* ===== ARTICLE CARDS ===== */
.article-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--trans);
  height: 100%;
  display: flex; flex-direction: column;
}
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.article-card-img {
  height: 300px;
  overflow: hidden;
}
.article-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.article-card:hover .article-card-img img { transform: scale(1.05); }
.article-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.article-meta {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.78rem; color: var(--gray);
  margin-bottom: 10px;
}
.article-card-body h3 {
  font-size: 1.05rem; font-weight: 700;
  margin-bottom: 10px; flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card-body h3 a {
  color: var(--navy);
  text-decoration: none;
  transition: var(--trans);
}
.article-card-body h3 a:hover { color: var(--primary, #B89377); }
.article-card-body p { font-size: 0.88rem; color: var(--gray); margin-bottom: 16px; }
.btn-read {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  align-self: flex-start;
  color: #fff; background: var(--primary, #B89377);
  font-size: 0.9rem; font-weight: 600;
  padding: 10px 22px; border-radius: 50px; border: none;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(20,184,166,0.25);
  transition: var(--trans);
  cursor: pointer;
}
.btn-read:hover {
  color: #fff;
  background: var(--accent, #6E5340);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(17,94,89,0.30);
}
.btn-read i { transition: transform 0.25s ease; }
.btn-read:hover i { transform: translateX(4px); }

/* ===== NO RESULT ===== */
.no-result-wrap {
  text-align: center;
  padding: 48px 24px 36px;
  background: linear-gradient(135deg,#ECFDF9,#ECFDF9);
  border-radius: 20px;
  border: 2px dashed #FDE68A;
  margin-bottom: 40px;
}
.no-result-icon {
  width: 72px; height: 72px; margin: 0 auto 18px;
  background: linear-gradient(135deg,#FEF3C7,#FEF3C7);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #B89377;
}
.no-result-title { font-size: 1.2rem; color: #0A2E2A; margin-bottom: 10px; font-weight: 600; }
.no-result-title strong { color: #6E5340; }
.no-result-sub { color: #6B7280; font-size: 0.9rem; margin-bottom: 22px; }
.no-result-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff;
  border-radius: 50px; padding: 10px 24px;
  font-size: 0.9rem; font-weight: 600; text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.no-result-btn:hover { background: #6E5340; color: #fff; transform: translateY(-2px); }
.suggested-label {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 8px;
}
.suggested-label span {
  font-size: 1.1rem; font-weight: 700; color: #0A2E2A;
  display: flex; align-items: center;
}
.suggested-label span i { color: #f97316; }
.suggested-label::after {
  content: ''; flex: 1; height: 2px;
  background: linear-gradient(90deg,#e2e8f0,transparent);
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #8A6A4F 0%, #6E5340 100%);
  padding: 70px 0;
}
.cta-section h2 { color: #fff; font-weight: 900; }
.cta-section p  { color: rgba(255,255,255,0.85); }
.btn-cta-primary {
  background: var(--navy);
  color: #fff;
  font-size: 1.1rem; font-weight: 800;
  padding: 15px 36px; border-radius: 50px;
  border: none; transition: var(--trans);
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 6px 25px rgba(17,94,89,0.3);
}
.btn-cta-primary:hover {
  background: #fff; color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(17,94,89,0.2);
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: linear-gradient(135deg, #A27F61 0%, #0A2E2A 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; top: -50%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,176,32,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900; color: #fff;
  margin-bottom: 8px;
}
.page-hero-title span { color: #FFB020; }
.breadcrumb { background: none; padding: 0; margin: 0; }
.breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,0.65); font-size: 0.88rem; }
.breadcrumb-item.active {
  color: #ffffffe0;
}
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ===== GALLERY PAGE ===== */
.gallery-filter {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 32px;
}
.filter-btn {
  padding: 7px 20px;
  border: 2px solid var(--navy-light);
  color: var(--navy);
  background: transparent;
  border-radius: 50px;
  font-size: 0.88rem; font-weight: 600;
  cursor: pointer; transition: var(--trans);
}
.filter-btn.active, .filter-btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.gallery-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.gallery-full-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
}
.gallery-full-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-full-item:hover img { transform: scale(1.06); }
.gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(17,94,89,0.85));
  color: #fff; font-size: 0.82rem;
  padding: 24px 12px 12px;
  opacity: 0; transition: var(--trans);
}
.gallery-full-item:hover .gallery-caption { opacity: 1; }

/* ===== SERVICES PAGE ===== */
.service-detail-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: var(--shadow);
}
.service-detail-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.service-detail-body { padding: 36px; }
.service-detail-body h2 { font-size: 1.7rem; color: var(--navy); margin-bottom: 16px; }
.service-detail-body h3 { font-size: 1.1rem; color: var(--navy-mid); margin: 16px 0 8px; }
.service-detail-body ul { padding-left: 20px; color: var(--text); }
.service-detail-body ul li { margin-bottom: 8px; }
.service-icon-big {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #A27F61, #6E5340);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgb(13,148,136);
}

/* ===== ARTICLE PAGE ===== */
.article-content h2 { font-size: 1.5rem; margin-top: 32px; margin-bottom: 12px; }
.article-content h3 { font-size: 1.2rem; margin-top: 24px; margin-bottom: 10px; color: var(--navy-mid); }
.article-content p  { margin-bottom: 16px; line-height: 1.9; }
.article-content ul, .article-content ol { padding-left: 24px; margin-bottom: 16px; }
.article-content li { margin-bottom: 8px; }
.article-content strong { color: var(--navy); }
.article-hero-img {
  width: 100%; max-height: 450px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 32px;
}
.article-sidebar-card {
  background: var(--gray-light);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
}
.article-sidebar-card h5 {
  font-size: 1rem; font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent);
}
.related-article {
  display: flex; gap: 12px; margin-bottom: 14px;
  text-decoration: none !important;
}
.related-article img {
  width: 70px; height: 70px;
  object-fit: cover; border-radius: 8px; flex-shrink: 0;
}
.related-article-info h6 {
  font-size: 0.85rem; font-weight: 700;
  color: var(--navy); margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: var(--trans);
}
.related-article:hover h6 { color: var(--blue); }
.related-article-info small { font-size: 0.75rem; color: var(--gray); }

/* ===== CONTACT PAGE ===== */
.contact-info-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 40px;
  color: #fff;
  height: 100%;
}
.contact-info-card h3 {
  color: #ffe300;
  margin-bottom: 8px;
}
.contact-item {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 24px;
}
.contact-item-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #fff;
}
.contact-item-text strong { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 3px; }
.contact-item-text a { color: #fff; font-size: 1rem; font-weight: 600; }
.contact-item-text a:hover { color: var(--accent); }
.contact-item-text span { color: #fff; font-size: 1rem; }

.contact-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}
.contact-form-card h3 { color: var(--navy); margin-bottom: 24px; }
.form-label { font-weight: 600; font-size: 0.9rem; color: var(--navy); }
.form-control, .form-select {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 0.95rem;
  transition: var(--trans);
  font-family: 'Prompt', 'Sarabun', sans-serif;
}
.form-control:focus, .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20,184,166,0.1);
}
.btn-submit {
  background: var(--navy);
  color: #fff;
  font-weight: 700; font-size: 1rem;
  padding: 13px 36px; border-radius: 50px;
  border: none; transition: var(--trans);
  width: 100%;
}
.btn-submit:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }

/* ===== FLOAT ACTION BUTTONS — Modern v2 ===== */
.float-call, .float-line {
  position: fixed;
  right: 22px;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  z-index: 1000;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.35s ease,
              background 0.3s ease;
}

/* Pulse ring (uses ::before, sits behind icon) */
.float-call::before, .float-line::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  animation: fab-pulse 2s cubic-bezier(0.4,0,0.2,1) infinite;
}

/* Tooltip label (uses ::after, slides in from right) */
.float-call::after, .float-line::after {
  content: attr(data-label);
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  white-space: nowrap;
  font-size: 0.82rem; font-weight: 600;
  color: #fff;
  background: #6E5340;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(17,94,89,0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
  font-family: 'Prompt', sans-serif;
}
.float-call::after { background: linear-gradient(135deg, #A27F61, #A27F61); }
.float-line::after { background: linear-gradient(135deg, #06C755, #00b900); }
/* Tooltip arrow */
.float-call::after, .float-line::after {
  --arrow-color: #A27F61;
}
.float-line::after { --arrow-color: #06C755; }

.float-call:hover::after, .float-line:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Phone FAB */
.float-call {
  bottom: 96px;
  background: linear-gradient(135deg, #B89377 0%, #A27F61 100%);
  box-shadow:
    0 8px 24px rgba(20,184,166,0.45),
    0 2px 8px rgba(20,184,166,0.25),
    inset 0 1px 0 rgba(255,255,255,0.25);
}
.float-call::before { background: rgba(20,184,166,0.45); }
.float-call:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow:
    0 14px 36px rgba(20,184,166,0.6),
    0 4px 12px rgba(20,184,166,0.3),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

/* LINE FAB */
.float-line {
  bottom: 24px;
  background: linear-gradient(135deg, #06C755 0%, #00a548 100%);
  box-shadow:
    0 8px 24px rgba(6,199,85,0.45),
    0 2px 8px rgba(6,199,85,0.25),
    inset 0 1px 0 rgba(255,255,255,0.25);
}
.float-line::before { background: rgba(6,199,85,0.45); }
.float-line:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow:
    0 14px 36px rgba(6,199,85,0.6),
    0 4px 12px rgba(6,199,85,0.3),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

/* Stagger pulse rings so they don't overlap visually */
.float-line::before { animation-delay: 1s; }

/* Secondary buttons (when 2nd phone or 2nd line exists) shift up */
.float-call.float-call-2 { bottom: 168px; }
.float-line.float-line-2 { bottom: 96px; }
/* When float-line-2 exists, push float-call up */
.float-line.float-line-2 ~ .float-call { bottom: 168px; }
.float-line.float-line-2 ~ .float-call.float-call-2 { bottom: 240px; }

@keyframes fab-pulse {
  0%   { transform: scale(1);   opacity: 0.6; }
  70%  { transform: scale(1.7); opacity: 0;   }
  100% { transform: scale(1.7); opacity: 0;   }
}

/* Pause pulse on hover so it's not distracting */
.float-call:hover::before, .float-line:hover::before { animation-play-state: paused; opacity: 0; }

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .float-call::before, .float-line::before { animation: none; }
}

/* ===== FOOTER ===== */
.site-footer { background: var(--navy); }
.footer-top { padding: 60px 0 40px; }
.footer-logo {
  font-size: 1.4rem; font-weight: 900; color: #fff;
}
.footer-logo i { color: var(--accent); }
.footer-brand p {
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.9rem;
  line-height: 1.7;
}
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); font-size: 1rem;
  transition: var(--trans);
}
.social-links a:hover { background: var(--accent); color: var(--navy); }

/* Footer Tag Cloud */
.footer-tags { }
.footer-tags-label {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
  margin-bottom: 10px;
}
.footer-tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-tag-chip {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 4px 11px;
  font-size: 0.78rem;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.footer-tag-chip:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--navy);
  transform: translateY(-1px);
}

.footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
  color: rgb(255, 255, 255);
  font-size: 0.88rem;
  transition: var(--trans);
}
.footer-links a:hover { color: var(--accent); padding-left: 4px; }
.sidebar-links a { color: var(--text); }
.sidebar-links a:hover { color: var(--primary); }
/* ===== FOOTER CONTACT (fc-*) ===== */
.fc-list { display: flex; flex-direction: column; gap: 6px; }
.fc-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 12px 14px;
  transition: background 0.2s;
}
.fc-item:hover { background: rgba(255,255,255,0.07); }
.fc-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.fc-icon--phone { background: rgba(255,193,7,0.15); color: #ffc107; }
.fc-icon--line  { background: rgba(6,199,85,0.15);  color: #06c755; }
.fc-icon--fb    { background: rgba(24,119,242,0.15); color: #C9AE97; }
.fc-icon--map   { background: rgba(245,158,11,0.15);  color: #F59E0B; }
.fc-icon--clock { background: rgba(156,39,176,0.15); color: #ce93d8; }
.fc-body { flex: 1; min-width: 0; }
.fc-label {
  display: block;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em;
  color: rgba(255,255,255,0.45); text-transform: uppercase;
  margin-bottom: 5px;
}
.fc-phones { display: flex; flex-direction: column; gap: 3px; }
.fc-phone {
  display: inline-block;
  color: #fff; font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.02em; text-decoration: none;
  transition: color 0.2s;
}
.fc-phone:hover { color: var(--accent); }
.fc-value {
  display: block;
  color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500;
  text-decoration: none; line-height: 1.4;
  word-break: break-word;
  transition: color 0.2s;
}
a.fc-value:hover { color: var(--accent); }
.badge-24h {
  display: inline-block;
  background: var(--accent);
  color: var(--navy);
  font-size: 0.6rem; font-weight: 800;
  padding: 1px 7px; border-radius: 50px;
  margin-left: 5px; vertical-align: middle;
  letter-spacing: 0.03em;
}
/* ===== FOOTER STATS BAR ===== */
.footer-stats-bar {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
}
.footer-stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.footer-stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 20px;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
}
.footer-stat-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.footer-stat-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-stat-dot.online {
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.8);
  animation: pulse-green 1.5s ease-in-out infinite;
}
@keyframes pulse-green {
  0%,100% { box-shadow: 0 0 4px rgba(34,197,94,0.6); }
  50%      { box-shadow: 0 0 10px rgba(34,197,94,1); }
}
.footer-stat-icon {
  color: var(--accent);
  font-size: 0.75rem;
}
.footer-stat-label {
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
}
.footer-stat-num {
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
}
.footer-stat-unit {
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
}
@media (max-width: 480px) {
  .footer-stats-inner { justify-content: flex-start; }
  .footer-stat-item { padding: 5px 12px; font-size: 0.78rem; }
  .footer-stat-divider { height: 22px; }
}

.footer-bottom {
  background: rgba(0,0,0,0.2);
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
}

/* ===== UTILITY ===== */
.tag-badge {
  display: inline-block;
  background: rgba(20,184,166,0.08);
  color: var(--blue);
  font-size: 0.75rem; font-weight: 600;
  padding: 3px 12px; border-radius: 50px;
  border: 1px solid rgba(20,184,166,0.2);
  transition: var(--trans);
  cursor: pointer;
}
a.tag-badge:hover {
  background: #B89377;
  color: #fff;
  border-color: #B89377;
  text-decoration: none;
}
.alert-success-custom {
  background: linear-gradient(135deg, #e8f5e9, #f1fff1);
  border-left: 4px solid #4caf50;
  color: #2e7d32;
  border-radius: 10px;
  padding: 16px 20px;
}
.alert-danger-custom {
  background: linear-gradient(135deg, #FEF3C7, #ECFDF9);
  border-left: 4px solid #F59E0B;
  color: #B45309;
  border-radius: 10px;
  padding: 16px 20px;
}

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ===== COVER BANNER ===== */
.cover-banner-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cover-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===== HERO SWIPER ===== */
@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* ============================================================
   HERO SLIDE — Modern v2 (water/tech palette, glass UI)
   ============================================================ */
.hero-swiper-wrap {
  position: relative;
  overflow: hidden;
  background: #07120F;
  --hero-accent: #2DD4BF;       /* sky-400 */
  --hero-accent-2: #B89377;     /* cyan-500 */
  --hero-accent-soft: rgba(45,212,191,0.18);
}
.heroSwiper {
  height: 78vh;
  min-height: 520px;
  max-height: 760px;
  overflow: hidden;
}
.heroSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Animate content on initial load */
.hero-slide-badge  { animation: heroSlideUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.00s both; }
.hero-slide-title  { animation: heroSlideUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.12s both; }
.hero-slide-sub    { animation: heroSlideUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.24s both; }
.hero-slide-btns   { animation: heroSlideUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.36s both; }
.hero-slide-stats  { animation: heroSlideUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.48s both; }

/* Background + slow Ken Burns */
.hero-slide-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 9s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
  filter: saturate(1.05) contrast(1.05);
}
.heroSwiper .swiper-slide-active .hero-slide-bg { transform: scale(1.02); }

/* Multi-layer overlay: dark left → transparent right + bottom fade + tech tint */
.hero-slide-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(5,11,24,0.92) 0%, rgba(74,56,41,0.72) 35%, rgba(74,56,41,0.25) 65%, rgba(74,56,41,0.05) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(45,212,191,0.18) 0%, transparent 55%),
    linear-gradient(0deg, rgba(2,6,14,0.7) 0%, transparent 45%);
}
/* Subtle grid pattern */
.hero-slide-overlay::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 70% 50%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 50%, #000 0%, transparent 75%);
  pointer-events: none;
}

/* Decorative shapes — soft glow blobs */
.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(30px);
}
.hero-deco-1 {
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(45,212,191,0.32) 0%, transparent 70%);
  top: -160px; right: -80px;
  animation: decoFloat 9s ease-in-out infinite;
}
.hero-deco-2 {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(20,184,166,0.28) 0%, transparent 70%);
  bottom: 40px; left: -100px;
  animation: decoFloat 12s ease-in-out infinite reverse;
}
.hero-deco-3 {
  width: 220px; height: 220px;
  border: 1px solid rgba(45,212,191,0.25);
  filter: none;
  top: 22%; right: 16%;
  animation: decoSpin 22s linear infinite;
}
.hero-deco-3::before, .hero-deco-3::after {
  content: '';
  position: absolute; inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(45,212,191,0.18);
}
.hero-deco-3::after { inset: 40px; border-style: dotted; }
@keyframes decoFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.06); }
}
@keyframes decoSpin {
  to { transform: rotate(360deg); }
}

/* Content */
.hero-slide-content {
  position: relative; z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0 110px;
  max-width: 720px;
}

/* Badge — glass pill */
.hero-slide-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(45,212,191,0.12);
  border: 1px solid rgba(45,212,191,0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--hero-accent);
  font-weight: 700; font-size: 0.78rem;
  padding: 8px 18px; border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 4px 24px rgba(45,212,191,0.18);
}
.badge-dot {
  width: 8px; height: 8px;
  background: var(--hero-accent);
  border-radius: 50%;
  animation: badgePulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes badgePulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(45,212,191,0.7); }
  70% { opacity: 0.9; box-shadow: 0 0 0 8px rgba(45,212,191,0); }
}

/* Title — modern weight + animated gradient on highlighted span */
.hero-slide-title {
  font-size: clamp(2.2rem, 5.4vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.45);
  letter-spacing: -0.8px;
}
.hero-slide-title span {
  background: linear-gradient(110deg,
    var(--hero-accent) 0%,
    var(--hero-accent-2) 35%,
    #F0E7DE 50%,
    var(--hero-accent-2) 65%,
    var(--hero-accent) 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: heroTitleShimmer 6s linear infinite;
}
@keyframes heroTitleShimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 220% center; }
}

/* Sub */
.hero-slide-sub {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: rgba(255,255,255,0.82);
  margin-bottom: 36px;
  font-weight: 300;
  line-height: 1.75;
  max-width: 540px;
}

/* Buttons group */
.hero-slide-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.hero-slide-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--hero-accent) 0%, var(--hero-accent-2) 100%);
  color: #0A2E2A;
  font-weight: 800; font-size: 1rem;
  padding: 15px 34px; border-radius: 50px;
  border: none; cursor: pointer;
  box-shadow: 0 10px 32px rgba(45,212,191,0.45), 0 2px 6px rgba(45,212,191,0.25);
  transition: all 0.4s cubic-bezier(0.34,1.56,0.64,1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-slide-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #fff 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.hero-slide-btn::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  z-index: -1;
}
.hero-slide-btn:hover {
  color: #0A2E2A;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 44px rgba(45,212,191,0.6), 0 4px 12px rgba(45,212,191,0.3);
}
.hero-slide-btn:hover::before { opacity: 0.25; }
.hero-slide-btn:hover::after { left: 130%; }
.hero-slide-btn i { font-size: 0.95em; }

.hero-slide-btn-line {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-weight: 700; font-size: 0.95rem;
  padding: 14px 28px; border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-slide-btn-line:hover {
  background: #06C755;
  border-color: #06C755;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(6,199,85,0.4);
}

/* Stats strip below buttons */
.hero-slide-stats {
  display: flex; align-items: center; gap: 28px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.hero-slide-stat {
  display: flex; align-items: center; gap: 12px;
  color: #fff;
}
.hero-slide-stat-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: rgba(45,212,191,0.16);
  border: 1px solid rgba(45,212,191,0.3);
  display: grid; place-items: center;
  color: var(--hero-accent);
  font-size: 1.05rem;
  flex-shrink: 0;
}
.hero-slide-stat-num {
  font-size: 1.05rem; font-weight: 800; line-height: 1.1;
  color: #fff;
}
.hero-slide-stat-lbl {
  font-size: 0.74rem; color: rgba(255,255,255,0.6);
  letter-spacing: 0.4px;
}

/* Hero phone number */
.hero-slide-phone {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 18px;
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem; font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s;
}
.hero-slide-phone i {
  color: var(--accent);
  font-size: 0.9rem;
}
.hero-slide-phone:hover { color: var(--accent); }
.hero-slide-phone-sep {
  color: rgba(255,255,255,0.3);
  font-weight: 300; margin: 0 2px;
}

/* Progress bar */
.hero-progress-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: rgba(255,255,255,0.08);
  z-index: 10;
  overflow: hidden;
}
.hero-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2DD4BF 0%, #B89377 100%);
  box-shadow: 0 0 12px rgba(45,212,191,0.7);
  transition: width 5500ms linear;
}

/* Counter */
.hero-counter {
  position: absolute;
  right: 44px; bottom: 64px;
  z-index: 10;
  display: flex; align-items: baseline; gap: 4px;
  font-family: 'Prompt', sans-serif;
}
.hero-counter-cur {
  font-size: 2.4rem; font-weight: 800;
  background: linear-gradient(135deg, #2DD4BF 0%, #B89377 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.hero-counter-sep {
  font-size: 1rem; color: rgba(255,255,255,0.3); margin: 0 4px;
}
.hero-counter-total {
  font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.5);
}

/* Nav buttons — square rounded glass */
.hero-nav-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  width: 56px; height: 56px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  color: #fff; font-size: 1.05rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
  opacity: 0.6;
}
.hero-swiper-wrap:hover .hero-nav-btn { opacity: 1; }
.hero-nav-prev { left: 28px; }
.hero-nav-next { right: 28px; }
.hero-nav-btn:hover {
  background: linear-gradient(135deg, #2DD4BF, #B89377);
  border-color: transparent;
  color: #0A2E2A;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 12px 32px rgba(45,212,191,0.45);
}

/* Thumbnail pagination — modern preview pills */
.hero-bullets {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 10;
  display: flex; gap: 10px; align-items: center;
  padding: 0;
  background: transparent;
  border: none;
}
.hero-bullets-thumb .hero-bullet {
  width: 64px; height: 44px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255,255,255,0.2);
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34,1.56,0.64,1);
  filter: saturate(0.6) brightness(0.55);
}
.hero-bullets-thumb .hero-bullet::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.hero-bullets-thumb .hero-bullet:hover {
  filter: saturate(1) brightness(0.85);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
.hero-bullets-thumb .hero-bullet.active {
  width: 92px;
  filter: saturate(1.1) brightness(1);
  border-color: var(--hero-accent);
  box-shadow:
    0 0 0 3px rgba(45,212,191,0.25),
    0 8px 24px rgba(45,212,191,0.4);
}
.hero-bullet-label {
  position: absolute;
  bottom: 4px; left: 6px; right: 6px;
  font-size: 0.65rem; font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-bullets-thumb .hero-bullet.active .hero-bullet-label { opacity: 1; }

/* === Floating Trust Card (right side, desktop) === */
.hero-trust-card {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 270px;
  padding: 22px 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 20px;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.2);
  flex-direction: column;
  gap: 14px;
  color: #fff;
  animation: heroSlideUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.6s both;
}
.hero-trust-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(45,212,191,0.5), transparent 50%, rgba(45,212,191,0.2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-trust-rating {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.hero-trust-stars { color: #fbbf24; font-size: 0.85rem; letter-spacing: 1px; }
.hero-trust-stars i { filter: drop-shadow(0 1px 3px rgba(251,191,36,0.5)); }
.hero-trust-score { font-weight: 800; font-size: 0.95rem; }
.hero-trust-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}
.hero-trust-info { display: flex; flex-direction: column; gap: 8px; }
.hero-trust-row {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.86rem; color: rgba(255,255,255,0.85);
  font-weight: 400;
}
.hero-trust-row i {
  color: var(--hero-accent);
  font-size: 0.9rem;
  width: 18px; text-align: center;
  flex-shrink: 0;
}
.hero-trust-row strong { color: #fff; font-weight: 700; }
.hero-trust-avatars {
  display: flex; align-items: center; padding-top: 6px;
}
.ht-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  display: grid; place-items: center;
  font-size: 0.8rem; font-weight: 800;
  color: #fff;
  margin-left: -8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  font-family: 'Prompt', sans-serif;
}
.ht-avatar:first-child { margin-left: 0; }
.ht-avatar-more {
  background: rgba(255,255,255,0.15) !important;
  font-size: 0.95rem !important;
}

/* === Scroll Indicator === */
.hero-scroll {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 30px;
  z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  transition: color 0.25s;
  font-family: 'Prompt', sans-serif;
}
.hero-scroll:hover { color: #fff; }
.hero-scroll-text {
  font-size: 0.7rem; letter-spacing: 3px; font-weight: 600;
}
.hero-scroll-line {
  position: relative;
  width: 1.5px; height: 44px;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  overflow: hidden;
}
.hero-scroll-dot {
  position: absolute;
  left: -1px; top: 0;
  width: 3.5px; height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--hero-accent), transparent);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0%   { top: -14px; opacity: 0; }
  35%  { opacity: 1; }
  100% { top: 44px; opacity: 0; }
}

/* === Subtle film grain on hero === */
.hero-swiper-wrap::after {
  content: '';
  position: absolute; inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.06;
  mix-blend-mode: overlay;
}

/* Tablet — shrink trust card */
@media (max-width: 1199px) {
  .hero-trust-card { right: 24px; width: 240px; padding: 18px 16px; }
}

/* Mobile tweaks */
@media (max-width: 991px) {
  .hero-trust-card { display: none !important; }
}
@media (max-width: 767px) {
  .heroSwiper { height: 92vh; min-height: 600px; }
  .hero-slide-content { padding: 80px 0 160px; }
  .hero-slide-stats { gap: 18px; margin-top: 28px; }
  .hero-slide-stat-icon { width: 36px; height: 36px; font-size: 0.95rem; }
  .hero-nav-btn { width: 44px; height: 44px; }
  .hero-nav-prev { left: 12px; } .hero-nav-next { right: 12px; }
  .hero-counter { right: 16px; bottom: 110px; }
  .hero-counter-cur { font-size: 1.6rem; }
  /* Bullets become smaller thumbnails on mobile */
  .hero-bullets { right: 16px; bottom: 78px; gap: 6px; }
  .hero-bullets-thumb .hero-bullet { width: 38px; height: 28px; border-radius: 6px; }
  .hero-bullets-thumb .hero-bullet.active { width: 56px; }
  .hero-bullet-label { display: none; }
  .hero-scroll { bottom: 22px; }
  .hero-scroll-line { height: 28px; }
  @keyframes scrollDot {
    0%   { top: -14px; opacity: 0; }
    35%  { opacity: 1; }
    100% { top: 28px; opacity: 0; }
  }
  .hero-deco-1 { width: 320px; height: 320px; top: -100px; right: -80px; }
  .hero-deco-2 { display: none; }
  .hero-deco-3 { display: none; }
}

/* ===== ABOUT INTRO SECTION ===== */
.about-intro-section { background: #FFF; }
.about-intro-label {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--primary);
  background: rgba(20,184,166,0.08);
  padding: 4px 14px; border-radius: 20px;
  margin-bottom: 14px;
}
.about-intro-text {
  color: var(--gray); line-height: 1.85; margin-bottom: 14px; font-size: 0.97rem;
}
.about-intro-highlight {
  background: linear-gradient(135deg, rgba(255,176,32,0.12), rgba(255,176,32,0.04));
  border-left: 3px solid var(--accent);
  padding: 12px 18px; border-radius: 0 8px 8px 0;
  font-size: 0.95rem; color: var(--navy);
}
.about-intro-area {
  font-size: 0.9rem; color: var(--gray);
}
.about-intro-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #B89377;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgb(20,184,166);
  transition: all 0.3s;
}
.btn-main:hover { background: #A27F61; color: #fff; transform: translateY(-2px); }
.btn-outline-main {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--primary); color: var(--primary);
  font-weight: 700; font-size: 0.95rem;
  padding: 11px 26px; border-radius: 50px;
  text-decoration: none; transition: all 0.3s;
}
.btn-outline-main:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }

.about-features-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.about-feat-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(20,184,166,0.06);
  transition: all 0.3s;
}
.about-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(20,184,166,0.12);
  border-color: rgba(20,184,166,0.15);
}
.about-feat-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--primary), #B89377);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.2rem;
  margin-bottom: 14px;
}
.about-feat-card h5 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.about-feat-card p { font-size: 0.83rem; color: var(--gray); margin: 0; line-height: 1.6; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-section { min-height: 70vh; }
  .hero-stats { gap: 20px; }
  section { padding: 60px 0; }
  .hero-counter { left: 20px; bottom: 66px; }
  .hero-bullets { left: 20px; bottom: 32px; }
}
@media (max-width: 767px) {
  .hero-section { min-height: 60vh; }
  .topbar .topbar-info { display: none; }
  .service-detail-img { height: 220px; }
  .contact-info-card, .contact-form-card { padding: 24px; }
  .footer-top { padding: 40px 0 24px; }
  .float-call, .float-line { width: 52px; height: 52px; font-size: 1.25rem; right: 16px; }
  .float-call::after, .float-line::after { display: none; } /* hide tooltip on mobile */
  .float-call { bottom: 84px; }
  .float-line { bottom: 20px; }
  .heroSwiper { height: 70vh; min-height: 380px; }
  .hero-slide-content { padding: 70px 0 60px; }
  .hero-counter { display: none; }
  .hero-nav-btn { display: none; }
  .hero-bullets { left: 50%; transform: translateX(-50%); bottom: 32px; }
  .hero-slide-btns { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-deco-1, .hero-deco-3 { display: none; }
}

/* ===== GALLERY HOME SECTION ===== */
.gallery-home-section { padding: 80px 0; background: var(--gray-light); }
.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}
.gallery-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}
/* first item spans 2 columns and 2 rows — hero photo */
.gallery-home-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-home-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  background: #6E5340;
  cursor: pointer;
}
.gallery-home-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-home-item:hover img { transform: scale(1.08); }
.gallery-home-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,94,89,0.85) 0%, rgba(17,94,89,0.1) 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  gap: 8px;
  padding: 16px;
  text-align: center;
}
.gallery-home-overlay i {
  font-size: 1.8rem;
  background: rgba(255,255,255,0.15);
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
}
.gallery-home-overlay span {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.gallery-home-item:hover .gallery-home-overlay { opacity: 1; }

@media (max-width: 991px) {
  .gallery-home-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
  }
  .gallery-home-item:first-child { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 576px) {
  .gallery-home-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .gallery-home-item:first-child { grid-column: span 2; grid-row: span 1; }
}

/* ===== ABOUT COLLAGE ===== */
.about-collage {
  display: grid;
  gap: 14px;
  position: relative;
}
.about-collage-main {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.about-collage-main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.about-collage-main:hover img { transform: scale(1.05); }
.about-collage-badge {
  position: absolute;
  bottom: 16px; left: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 24px rgba(17,94,89,0.25);
  border-left: 4px solid var(--red);
  max-width: 84%;
}
.about-collage-badge i {
  font-size: 1.6rem;
  color: var(--red);
}
.about-collage-badge strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.2;
}
.about-collage-badge small {
  color: var(--gray);
  font-size: 0.78rem;
}
.about-collage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.about-collage-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(17,94,89,0.12);
  transition: transform 0.4s ease;
}
.about-collage-grid img:hover {
  transform: translateY(-4px) scale(1.03);
}

/* ===== CATEGORY SHOWCASE ===== */
.cat-showcase {
  background: linear-gradient(180deg, #fff 0%, var(--gray-light) 100%);
  padding: 70px 0;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cat-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(17,94,89,0.08);
  transition: var(--trans);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(20,184,166,0.08);
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(20,184,166,0.22);
  color: var(--navy);
  border-color: var(--red);
}
.cat-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.cat-card-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(17,94,89,0.5) 100%);
}
.cat-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-card:hover .cat-card-img img { transform: scale(1.08); }
.cat-card-body {
  padding: 16px 18px;
  position: relative;
}
.cat-card-body h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--navy);
}
.cat-card-body small {
  color: var(--gray);
  font-size: 0.8rem;
}
.cat-card-arrow {
  position: absolute;
  top: 50%; right: 16px;
  transform: translateY(-50%);
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  opacity: 0;
  transition: var(--trans);
}
.cat-card:hover .cat-card-arrow {
  opacity: 1;
  right: 18px;
}

@media (max-width: 991px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .about-collage-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== SERVICE AREA SECTION ===== */
.area-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at top, #ECFDF9 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #ECFDF9 100%);
  position: relative;
  overflow: hidden;
}
.area-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(20,184,166,0.18) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  pointer-events: none;
}
.area-section .container { position: relative; z-index: 2; }

.area-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.area-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0px 4px;
  font-size: 1rem;
  color: var(--navy);
  font-weight: 500;
  transition: var(--trans);
  border-radius: 8px;
}
.area-item:hover {
  background: rgba(20,184,166,0.06);
  transform: translateX(4px);
}
.area-check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  display: inline-grid; place-items: center;
  font-size: 1.05rem;
  color: var(--primary);
  filter: drop-shadow(0 1px 4px rgba(20,184,166,0.4));
}
.area-item:hover .area-check {
  color: var(--primary-dark);
  transform: scale(1.15);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.area-name {
  font-family: 'Prompt', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-note {
  display: inline-block;
  background: #fff;
  border: 1px dashed rgba(20,184,166,0.4);
  border-radius: 50px;
  padding: 10px 22px;
  color: var(--gray);
  font-size: 0.92rem;
  margin-top: 12px;
}
.area-note a { color: var(--primary); }
.area-note a:hover { color: var(--primary-dark); }

@media (max-width: 991px) {
  .area-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 20px; }
}
@media (max-width: 767px) {
  .area-section { padding: 56px 0; }
  .area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
  .area-item { font-size: 0.92rem; padding: 6px 2px; }
}
@media (max-width: 480px) {
  .area-list { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   HERO SPLIT — Split-screen layout (red / black / white)
   ============================================================ */
.hero-split {
  position: relative;
  background: #6E5340;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-split::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(800px 600px at -10% 50%, rgba(162,127,97,0.25), transparent 60%),
    radial-gradient(700px 500px at 110% 110%, rgba(162,127,97,0.18), transparent 60%);
  z-index: 0;
  pointer-events: none;
}
.hero-split .heroSwiper,
.hero-split .swiper-wrapper,
.hero-split .swiper-slide {
  height: auto;
}
.hero-split .swiper-slide {
  display: flex;
  align-items: center;
}
.hero-split-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 80px 16px 100px;
  position: relative;
  z-index: 1;
  min-height: 640px;
}

/* ===== LEFT — content ===== */
.hero-split-left { max-width: 600px; }
.hero-split-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.5px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(162,127,97,0.15);
  border: 1px solid rgba(162,127,97,0.4);
  color: #fff;
  margin-bottom: 24px;
}
.hsb-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #A27F61; box-shadow: 0 0 0 3px rgba(162,127,97,0.3);
  animation: hsbPulse 1.6s ease-in-out infinite;
}
@keyframes hsbPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(162,127,97,0.3); }
  50%     { box-shadow: 0 0 0 7px rgba(162,127,97,0.0); }
}
.hero-split-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -0.5px;
}
.hero-split-title::after {
  content: '';
  display: block;
  width: 60px; height: 4px;
  background: #A27F61;
  margin-top: 18px;
  border-radius: 2px;
}
.hero-split-sub {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin: 0 0 30px;
}
.hero-split-cta {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 36px;
}
.hs-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  font-weight: 700; font-size: 1rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid transparent;
}
.hs-btn i { font-size: 1.05rem; }
.hs-btn-primary {
  background: #A27F61; color: #fff;
  box-shadow: 0 10px 30px rgba(162,127,97,0.35);
}
.hs-btn-primary:hover {
  background: #8A6A4F; color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(162,127,97,0.5);
}
.hs-btn-ghost {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hs-btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.35);
  color: #fff;
  transform: translateY(-2px);
}
.hero-split-meta {
  list-style: none;
  padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 22px;
}
.hero-split-meta li {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
}
.hero-split-meta li i {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
  background: rgba(162,127,97,0.15);
  color: #A27F61;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.hero-split-meta strong {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
}

/* ===== RIGHT — image card ===== */
.hero-split-right {
  position: relative;
  height: 540px;
}
.hero-split-img {
  position: relative;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 25px 60px rgba(0,0,0,0.5),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  transform: perspective(1400px) rotateY(-4deg);
  transition: transform 0.6s ease;
}
.hero-split-img::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(162,127,97,0.0) 60%, rgba(162,127,97,0.4) 100%);
}
.hero-split-img::after {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 160px; height: 160px;
  background: #A27F61;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
}
.swiper-slide-active .hero-split-img {
  transform: perspective(1400px) rotateY(-2deg) translateY(-4px);
}
.hs-corner-tag {
  position: absolute;
  top: 24px; left: 24px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  background: #A27F61; color: #fff;
  font-size: 0.82rem; font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(162,127,97,0.4);
  z-index: 2;
}
.hs-rating-pill {
  position: absolute;
  bottom: 24px; left: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  color: #fff;
  z-index: 2;
}
.hs-rating-pill .hs-stars {
  color: #FACC15; font-size: 0.8rem;
  letter-spacing: 1px;
}
.hs-rating-pill strong { font-size: 1rem; font-weight: 700; }
.hs-rating-pill small  { color: rgba(255,255,255,0.6); font-size: 0.78rem; }

/* ===== CONTROLS ===== */
.hero-split-controls {
  position: relative;
  z-index: 2;
  display: flex; align-items: center; gap: 18px;
  padding: 0 16px 36px;
  max-width: 1320px;
}
.hs-nav {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  color: #fff; font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex; align-items: center; justify-content: center;
}
.hs-nav:hover {
  background: #A27F61;
  border-color: #A27F61;
  transform: translateY(-2px);
}
.hs-counter {
  display: flex; align-items: center; gap: 14px;
  color: rgba(255,255,255,0.6);
  font-family: 'Prompt', sans-serif;
  font-variant-numeric: tabular-nums;
}
.hs-counter-cur {
  color: #fff; font-size: 1.4rem; font-weight: 700;
}
.hs-counter-total { font-size: 0.95rem; }
.hs-counter-bar {
  position: relative;
  width: 120px; height: 2px;
  background: rgba(255,255,255,0.15);
  overflow: hidden;
  border-radius: 2px;
}
.hs-counter-fill {
  position: absolute; top: 0; left: 0;
  height: 100%; width: 0;
  background: #A27F61;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-split-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 56px 16px 80px;
    min-height: 0;
  }
  .hero-split-left { max-width: none; order: 2; }
  .hero-split-right { order: 1; height: 340px; }
  .hero-split-img { transform: none !important; }
  .hero-split-title::after { margin-top: 14px; }
  .hero-split-meta { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 575px) {
  .hero-split-right { height: 260px; }
  .hs-corner-tag { top: 14px; left: 14px; font-size: 0.72rem; padding: 6px 10px; }
  .hs-rating-pill { bottom: 14px; left: 14px; padding: 6px 12px; }
  .hs-btn { padding: 12px 20px; font-size: 0.92rem; }
  .hero-split-controls { gap: 12px; padding-bottom: 28px; }
  .hs-counter-bar { width: 80px; }
}

/* ============================================================
   SERVICE CHECKLIST — บริการของเรา
   ============================================================ */
.svc-list-section {
  background: #0a0a0a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.svc-list-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 500px at 100% 0%, rgba(162,127,97,0.16), transparent 60%),
    radial-gradient(600px 500px at 0% 100%, rgba(162,127,97,0.12), transparent 60%);
  pointer-events: none;
}
.svc-list-section .container { position: relative; z-index: 1; }
.svc-list-section .section-label {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #A27F61;
  background: rgba(162,127,97,0.14);
  padding: 5px 16px; border-radius: 999px;
  margin-bottom: 14px;
}
.svc-list-section .section-title,
.svc-list-section .section-title span { color: #fff; }
.svc-list-section .section-title::after { background: #A27F61; }
.svc-list-section .section-subtitle { color: rgba(255,255,255,0.65); }

.svc-list-item {
  display: flex; align-items: center; gap: 14px;
  height: 100%;
  padding: 18px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  transition: all 0.28s ease;
}
.svc-list-item:hover {
  background: rgba(162,127,97,0.10);
  border-color: rgba(162,127,97,0.45);
  transform: translateY(-3px);
}
.svc-list-icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #A27F61, #8A6A4F);
  color: #fff; font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(162,127,97,0.35);
}
.svc-list-text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
}
.svc-list-check {
  flex-shrink: 0;
  color: #A27F61;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.28s ease;
}
.svc-list-item:hover .svc-list-check {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 575px) {
  .svc-list-item { padding: 14px 16px; gap: 12px; }
  .svc-list-icon { width: 40px; height: 40px; font-size: 0.95rem; }
  .svc-list-text { font-size: 0.9rem; }
}

/* ===== WHY-US closing CTA note ===== */
.why-cta-note {
  display: flex; align-items: center; flex-wrap: wrap; gap: 22px;
  margin-top: 48px;
  padding: 28px 34px;
  background: linear-gradient(135deg, #A27F61, #6E5340);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(162,127,97,0.35);
}
.why-cta-icon {
  flex-shrink: 0;
  width: 60px; height: 60px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: #fff; font-size: 1.5rem;
}
.why-cta-text {
  flex: 1; min-width: 240px;
  display: flex; flex-direction: column; gap: 4px;
}
.why-cta-text strong { color: #fff; font-size: 1.12rem; font-weight: 700; line-height: 1.4; }
.why-cta-text span   { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.why-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.why-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  background: #fff; color: #A27F61;
  font-weight: 700; font-size: 0.98rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.why-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.25); color: #8A6A4F; }
.why-cta-btn-line { background: #06C755; color: #fff; }
.why-cta-btn-line:hover { background: #05a847; color: #fff; }
@media (max-width: 767px) {
  .why-cta-note { padding: 22px; text-align: center; flex-direction: column; }
  .why-cta-text { align-items: center; }
  .why-cta-actions { width: 100%; justify-content: center; }
}
