/* =============================================
   HuyICT Theme - Main CSS
   Color: Purple/Gold Beauty Theme
   ============================================= */

/* Custom Fonts */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy-Blod';
  src: url('fonts/SVN-GilroyThin.woff2') format('opentype');
 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Classyvogueregular';
  src: url('fonts/FC-Classy-Vogue.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



:root {
  --purple-dark: #1a0a2e;
  --purple-deep: #2d1054;
  --purple-main: #3c2e71;
  --purple-mid: #7b3fa0;
  --purple-light: #c8a4e4;
  --purple-soft: #f3eaff;
  --gold: #d4a843;
  --gold-light: #f0cc70;
  --white: #ffffff;
  --gray-100: #f8f5ff;
  --gray-200: #e8e0f0;
  --gray-600: #6b7280;
  --text: #000;
  --font-main: 'Montserrat', 'Roboto', sans-serif;
  --font-heading: 'Classyvogueregular', 'Roboto', Georgia, serif;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(74, 30, 110, .15);
  --shadow-lg: 0 12px 48px rgba(74, 30, 110, .25);
  --transition: .3s cubic-bezier(.4, 0, .2, 1);
  --container: 1200px;
  --header-h: 80px;
  --adminbar-h: 0px;
  --header-top: 60px;
  --topbar-h: 44px; /* JS sáº½ cáº­p nháº­t theo chiá»u cao thá»±c cá»§a topbar */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  overflow-x: hidden;  /* Chá»‰ clip ngang trÃªn html, KHÃ”NG trÃªn body (body overflow-x:hidden phÃ¡ vá»¡ sticky) */
  max-width: 100vw;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #fff !important;
}

body {
  font-family: var(--font-main);
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* KhÃ´ng Ä‘áº·t overflow-x:hidden trÃªn body vÃ¬ sáº½ phÃ¡ vá»¡ position:sticky */
}

h1, h2, h3, h4, h5, h6,
.section-title, .hero__title, .home-booking__title, .footer__title, .widget-title {
  font-family: var(--font-heading) !important;
  font-weight: normal !important;
}

.timeline-node__title {
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
}

.main-menu a, .menu-item a, .nav-menu a, .nav-menu, .mobile-menu a {
  font-family: var(--font-heading) !important;
  font-weight: normal !important;
}



img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition)
}

ul {
  list-style: none
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  white-space: nowrap;
  text-align: center
}

.btn--primary {
  background: linear-gradient(135deg, var(--purple-main), var(--purple-mid));
  color: #fff;
  box-shadow: 0 4px 20px rgba(74, 30, 110, .4)
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(74, 30, 110, .5)
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #000000;
  box-shadow: 0 4px 20px rgba(212, 168, 67, .4)
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 168, 67, .5)
}

.btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .7)
}

.btn--outline:hover {
  background: rgba(255, 255, 255, .15);
  border-color: #fff
}

.hero-arrow:hover { background: rgba(212,168,67,.8); border-color: #d4a843; }
@media(max-width: 768px) {
  .hero-arrow {
    width: 34px !important;
    height: 34px !important;
  }
  .hero-arrow svg {
    width: 16px !important;
    height: 16px !important;
  }
}

.btn--sm {
  padding: 8px 20px;
  font-size: .85rem
}

.btn--lg {
  padding: 15px 36px;
  font-size: 1rem
}

.btn--xl {
  padding: 18px 44px;
  font-size: 1.1rem
}



























.header__logo a,
.logo-text {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--purple-main)
}

.header__logo img {
  height: 60px;
  width: auto
}













/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--purple-main);
  display: block;
  transition: all var(--transition);
  transform-origin: center
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0)
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 10000;
  box-shadow: var(--shadow-lg);
  transition: right var(--transition);
  overflow-y: auto;
  text-align: left;
}

/* GLOBAL SIDEBAR WRAP */
.global-sidebar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 68px;
  z-index: 9990;
  pointer-events: none;
}
.global-sidebar-wrap .hero-sidebar {
  border-radius: 0 16px 16px 0;
  box-shadow: 4px 0 24px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.15);
  border-left: none;
}

.mobile-menu.open {
  right: 0
}

.mobile-menu__topbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: #000000;
  padding: 15px 20px 15px;
  margin-bottom: 10px;
}

.mobile-menu__slogan {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
}

.mobile-menu__hours {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
.mobile-menu__hours .topbar__days,
.mobile-menu__hours .topbar__sep,
.mobile-menu__hours .topbar__time {
  color: #fff !important;
}
.mobile-menu__hours svg {
  fill: #fff !important;
}

.mobile-menu__phone {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mobile-menu__close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
}

.mobile-menu__inner {
  padding: 10px 30px 30px;
}

.mobile-nav {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-nav li {
  border-bottom: 1px solid var(--gray-200);
}

.mobile-nav li a {
  display: block;
  padding: 14px 0;
  font-weight: 500;
  color: #000000;
  font-size: 1rem
}

.mobile-nav li a:hover {
  color: var(--purple-main)
}

.mobile-menu__btn {
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  justify-content: center;
  color: #fff !important;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 10, 46, .5);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition)
}

.mobile-overlay.show {
  opacity: 1;
  pointer-events: all
}

/* SECTION COMMONS */
section {
  padding: 80px 0
}

.section-header {
  text-align: center;
  margin-bottom: 56px
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--purple-main), var(--purple-mid));
  color: #fff;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: normal;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 16px
}

.section-title--white {
  color: #fff
}

.section-desc {
  color: var(--gray-600);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto
}

.section-desc--white {
  color: rgba(255, 255, 255, .85)
}

/* SPARKLES */
.sparkle {
  position: absolute;
  color: var(--gold);
  font-size: 1.2rem;
  animation: sparkle 3s ease-in-out infinite
}

.sparkle--1 {
  top: 15%;
  left: 5%;
  animation-delay: 0s;
  font-size: 1.5rem
}

.sparkle--2 {
  top: 25%;
  right: 8%;
  animation-delay: .5s
}

.sparkle--3 {
  top: 60%;
  left: 3%;
  animation-delay: 1s
}

.sparkle--4 {
  top: 40%;
  right: 4%;
  animation-delay: 1.5s;
  font-size: 1rem
}

.sparkle--5 {
  bottom: 20%;
  left: 10%;
  animation-delay: 2s
}

.sparkle--6 {
  bottom: 30%;
  right: 6%;
  animation-delay: .8s
}

@keyframes sparkle {

  0%,
  100% {
    opacity: .4;
    transform: scale(1) rotate(0deg)
  }

  50% {
    opacity: 1;
    transform: scale(1.3) rotate(20deg)
  }
}

/* HERO */
.hero {
  position: relative;
  min-height: 85vh;
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple-deep) 40%, var(--purple-main) 100%);
  overflow: hidden;
  display: flex;
  align-items: center
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--hero-bg, none) center/cover no-repeat;
  opacity: .2
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .2);
  color: var(--gold-light);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .06em;
  margin-bottom: 20px
}

.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .3)
}

.hero__subtitle {
  color: rgba(255, 255, 255, .85);
  font-size: 1.1rem;
  margin-bottom: 36px;
  line-height: 1.7
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.hero__image-wrap {
  position: relative;
  display: flex;
  justify-content: center
}

.hero__image {
  width: 100%;
  max-width: 480px;
  border-radius: var(--radius-lg);
  filter: drop-shadow(0 20px 60px rgba(74, 30, 110, .5));
  position: relative;
  z-index: 2;
  animation: float 6s ease-in-out infinite
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-15px)
  }
}

.hero__image-glow {
  position: absolute;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, var(--purple-mid), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .6;
  z-index: 1;
  animation: glow 4s ease-in-out infinite
}

@keyframes glow {

  0%,
  100% {
    opacity: .4;
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    opacity: .8;
    transform: translate(-50%, -50%) scale(1.2)
  }
}

.hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0
}

.hero__wave svg {
  width: 100%;
  height: 80px
}

/* STATS */
.intro-stats {
  background: var(--gray-100);
  padding: 60px 0
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-bottom: 48px
}

.stat-item {
  text-align: center;
  padding: 32px 20px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: all var(--transition);
  border: 1px solid var(--gray-200)
}

.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--purple-light)
}

.stat-item__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--purple-main), var(--purple-mid));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.stat-item__number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: normal;
  color: var(--purple-main);
  line-height: 1
}

.stat-item__label {
  color: var(--gray-600);
  font-size: .9rem;
  margin-top: 8px;
  font-weight: 500
}

.stats-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  border-radius: var(--radius-lg);
  overflow: hidden
}

.stats-gallery__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform var(--transition)
}

.stats-gallery__item:hover img {
  transform: scale(1.05)
}

/* SERVICES */
.services {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-deep), var(--purple-main))
}

.services::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(200, 164, 228, .2), transparent 70%);
  pointer-events: none
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  position: relative;
  z-index: 2
}

.service-card {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all var(--transition);
  text-align: center
}

.service-card:hover {
  background: rgba(255, 255, 255, .15);
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.service-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000
}

.service-card__title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 12px
}

.service-card__desc {
  color: rgba(255, 255, 255, .8);
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 20px
}

.service-card__link {
  color: var(--gold-light);
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition)
}

.service-card__link:hover {
  gap: 10px
}

/* ABOUT */
.about {
  background: #fff
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.about__image-main {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg)
}

.about__image-main img {
  width: 100%;
  height: 500px;
  object-fit: cover
}

.about__image-badge {
  position: absolute;
  bottom: 24px;
  right: -20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #000000;
  padding: 16px 24px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow)
}

.about__image-badge-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: normal;
  line-height: 1
}

.about__image-badge-text {
  font-size: .8rem;
  font-weight: 600
}

.about__image-placeholder {
  height: 500px;
  background: linear-gradient(135deg, var(--purple-soft), var(--gray-200));
  border-radius: var(--radius-lg);
  position: relative
}

.about__team-strip {
  display: flex;
  gap: 8px;
  margin-top: 16px
}

.about__team-strip img {
  flex: 1;
  height: 80px;
  object-fit: cover;
  border-radius: 8px
}

.about__content .section-badge {
  margin-bottom: 16px
}

.about__text {
  color: var(--gray-600);
  line-height: 1.8;
  margin: 20px 0 28px;
  font-size: 1rem
}

.about__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px
}

.about__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #000000
}

.about__check {
  color: var(--purple-main);
  flex-shrink: 0
}

/* TEAM */
.team {
  background: var(--gray-100)
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px
}

.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all var(--transition);
  border: 1px solid var(--gray-200)
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--purple-light)
}

.team-card__img-wrap {
  position: relative;
  overflow: hidden;
  height: 280px
}

.team-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition)
}

.team-card:hover .team-card__img-wrap img {
  transform: scale(1.05)
}

.team-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 10, 46, .6), transparent)
}

.team-card__img-placeholder {
  height: 280px;
  background: linear-gradient(135deg, var(--purple-soft), var(--gray-200))
}

.team-card__info {
  padding: 20px;
  text-align: center
}

.team-card__name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 4px
}

.team-card__role {
  color: var(--purple-mid);
  font-size: .88rem;
  font-weight: 500
}

/* PARTNERS */
.partners {
  background: #fff;
  overflow: hidden
}

.partners-track-wrap {
  overflow: hidden;
  position: relative
}

.partners-track-wrap::before,
.partners-track-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none
}

.partners-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent)
}

.partners-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent)
}

.partners-track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: scroll-partners 30s linear infinite;
  width: max-content
}

.partners-track:hover {
  animation-play-state: paused
}

@keyframes scroll-partners {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.partner-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1) opacity(.6);
  transition: filter var(--transition)
}

.partner-item:hover {
  filter: grayscale(0) opacity(1)
}

.partner-item img {
  height: 50px;
  width: auto;
  max-width: 140px;
  object-fit: contain
}

.partner-item__name {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--gray-600);
  white-space: nowrap
}

/* DOCTORS */
.doctors {
  background: var(--purple-soft)
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 28px
}

.doctor-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all var(--transition)
}

.doctor-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg)
}

.doctor-card__img-wrap {
  height: 300px;
  overflow: hidden
}

.doctor-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition)
}

.doctor-card:hover .doctor-card__img-wrap img {
  transform: scale(1.05)
}

.doctor-card__info {
  padding: 20px;
  text-align: center;
  border-top: 3px solid var(--purple-main)
}

.doctor-card__name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 4px
}

.doctor-card__specialty {
  color: var(--purple-mid);
  font-size: .88rem;
  font-weight: 600;
  margin-bottom: 8px
}

.doctor-card__desc {
  color: var(--gray-600);
  font-size: .85rem;
  line-height: 1.6
}

/* CTA BANNER */
.cta-banner {
  position: relative;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-main));
  overflow: hidden;
  text-align: center
}

.cta-banner__bg {
  position: absolute;
  inset: 0;
  background: var(--cta-bg) center/cover no-repeat
}

.cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 10, 46, .85), rgba(74, 30, 110, .75))
}

.cta-banner__sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.cta-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto
}

.cta-banner__title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: normal;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3
}

.cta-banner__subtitle {
  color: rgba(255, 255, 255, .85);
  font-size: 1.05rem;
  margin-bottom: 36px;
  line-height: 1.7
}

.cta-banner__btn {
  margin-bottom: 24px
}

.cta-banner__contact {
  color: rgba(255, 255, 255, .8);
  font-size: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.cta-banner__phone {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 1.1rem
}

/* FOOTER */
.site-footer {
  background: var(--purple-dark);
  color: rgba(255, 255, 255, .8)
}

.footer__top {
  padding: 72px 0 48px
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px
}

.footer__logo-text {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 16px
}

.footer__col img {
  height: 60px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1)
}

.footer__desc {
  color: rgba(255, 255, 255, .65);
  line-height: 1.8;
  font-size: .92rem;
  margin-bottom: 24px
}

.footer__socials {
  display: flex;
  gap: 12px
}

.footer__social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .8);
  transition: all var(--transition)
}

.footer__social:hover {
  background: var(--purple-mid);
  color: #fff;
  transform: translateY(-2px)
}

.footer__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px
}

.footer__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--gold)
}

.footer__menu li {
  margin-bottom: 10px
}

.footer__menu li a {
  color: rgba(255, 255, 255, .65);
  font-size: .92rem;
  transition: color var(--transition)
}

.footer__menu li a:hover {
  color: var(--gold-light);
  padding-left: 6px
}

.footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .65);
  font-size: .9rem
}

.footer__contact svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--gold)
}

.footer__contact a {
  color: rgba(255, 255, 255, .65);
  transition: color var(--transition)
}

.footer__contact a:hover {
  color: var(--gold-light)
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .85rem;
  color: rgba(255, 255, 255, .5);
  gap: 16px
}

.footer__bottom-inner a {
  color: var(--gold-light)
}

/* FLOAT ZALO */
.float-zalo {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 9000;
  animation: bounce 2s ease-in-out infinite
}

.float-zalo img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

/* BACK TO TOP */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 8999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-main), var(--purple-mid));
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all var(--transition)
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0)
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg)
}

/* HIDDEN */
.hidden-mobile {
  display: inline-flex
}

/* ICONS */
.icon-svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* TEXT CENTER */
.text-center {
  text-align: center
}

/* ===== RESPONSIVE ===== */
@media (max-width:1024px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }

  .hero__inner {
    gap: 40px
  }
}

@media (max-width:768px) {
  :root {
    --header-h: 48px
  }

  section {
    padding: 30px 0
  }

  .topbar {
    display: none
  }

  /* site-header is sticky, top:0 handled by header-hero.css */

  .hamburger {
    display: flex
  }

  .header__nav,
  .header__actions .hidden-mobile {
    display: none
  }

  .hidden-mobile {
    display: none !important
  }

  .hero {
    min-height: auto;
    padding: 80px 0 60px
  }

  .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px
  }

  .hero__image-wrap {
    order: -1
  }

  .hero__image {
    max-width: 300px;
    margin: 0 auto
  }

  .hero__actions {
    justify-content: center
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-gallery {
    grid-template-columns: repeat(3, 1fr)
  }

  .services-grid {
    grid-template-columns: 1fr
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .doctors-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer__grid {
    grid-template-columns: 1fr
  }

  .footer__bottom-inner {
    flex-direction: column;
    text-align: center
  }

  .about__image-badge {
    right: 0
  }

  /* All section headings â†’ 20px on mobile */
  h1, h2, h3,
  .section-title,
  .section__title,
  .hero__title,
  .services__title,
  .about__title,
  .about-content__title,
  .stats__title,
  .timeline-section__title,
  .vm-section__title,
  .team__title,
  .partners__title,
  .news__title,
  .culture-section__title,
  .culture__title,
  .footer__logo-name,
  .section-heading__title,
  .org-section__title,
  .experts-section__title,
  .experts-section__title-main {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width:480px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr
  }

  .stats-gallery {
    grid-template-columns: repeat(2, 1fr)
  }

  .team-grid {
    grid-template-columns: 1fr
  }

  .doctors-grid {
    grid-template-columns: 1fr
  }

  .hero__actions {
    flex-direction: column;
    align-items: center
  }
}

/* AOS fallback */
[data-aos] {
  opacity: 1;
  transform: none
}

/* =============================================
   ARCHIVE HERO
   ============================================= */
.archive-hero {
  position: relative;
  background: var(--purple-dark);
  padding: 30px 0 48px;
  overflow: hidden
}

.archive-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-deep) 50%, var(--purple-main))
}

.archive-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 10, 46, .5)
}

.archive-hero__inner {
  position: relative;
  z-index: 2;
  text-align: left
}

.archive-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: normal;
  color: #fff;
  margin: 12px 0 10px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .4)
}

.archive-hero__title span {
  color: var(--gold-light)
}

.archive-hero__desc {
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 0 16px
}

.archive-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 6px 16px;
  border-radius: 50px;
  margin-top: 6px
}

.archive-hero__meta-badge {
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: .85rem
}

.archive-hero__meta-count {
  color: rgba(255, 255, 255, .75);
  font-size: .85rem
}

.archive-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0
}

.archive-hero__wave svg {
  width: 100%;
  height: 50px
}

/* =============================================
   ARCHIVE LAYOUT (2 cols)
   ============================================= */
.archive-main,
.single-main {
  background: var(--gray-100);
  padding: 12px 0 40px
}

.archive-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 15px;
  align-items: start
}

.archive-content {
  min-width: 0
}

/* FILTER BAR */
.archive-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap
}

.archive-filter-bar__count {
  color: var(--gray-600);
  font-size: .88rem;
  font-weight: 500
}

.archive-filter-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.archive-filter-tab {
  padding: 4px 12px;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--purple-mid);
  background: #fff;
  border: 1.5px solid var(--gray-200);
  transition: all var(--transition)
}

.archive-filter-tab:hover,
.archive-filter-tab.active {
  background: var(--purple-main);
  color: #fff;
  border-color: var(--purple-main)
}

/* FEATURED FIRST POST */
.post-card-featured {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  display: grid;
  grid-template-columns: 1.2fr 1fr
}

.post-card-featured__thumb-wrap {
  position: relative;
  overflow: hidden;
  min-height: 220px
}

.post-card-featured__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition)
}

.post-card-featured:hover .post-card-featured__thumb {
  transform: scale(1.04)
}

.post-card-featured__thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(26, 10, 46, .08))
}

.post-card-featured__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.post-card-featured__cat {
  display: inline-block;
  background: var(--purple-soft);
  color: var(--purple-main);
  padding: 3px 10px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.post-card-featured__title {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: normal;
  color: #000000;
  line-height: 1.35;
  margin-bottom: 8px
}

.post-card-featured__title a {
  color: inherit
}

.post-card-featured__title a:hover {
  color: var(--purple-main)
}

.post-card-featured__excerpt {
  color: var(--gray-600);
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 10px;
  flex: 1
}

.post-card-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.post-card-featured__meta {
  color: var(--gray-600);
  font-size: .78rem;
  display: flex;
  gap: 5px;
  align-items: center
}

.post-card-featured__readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--purple-main);
  font-weight: 700;
  font-size: .84rem;
  transition: gap var(--transition)
}

.post-card-featured__readmore:hover {
  gap: 8px;
  color: var(--purple-mid)
}

/* POSTS GRID */
.archive-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px
}

.archive-posts-grid .post-card-featured {
  grid-column: 1/-1
}

/* POST CARD V2 */
.post-card-v2 {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  transition: all var(--transition);
  display: flex;
  flex-direction: column
}

.post-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--purple-light)
}

.post-card-v2__thumb-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  height: 170px
}

.post-card-v2__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition)
}

.post-card-v2:hover .post-card-v2__thumb {
  transform: scale(1.06)
}

.post-card-v2__thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 10, 46, .35), transparent 60%)
}

.post-card-v2__cat-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--purple-main);
  color: #fff;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em
}

.post-card-v2__thumb-placeholder {
  height: 170px;
  background: linear-gradient(135deg, var(--purple-soft), var(--gray-200));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple-light)
}

.post-card-v2__body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.post-card-v2__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 6px
}

.post-card-v2__date,
.post-card-v2__author {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--gray-600);
  font-size: .75rem
}

.post-card-v2__title {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 6px;
  flex: 1
}

.post-card-v2__title a {
  color: inherit
}

.post-card-v2__title a:hover {
  color: var(--purple-main)
}

.post-card-v2__excerpt {
  color: var(--gray-600);
  font-size: .84rem;
  line-height: 1.6;
  margin-bottom: 8px
}

.post-card-v2__readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--purple-main);
  font-weight: 700;
  font-size: .82rem;
  margin-top: auto;
  transition: gap var(--transition)
}

.post-card-v2__readmore:hover {
  gap: 8px
}

/* PAGINATION */
.archive-pagination {
  margin-top: 15px
}

.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--gray-200);
  color: #000000;
  font-weight: 600;
  font-size: .9rem;
  transition: all var(--transition)
}

.archive-pagination .page-numbers:hover {
  background: var(--purple-main);
  color: #fff;
  border-color: var(--purple-main)
}

.archive-pagination .page-numbers.current {
  background: var(--purple-main);
  color: #fff;
  border-color: var(--purple-main)
}

.archive-pagination .page-numbers.dots {
  background: transparent;
  border: none;
  width: auto
}

.archive-pagination .prev,
.archive-pagination .next {
  width: 40px;
  height: 40px
}

/* NO POSTS */
.archive-no-posts {
  text-align: center;
  padding: 80px 40px;
  background: #fff;
  border-radius: var(--radius-lg)
}

.archive-no-posts__icon {
  color: var(--purple-light);
  margin-bottom: 20px
}

.archive-no-posts h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 12px
}

.archive-no-posts p {
  color: var(--gray-600);
  margin-bottom: 28px
}

/* =============================================
   SIDEBAR
   ============================================= */
.archive-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: calc(var(--header-h) + 15px)
}

.sidebar-widget {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 15px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200)
}

.sidebar-widget__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--purple-soft);
  position: relative
}

.sidebar-widget__title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--purple-main)
}

/* SEARCH */
.sidebar-widget--search {
  padding: 0
}

.sidebar-search {
  display: flex;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--gray-200);
  transition: border-color var(--transition)
}

.sidebar-search:focus-within {
  border-color: var(--purple-main)
}

.sidebar-search__input {
  flex: 1;
  padding: 10px 12px;
  border: none;
  outline: none;
  font-family: var(--font-main);
  font-size: .88rem;
  color: var(--text)
}

.sidebar-search__btn {
  padding: 0 14px;
  background: var(--purple-main);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background var(--transition);
  display: flex;
  align-items: center
}

.sidebar-search__btn:hover {
  background: var(--purple-mid)
}

/* RECENT POSTS */
.sidebar-recent {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.sidebar-recent__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  transition: all var(--transition);
  border-radius: 6px;
  padding: 4px
}

.sidebar-recent__item:hover {
  background: var(--gray-100)
}

.sidebar-recent__img-wrap {
  width: 60px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.sidebar-recent__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sidebar-recent__img-placeholder {
  width: 60px;
  height: 48px;
  background: var(--purple-soft);
  border-radius: 6px
}

.sidebar-recent__info {
  flex: 1;
  min-width: 0
}

.sidebar-recent__title {
  font-size: .85rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.sidebar-recent__item:hover .sidebar-recent__title {
  color: var(--purple-main)
}

.sidebar-recent__date {
  font-size: .75rem;
  color: var(--gray-600)
}

/* CATEGORIES */
.sidebar-categories {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.sidebar-categories__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border-radius: 6px;
  color: #000000;
  font-size: .86rem;
  font-weight: 500;
  transition: all var(--transition)
}

.sidebar-categories__item a:hover,
.sidebar-categories__item.active a {
  background: var(--purple-soft);
  color: var(--purple-main)
}

.sidebar-categories__count {
  background: var(--purple-soft);
  color: var(--purple-main);
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  min-width: 24px;
  text-align: center
}

.sidebar-categories__item.active .sidebar-categories__count {
  background: var(--purple-main);
  color: #fff
}

/* SIDEBAR CTA */
.sidebar-widget--cta {
  padding: 0;
  overflow: hidden
}

.sidebar-cta {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-main));
  padding: 20px 15px;
  text-align: center
}

.sidebar-cta__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #fff
}

.sidebar-cta__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 6px
}

.sidebar-cta__desc {
  color: rgba(255, 255, 255, .8);
  font-size: .84rem;
  line-height: 1.5;
  margin-bottom: 12px
}

.sidebar-cta__btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 10px
}

.sidebar-cta__phone {
  display: block;
  color: var(--gold-light);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .02em
}

.sidebar-cta__phone:hover {
  color: #fff
}

/* =============================================
   SINGLE POST
   ============================================= */
.post-hero {
  position: relative;
  padding: 30px 0 45px;
  overflow: hidden;
  background: var(--purple-dark)
}

.post-hero__bg {
  position: absolute;
  inset: 0;
  background: var(--bg-img) center/cover no-repeat
}

.post-hero__bg--gradient {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-main))
}

.post-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 10, 46, .78) 0%, rgba(26, 10, 46, .88) 100%)
}

.post-hero__inner {
  position: relative;
  z-index: 2;
  text-align: left
}

.post-hero__cats {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px
}

.post-hero__cat-tag {
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .3);
  color: var(--gold-light);
  padding: 3px 12px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all var(--transition)
}

.post-hero__cat-tag:hover {
  background: var(--gold);
  color: #000000
}

.post-hero__title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .4)
}

.post-hero__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .75);
  font-size: .8rem
}

.post-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 5px
}

.post-hero__meta-sep {
  opacity: .4
}

.post-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0
}

.post-hero__wave svg {
  width: 100%;
  height: 50px
}

/* SINGLE CONTENT */
.single-content {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 15px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200)
}

.single-thumb-wrap {
  margin-bottom: 12px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.single-thumb {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover
}

/* ENTRY CONTENT */
.single-entry-content {
  line-height: 1.8;
  color: #000;
  font-size: 1rem
}

.single-entry-content h2 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: #000000;
  margin: 1.5em 0 .6em;
  padding-left: 14px;
  border-left: 4px solid var(--purple-main)
}

.single-entry-content h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--purple-deep);
  margin: 1.3em 0 .5em
}

.single-entry-content h4 {
  font-size: 1rem;
  color: #000000;
  margin: 1.2em 0 .5em;
  font-weight: 700
}

.single-entry-content p {
  margin-bottom: 1em
}

.single-entry-content ul,
.single-entry-content ol {
  margin: 1em 0 1.2em 1.5em
}

.single-entry-content ul {
  list-style: disc
}

.single-entry-content ol {
  list-style: decimal
}

.single-entry-content li {
  margin-bottom: .5em
}

.single-entry-content blockquote {
  margin: 1.5em 0;
  padding: 20px 24px;
  background: var(--purple-soft);
  border-left: 4px solid var(--purple-main);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--purple-deep)
}

.single-entry-content img {
  border-radius: var(--radius);
  max-width: 100%;
  height: auto;
  margin: 1em auto
}

.single-entry-content a {
  color: var(--purple-main);
  text-decoration: underline;
  text-underline-offset: 3px
}

.single-entry-content a:hover {
  color: var(--purple-mid)
}

.single-entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: .95rem
}

.single-entry-content th {
  background: var(--purple-main);
  color: #fff;
  padding: 12px 16px;
  text-align: left
}

.single-entry-content td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--gray-200)
}

.single-entry-content tr:nth-child(even) td {
  background: var(--gray-100)
}

/* WP GALLERY */
.wp-block-gallery,
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin: 1.5em 0
}

.wp-block-gallery figure,
.gallery-item {
  overflow: hidden;
  border-radius: 8px
}

.wp-block-gallery figure img,
.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform var(--transition);
  display: block
}

.wp-block-gallery figure:hover img,
.gallery-item:hover img {
  transform: scale(1.06)
}

.wp-block-image figure {
  margin: 1em 0
}

.wp-block-image img {
  border-radius: var(--radius)
}

/* 2x2 IMAGE GRID (Gutenberg columns) */
.wp-block-columns {
  display: flex;
  gap: 16px;
  margin: 1.5em 0;
  flex-wrap: wrap
}

.wp-block-column {
  flex: 1;
  min-width: 200px
}

/* TAGS */
.single-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--gray-200);
  font-size: .82rem;
  color: var(--gray-600)
}

.single-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
  background: var(--purple-soft);
  color: var(--purple-main);
  font-weight: 600;
  font-size: .76rem;
  transition: all var(--transition)
}

.single-tag:hover {
  background: var(--purple-main);
  color: #fff
}

/* SHARE */
.single-share {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--gray-200)
}

.single-share__label {
  font-weight: 700;
  color: #000000;
  font-size: .9rem;
  margin-right: 4px
}

.single-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all var(--transition)
}

.single-share__btn--fb {
  background: #1877f2;
  color: #fff
}

.single-share__btn--fb:hover {
  background: #0f65d8;
  transform: translateY(-2px)
}

.single-share__btn--zalo {
  background: #0068ff;
  color: #fff
}

.single-share__btn--zalo:hover {
  background: #0055cc;
  transform: translateY(-2px)
}

.single-share__btn--tw {
  background: #000;
  color: #fff
}

.single-share__btn--tw:hover {
  background: #222;
  transform: translateY(-2px)
}

.single-share__btn--copy {
  background: var(--purple-soft);
  color: var(--purple-main)
}

.single-share__btn--copy:hover {
  background: var(--purple-main);
  color: #fff;
  transform: translateY(-2px)
}

/* POST NAV */
.single-post-nav {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray-200)
}

.single-post-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.single-post-nav__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: var(--radius);
  border: 1.5px solid var(--gray-200);
  background: #fff;
  transition: all var(--transition);
  overflow: hidden
}

.single-post-nav__item:hover {
  border-color: var(--purple-light);
  box-shadow: var(--shadow);
  transform: translateY(-2px)
}

.single-post-nav__item--next {
  flex-direction: row-reverse;
  text-align: right
}

.single-post-nav__thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.single-post-nav__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-post-nav__thumb-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: var(--purple-soft)
}

.single-post-nav__info {
  flex: 1;
  min-width: 0
}

.single-post-nav__label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--purple-mid);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px
}

.single-post-nav__item--next .single-post-nav__label {
  justify-content: flex-end
}

.single-post-nav__title {
  font-size: .88rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

/* RELATED POSTS */
.single-related {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 2px solid var(--gray-200)
}

.single-related__header {
  margin-bottom: 10px
}

.single-related__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: normal;
  color: #000000
}

.single-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.related-card {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gray-200);
  transition: all var(--transition)
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--purple-light)
}

.related-card__thumb-wrap {
  position: relative;
  height: 130px;
  overflow: hidden
}

.related-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition)
}

.related-card:hover .related-card__thumb {
  transform: scale(1.06)
}

.related-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 10, 46, .4), transparent)
}

.related-card__thumb-placeholder {
  height: 160px;
  background: var(--purple-soft)
}

.related-card__cat {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  color: var(--purple-main);
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 8px 12px 0
}

.related-card__title {
  font-family: var(--font-heading);
  font-size: .92rem;
  font-weight: normal;
  color: #000000;
  padding: 6px 12px 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.related-card__date {
  display: block;
  font-size: .75rem;
  color: var(--gray-600);
  padding: 0 12px 12px
}

/* BREADCRUMBS */
.breadcrumbs {
  margin-bottom: 12px;
  text-align: left
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  font-size: .8rem;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0
}

.breadcrumbs__item {
  color: rgba(255, 255, 255, .65)
}

.breadcrumbs__item a {
  color: rgba(255, 255, 255, .75);
  transition: color var(--transition)
}

.breadcrumbs__item a:hover {
  color: var(--gold-light)
}

.breadcrumbs__item+.breadcrumbs__item::before {
  content: '\203A';
  margin-right: 4px;
  opacity: .5
}

.breadcrumbs__item--current {
  color: #fff;
  font-weight: 500
}

.breadcrumbs--dark .breadcrumbs__item {
  color: var(--gray-600)
}

.breadcrumbs--dark .breadcrumbs__item a {
  color: var(--purple-mid)
}

.breadcrumbs--dark .breadcrumbs__item--current {
  color: #000000
}

/* =============================================
   RESPONSIVE ARCHIVE / SINGLE
   ============================================= */
@media(max-width:1024px) {
  .archive-layout {
    grid-template-columns: 1fr
  }

  .archive-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .sidebar-widget--cta {
    grid-column: 1/-1
  }
}

@media(max-width:768px) {
  .container {
    padding: 0 10px
  }

  .post-card-featured__title,
  .post-card-v2__title {
    font-size: 17px !important;
  }

  .archive-posts-grid {
    grid-template-columns: 1fr
  }

  .post-card-featured {
    grid-template-columns: 1fr
  }

  .post-card-featured__thumb-wrap {
    min-height: 200px
  }

  .archive-sidebar {
    grid-template-columns: 1fr
  }

  .single-content {
    padding: 10px
  }

  .single-post-nav__inner {
    grid-template-columns: 1fr
  }

  .single-related__grid {
    grid-template-columns: 1fr 1fr
  }

  .post-hero {
    padding: 36px 0 56px
  }

  .post-hero__inner {
    text-align: center
  }

  .post-hero__title {
    font-size: 16px !important;
    line-height: 1.5
  }

  .post-hero__meta {
    justify-content: center
  }

  .post-hero__inner .breadcrumbs__list {
    justify-content: center
  }

  .archive-hero {
    padding: 36px 0 56px
  }

  .archive-hero__inner {
    text-align: center
  }

  .breadcrumbs__list {
    justify-content: center
  }

  .archive-hero__desc {
    max-width: 100%
  }

  .archive-filter-tabs {
    display: none
  }
}

@media(max-width:480px) {
  .single-related__grid {
    grid-template-columns: 1fr
  }

  .single-post-nav__item {
    padding: 10px
  }

  .single-share {
    gap: 6px
  }

  .single-share__btn {
    padding: 6px 10px;
    font-size: .76rem
  }
}

/* =============================================
   LOAD MORE BUTTON
   ============================================= */
.archive-loadmore-wrap {
  text-align: center;
  margin-top: 20px;
  padding-top: 16px
}

.archive-loadmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  background: linear-gradient(135deg, #3c2e71, #7b3fa0);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 20px rgba(74,30,110,.35)
}

.archive-loadmore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(74,30,110,.5)
}

.archive-loadmore-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none
}

.archive-loadmore-btn__spin {
  animation: spin-icon .8s linear infinite
}

@keyframes spin-icon {
  from { transform: rotate(0deg) }
  to   { transform: rotate(360deg) }
}

/* =============================================
   LOAD MORE JAVASCRIPT (inline via wp_footer)
   ============================================= */

/* =============================================
   HOME BOOKING SECTION
   ============================================= */
.home-booking {
  position: relative;
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple-deep) 50%, var(--purple-main) 100%);
  padding: 72px 0;
  overflow: hidden
}

.home-booking__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(200,164,228,.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(212,168,67,.1)   0%, transparent 40%);
  pointer-events: none
}

.home-booking__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Left info Ã¢â€â‚¬Ã¢â€â‚¬ */
.home-booking__info .section-badge { margin-bottom: 16px }

.home-booking__title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: normal;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px
}

.home-booking__title em {
  font-style: normal;
  color: var(--gold-light)
}

.home-booking__desc {
  color: rgba(255,255,255,.8);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px
}

.home-booking__benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px
}

.home-booking__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.85);
  font-size: .92rem
}

.home-booking__benefits li svg {
  color: var(--gold-light);
  flex-shrink: 0
}

.home-booking__hotline {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  padding: 12px 16px
}

.home-booking__hotline svg { color: var(--gold-light) }

.home-booking__hotline-label {
  display: block;
  font-size: .75rem;
  color: rgba(255,255,255,.65);
  margin-bottom: 2px
}

.home-booking__hotline-number {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: .02em
}

.home-booking__hotline-number:hover { color: #fff }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Right form Ã¢â€â‚¬Ã¢â€â‚¬ */
.home-booking__form-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3)
}

.home-booking__form-header { margin-bottom: 20px }

.home-booking__form-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 4px
}

.home-booking__form-sub {
  color: var(--gray-600);
  font-size: .82rem
}

.home-booking__form-error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #dc2626;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: .85rem;
  margin-bottom: 14px
}

.home-booking__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px
}

/* Form field */
.hbf-field { display: flex; flex-direction: column; gap: 5px }
.hbf-field--full { grid-column: 1 / -1 }

.hbf-field label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .8rem;
  font-weight: 600;
  color: #000000
}

.hbf-req { color: #ef4444; font-size: .85rem }

.hbf-field input,
.hbf-field select,
.hbf-field textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  font-family: var(--font-main);
  font-size: .88rem;
  color: var(--text);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  background: #fff
}

.hbf-field input:focus,
.hbf-field select:focus,
.hbf-field textarea:focus {
  border-color: var(--purple-main);
  box-shadow: 0 0 0 3px rgba(74,30,110,.1)
}

.hbf-select-wrap { position: relative }
.hbf-select-wrap select { appearance: none; padding-right: 32px }
.hbf-select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--purple-mid)
}

.hbf-err {
  font-size: .75rem;
  color: #ef4444;
  min-height: 14px
}

.hbf-field--error input,
.hbf-field--error select,
.hbf-field--error textarea {
  border-color: #ef4444
}

/* Submit button */
.home-booking__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  background: linear-gradient(135deg, var(--purple-main), var(--purple-mid));
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(74,30,110,.4);
  font-family: var(--font-main)
}

.home-booking__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(74,30,110,.5)
}

.home-booking__submit:disabled {
  opacity: .7;
  cursor: not-allowed;
  transform: none
}

.hbf-spin { animation: spin-icon .8s linear infinite }

.home-booking__privacy {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gray-600);
  font-size: .75rem;
  margin-top: 10px;
  justify-content: center
}

/* Success state */
.home-booking__success {
  text-align: center;
  padding: 32px 16px
}

.home-booking__success-icon { margin-bottom: 16px }

.home-booking__success h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 8px
}

.home-booking__success p {
  color: var(--gray-600);
  margin-bottom: 20px
}

/* Responsive */
@media (max-width: 900px) {
  .home-booking__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 600px) {
  .home-booking { padding: 48px 0 }
  .home-booking__form-card { padding: 20px 16px }
  .home-booking__fields { grid-template-columns: 1fr }
}

/* ---- NEW FOOTER STYLES ---- */
.site-footer {
  background: #ffffff !important;
  color: #000000 !important;
}
.site-footer .footer__top {
  padding: 60px 0 40px;
}
.new-footer-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}
.new-footer-layout .footer__title {
  color: #3c2e71 !important;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 16px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.new-footer-layout .footer__title--hotline {
  font-family: var(--font-heading);, 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  text-transform: none;
  font-weight: 500;
  color: #3c2e71 !important;
}
.footer__contact-info {
  margin-top: 10px;
}
.footer__contact-item {
  font-size: 0.95rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer__contact-item--email {
  color: #3c2e71;
}
.footer__contact-item--email a {
  color: #3c2e71;
}
.new-footer-layout .footer__menu li a {
  color: #000000;
  font-size: 0.95rem;
  font-weight: 500;
}
.new-footer-layout .footer__menu li a:hover {
  color: #d4a843;
}
.site-footer .footer__bottom {
  border-top: 1px solid #d1d5db;
  padding: 24px 0;
  background: #ffffff;
  color: #000000;
}
.site-footer .footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}
.site-footer .footer__copyright {
  margin: 0;
  color: #000000 !important;
}
.site-footer .footer__links {
  margin: 0;
  color: #000000 !important;
}
.site-footer .footer__bottom-inner * {
  color: #000000 !important;
}

@media(max-width: 900px) {
  .new-footer-layout {
    grid-template-columns: 1fr;
  }
  .site-footer .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  /* Footer: shrink all text on mobile */
  .site-footer .footer__top {
    padding: 30px 0 20px !important;
  }
  .new-footer-layout .footer__title--hotline {
    font-size: 1.3rem !important;
  }
  .new-footer-layout .footer__title {
    font-size: 0.75rem !important;
    padding-bottom: 10px !important;
    margin-bottom: 12px !important;
  }
  .footer__contact-item {
    font-size: 0.72rem !important;
    margin-bottom: 5px !important;
  }
  .new-footer-layout .footer__menu li a {
    font-size: 0.72rem !important;
  }
  .footer__menu li {
    margin-bottom: 4px !important;
  }
  .site-footer .footer__bottom-inner {
    font-size: 0.65rem !important;
  }
  .new-footer-layout {
    gap: 20px !important;
  }
  /* Footer bottom: remove padding */
  .site-footer .footer__bottom {
    padding: 8px 0 !important;
  }
  /* Hide scroll-to-top button on mobile */
  .back-to-top {
    display: none !important;
  }
}

/* =============================================
   BRAND TICKER (global â€“ all pages)
   ============================================= */
.brand-ticker {
  background: #1a0a2e;
  padding: 16px 0;
  overflow: hidden;
}

.brand-ticker__track {
  display: flex;
  gap: 0;
  animation: tickerScroll 25s linear infinite;
  width: max-content;
}

.brand-ticker__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,.1);
  white-space: nowrap;
}

.brand-ticker__item--img {
  border-right: none;
}

.brand-ticker__icon {
  gap: 5px;
  color: var(--gray-600);
  font-size: .75rem;
  margin-top: 10px;
  justify-content: center
}

/* Success state */
.home-booking__success {
  text-align: center;
  padding: 32px 16px
}

.home-booking__success-icon { margin-bottom: 16px }

.home-booking__success h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 8px
}

.home-booking__success p {
  color: var(--gray-600);
  margin-bottom: 20px
}

/* Responsive */
@media (max-width: 900px) {
  .home-booking__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 600px) {
  .home-booking { padding: 48px 0 }
  .home-booking__form-card { padding: 20px 16px }
  .home-booking__fields { grid-template-columns: 1fr }
}

/* ---- NEW FOOTER STYLES ---- */
.site-footer {
  background: #ffffff !important;
  color: #000000 !important;
}
.site-footer .footer__top {
  padding: 60px 0 40px;
}
.new-footer-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}
.new-footer-layout .footer__title {
  color: #3c2e71 !important;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 16px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.new-footer-layout .footer__title--hotline {
  font-family: var(--font-heading);, 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  text-transform: none;
  font-weight: 500;
  color: #3c2e71 !important;
}
.footer__contact-info {
  margin-top: 10px;
}
.footer__contact-item {
  font-size: 0.95rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer__contact-item--email {
  color: #3c2e71;
}
.footer__contact-item--email a {
  color: #3c2e71;
}
.new-footer-layout .footer__menu li a {
  color: #000000;
  font-size: 0.95rem;
  font-weight: 500;
}
.new-footer-layout .footer__menu li a:hover {
  color: #d4a843;
}
.site-footer .footer__bottom {
  border-top: 1px solid #d1d5db;
  padding: 24px 0;
  background: #ffffff;
  color: #000000;
}
.site-footer .footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}
.site-footer .footer__copyright {
  margin: 0;
  color: #000000 !important;
}
.site-footer .footer__links {
  margin: 0;
  color: #000000 !important;
}
.site-footer .footer__bottom-inner * {
  color: #000000 !important;
}

@media(max-width: 900px) {
  .new-footer-layout {
    grid-template-columns: 1fr;
  }
  .site-footer .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  /* Footer: shrink all text on mobile */
  .site-footer .footer__top {
    padding: 30px 0 20px !important;
  }
  .new-footer-layout .footer__title--hotline {
    font-size: 1.3rem !important;
  }
  .new-footer-layout .footer__title {
    font-size: 0.75rem !important;
    padding-bottom: 10px !important;
    margin-bottom: 12px !important;
  }
  .footer__contact-item {
    font-size: 0.72rem !important;
    margin-bottom: 5px !important;
  }
  .new-footer-layout .footer__menu li a {
    font-size: 0.72rem !important;
  }
  .footer__menu li {
    margin-bottom: 4px !important;
  }
  .site-footer .footer__bottom-inner {
    font-size: 0.65rem !important;
  }
  .new-footer-layout {
    gap: 20px !important;
  }
  /* Footer bottom: remove padding */
  .site-footer .footer__bottom {
    padding: 8px 0 !important;
  }
  /* Hide scroll-to-top button on mobile */
  .back-to-top {
    display: none !important;
  }
}

/* =============================================
   BRAND TICKER (global – all pages)
   ============================================= */
.brand-ticker {
  background: #3c2e71;
  padding: 16px 0;
  overflow: hidden;
}

.brand-ticker__track {
  display: flex;
  gap: 0;
  animation: tickerScroll 25s linear infinite;
  width: max-content;
}

.brand-ticker__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,.1);
  white-space: nowrap;
}

.brand-ticker__item--img {
  border-right: none;
}

.brand-ticker__icon {
  flex-shrink: 0;
  opacity: .6;
}

.brand-ticker__name {
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .06em;
}

.brand-ticker__sub {
  font-size: .7rem;
  color: rgba(255,255,255,.5);
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =============================================
   NEW CATEGORY ARCHIVE (V3)
   ============================================= */

/* Banner */
.cat-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 18, 69, 0.4);
}

/* Page Title */
.cat-page-title {
  text-align: center;
  font-family: var(--font-heading, "Playfair Display", serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: normal;
  color: #3c2e71;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* Posts Grid */
.cat-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Minimalist Card */
.post-card-v3 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.post-card-v3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.post-card-v3__thumb-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.post-card-v3__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-card-v3:hover .post-card-v3__thumb {
  transform: scale(1.05);
}
.post-card-v3__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card-v3__title {
  font-family: var(--font-heading, "Playfair Display", serif);
  font-size: 1.05rem;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
  margin: 0 0 16px 0;
  flex: 1;
}
.post-card-v3__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.post-card-v3__title a:hover {
  color: #3c2e71;
}
.post-card-v3__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: auto;
}
.post-card-v3__cat {
  color: #3c2e71;
  font-weight: 600;
  text-transform: uppercase;
}

/* Large Horizontal Card */
.post-card-large {
  grid-column: span 2;
  flex-direction: row;
}
.post-card-large .post-card-v3__thumb-wrap {
  width: 50%;
  aspect-ratio: auto;
  height: 100%;
}
.post-card-large .post-card-v3__body {
  width: 50%;
  padding: 40px;
  justify-content: center;
}
.post-card-large .post-card-v3__title {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

/* Pagination */
.cat-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.cat-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.cat-pagination .page-numbers:hover {
  background: #f0f0f0;
}
.cat-pagination .page-numbers.current {
  background: #3c2e71;
  color: #fff;
  border-color: #3c2e71;
}

@media (max-width: 992px) {
  .cat-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-card-large {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .cat-banner { min-height: 250px; }
  .cat-posts-grid {
    grid-template-columns: 1fr;
  }
  .post-card-large {
    grid-column: span 1;
    flex-direction: column;
  }
  .post-card-large .post-card-v3__thumb-wrap {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .post-card-large .post-card-v3__body {
    width: 100%;
    padding: 24px;
  }
}

/* =============================================
   SINGLE POST LAYOUT UPDATES
   ============================================= */
.single-page-title {
  font-family: var(--font-heading, "Playfair Display", serif);
  font-size: 18px;
  font-weight: normal;
  color: #1a0a2e;
  line-height: 1.4;
  margin-bottom: 24px;
}
.single-thumb-wrap {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.single-thumb {
  width: 100%;
  height: auto;
  display: block;
}

/* Single Post Content Images & Captions */
.single-entry-content {
  text-align: justify;
}
.single-entry-content figure,
.single-entry-content .wp-block-image {
  max-width: 700px;
  margin: 0 auto 30px auto !important;
  text-align: center;
}
.single-entry-content figure img,
.single-entry-content img {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 0 !important;
}
.single-entry-content figcaption,
.single-entry-content .wp-element-caption {
  background-color: #3c2e71;
  color: #fff;
  padding: 10px 15px;
  font-size: 0.9rem;
  margin-top: 0 !important;
  text-align: center;
}

/* Mobile specific fixes for single post */
@media (max-width: 768px) {
  /* Pull image out of single-content padding to be full width of the box */
  .single-entry-content figure,
  .single-entry-content .wp-block-image,
  .single-entry-content > img {
    margin-left: -10px !important;
    margin-right: -10px !important;
    max-width: calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
  }
  
  /* Adjust top gap and border-radius on mobile */
  .site-main.single-main {
    padding-top: 10px !important;
  }
  .archive-content.single-content {
    border-radius: 0 !important;
    border-top: none;
    margin-top: 0;
  }
}
