/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/ebook/ebook.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ===== /ebook — SIXMA E-book ===== */
.ebook_page__wd_6b {
  background: #0a0a0a;
  color: #e8e8e8;
  min-height: 100vh;
  font-family: "Noto Sans Thai", -apple-system, sans-serif;
  overflow-x: hidden;
}

/* Hero */
.ebook_hero__NsFWe {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 5rem 1.5rem 3rem;
  background: radial-gradient(ellipse at 30% 40%, rgba(64, 89, 231, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 70% 60%, rgba(111, 66, 193, 0.06) 0%, transparent 60%), #0a0a0a;
}
@media (min-width: 900px) {
  .ebook_hero__NsFWe {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }
}

/* Book cover */
.ebook_cover__IqwVW {
  width: 220px;
  height: 310px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .ebook_cover__IqwVW {
    width: 260px;
    height: 370px;
  }
}

.ebook_coverInner__0o1ue {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1f3a 0%, #0d1020 100%);
  border: 1px solid rgba(138, 118, 229, 0.3);
  border-radius: 4px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), -5px 0 15px rgba(0, 0, 0, 0.4);
  position: relative;
}
.ebook_coverInner__0o1ue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #4059e7, #6f42c1);
}

.ebook_coverBadge__HWBoX {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: rgba(138, 118, 229, 0.7);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.ebook_coverTitle__EazRe {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #8a76e5, #4059e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .ebook_coverTitle__EazRe {
    font-size: 2.8rem;
  }
}

.ebook_coverSub__OpZV_ {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  padding: 0 0.5rem;
}

.ebook_coverDivider__xM27I {
  width: 40px;
  height: 1px;
  background: rgba(138, 118, 229, 0.5);
  margin: 1.5rem auto;
}

.ebook_coverAuthor__1rXMs {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
}

/* Hero content */
.ebook_heroContent__Zm8tK {
  max-width: 450px;
  text-align: center;
}
@media (min-width: 900px) {
  .ebook_heroContent__Zm8tK {
    text-align: left;
  }
}

.ebook_tag__J2n6E {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: rgba(138, 118, 229, 0.7);
  font-weight: 700;
  margin-bottom: 1rem;
}

.ebook_title__ok_LB {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .ebook_title__ok_LB {
    font-size: 4rem;
  }
}

.ebook_tagline__MFmcW {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.ebook_accent__InZu8 {
  background: linear-gradient(135deg, #8a76e5, #4059e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.ebook_desc__kgxsp {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.ebook_priceRow__HqKnk {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 2rem;
  justify-content: center;
}
@media (min-width: 900px) {
  .ebook_priceRow__HqKnk {
    justify-content: flex-start;
  }
}

.ebook_price__MGvcp {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
}

.ebook_priceNote___gJrX {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ebook_cta__5NDCG {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  color: white;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(64, 89, 231, 0.3);
}
.ebook_cta__5NDCG:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(64, 89, 231, 0.4);
}

/* Chapters */
.ebook_chapters__yAGWe {
  padding: 5rem 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.ebook_sectionTitle__hKzCP {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

.ebook_chapterList__O5Olk {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ebook_chapter__DqeAk {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ebook_chapterNum__PeW8v {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(138, 118, 229, 0.5);
  width: 50px;
  letter-spacing: 0.02em;
}

.ebook_chapterTitle__VbMBT {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.ebook_chapterDesc__vfpYc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Who For */
.ebook_whoFor__VxUU4 {
  padding: 5rem 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.ebook_whoForTitle__URuYm {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.04em;
}

.ebook_whoForGrid__y8gLC {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
@media (min-width: 640px) {
  .ebook_whoForGrid__y8gLC {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ebook_whoForItem__ZhsEZ {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.ebook_whoForItem__ZhsEZ p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.ebook_whoForMark__UODeI {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
}
.ebook_whoForMark__UODeI:first-child {
  background: rgba(138, 118, 229, 0.15);
  color: #8a76e5;
}

.ebook_whoForItem__ZhsEZ:nth-child(n+4) .ebook_whoForMark__UODeI {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.3);
}

/* Order */
.ebook_order__8DJra {
  padding: 5rem 1.5rem;
  background: radial-gradient(ellipse at 50% 50%, rgba(64, 89, 231, 0.06) 0%, transparent 60%), #050505;
}

.ebook_orderCard__NVd70 {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.ebook_orderTitle__TqEIA {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.ebook_orderSub__hZzFW {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 2.5rem;
}

.ebook_form__cONuA {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ebook_field__llwOD {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ebook_field__llwOD input {
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
}
.ebook_field__llwOD input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.ebook_inputErr__bntSc {
  border-bottom-color: rgba(220, 53, 69, 0.6) !important;
}

.ebook_err__Joidg {
  font-size: 0.75rem;
  color: rgba(220, 53, 69, 0.7);
  margin-top: 0.25rem;
  display: block;
}

.ebook_submit__GXR91 {
  margin-top: 2rem;
  padding: 0.9rem 0;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  border: none;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: inherit;
}
.ebook_submit__GXR91:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(64, 89, 231, 0.35);
}
.ebook_submit__GXR91:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Payment */
.ebook_payment__WxUtf {
  text-align: center;
}

.ebook_paymentTitle__rJ6ug {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.ebook_paymentAmount__QayY8 {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #8a76e5, #4059e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2rem;
}

.ebook_paymentBox__4G5Tk {
  padding: 1.5rem;
  background: rgba(64, 89, 231, 0.08);
  border: 1px solid rgba(64, 89, 231, 0.2);
  border-radius: 8px;
  margin-bottom: 2rem;
}

.ebook_paymentLabel__N5Zb2 {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a76e5;
  margin-bottom: 0.5rem;
}

.ebook_paymentNumber__owUqo {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: white;
  margin-bottom: 0.25rem;
}

.ebook_paymentName__Iw8I5 {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.ebook_paymentInstruction__L_H7R {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  text-align: left;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ebook_paymentInstruction__L_H7R code {
  background: rgba(138, 118, 229, 0.15);
  color: #8a76e5;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
}

.ebook_paymentFoot__29DNo {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: rgba(138, 118, 229, 0.7);
  letter-spacing: 0.05em;
}
.ebook_paymentFoot__29DNo code {
  background: rgba(138, 118, 229, 0.15);
  color: #8a76e5;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
}

.ebook_paymentSub__E_M7F {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin-top: 0.75rem;
}
.ebook_paymentSub__E_M7F code {
  background: rgba(138, 118, 229, 0.15);
  color: #8a76e5;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
}

/* QR Code */
.ebook_qrWrap__JbEFK {
  position: relative;
  display: inline-block;
  margin: 0.5rem auto 2rem;
  padding: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 18px 40px rgba(138, 118, 229, 0.2), 0 4px 12px rgba(0, 0, 0, 0.4);
}

.ebook_qrImg__g_a4c {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 6px;
}
@media (max-width: 520px) {
  .ebook_qrImg__g_a4c {
    width: 220px;
    height: 220px;
  }
}

.ebook_qrBadge__DN5EJ {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0.3rem 0.7rem;
  background: linear-gradient(135deg, #8a76e5, #4059e7);
  color: white;
  border-radius: 20px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(64, 89, 231, 0.4);
}

/* Steps */
.ebook_steps__yClh_ {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.5rem auto 2rem;
  padding: 1.25rem;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  text-align: left;
}

.ebook_step__bYJ4X {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.ebook_stepNum__RQyph {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(138, 118, 229, 0.15);
  border: 1px solid rgba(138, 118, 229, 0.35);
  color: rgb(138, 118, 229);
  font-size: 0.7rem;
  font-weight: 700;
}

/* Slip upload */
.ebook_slipSection__SvL3_ {
  margin-top: 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ebook_slipBtn__I4war {
  width: 100%;
  padding: 0.9rem 1rem;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ebook_slipBtn__I4war:hover {
  border-color: rgba(138, 118, 229, 0.5);
  color: rgba(138, 118, 229, 0.95);
  background: rgba(138, 118, 229, 0.04);
}

.ebook_slipPreview__ETudI {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ebook_slipPreview__ETudI img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  background: #0a0a0a;
}

.ebook_slipRemove__1zCS7 {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}
.ebook_slipRemove__1zCS7:hover {
  background: rgba(220, 53, 69, 0.85);
  border-color: rgb(220, 53, 69);
}

/* Slip done / waiting / delivered */
.ebook_slipDone__Lt6tA {
  text-align: center;
  padding: 1.5rem 0;
}

.ebook_slipDoneIcon__CvL_E {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(100, 220, 150, 0.15), rgba(100, 220, 150, 0.05));
  border: 1px solid rgba(100, 220, 150, 0.3);
  color: rgba(100, 220, 150, 0.95);
  font-size: 1.8rem;
  font-weight: 300;
}

/* IP / copyright notice on download screen */
.ebook_ipNotice__nqi4s {
  margin: 1.75rem 0 1rem;
  padding: 1.1rem 1.2rem;
  background: rgba(64, 89, 231, 0.06);
  border: 1px solid rgba(64, 89, 231, 0.22);
  border-radius: 6px;
  text-align: left;
}
.ebook_ipNotice__nqi4s p {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}
.ebook_ipNotice__nqi4s p strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

.ebook_ipNoticeLabel__d2liz {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(138, 118, 229, 0.95);
  margin-bottom: 0.6rem;
}

.ebook_ipNoticeSmall__dOC0t {
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-style: italic;
}

.ebook_linkBtn__QqCa4 {
  background: none;
  border: none;
  color: rgba(138, 118, 229, 0.85);
  font-size: 0.78rem;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  letter-spacing: 0.04em;
}
.ebook_linkBtn__QqCa4:hover {
  color: rgb(138, 118, 229);
  text-decoration: underline;
}

/* Footer */
.ebook_footer__QIV2y {
  padding: 2.5rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.ebook_footer__QIV2y a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.ebook_footer__QIV2y a:hover {
  color: rgba(255, 255, 255, 0.8);
}
