/* =========================================
   AMEN88 SITE — styles.css
   Scope: ใช้กับ index.html ที่ส่งล่าสุด
========================================= */

/* ===== RESET / BASE ===== */
*,
*::before,
*::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

:root{
  --bg0:#050807;
  --bg1:#000000;
  --accent:#20ff87;
  --accent2:#00c96b;
  --accentGlow: rgba(32,255,135,0.55);
  --accentGlowStrong: rgba(32,255,135,0.90);
  --textSoft:#cfe9dd;
}


body.plus-page{
  font-family: "Kanit", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #ffffff;

  /* ✅ ธีม 321PLUS (เขียว-ดำ) */
  background-image:
    radial-gradient(circle at top, rgba(32,255,135,0.16), transparent 44%),
    radial-gradient(circle at 70% 20%, rgba(0,201,107,0.10), transparent 46%),
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.92)),
    url("https://cdn.maxnano.app/theme/321PLUS/theme_bg_img/9205.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;

  min-height: 100vh;
  overflow-x: hidden;
}

/* ===== BLOCK WRAPPER ===== */
.plus-block{
  width: 100%;
  display: block;
  margin: 0;
  padding: clamp(20px, 2.2vw, 18px) 0;
}

/* ให้ทุกบล็อกมีโซนกลางที่คุมความกว้าง */
.plus-block > *:not(section){
  width: 100%;
}

/* =========================================
   BLOCK 1 — Dealer Widget 01 (SCOPED ID)
   (ยกจากโค้ดเดิมของคุณ)
========================================= */

#plus-dealer-widget-01 .plus-dealer-container{
  width:100%;
  display:flex;
  justify-content:center;
  padding:12px 0;
  margin:0;
}

#plus-dealer-widget-01 .plus-dealer-wrap{
  position: relative;
  display: inline-block;
  max-width:100%;
}

#plus-dealer-widget-01 .plus-dealer-link{
  display:inline-block;
  cursor:pointer;
  text-decoration:none;
  max-width:100%;
}

#plus-dealer-widget-01 .plus-dealer-motion{
  position: relative;
  display: inline-block;

  /* ✅ แก้ตามสั่ง: โลโก้บนสุดเล็กลง 50% */
  width: min(260px, 100vw - 32px);

  transform-origin:50% 100%;
  will-change: transform;
  overflow: visible;
  max-width:100%;
  animation: plusDealerFloat_v1 4s ease-in-out infinite;
}

/* 🔴 aura */
#plus-dealer-widget-01 .plus-dealer-aura{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:70%;
  height:24%;
  background:
    radial-gradient(circle at 50% 0%,
      rgb(231, 255, 17) 0,
      rgba(0,201,107,0.95) 30%,
      rgba(0,0,0,0) 70%);
  filter:blur(10px);
  mix-blend-mode:screen;
  pointer-events:none;
  z-index:1;
  animation: plusDealerNeonFlicker_v1 2.4s infinite;
}

#plus-dealer-widget-01 .plus-dealer-img{
  display:block;
  width:100%;
  height:auto;
  transform-origin:50% 100%;
  position: relative;
  z-index:2;
  max-width:100%;
  filter:
    drop-shadow(0 0 8px rgba(211, 255, 17, 0.7))
    drop-shadow(0 0 16px rgba(0,201,107,.9))
    drop-shadow(0 0 22px rgba(120,255,200,.85))
    drop-shadow(0 8px 20px rgba(0,0,0,.7));
  animation: plusDealerGlow_v1 6s ease-in-out infinite;
  will-change: filter;
}

#plus-dealer-widget-01 .plus-dealer-sparkles{
  position:absolute;
  inset:6% 10% 20% 10%;
  pointer-events:none;
  mix-blend-mode:screen;
  z-index:3;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.9) 0, rgba(255,180,180,0.0) 55%),
    radial-gradient(circle, rgba(255,120,120,0.95) 0, rgba(255,50,50,0.0) 60%),
    radial-gradient(circle, rgba(255,220,220,0.9) 0, rgba(255,120,120,0.0) 55%);
  background-size: 8px 8px, 10px 10px, 7px 7px;
  background-position:
    18% 24%,
    66% 38%,
    42% 12%;
  background-repeat:no-repeat;
  animation: plusDealerSparkleBlink_v1 1.4s ease-in-out infinite;
}

#plus-dealer-widget-01 .plus-dealer-sparkles::after{
  content:"";
  position:absolute;
  inset:10% 14% 26% 14%;
  background-image:
    radial-gradient(circle, rgba(255,180,180,0.95) 0, rgba(255,60,60,0.0) 60%),
    radial-gradient(circle, rgba(255,255,255,0.85) 0, rgba(255,160,160,0.0) 58%);
  background-size: 9px 9px, 6px 6px;
  background-position:
    72% 22%,
    30% 44%;
  background-repeat:no-repeat;
  animation: plusDealerSparkleBlinkSmall_v1 1.9s ease-in-out infinite;
}

/* KEYFRAMES block1 */
@keyframes plusDealerNeonFlicker_v1{
  0%{opacity:.15;} 5%{opacity:1;} 9%{opacity:.25;}
  14%{opacity:.95;} 22%{opacity:.3;} 28%{opacity:1;}
  36%{opacity:.4;} 45%{opacity:.9;} 55%{opacity:.5;}
  68%{opacity:1;} 80%{opacity:.35;} 90%{opacity:.2;}
  100%{opacity:.85;}
}
@keyframes plusDealerSparkleBlink_v1{
  0%{opacity:.15; transform:translate3d(0,0,0) scale(1);}
  40%{opacity:.9; transform:translate3d(1px,-1px,0) scale(1.04);}
  70%{opacity:.4; transform:translate3d(-1px,1px,0) scale(1.01);}
  100%{opacity:.2; transform:translate3d(0,0,0) scale(1);}
}
@keyframes plusDealerSparkleBlinkSmall_v1{
  0%{opacity:.1; transform:translate3d(0,0,0) scale(1);}
  50%{opacity:.85; transform:translate3d(-1px,-1px,0) scale(1.06);}
  100%{opacity:.2; transform:translate3d(0,0,0) scale(1);}
}
@keyframes plusDealerFloat_v1{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-8px);}
}
@keyframes plusDealerGlow_v1{
  0%{
    filter: drop-shadow(0 0 6px rgba(251, 255, 17, 0.6))
            drop-shadow(0 0 14px rgba(0,201,107,0.8));
  }
  50%{
    filter: drop-shadow(0 0 16px rgba(32,255,135,1))
            drop-shadow(0 0 26px rgba(0,201,107,1));
  }
  100%{
    filter: drop-shadow(0 0 6px rgba(219, 255, 17, 0.6))
            drop-shadow(0 0 14px rgba(0,201,107,0.8));
  }
}

@media (max-width:480px){
  #plus-dealer-widget-01 .plus-dealer-motion{
    /* ✅ ให้ยังคงเล็กลง 50% บนมือถือด้วย */
    width: min(100vw - 24px, 210px);
  }
}

/* =========================================
   BLOCK 2 — Dealer Breath (CLASS ONLY)
========================================= */

.plus-b2 .plus-dealer-container{
  width:100%;
  display:flex;
  justify-content:center;
  padding:12px 0;
  margin:0;
}
.plus-b2 .plus-dealer-wrap{ position:relative; display:inline-block; max-width:100%; }
.plus-b2 .plus-dealer-link{ display:inline-block; cursor:pointer; text-decoration:none; max-width:100%; }

.plus-b2 .plus-dealer-motion{
  position: relative;
  display: inline-block;
  width: min(520px, 100vw - 32px);
  transform-origin:50% 100%;
  overflow: visible;
  max-width:100%;
  animation: plusd_blockBreath 6s ease-in-out infinite;
  will-change: transform;

  /* ✅ แก้ตามสั่ง: ทางเข้า บล็อก 2 ต้องแสดงทุกแพลตฟอร์ม */
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 5;
}

.plus-b2 .plus-dealer-aura{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:70%;
  height:24%;
  background:
    radial-gradient(circle at 50% 0%,
      rgba(255,255,255,0.95) 0,
      rgba(255, 251, 17, 0.95) 28%,
      rgba(0,201,107,0.85) 45%,
      rgba(0,0,0,0) 75%);
  filter:blur(12px);
  mix-blend-mode:screen;
  pointer-events:none;
  z-index:1;
  animation: plusd_auraBreath 4s ease-in-out infinite;
}

.plus-b2 .plus-dealer-img{
  display:block;
  width:100%;
  height:auto;
  transform-origin:50% 100%;
  position: relative;
  z-index:2;
  max-width:100%;
  filter:
    drop-shadow(0 0 8px rgba(239, 255, 17, 0.7))
    drop-shadow(0 0 16px rgba(0,201,107,.9))
    drop-shadow(0 0 22px rgba(120,255,200,.85))
    drop-shadow(0 8px 20px rgba(0,0,0,.7));
  animation: plusd_glowBreath 4.6s ease-in-out infinite;
}

.plus-b2 .plus-dealer-sparkles{
  position:absolute;
  inset:6% 10% 20% 10%;
  pointer-events:none;
  mix-blend-mode:screen;
  z-index:3;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.95) 0, rgba(255,255,255,0.0) 55%),
    radial-gradient(circle, rgba(255,180,200,0.9) 0, rgba(255,80,120,0.0) 60%),
    radial-gradient(circle, rgba(255,220,230,0.9) 0, rgba(255,120,140,0.0) 55%);
  background-size: 8px 8px, 10px 10px, 7px 7px;
  background-position: 18% 24%, 66% 38%, 42% 12%;
  background-repeat:no-repeat;
  animation: plusd_sparkleBreath 3.2s ease-in-out infinite;
}
.plus-b2 .plus-dealer-sparkles::after{
  content:"";
  position:absolute;
  inset:10% 14% 26% 14%;
  background-image:
    radial-gradient(circle, rgba(255,210,230,0.95) 0, rgba(255,90,120,0.0) 60%),
    radial-gradient(circle, rgba(255,255,255,0.9) 0, rgba(255,200,220,0.0) 58%);
  background-size: 9px 9px, 6px 6px;
  background-position: 72% 22%, 30% 44%;
  background-repeat:no-repeat;
  animation: plusd_sparkleBreathSmall 3.8s ease-in-out infinite;
}

/* KEYFRAMES block2 */
@keyframes plusd_blockBreath{
  0%,100%{ transform: translateY(0) scale(1); }
  50%{ transform: translateY(-6px) scale(1.02); }
}
@keyframes plusd_auraBreath{
  0%,100%{ opacity:0.35; transform:translateX(-50%) scale(1); filter:blur(10px); }
  50%{ opacity:0.95; transform:translateX(-50%) scale(1.08); filter:blur(18px); }
}
@keyframes plusd_glowBreath{
  0%,100%{
    filter:
      drop-shadow(0 0 6px rgba(203, 255, 17, 0.5))
      drop-shadow(0 0 12px rgba(0,201,107,0.7))
      drop-shadow(0 0 18px rgba(120,255,200,0.7))
      drop-shadow(0 8px 20px rgba(0,0,0,0.65));
  }
  50%{
    filter:
      drop-shadow(0 0 14px rgba(32,255,135,1))
      drop-shadow(0 0 26px rgba(0,201,107,1))
      drop-shadow(0 0 32px rgba(255,200,210,1))
      drop-shadow(0 10px 26px rgba(0,0,0,0.9));
  }
}
@keyframes plusd_sparkleBreath{
  0%,100%{ opacity:0.15; transform:translate3d(0,0,0) scale(1); }
  40%{ opacity:0.9; transform:translate3d(1px,-2px,0) scale(1.12); }
  70%{ opacity:0.4; transform:translate3d(-1px,1px,0) scale(1.05); }
}
@keyframes plusd_sparkleBreathSmall{
  0%,100%{ opacity:0.1; transform:translate3d(0,0,0) scale(1); }
  50%{ opacity:0.85; transform:translate3d(-1px,-1px,0) scale(1.15); }
}

@media (max-width:480px){
  .plus-b2 .plus-dealer-motion{
    width: min(100vw - 24px, 420px);
  }
}

/* =========================================
   BLOCK 3 — Promotion 3-up
   ✅ desktop gap = 2px ตามที่สั่ง
========================================= */

.plus-b3{
  padding-top: 8px;
}

.plus-b3-head{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px 0 10px;
}

.plus-b3-title{
  width: min(100% - 24px, 520px);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: clamp(18px, 4.2vw, 24px);
  color: #ffffff;

  border-radius: 14px;
  padding: 10px 14px;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.22), transparent 55%),
    linear-gradient(135deg, rgba(20,0,8,0.9), rgba(0, 43, 2, 0.9));
  border: 1px solid rgba(32,255,135, 0.9);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05) inset,
    0 8px 18px rgba(0,0,0,0.85),
    0 0 16px rgba(32,255,135, 0.85);
}

.plus-b3-body{
  width: 100%;
  display: flex;
  justify-content: center;
}

.plus-b3-grid{
  width: min(100% - 12px, 980px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0 6px;
}

.plus-b3-card{
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.18), transparent 55%),
    linear-gradient(135deg, rgba(10,0,6,0.9), rgba(30,0,12,0.95));
  border: 1px solid rgba(32,255,135, 0.65);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 10px 22px rgba(0,0,0,0.9),
    0 0 14px rgba(32,255,135, 0.55);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.plus-b3-card:hover{
  transform: translateY(-1px) scale(1.01);
  border-color: rgba(0,201,107, 0.95);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 12px 26px rgba(0,0,0,0.95),
    0 0 18px rgba(0,201,107, 0.9);
}

.plus-b3-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: opacity .35s ease;
}

/* มือถือแนวตั้ง — ให้ภาพใหญ่พอดู */
@media (max-width: 720px){
  .plus-b3-grid{
    width: min(100% - 20px, 560px);
    gap: 6px;
  }
}

/* ✅ จอคอม: ให้ช่องว่างเหลือ 2px ตามที่สั่ง */
@media (min-width: 1024px){
  .plus-b3-grid{
    gap: 2px;
    padding: 0 2px;
    width: min(100% - 4px, 1040px);
  }
}

/* =========================================
   BLOCK 4 — 3D Wheel + Info Sections
========================================= */

/* 4A — Wheel */
.bossi-wheel-wrap,
.bossi-wheel-wrap *{
  box-sizing: border-box;
}

.bossi-wheel-wrap{
  width: 100%;
  margin: 0;
  padding: 0 0 8px;
  display: flex;
  justify-content: center;
}

.bossi-wheel-wrap .scene{
  position: relative;
  width: clamp(260px, 70vw, 520px);
  height: auto;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.bossi-wheel-wrap .scene.ready{ opacity: 1; }

.bossi-wheel-wrap .carousel{
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  transition: transform 0.25s linear;
}

.bossi-wheel-wrap .carousel img{
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  border-radius: 12px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* 4B — Info Sections */
.info-section *{
  box-sizing: border-box;
  font-family: inherit;
}

.info-section{
  padding: clamp(20px, 4.6vw, 36px) clamp(10px, 3.6vw, 22px);
  display:flex;
  justify-content:center;
  background: transparent;
}

.info-inner{
  width:min(100%, 960px);
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:clamp(16px,3vw,32px);
  opacity:0;
  transform:translateX(-40px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}

.info-section.visible .info-inner{
  opacity:1;
  transform:translateX(0);
}

.info-section.reverse .info-inner{
  flex-direction:row-reverse;
  transform:translateX(40px);
}
.info-section.reverse.visible .info-inner{
  transform:translateX(0);
}

.info-text{
  flex:1 1 55%;
  color:#f5f5f5;
}

.info-title{
  margin:0 0 10px;
  font-size:clamp(24px,4.2vw,34px);
  font-weight:800;
  color:#b9ffd8;
  text-shadow: 0 0 10px rgba(32,255,135, 0.25);
}

.info-desc{
  margin:0;
  font-size:clamp(13px,2.4vw,16px);
  line-height:1.7;
  color:#d7d7d7;
}

.info-image-wrap{
  flex:0 0 42%;
  display:flex;
  justify-content:center;
}

.info-image{
  width:100%;
  height:auto;
  max-width:420px;
  display:block;
  animation: img-float 3.2s ease-in-out infinite;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.55));
}

@keyframes img-float{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-6px); }
}

@media (max-width:720px){
  .info-inner{ gap: 12px; }
  .info-text{ flex: 1 1 60%; }
  .info-image-wrap{ flex: 0 0 40%; }
  .info-title{ font-size: clamp(20px, 4.6vw, 24px); }
  .info-desc{ font-size: clamp(12px, 3.4vw, 14px); }
  .info-image{ max-width: 100%; }
}

/* =========================================
   BLOCK 5 — 4-up fade grid
   ✅ desktop gap = 2px ตามที่สั่ง
========================================= */

.plus-b5{
  padding-top: 6px;
}

.plus-b5-grid{
  width: min(100% - 12px, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0 6px;
}

.plus-b5-card{
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.18), transparent 55%),
    linear-gradient(135deg, rgba(10,0,6,0.9), rgba(30,0,12,0.95));
  border: 1px solid rgba(32,255,135, 0.65);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 10px 22px rgba(0,0,0,0.9),
    0 0 14px rgba(32,255,135, 0.55);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  cursor: pointer;
}

.plus-b5-card:hover{
  transform: translateY(-1px) scale(1.01);
  border-color: rgba(0,201,107, 0.95);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 12px 26px rgba(0,0,0,0.95),
    0 0 18px rgba(0,201,107, 0.9);
}

.plus-b5-card img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: opacity .35s ease;
}

/* มือถือ: ยังเป็น 2x2 ให้ใหญ่พอดู */
@media (max-width: 720px){
  .plus-b5-grid{
    width: min(100% - 20px, 560px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
}

/* ✅ จอคอม: ช่องว่างเหลือ 2px */
@media (min-width: 1024px){
  .plus-b5-grid{
    gap: 2px;
    padding: 0 2px;
    width: min(100% - 4px, 1040px);
  }
}

/* =========================================
   BLOCK 6 — Withdraw Section
   (หัว + รายการ + ภาพธนาคาร)
========================================= */

.plus-b6{
  padding-top: 10px;
}

.plus-b6-head{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

/* หัวแบบปุ่มเรืองแสง (ยกจากต้นฉบับของคุณ) */
.glow-button{
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

  width: min(100% - 32px, 420px);
  max-width: 420px;
  margin: 0 auto;

  padding: 12px 24px;
  border-radius: 999px;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.16), transparent 60%),
    linear-gradient(135deg, #04120b, #062214);
  color: #ffffff;

  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 4.4vw, 22px);

  border: 1px solid rgba(32,255,135, 0.9);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 10px 22px rgba(0,0,0,0.85),
    0 0 18px rgba(32,255,135, 0.95),
    0 0 40px rgba(32,255,135, 0.7);
  text-shadow:
    0 0 6px rgba(210,255,235,0.95),
    0 0 12px rgba(32,255,135,1);
  overflow: hidden;
}

.glow-button::before{
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 40%;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.02)
  );
  opacity: 0.35;
  pointer-events: none;
}

.glow-button::after{
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.85),
    transparent
  );
  opacity: 0.45;
  mix-blend-mode: screen;
  transform: translateX(-120%);
  animation: sweep-light 3.4s ease-in-out infinite;
}

@keyframes sweep-light{
  0%{ transform: translateX(-120%) rotate(8deg); opacity: 0; }
  20%{ opacity: 0.55; }
  60%{ transform: translateX(160%) rotate(8deg); opacity: 0; }
  100%{ transform: translateX(160%) rotate(8deg); opacity: 0; }
}

/* รายการถอน */
.container-wrapper{
  margin-top: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.container{
  width: 100%;
  max-width: 500px;
  background: transparent;
  padding: 0 12px 24px;
}

/* Card item */
.item{
  position: relative;
  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.16), transparent 55%),
    linear-gradient(135deg, #020c07, #03110a);
  border-radius: 22px;
  padding: 12px 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(32,255,135, 0.95);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05) inset,
    0 10px 20px rgba(0,0,0,0.9),
    0 0 18px rgba(32,255,135, 0.9),
    0 0 36px rgba(217, 255, 0, 0.6);
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.16s ease-out,
    box-shadow 0.16s ease-out,
    background 0.16s ease-out;
}

.item::before{
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 40%;
  height: 220%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  opacity: 0.0;
  mix-blend-mode: screen;
  transform: translateX(-120%) rotate(6deg);
  pointer-events: none;
}

.item:hover::before{ animation: card-sweep 1.6s ease-in-out; }

.item:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 12px 24px rgba(0,0,0,0.95),
    0 0 24px rgb(229, 255, 0),
    0 0 40px rgba(251, 255, 40, 0.9);
}

.item:active{
  transform: translateY(0) scale(0.985);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 8px 16px rgba(0,0,0,0.9),
    0 0 14px rgba(32,255,135, 0.8);
  transition-duration: 0.08s;
}

@keyframes card-sweep{
  0%{ transform: translateX(-120%) rotate(6deg); opacity: 0; }
  20%{ opacity: 0.45; }
  60%{ transform: translateX(180%) rotate(6deg); opacity: 0; }
  100%{ transform: translateX(180%) rotate(6deg); opacity: 0; }
}

.top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.left{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.left img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #444);
  object-fit: cover;
  box-shadow:
    0 0 8px rgba(255,255,255,0.4),
    0 0 14px rgba(208, 255, 0, 0.8);
  flex-shrink: 0;
}

.name{
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.amount{
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff;
  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #20ff87;
  flex-shrink: 0;
}

.bottom{
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  gap: 10px;
}

.time{ color: #d0c6d8; opacity: 0.9; }

.status{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.8rem;
  white-space: nowrap;
}

.status::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 8px currentColor;
}

.status.pending{ color: #b9ffd8; }
.status.pending::before{
  background: radial-gradient(circle, #ffe48a, #00c96b);
  animation: status-pulse 1s ease-in-out infinite;
}

.status.done{ color: #20ff87; }
.status.done::before{
  background: radial-gradient(circle, #98ffb0, #00c96b);
  animation: status-breathe 1.4s ease-in-out infinite;
}

@keyframes status-pulse{
  0%,100%{ transform: scale(1); opacity: 1; }
  50%{ transform: scale(1.4); opacity: 0.6; }
}
@keyframes status-breathe{
  0%,100%{ transform: scale(1); opacity: 0.9; }
  50%{ transform: scale(1.2); opacity: 0.6; }
}

/* ภาพธนาคารด้านล่าง */
.plus-b6-bank{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px 0 18px;
}

.plus-b6-bank-img{
  width: min(100% - 40px, 520px);
  height: auto;
  display: block;
  transform: scale(0.8); /* ✅ ลดประมาณ 20% */
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.55));
}

/* Responsive ของบล็อก 6 */
@media (max-width: 480px){
  .container{ max-width: 420px; padding: 0 10px 20px; }
  .item{ padding: 10px 14px; }
  .amount{ font-size: 1rem; }
}

/* =========================================
   BLOCK 7 — Closing
========================================= */

.plus-b7{
  padding: 5px 5px;   /* เพิ่มระยะซ้ายขวา */
}

.plus-b7-inner{
  width: min(100% - 28px, 720px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;

  padding: 0px 14px 20px;
  /* border-radius: 18px;

  background:
    radial-gradient(circle at 50% 0%, rgba(32,255,135,0.16), transparent 55%),
    linear-gradient(135deg, rgba(12,0,6,0.75), rgba(26,0,12,0.85));
  border: 1px solid rgba(32,255,135, 0.45);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 10px 26px rgba(0,0,0,0.85); */
}

.plus-b7-logo{
  width: min(100%, 220px); /* คุมขนาดจริง ไม่ใช้ scale */
  height:auto;
  display:block;
  margin:0; /* ไม่ให้มีช่องว่าง */
  filter:
    drop-shadow(0 0 12px rgba(32,255,135,.6))
    drop-shadow(0 10px 22px rgba(0,0,0,.6));
}

.plus-b7-title{
  margin-top:4px;
  font-weight:800;
  font-size: clamp(20px, 4.8vw, 30px);
  letter-spacing:.08em;
}

.plus-b7-desc{
  margin:0;
  max-width:680px;
  text-align:center;
}

.plus-b7-bottom-img{
  margin-top:10px;
  width:min(100%,520px);
}


/* =========================================
   LINK SAFETY / TAP FEEL
========================================= */
.plus-link{
  -webkit-tap-highlight-color: transparent;
}




/* =========================================
   BLOCK 2 — CTA Buttons (Entrance / Register)
========================================= */

.plus-b2{ padding-top: 10px; }

.plus-b2-cta{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px 0 10px;
}

.plus-b2-cta-inner{
  width: min(100% - 28px, 720px);
  border-radius: 18px;
  padding: 18px 16px 16px;
  text-align: center;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.16), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(0,201,107,0.12), transparent 58%),
    linear-gradient(135deg, rgba(0,0,0,0.80), rgba(0,0,0,0.94));
  border: 1px solid rgba(32,255,135,0.45);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 14px 34px rgba(0,0,0,0.90),
    0 0 22px rgba(32,255,135,0.22);
  position: relative;
  overflow: hidden;
}

.plus-b2-cta-inner::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-35%;
  width: 45%;
  height: 220%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.85), transparent);
  opacity: 0.18;
  mix-blend-mode: screen;
  transform: translateX(-120%) rotate(10deg);
  animation: plus-cta-sweep 4.2s ease-in-out infinite;
  pointer-events:none;
}

@keyframes plus-cta-sweep{
  0%{ transform: translateX(-120%) rotate(10deg); opacity: 0; }
  18%{ opacity: 0.24; }
  55%{ transform: translateX(170%) rotate(10deg); opacity: 0; }
  100%{ transform: translateX(170%) rotate(10deg); opacity: 0; }
}

.plus-b2-cta-title{
  font-weight: 800;
  font-size: clamp(20px, 4.6vw, 28px);
  letter-spacing: 0.05em;
  text-shadow: 0 0 16px rgba(32,255,135,0.20);
}

.plus-b2-cta-sub{
  margin-top: 6px;
  color: var(--textSoft);
  font-size: clamp(13px, 2.8vw, 15px);
  opacity: 0.92;
}

.plus-b2-cta-actions{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.plus-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 170px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease, border-color .14s ease;
  position: relative;
  overflow: hidden;
}

.plus-btn:active{ transform: translateY(0) scale(0.985); }

.plus-btn-primary{
  color: #07140d;
  background: linear-gradient(135deg, #20ff87, #00c96b);
  border: 1px solid rgba(32,255,135,0.65);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.14) inset,
    0 14px 28px rgba(0,0,0,0.85),
    0 0 20px rgba(32,255,135,0.35);
}

.plus-btn-ghost{
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0,0,0,0.55), rgba(0,0,0,0.85));
  border: 1px solid rgba(32,255,135,0.35);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 14px 28px rgba(0,0,0,0.85),
    0 0 18px rgba(32,255,135,0.20);
}

.plus-btn::after{
  content:"";
  position:absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.35), transparent 55%);
  opacity: 0.0;
  transition: opacity .18s ease;
  pointer-events:none;
}

.plus-btn:hover{
  transform: translateY(-1px) scale(1.01);
  filter: brightness(1.05);
}

.plus-btn:hover::after{ opacity: 0.26; }

.plus-b2-cta-badges{
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.plus-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  color: #eafff4;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(32,255,135,0.25);
  box-shadow: 0 0 16px rgba(32,255,135,0.10);
}

/* =========================================
   BLOCK 5 — Popular (ยอดฮิต)
========================================= */

.plus-b5-head{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px 0 10px;
}

.plus-b5-title{
  width: min(100% - 24px, 520px);
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 4.2vw, 24px);
  color: #ffffff;
  border-radius: 14px;
  padding: 10px 14px;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.16), transparent 55%),
    linear-gradient(135deg, rgba(0,0,0,0.80), rgba(0,0,0,0.93));
  border: 1px solid rgba(32,255,135,0.55);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05) inset,
    0 8px 18px rgba(0,0,0,0.85),
    0 0 16px rgba(32,255,135,0.35);
}

.plus-b5-body{
  width: 100%;
  display: flex;
  justify-content: center;
}

.plus-pop-wrap{
  width: min(100% - 12px, 1040px);
  padding: 0 6px;
  display: grid;
  gap: 12px;
}

.plus-pop-section{
  border-radius: 18px;
  padding: 14px 12px 12px;
  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.12), transparent 58%),
    linear-gradient(135deg, rgba(0,0,0,0.78), rgba(0,0,0,0.94));
  border: 1px solid rgba(32,255,135,0.30);
  box-shadow: 0 12px 26px rgba(0,0,0,0.85);
}

.plus-pop-title{
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 3.6vw, 20px);
  color: #eafff4;
  margin: 0 0 10px;
  text-shadow: 0 0 14px rgba(32,255,135,0.18);
}

.plus-pop-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.plus-pop-card{
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  text-decoration: none;
  cursor: pointer;

  background:
    radial-gradient(circle at 0 0, rgba(32,255,135,0.10), transparent 55%),
    linear-gradient(135deg, rgba(0,0,0,0.70), rgba(0,0,0,0.92));
  border: 1px solid rgba(32,255,135,0.35);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 10px 22px rgba(0,0,0,0.90),
    0 0 14px rgba(32,255,135,0.18);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.plus-pop-card:hover{
  transform: translateY(-1px) scale(1.01);
  border-color: rgba(32,255,135,0.72);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 12px 26px rgba(0,0,0,0.95),
    0 0 18px rgba(32,255,135,0.35);
}

.plus-pop-card img{
  width: 100%;
  height: 100%;
}

@media (max-width: 720px){
  .plus-pop-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
}
@media (min-width: 1024px){
  .plus-pop-grid{ gap: 2px; }
  .plus-pop-wrap{ padding: 0 2px; width: min(100% - 4px, 1120px); }
}

/* ===== BLOCK 2 ULTRA CTA ===== */

.plus-b2{
  padding: 50px 20px;
  display:flex;
  justify-content:center;
}

.plus-b2-wrap{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

/* Base Button */
.plus-btn{
  position:relative;
  min-width:230px;
  padding:16px 36px;
  border-radius:18px;
  font-size:17px;
  font-weight:800;
  letter-spacing:.3px;
  text-decoration:none;
  text-align:center;
  overflow:hidden;
  cursor:pointer;
  transition:all .25s ease;
}

/* ===== Glow breathing animation ===== */
@keyframes glowPulse{
  0%,100%{ box-shadow:0 0 15px rgba(0,255,136,.4); }
  50%{ box-shadow:0 0 35px rgba(0,255,136,.9); }
}

/* ===== Shine sweep ===== */
.plus-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-75%;
  width:50%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transform:skewX(-25deg);
}

.plus-btn:hover::before{
  animation:shine 1s ease forwards;
}

@keyframes shine{
  100%{ left:125%; }
}

/* ===== Ripple effect ===== */
.plus-btn span{
  position:relative;
  z-index:2;
}

.plus-btn::after{
  content:"";
  position:absolute;
  border-radius:50%;
  transform:scale(0);
  background:rgba(255,255,255,.4);
  opacity:0;
}

.plus-btn:active::after{
  width:300px;
  height:300px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(1);
  opacity:.3;
  transition:transform .4s ease, opacity .6s ease;
}

/* ===== Primary Button ===== */
.plus-btn-primary{
  background:linear-gradient(135deg,#00ff88,#00b362);
  color:#000;
  border:none;
  animation:glowPulse 2.5s infinite;
}

.plus-btn-primary:hover{
  transform:translateY(-4px) scale(1.06);
  box-shadow:0 0 50px rgba(0,255,136,1);
}

/* ===== Outline Button ===== */
.plus-btn-outline{
  border:2px solid #00ff88;
  background:rgba(0,0,0,0.7);
  color:#00ff88;
}

.plus-btn-outline:hover{
  background:#00ff88;
  color:#000;
  transform:translateY(-4px) scale(1.06);
  box-shadow:0 0 45px rgba(0,255,136,.9);
}

/* Mobile */
@media(max-width:600px){
  .plus-btn{
    width:100%;
  }
}

/* ===== Elegant Premium Shake ===== */

@keyframes elegantShake {
  0%   { transform: translateX(0); }
  6%   { transform: translateX(-2px); }
  12%  { transform: translateX(2px); }
  18%  { transform: translateX(-2px); }
  24%  { transform: translateX(2px); }
  30%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes glowPeak {
  0%,100% { box-shadow: 0 0 20px rgba(0,255,136,.4); }
  15%     { box-shadow: 0 0 45px rgba(0,255,136,1); }
}

/* สมัครสมาชิก */
.plus-btn-outline{
  animation: elegantShake 4s infinite ease-in-out,
             glowPeak 4s infinite ease-in-out;
}
.plus-btn-outline:hover{
  animation: none;
}
