.neo-gradient-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #FF2626, #FF6026, #FF7626);
  /* แดงส้ม → ส้มทอง → เหลืองทอง */
  border: 1px solid #000000;
  /* กรอบสีน้ำตาล */
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4);
  text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
  /* Outline ตัวหนังสือ */
  transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.neo-gradient-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.5);
  color: #fff8cc;
  /* เหลืองอ่อน */
  text-decoration: none;
  border-color: #A0522D;
  /* น้ำตาลอ่อนลงตอน hover */
}

.neo-gradient-btn span {
  display: inline-block;
  line-height: 1.2;
}

.hero-title {
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 900;
  color: #FCC81D;
  /* เหลืองอ่อน */
  text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        /* Outline สีดำ */
        0 0 8px rgba(255, 255, 150, 0.8),
        /* ชั้นเรืองแสงนุ่ม */
        0 0 16px rgba(255, 215, 0, 0.7),
        /* ชั้นเรืองแสงกลาง */
        0 0 24px rgba(255, 200, 0, 0.6);
  /* ชั้นเรืองแสงกว้าง */
  letter-spacing: .5px;
  margin: 0;
  line-height: 1.1;
}

.hero-title2 {
  font-size: 24px;
  font-weight: 900;
  color: #FFCF49;
  text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
  /* Outline ตัวหนังสือ */
  letter-spacing: .5px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hero-title3 {
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 900;
  color: #FCC81D;
  /* เหลืองอ่อน */
  text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        /* Outline สีดำ */
        0 0 8px rgba(255, 255, 150, 0.8),
        /* ชั้นเรืองแสงนุ่ม */
        0 0 16px rgba(255, 215, 0, 0.7),
        /* ชั้นเรืองแสงกลาง */
        0 0 24px rgba(255, 200, 0, 0.6);
  /* ชั้นเรืองแสงกว้าง */
  letter-spacing: .5px;
  margin: 0;
  line-height: 1.1;
}

.btn-download {
  display: inline-block;
  padding: 12px 100px;
  /* เพิ่มความกว้างซ้าย-ขวา */
  min-width: 200px;
  /* กำหนดความกว้างขั้นต่ำ */
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  background: linear-gradient(to right, #ff4e4e, #ff9900);
  color: white;
  text-decoration: none;
  border: 2px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.5);
  color: #fff8cc;
  /* เหลืองอ่อน */
  text-decoration: none;
  border-color: #A0522D;
  /* น้ำตาลอ่อนลงตอน hover */
}

.cta-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 30px 160px 30px 30px;
  /* เผื่อที่ด้านขวาให้รูป */
  border-radius: 16px;
  background: linear-gradient(180deg, #1c1c21, #14151b);
  border: 1px solid rgba(255, 180, 40, .25);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .35);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  margin: 20px 0;
}

.cta-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .45);
  border-color: rgba(255, 200, 60, .55);
  text-decoration: none;
}

.cta-title {
  font-weight: 900;
  font-size: 22px;
  color: #ffd465;
  /* เหลืองอ่อน */
  margin: 0 0 6px 0;
}

.cta-sub {
  font-size: 14px;
  color: #d7d7db;
  opacity: .9;
}

.cta-img {
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 160px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
  transition: transform .2s ease, opacity .2s ease;
}

.cta-card:hover .cta-img {
  transform: scale(1.30);
  filter: drop-shadow(0 0 18px rgba(255, 230, 100, 0.85));
}

.cta-card:hover .cta-title {
  transform: scale(1.20);
  transition: transform 0.2s ease;
}

.cta-card:hover .cta-sub {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

.cta-title,
.cta-sub {
  display: inline-block;
  transition: transform 0.2s ease;
}

.promo-img {
  margin-top: 100px;
  display: block;
  max-width: 110%;
  height: auto;
}

.description-box {
  background-color: #1a1a1a;
  /* พื้นหลัง */
  border-left: 3px solid rgba(255, 180, 40, 0.9);
  /* เส้นขอบด้านซ้ายสีทอง */
  border-radius: 8px;
  /* มุมโค้งเล็กน้อย */
  padding: 16px 20px;
  /* ระยะห่างในกล่อง */
  color: #ffffff;
  /* สีตัวหนังสือ */
  font-size: 16px;
  /* ขนาดตัวอักษร */
  line-height: 1.6;
  /* ระยะบรรทัด */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /* เงา */
}

.description-box2 {
  background-color: #2a2a2a;
  /* พื้นหลัง */
  border-left: 3px solid rgba(185, 69, 20, 0.9);
  /* เส้นขอบด้านซ้ายสีทอง */
  border-right: 3px solid rgba(185, 69, 20, 0.9);
  border-radius: 8px;
  /* มุมโค้งเล็กน้อย */
  padding: 4px 8px;
  /* ระยะห่างในกล่อง */
  color: #ffffff;
  /* สีตัวหนังสือ */
  font-size: 16px;
  /* ขนาดตัวอักษร */
  line-height: 1.6;
  /* ระยะบรรทัด */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /* เงา */
  /
}
.bg-dark-gradient {
  background: linear-gradient(145deg, #1f1f1f, #2b2b2b); /* ไล่เฉดสีดำ-เทาเข้ม */
  padding: 50px 0;
  border-radius: 20px; /* ขอบโค้ง */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); /* เงาให้ดูยกขึ้น */
  position: relative;
  overflow: hidden;
}

/* ลายจุดบางๆ บนพื้นหลัง */
.bg-dark-gradient {
  background: linear-gradient(145deg, #1f1f1f, #2b2b2b); /* ไล่เฉดสีดำ-เทาเข้ม */
  padding: 50px 0;
  border-radius: 20px; /* ขอบโค้ง */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); /* เงาให้ดูยกขึ้น */
  position: relative;
  overflow: hidden;
}

/* ลายจุดบางๆ บนพื้นหลัง */
.bg-dark-gradient::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 25px 25px;
  pointer-events: none;
}

.bg-dark-gradient::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(255,215,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* มือถือ: ให้รูปเล็กลงและ padding ขวาน้อยลง */
@media (max-width: 640px) {
  .cta-card {
        padding-right: 120px;
        min-height: 110px;
  }

  .cta-img {
        width: 120px;
  }

  .neo-gradient-btn {
        font-size: 14px !important;
        /* ลดฟอนต์ลงให้พอดีจอมือถือ */
        white-space: nowrap;
        /* บังคับไม่ตัดบรรทัด */
  }

  .promo-img {
        margin-top: 36px;
  }
}
.hero-banner .logo {
  height: 130px !important;   /* ปรับเลขได้ตามต้องการ */
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  margin: 0 auto;             /* ให้อยู่กึ่งกลางถ้าจำเป็น */
  object-fit: contain;
}

/* จอใหญ่ ขยายได้เล็กน้อย */
@media (min-width: 992px){
  .hero-banner .logo { height: 150px !important; }
}