#home-slider {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
  transition: all 1s ease-in-out;
  touch-action: pan-y;
  user-select: none;
}
.carousel:active {
  cursor: grabbing;
}
.carousel {
  touch-action: pan-y pinch-zoom;
  user-select: none;
  overflow: hidden;
  cursor: grab;
}
.carousel-item {
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.carousel-inner {
  transition: transform 0.6s ease-in-out;
}

.carousel-inner img {
  height: 90vh;
  object-fit: cover;
  width: 100%;
  display: block;
  z-index: 0;
  filter: brightness(60%);
  pointer-events: none;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  pointer-events: none;
}

.carousel-caption h5,
.carousel-caption h1,
.carousel-caption p {
  pointer-events: auto;
}

.carousel-caption h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 5px;
  border-bottom: 2px solid #ff0000;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 10px;
  width: fit-content;
  margin-inline: auto;
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  pointer-events: none;
}

.carousel-caption p {
  font-size: 1rem;
  margin-top: 12px;
  max-width: 700px;
  margin-inline: auto;
  pointer-events: none;
}

.about-section {
  padding: 100px 0;
  background: #FFF8F2;
}
.about-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}
.about-left {
  flex: 1;
  animation: fadeInLeft 1s ease-out both;
}
.about-right {
  flex: 1;
  position: relative;
  animation: fadeInUp 1s ease-out both;
}
.about-right img {
  max-width: 100%;
  border-radius: 16px;
}
.subheading {
  text-transform: uppercase;
  color: #ff0000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}
h2 {
  font-size: 36px;
  margin: 10px 0 20px;
  font-weight: bold;
}
.description {
  font-size: 16px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 40px;
}
.stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.stat {
  background: #FBEFE7;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.stat:hover {
  transform: translateY(-4px);
}
.number {
  font-size: 28px;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 5px;
}
.label {
  font-size: 14px;
  color: #555;
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- CARD DANH MỤC ĐẸP HƠN, ẢNH LÀM NỀN --- */
.product-category-section {
  padding: 60px 0 0 0;
  background: #FFF8F2;
}

.category-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
}

.category-col,
.category-col.big {
  display: contents;
  max-height: 320px;
}

.category-item,
.category-item.highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  min-height: 320px;
  padding: 0;
  transition: box-shadow 0.25s, transform 0.25s;
  text-decoration: none;
  color: inherit;
}

.category-item img,
.category-item.highlight img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 28px;
  z-index: 1;
}

.category-item .content,
.category-item.highlight .content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 32px 24px 24px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.10) 60%, rgba(0,0,0,0) 100%);
  border-radius: 0 0 28px 28px;
}

.category-item .content h3,
.category-item.highlight .content h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.category-item .content p,
.category-item.highlight .content p {
  font-size: 1.05rem;
  color: #f3f3f3;
  margin-bottom: 16px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.13);
}

.category-item .content a,
.category-item.highlight .content a,
.view-all-link {
  color: #ff0000;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
  transition: color 0.2s;
  text-shadow: 0 1px 6px rgba(0,0,0,0.13);
}
.category-item .content a:hover,
.category-item.highlight .content a:hover,
.view-all-link:hover {
  color: #fff;
}

.category-item:hover,
.category-item.highlight:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
  transform: translateY(-6px) scale(1.02);
}

/* Responsive Design - Comprehensive Mobile Optimization */
/* Large Desktop */
@media only screen and (max-width: 1600px) {
  .carousel-inner img { height: 85vh; }
  .carousel-caption h1 { font-size: 2.8rem; }
  .carousel-caption h3 { font-size: 1.8rem; }
  .about-container { max-width: 1100px; gap: 35px; }
  .category-container { max-width: 1140px; gap: 28px; }
  .flash-sale-products { max-width: 1100px; }
  .material-section { max-width: 1100px; }
  .why-choose-container { max-width: 1100px; }
  .faq-container { max-width: 1100px; }
  .testimonial-container { max-width: 1100px; }
  .blog-section { max-width: 1050px; }
}

@media only screen and (max-width: 1400px) {
  .carousel-inner img { height: 80vh; }
  .carousel-caption h1 { font-size: 2.6rem; }
  .carousel-caption p { font-size: 0.95rem; max-width: 650px; }
  .about-container { max-width: 1000px; gap: 30px; }
  .about-section { padding: 80px 0; }
  h2 { font-size: 32px; }
  .category-container { max-width: 1040px; gap: 24px; }
  .flash-sale-header { max-width: 1000px; }
  .flash-sale-products { max-width: 1000px; gap: 20px; }
  .material-section { max-width: 1000px; }
  .why-choose-container { max-width: 1000px; gap: 35px; }
  .faq-container { max-width: 1000px; gap: 35px; }
  .testimonial-container { max-width: 1000px; }
  .blog-section { max-width: 950px; }
}

@media only screen and (max-width: 1200px) {
  .carousel-inner img { height: 75vh; }
  .carousel-caption h1 { font-size: 2.4rem; }
  .carousel-caption h3 { font-size: 1.6rem; }
  .carousel-caption p { font-size: 0.9rem; max-width: 600px; }
  .about-container { max-width: 900px; gap: 25px; }
  .about-section { padding: 70px 0; }
  h2 { font-size: 28px; }
  .description { font-size: 15px; }
  .stats { gap: 15px; }
  .stat { padding: 15px 25px; }
  .number { font-size: 24px; }
  .category-container { max-width: 940px; gap: 20px; }
  .category-item, .category-item.highlight { min-height: 280px; }
  .category-item img, .category-item.highlight img { min-height: 280px; }
  .flash-sale-header { max-width: 900px; }
  .flash-sale-products { max-width: 900px; gap: 18px; }
  .flash-sale-title { font-size: 20px; }
  .material-section { max-width: 900px; }
  .why-choose-container { max-width: 900px; gap: 30px; }
  .faq-container { max-width: 900px; gap: 30px; }
  .testimonial-container { max-width: 900px; }
  .blog-section { max-width: 850px; }
}

@media only screen and (max-width: 1000px) {
  .carousel-inner img { height: 70vh; }
  .carousel-caption h1 { font-size: 2.2rem; }
  .carousel-caption h3 { font-size: 1.4rem; }
  .carousel-caption p { font-size: 0.85rem; max-width: 550px; }
  .about-container { flex-direction: column; max-width: 800px; gap: 20px; }
  .about-section { padding: 60px 0; }
  h2 { font-size: 26px; }
  .description { font-size: 14px; margin-bottom: 30px; }
  .stats { gap: 12px; }
  .stat { padding: 12px 20px; }
  .number { font-size: 22px; }
  .label { font-size: 13px; }
  .category-container { max-width: 800px; gap: 18px; }
  .category-item, .category-item.highlight { min-height: 250px; }
  .category-item img, .category-item.highlight img { min-height: 250px; }
  .flash-sale-header { max-width: 800px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .flash-sale-products { max-width: 800px; gap: 16px; }
  .flash-sale-title { font-size: 18px; }
  .material-section { max-width: 800px; }
  .material-content { flex-direction: column; gap: 20px; }
  .material-tabs { flex-direction: row; max-width: 100%; }
  .why-choose-container { max-width: 800px; gap: 25px; }
  .faq-container { max-width: 800px; gap: 25px; }
  .testimonial-container { max-width: 800px; }
  .blog-section { max-width: 750px; }
}

@media only screen and (max-width: 800px) {
  .carousel-inner img { height: 65vh; }
  .carousel-caption h1 { font-size: 2rem; }
  .carousel-caption h3 { font-size: 1.2rem; }
  .carousel-caption p { font-size: 0.8rem; max-width: 500px; }
  .about-container { max-width: 700px; gap: 18px; }
  .about-section { padding: 50px 0; }
  h2 { font-size: 24px; }
  .description { font-size: 13px; margin-bottom: 25px; }
  .stats { gap: 10px; }
  .stat { padding: 10px 18px; }
  .number { font-size: 20px; }
  .label { font-size: 12px; }
  .category-container { max-width: 700px; gap: 16px; }
  .category-item, .category-item.highlight { min-height: 220px; }
  .category-item img, .category-item.highlight img { min-height: 220px; }
  .category-item .content, .category-item.highlight .content { padding: 24px 16px 16px 16px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 1.3rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.95rem; }
  .flash-sale-header { max-width: 700px; }
  .flash-sale-products { max-width: 700px; gap: 14px; }
  .flash-sale-title { font-size: 16px; }
  .flash-sale-label .label-text strong { font-size: 14px; }
  .flash-sale-label .label-text span { font-size: 12px; }
  .countdown .time { font-size: 16px; padding: 5px 12px; min-width: 35px; }
  .countdown .colon { font-size: 20px; }
  .material-section { max-width: 700px; }
  .material-head { padding: 20px; }
  .material-contact .hotline { font-size: 22px; }
  .why-choose-container { max-width: 700px; gap: 20px; }
  .why-title { font-size: 26px; }
  .why-desc { font-size: 14px; }
  .faq-container { max-width: 700px; gap: 20px; }
  .faq-title { font-size: 26px; }
  .faq-text { font-size: 14px; }
  .testimonial-container { max-width: 700px; }
  .testimonial-title { font-size: 28px; }
  .testimonial-card { flex: 0 0 320px; padding: 20px; }
  .blog-section { max-width: 650px; }
  .blog-section h2 { font-size: 28px; }
  .blog-grid { gap: 20px; }
}

@media only screen and (max-width: 480px) {
  /* Hide category description text for readability on small phones */
  .category-item .content p,
  .category-item.highlight .content p { display: none; }

  /* Stronger title shadow for contrast over images */
  .category-item .content h3,
  .category-item.highlight .content h3 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 1px 2px rgba(0,0,0,0.25);
  }
  .carousel-inner img { height: 55vh; }
  .carousel-caption h1 { font-size: 1.6rem; }
  .carousel-caption h3 { font-size: 1rem; }
  .carousel-caption p { font-size: 0.7rem; max-width: 400px; }
  .about-container { max-width: 480px; gap: 12px; }
  .about-section { padding: 35px 0; }
  h2 { font-size: 20px; }
  .description { font-size: 11px; margin-bottom: 18px; }
  .stats { gap: 6px; }
  .stat { padding: 6px 12px; }
  .number { font-size: 16px; }
  .label { font-size: 10px; }
  .category-container { max-width: 480px; gap: 12px; }
  .category-item, .category-item.highlight { min-height: 180px; }
  .category-item img, .category-item.highlight img { min-height: 180px; }
  .category-item .content, .category-item.highlight .content { padding: 18px 10px 10px 10px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 1.1rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.85rem; }
  .flash-sale-header { max-width: 480px; }
  .flash-sale-products { max-width: 480px; gap: 10px; }
  .flash-sale-title { font-size: 14px; }
  .flash-sale-label .label-text strong { font-size: 12px; }
  .flash-sale-label .label-text span { font-size: 10px; }
  .countdown .time { font-size: 13px; padding: 3px 8px; min-width: 28px; }
  .countdown .colon { font-size: 16px; }
  .material-section { max-width: 480px; }
  .material-head { padding: 16px; }
  .material-contact .hotline { font-size: 18px; }
  .why-choose-container { max-width: 480px; gap: 15px; }
  .why-title { font-size: 22px; }
  .why-desc { font-size: 12px; }
  .faq-container { max-width: 480px; gap: 15px; }
  .faq-title { font-size: 22px; }
  .faq-text { font-size: 12px; }
  .testimonial-container { max-width: 480px; }
  .testimonial-title { font-size: 24px; }
  .testimonial-card { flex: 0 0 260px; padding: 16px; }
  .blog-section { max-width: 450px; }
  .blog-section h2 { font-size: 24px; }
  .blog-grid { gap: 16px; }
}

@media only screen and (max-width: 768px) {
  .flash-sale-title { font-size: 16px; }
}

@media only screen and (max-width: 400px) {
  /* Keep p hidden and increase title contrast slightly more */
  .category-item .content p,
  .category-item.highlight .content p { display: none; }
  .category-item .content h3,
  .category-item.highlight .content h3 {
    text-shadow: 0 3px 10px rgba(0,0,0,0.45), 0 1px 3px rgba(0,0,0,0.3);
  }
  .carousel-inner img { height: 50vh; }
  .carousel-caption h1 { font-size: 1.4rem; }
  .carousel-caption h3 { font-size: 0.9rem; }
  .carousel-caption p { font-size: 0.65rem; max-width: 350px; }
  .about-container { max-width: 400px; gap: 10px; }
  .about-section { padding: 30px 0; }
  h2 { font-size: 18px; }
  .description { font-size: 10px; margin-bottom: 15px; }
  .stats { gap: 5px; }
  .stat { padding: 5px 10px; }
  .number { font-size: 14px; }
  .label { font-size: 9px; }
  .category-container { max-width: 400px; gap: 10px; }
  .category-item, .category-item.highlight { min-height: 160px; }
  .category-item img, .category-item.highlight img { min-height: 160px; }
  .category-item .content, .category-item.highlight .content { padding: 16px 8px 8px 8px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 1rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.8rem; }
  .flash-sale-header { max-width: 400px; }
  .flash-sale-products { max-width: 400px; gap: 8px; }
  .flash-sale-title { font-size: 16px; }
  .flash-sale-label .label-text strong { font-size: 11px; }
  .flash-sale-label .label-text span { font-size: 9px; }
  .countdown .time { font-size: 12px; padding: 2px 6px; min-width: 25px; }
  .countdown .colon { font-size: 14px; }
  .material-section { max-width: 400px; }
  .material-head { padding: 14px; }
  .material-contact .hotline { font-size: 16px; }
  .why-choose-container { max-width: 400px; gap: 12px; }
  .why-title { font-size: 20px; }
  .why-desc { font-size: 11px; }
  .faq-container { max-width: 400px; gap: 12px; }
  .faq-title { font-size: 20px; }
  .faq-text { font-size: 11px; }
  .testimonial-container { max-width: 400px; }
  .testimonial-title { font-size: 22px; }
  .testimonial-card { flex: 0 0 240px; padding: 14px; }
  .blog-section { max-width: 380px; }
  .blog-section h2 { font-size: 22px; }
  .blog-grid { gap: 14px; }
}

@media only screen and (max-width: 360px) {
  .category-item .content p,
  .category-item.highlight .content p { display: none; }
  .category-item .content h3,
  .category-item.highlight .content h3 {
    text-shadow: 0 3px 12px rgba(0,0,0,0.5), 0 2px 4px rgba(0,0,0,0.35);
  }
  .carousel-inner img { height: 45vh; }
  .carousel-caption h1 { font-size: 1.2rem; }
  .carousel-caption h3 { font-size: 0.8rem; }
  .carousel-caption p { font-size: 0.6rem; max-width: 300px; }
  .about-container { max-width: 360px; gap: 8px; }
  .about-section { padding: 25px 0; }
  h2 { font-size: 16px; }
  .description { font-size: 9px; margin-bottom: 12px; }
  .stats { gap: 4px; }
  .stat { padding: 4px 8px; }
  .number { font-size: 12px; }
  .label { font-size: 8px; }
  .category-container { max-width: 360px; gap: 8px; }
  .category-item, .category-item.highlight { min-height: 140px; }
  .category-item img, .category-item.highlight img { min-height: 140px; }
  .category-item .content, .category-item.highlight .content { padding: 14px 6px 6px 6px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 0.9rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.75rem; }
  .flash-sale-header { max-width: 360px; }
  .flash-sale-products { max-width: 360px; gap: 6px; }
  .flash-sale-title { font-size: 14px; }
  .flash-sale-label .label-text strong { font-size: 10px; }
  .flash-sale-label .label-text span { font-size: 8px; }
  .countdown .time { font-size: 11px; padding: 2px 5px; min-width: 22px; }
  .countdown .colon { font-size: 12px; }
  .material-section { max-width: 360px; }
  .material-head { padding: 12px; }
  .material-contact .hotline { font-size: 14px; }
  .why-choose-container { max-width: 360px; gap: 10px; }
  .why-title { font-size: 18px; }
  .why-desc { font-size: 10px; }
  .faq-container { max-width: 360px; gap: 10px; }
  .faq-title { font-size: 18px; }
  .faq-text { font-size: 10px; }
  .testimonial-container { max-width: 360px; }
  .testimonial-title { font-size: 20px; }
  .testimonial-card { flex: 0 0 220px; padding: 12px; }
  .blog-section { max-width: 340px; }
  .blog-section h2 { font-size: 20px; }
  .blog-grid { gap: 12px; }
}

@media only screen and (max-width: 320px) {
  .category-item .content p,
  .category-item.highlight .content p { display: none; }
  .category-item .content h3,
  .category-item.highlight .content h3 {
    text-shadow: 0 4px 14px rgba(0,0,0,0.55), 0 2px 6px rgba(0,0,0,0.4);
  }
  .carousel-inner img { height: 40vh; }
  .carousel-caption h1 { font-size: 1.1rem; }
  .carousel-caption h3 { font-size: 0.75rem; }
  .carousel-caption p { font-size: 0.55rem; max-width: 280px; }
  .about-container { max-width: 320px; gap: 6px; }
  .about-section { padding: 20px 0; }
  h2 { font-size: 15px; }
  .description { font-size: 8px; margin-bottom: 10px; }
  .stats { gap: 3px; }
  .stat { padding: 3px 6px; }
  .number { font-size: 11px; }
  .label { font-size: 7px; }
  .category-container { max-width: 320px; gap: 6px; }
  .category-item, .category-item.highlight { min-height: 120px; }
  .category-item img, .category-item.highlight img { min-height: 120px; }
  .category-item .content, .category-item.highlight .content { padding: 12px 4px 4px 4px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 0.8rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.7rem; }
  .flash-sale-header { max-width: 320px; }
  .flash-sale-products { max-width: 320px; gap: 4px; }
  .flash-sale-title { font-size: 11px; }
  .flash-sale-label .label-text strong { font-size: 9px; }
  .flash-sale-label .label-text span { font-size: 7px; }
  .countdown .time { font-size: 10px; padding: 1px 4px; min-width: 20px; }
  .countdown .colon { font-size: 10px; }
  .material-section { max-width: 320px; }
  .material-head { padding: 10px; }
  .material-contact .hotline { font-size: 12px; }
  .why-choose-container { max-width: 320px; gap: 8px; }
  .why-title { font-size: 16px; }
  .why-desc { font-size: 9px; }
  .faq-container { max-width: 320px; gap: 8px; }
  .faq-title { font-size: 16px; }
  .faq-text { font-size: 9px; }
  .testimonial-container { max-width: 320px; }
  .testimonial-title { font-size: 18px; }
  .testimonial-card { flex: 0 0 200px; padding: 10px; }
  .blog-section { max-width: 300px; }
  .blog-section h2 { font-size: 18px; }
  .blog-grid { gap: 10px; }
}

@media only screen and (max-width: 300px) {
  .category-item .content p,
  .category-item.highlight .content p { display: none; }
  .category-item .content h3,
  .category-item.highlight .content h3 {
    text-shadow: 0 4px 16px rgba(0,0,0,0.6), 0 3px 8px rgba(0,0,0,0.45);
  }
  .carousel-inner img { height: 35vh; }
  .carousel-caption h1 { font-size: 1rem; }
  .carousel-caption h3 { font-size: 0.7rem; }
  .carousel-caption p { font-size: 0.5rem; max-width: 250px; }
  .about-container { max-width: 300px; gap: 4px; }
  .about-section { padding: 15px 0; }
  h2 { font-size: 14px; }
  .description { font-size: 7px; margin-bottom: 8px; }
  .stats { gap: 2px; }
  .stat { padding: 2px 4px; }
  .number { font-size: 10px; }
  .label { font-size: 6px; }
  .category-container { max-width: 300px; gap: 4px; }
  .category-item, .category-item.highlight { min-height: 100px; }
  .category-item img, .category-item.highlight img { min-height: 100px; }
  .category-item .content, .category-item.highlight .content { padding: 10px 2px 2px 2px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 0.7rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.65rem; }
  .flash-sale-header { max-width: 300px; }
  .flash-sale-products { max-width: 300px; gap: 2px; }
  .flash-sale-title { font-size: 10px; }
  .flash-sale-label .label-text strong { font-size: 8px; }
  .flash-sale-label .label-text span { font-size: 6px; }
  .countdown .time { font-size: 9px; padding: 1px 3px; min-width: 18px; }
  .countdown .colon { font-size: 8px; }
  .material-section { max-width: 300px; }
  .material-head { padding: 8px; }
  .material-contact .hotline { font-size: 10px; }
  .why-choose-container { max-width: 300px; gap: 6px; }
  .why-title { font-size: 14px; }
  .why-desc { font-size: 8px; }
  .faq-container { max-width: 300px; gap: 6px; }
  .faq-title { font-size: 14px; }
  .faq-text { font-size: 8px; }
  .testimonial-container { max-width: 300px; }
  .testimonial-title { font-size: 16px; }
  .testimonial-card { flex: 0 0 180px; padding: 8px; }
  .blog-section { max-width: 280px; }
  .blog-section h2 { font-size: 16px; }
  .blog-grid { gap: 8px; }
}

@media only screen and (max-width: 275px) {
  .category-item .content p,
  .category-item.highlight .content p { display: none; }
  .category-item .content h3,
  .category-item.highlight .content h3 {
    text-shadow: 0 5px 18px rgba(0,0,0,0.65), 0 3px 10px rgba(0,0,0,0.5);
  }
  .carousel-inner img { height: 30vh; }
  .carousel-caption h1 { font-size: 0.9rem; }
  .carousel-caption h3 { font-size: 0.65rem; }
  .carousel-caption p { font-size: 0.45rem; max-width: 220px; }
  .about-container { max-width: 275px; gap: 2px; }
  .about-section { padding: 10px 0; }
  h2 { font-size: 13px; }
  .description { font-size: 6px; margin-bottom: 6px; }
  .stats { gap: 1px; }
  .stat { padding: 1px 2px; }
  .number { font-size: 9px; }
  .label { font-size: 5px; }
  .category-container { max-width: 275px; gap: 2px; }
  .category-item, .category-item.highlight { min-height: 80px; }
  .category-item img, .category-item.highlight img { min-height: 80px; }
  .category-item .content, .category-item.highlight .content { padding: 8px 1px 1px 1px; }
  .category-item .content h3, .category-item.highlight .content h3 { font-size: 0.6rem; }
  .category-item .content p, .category-item.highlight .content p { font-size: 0.6rem; }
  .flash-sale-header { max-width: 275px; }
  .flash-sale-products { max-width: 275px; gap: 1px; }
  .flash-sale-title { font-size: 9px; }
  .flash-sale-label .label-text strong { font-size: 7px; }
  .flash-sale-label .label-text span { font-size: 5px; }
  .countdown .time { font-size: 8px; padding: 1px 2px; min-width: 16px; }
  .countdown .colon { font-size: 6px; }
  .material-section { max-width: 275px; }
  .material-head { padding: 6px; }
  .material-contact .hotline { font-size: 8px; }
  .why-choose-container { max-width: 275px; gap: 4px; }
  .why-title { font-size: 12px; }
  .why-desc { font-size: 7px; }
  .faq-container { max-width: 275px; gap: 4px; }
  .faq-title { font-size: 12px; }
  .faq-text { font-size: 7px; }
  .testimonial-container { max-width: 275px; }
  .testimonial-title { font-size: 14px; }
  .testimonial-card { flex: 0 0 160px; padding: 6px; }
  .blog-section { max-width: 255px; }
  .blog-section h2 { font-size: 14px; }
  .blog-grid { gap: 6px; }
}

/* Additional Mobile Optimizations */
@media only screen and (max-width: 600px) {
  /* Testimonials scroll optimization */
  .testimonial-list-scroll {
    gap: 16px;
    scroll-padding-left: 16px;
  }
  
  /* Blog cards mobile optimization */
  .blog-card {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }
  
  .blog-image img {
    height: 160px;
  }
  
  .blog-content {
    padding: 16px;
  }
  
  .blog-title {
    font-size: 14px;
    margin: 6px 0;
  }
  
  .blog-desc {
    font-size: 12px;
  }
  
  .blog-button {
    margin-top: 20px;
    padding: 8px 16px;
    font-size: 12px;
  }
  
  /* FAQ mobile optimization */
  .faq-item {
    border-radius: 8px;
  }
  
  .faq-toggle {
    padding: 12px;
  }
  
  .faq-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  
  .faq-question {
    font-size: 14px;
  }
  
  .faq-answer {
    font-size: 12px;
    padding: 0 12px 0 48px;
  }
  
  /* Process section mobile */
  .process-steps {
    gap: 20px;
  }
  
  .step {
    padding: 16px;
    border-radius: 8px;
  }
  
  .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  
  .step-icon img {
    width: 30px;
    height: 30px;
  }
  
  .step h4 {
    font-size: 14px;
  }
  
  .step p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px) {
  /* Further mobile optimizations */
  .testimonial-list-scroll {
    gap: 12px;
    scroll-padding-left: 12px;
  }
  
  .blog-image img {
    height: 140px;
  }
  
  .blog-content {
    padding: 12px;
  }
  
  .blog-title {
    font-size: 13px;
  }
  
  .blog-desc {
    font-size: 11px;
  }
  
  .blog-button {
    padding: 6px 12px;
    font-size: 11px;
  }
  
  .faq-toggle {
    padding: 10px;
  }
  
  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  .faq-question {
    font-size: 13px;
  }
  
  .faq-answer {
    font-size: 11px;
    padding: 0 10px 0 44px;
  }
  
  .process-steps {
    gap: 16px;
  }
  
  .step {
    padding: 12px;
  }
  
  .step-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  
  .step-icon img {
    width: 25px;
    height: 25px;
  }
  
  .step h4 {
    font-size: 13px;
  }
  
  .step p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 320px) {
  /* Ultra-small screen optimizations */
  .testimonial-list-scroll {
    gap: 8px;
    scroll-padding-left: 8px;
  }
  
  .blog-image img {
    height: 120px;
  }
  
  .blog-content {
    padding: 10px;
  }
  
  .blog-title {
    font-size: 12px;
  }
  
  .blog-desc {
    font-size: 10px;
  }
  
  .blog-button {
    padding: 5px 10px;
    font-size: 10px;
  }
  
  .faq-toggle {
    padding: 8px;
  }
  
  .faq-icon {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  
  .faq-question {
    font-size: 12px;
  }
  
  .faq-answer {
    font-size: 10px;
    padding: 0 8px 0 36px;
  }
  
  .process-steps {
    gap: 12px;
  }
  
  .step {
    padding: 10px;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  
  .step-icon img {
    width: 20px;
    height: 20px;
  }
  
  .step h4 {
    font-size: 12px;
  }
  
  .step p {
    font-size: 10px;
  }
}

.flash-sale-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 30px;
  background: #FFF8F2;
  border-radius: 12px;
  padding: 12px 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  gap: 16px;
}
.flash-sale-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.flash-sale-label {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-radius: 10px;
  padding: 10px 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.flash-sale-label .icon {
  font-size: 20px;
  margin-right: 8px;
}
.flash-sale-label .label-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.flash-sale-label .label-text strong {
  font-size: 16px;
  font-weight: 700;
}
.flash-sale-label .label-text span {
  font-size: 13px;
}
.countdown {
  display: flex;
  align-items: center;
  gap: 6px;
}
.countdown .time {
  background: #ffffff;
  color: rgb(255, 0, 0);
  font-weight: bold;
  font-size: 18px;
  padding: 6px 14px;
  border-radius: 6px;
  min-width: 40px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);

}
.countdown .colon {
  font-size: 24px;
  color: #ff0000;
  font-weight: bold;
}
.flash-sale-title {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  white-space: nowrap;
}
.flash-sale-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}
.flash-item {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.flash-item:hover {
  transform: translateY(-6px);
}
.flash-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  background: #f5f5f5;
}
.flash-item .discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff0000;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
}
.flash-item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.progress-bar {
  font-size: 12px;
  background: #eee;
  color: #333;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
}
.progress-bar.soldout {
  background: #eee;
  color: red;
}

.flash-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}

.price {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  text-decoration-color: #ff0000;
  text-decoration-thickness: 2px;
}

.new-price {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}

.original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  text-decoration-color: #ff0000;
  text-decoration-thickness: 2px;
}

.sale-price {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}
.price del {
  color: #999;
  margin-left: 6px;
}
.best-seller-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}
.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.category-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.category-tabs .tab {
  border: 1px solid #ff0000;
  background: white;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  color: #ff0000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category-tabs .tab.selected,
.category-tabs .tab:hover {
  background: #ff0000;
  color: white;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.product-card {
  background: #FBEFE7;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 8px;
}
.product-card .title {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.product-card .price {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
.product-card .price del {
  font-size: 14px;
  color: #999;
  margin-left: 6px;
}
.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff0000;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 6px;
}

.material-section {
  background: #FFF8F2;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}
.material-head {
  background: #ff0000;
  color: white;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.material-contact .hotline {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact-button {
  background: white;
  color: #ff0000;
  padding: 8px 8px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 45px;
}
.material-body {
  margin-top: 40px;
}
.material-headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 12px;
}
.section-sub {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  padding-bottom: 2px;
}
.section-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.view-all-button {
  background: #ff0000;
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: background 0.3s ease;
}
.view-all-button:hover {
  background: #ff0000;
}

.material-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  max-width: 80px;
}
.material-tabs .tab {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.material-tabs .tab.selected {
  background: #ff0000;
  color: white;
}
.material-slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.product-card {
  background: #FBEFE7;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s;
}
.product-card:hover {
  transform: translateY(-4px);
}
.product-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}
.product-card .title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 4px;
}
.product-card .price {
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
}
.material-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.material-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100px;
  flex-shrink: 0;
}
.material-slider {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.material-intro strong {
  font-size: 2em;
}

.process-section {
  padding: -40px 20px;
  text-align: center;
}
.process-sub {
  text-transform: uppercase;
  color: #ff0000;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 4px;
}
.process-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.step {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.step-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  border: 2px solid #ff4757;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(255, 71, 87, 0.2);
  transition: all 0.3s ease;
}
.step-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 71, 87, 0.3);
}
.step-icon svg {
  width: 40px;
  height: 40px;
}
.step-num {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #ff4757;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.step h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.step p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.why-choose-section {
  background: #FBEFE7;
  padding: 80px 20px;
}
.why-choose-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
.why-choose-content {
  flex: 1;
  min-width: 300px;
}
.why-sub {
  text-transform: uppercase;
  color: #ff0000;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  padding-bottom: 2px;
}
.why-title {
  font-size: 30px;
  font-weight: bold;
  margin: 12px 0;
}
.why-desc {
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 30px;
  line-height: 1.6;
}
.why-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  border-left: 2px solid #eee;
  padding-left: 16px;
}
.why-icon {
  background: #ff0000;
  color: white;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(138,79,60,0.2);
}
.why-point h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.why-point p {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}
.why-choose-image {
  flex: 1;
  min-width: 300px;
  position: relative;
  padding: 12px;
  border: 6px solid #8A4F3C;
}
.why-choose-image img {
  width: 100%;
  border: 4px solid white;
  display: block;
}

.faq-section {
  background: #FFF8F2;
  padding: 80px 20px;
}
.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
}
.faq-left {
  flex: 1;
  min-width: 300px;
}
.faq-sub {
  text-transform: uppercase;
  color: #ff0000;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 6px;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  padding-bottom: 2px;
}
.faq-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq-text {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 16px;
}
.faq-button {
  margin-top: 10px;
  padding: 10px 18px;
  background: #ff0000;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}
.faq-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-toggle {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}
.faq-icon {
  background: #ff0000;
  color: white;
  font-weight: bold;
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-question {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}
.faq-arrow {
  transition: transform 0.3s ease;
}
.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #6B7280;
  padding: 0 16px 0 64px;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 16px;
}

.testimonial-section {
  background: #FBEFE7;
  padding: 80px 20px;
  text-align: center;
  overflow-x: hidden;
}
.testimonial-container {
  max-width: 1200px;
  margin: auto;
}
.testimonial-sub {
  text-transform: uppercase;
  color: #ff0000;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  padding-bottom: 2px;
}
.testimonial-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.testimonial-list-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  transition: scroll-left 0.4s ease-out;
  scroll-snap-stop: always;
  will-change: scroll-position;
}
.testimonial-list-scroll.active {
  cursor: grabbing;
}
.testimonial-card {
  flex: 0 0 360px;
  scroll-snap-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
  position: relative;
  border-bottom: 4px solid #8A4F3C;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.testimonial-list-scroll::-webkit-scrollbar {
  height: 8px;
}
.testimonial-list-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.stars {
  color: #ff0000;
  font-size: 18px;
  margin-bottom: 12px;
}
.review-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 16px;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviewer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.reviewer div p {
  margin: 0;
  font-size: 13px;
  color: #888;
}
.quote {
  margin-left: auto;
  font-size: 36px;
  color: #ff0000;
}

.blog-section {
  padding: 80px 20px;
  text-align: center;
  max-width: 1150px;
  margin: auto;
}
.blog-section h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff0000;
  margin-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  padding-bottom: 2px;
}
.blog-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover {
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.blog-meta {
  font-size: 14px;
  color: #6B7280;
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.blog-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-title {
  font-weight: bold;
  font-size: 16px;
  margin: 8px 0;
  line-height: 1.4;
}
.blog-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  flex: 1;
}
.blog-button {
  margin-top: 32px;
  display: inline-block;
  padding: 12px 24px;
  background: #ff0000;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.blog-button:hover {
  background: #ff0000;
}
