 * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: 'Noto Serif Thai', serif;
      color: #5b4636;
      background:
        radial-gradient(circle at top, rgba(244, 205, 204, .35), transparent 35%),
        linear-gradient(180deg, #fbf3e8, #f4e4d4);
      min-height: 100vh;
    }

    body:before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(120, 90, 60, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 90, 60, .035) 1px, transparent 1px);
      background-size: 28px 28px;
      opacity: .45;
    }

    .topbar {
      max-width: 980px;
      margin: 0 auto;
      padding: 22px 18px 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

   /* .logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 28px;
      letter-spacing: 1px;
      color: #8a6848;
    }*/

    .menu-dot {
      position: absolute;
      right: 18px;
      font-size: 22px;
      color: #a98664;
    }

    .wrap {
      max-width: 880px;
      margin: 0 auto;
      padding: 20px 18px 60px;
    }

    .hero {
      text-align: center;
      padding: 28px 10px 24px;
    }

    .hero .eyebrow {
      color: #b88b75;
      letter-spacing: 2px;
      font-size: 13px;
      margin-bottom: 8px;
    }

    h1 {
      margin: 0;
      font-size: clamp(30px, 7vw, 54px);
      line-height: 1.15;
      color: #7a5542;
      font-weight: 700;
    }

    .hero p {
      max-width: 560px;
      margin: 14px auto 0;
      font-size: 16px;
      color: #745c4b;
      line-height: 1.8;
    }

    .categories {
      display: grid;
      gap: 16px;
      margin-top: 18px;
    }

    .card {
      border: 1px solid rgba(164, 124, 82, .38);
      background: rgba(255, 250, 241, .72);
      border-radius: 24px;
      box-shadow: 0 18px 40px rgba(102, 73, 50, .09);
      overflow: hidden;
      backdrop-filter: blur(8px);
    }

    .cat-head {
      width: 100%;
      border: 0;
      background: transparent;
      padding: 20px;
      display: flex;
      gap: 16px;
      align-items: center;
      text-align: left;
      cursor: pointer;
      color: inherit;
      font-family: inherit;
    }

    .icon {
      width: 54px;
      height: 70px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      font-size: 28px;
      color: #9b7655;
      background: linear-gradient(180deg, #f7ddd7, #f9eedf);
      border: 1px solid rgba(164, 124, 82, .35);
      flex: 0 0 auto;
    }

    .cat-title {
      font-size: 22px;
      font-weight: 700;
      color: #76523d;
    }

    .cat-desc {
      margin-top: 4px;
      font-size: 14px;
      color: #8c725f;
      line-height: 1.6;
    }

    .arrow {
      margin-left: auto;
      color: #a98664;
      transition: .3s;
    }

    .card.active .arrow {
      transform: rotate(180deg);
    }

    .questions {
      max-height: 0;
      overflow: hidden;
      transition: max-height .45s ease;
      
    }

    .card.active .questions {
       max-height: 5000px;
    }

    .question-inner {
      padding: 0 20px 22px 90px;
      display: grid;
      gap: 10px;
    }

    .q-btn {
      display: block;
      width: 100%;
      padding: 13px 16px;
      border-radius: 16px;
      text-decoration: none;
      color: #684733;
      background: rgba(255,255,255,.5);
      border: 1px solid rgba(184, 139, 117, .32);
      transition: .2s;
      font-size: 15px;
    }

    .q-btn:hover {
      background: #fff7ec;
      transform: translateY(-1px);
      box-shadow: 0 8px 18px rgba(111, 76, 48, .08);
    }

    .footer-note {
      margin-top: 28px;
      text-align: center;
      color: #9a7a63;
      font-size: 13px;
    }

    .seo-links {
      margin-top: 22px;
      text-align: center;
      font-size: 12px;
      color: rgba(154, 122, 99, .5);
      line-height: 2.2;
      letter-spacing: .3px;
    }
    .seo-links a {
      color: inherit;
      text-decoration: none;
      transition: color .2s;
    }
    .seo-links a:hover {
      color: rgba(154, 122, 99, .85);
    }

    @media (max-width: 560px) {
      .wrap {
        padding-inline: 14px;
      }

      .cat-head {
        padding: 16px;
      }

      .icon {
        width: 48px;
        height: 64px;
      }

      .question-inner {
        padding: 0 16px 18px 16px;
      }

      .q-btn {
        font-size: 14px;
      }
    }

.close-questions{
  display: block;

  margin: 10px auto 20px;

  border: 0;
  background: transparent;

  color: #9b7a63;
  font-family: inherit;
  font-size: 14px;

  padding: 10px 16px;

  cursor: pointer;

  transition: .2s;
  opacity: .85;
}

.close-questions:hover{
  opacity: 1;
  letter-spacing: .5px;
}
/*@media (max-width: 560px){

  .close-questions{
    width: calc(100% - 24px);
    margin: 6px 12px 18px;
  }

}*/





.q-btn {
  position: relative;
  display: block;
  padding: 14px 12px 14px 34px;
  text-decoration: none;
  color: #684733;
  border-bottom: 1px dashed rgba(154, 112, 82, .28);
  background: transparent;
  font-size: 15px;
}

.q-btn::before {
  content: "✦";
  position: absolute;
  left: 8px;
  top: 14px;
  color: #b88b75;
  font-size: 12px;
}

.q-btn:hover {
  background: rgba(255, 247, 236, .7);
  border-radius: 12px;
}


.question-inner {
  margin: 0 20px 22px 90px;
  padding: 14px 16px;
  border: 1px solid rgba(164, 124, 82, .28);
  border-radius: 18px;
  background: rgba(255, 249, 239, .45);
}

@media (max-width: 560px){

  .question-inner{
    margin: 0 12px 18px;
    padding: 10px 12px;
  }

  .q-btn{
    padding: 13px 8px 13px 24px;
    font-size: 14px;
    line-height: 1.7;
  }

 /* .q-btn::before{
    left: 4px;
    top: 13px;
    font-size: 10px;
  }*/

}



.site-footer{
  margin-top: 60px;
  padding: 40px 20px 55px;
  text-align: center;
  color: #9a7a63;
}

.footer-symbol{
  font-size: 14px;
  letter-spacing: 8px;
  margin-bottom: 14px;
  opacity: .8;
}

.footer-text{
  font-size: 14px;
  line-height: 1.9;
  max-width: 420px;
  margin: 0 auto 14px;
  opacity: .9;
}

.footer-copy{
  font-size: 12px;
  letter-spacing: .5px;
  opacity: .65;
}


.menu-dot{
  position: absolute;
  right: 18px;
  border: 0;
  background: transparent;
  font-size: 22px;
  color: #a98664;
  cursor: pointer;
  font-family: inherit;
}

.vintage-menu{
  position: absolute;
  top: 58px;
  right: 14px;
  width: 190px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 249, 239, .96);
  border: 1px solid rgba(164, 124, 82, .35);
  box-shadow: 0 18px 35px rgba(102, 73, 50, .14);
  backdrop-filter: blur(8px);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
  z-index: 20;
}

.vintage-menu.show{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.vintage-menu a{
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #6e4c38;
  font-size: 14px;
  line-height: 1.4;
}

.vintage-menu a:hover{
  background: rgba(244, 222, 203, .65);
}

.logo{
  font-family: 'Noto Serif Thai', serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #8a6848;
  font-weight: 700;
  text-decoration: none;
}

/*.logo span{
  font-family: 'Cormorant Garamond', serif;
}*/



.pay-modal{
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.pay-modal.show{
  display: block;
}

.pay-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(74, 49, 36, .32);
  backdrop-filter: blur(4px);
}

.pay-card{
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 390px);
  padding: 28px 22px 24px;
  border-radius: 26px;
  background: rgba(255, 249, 239, .96);
  border: 1px solid rgba(164, 124, 82, .35);
  box-shadow: 0 24px 70px rgba(74, 49, 36, .25);
  text-align: center;
  color: #684733;
  transform: translate(-50%, -50%);
}

.pay-close{
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 26px;
  color: #a98664;
  cursor: pointer;
}

.pay-symbol{
  font-size: 13px;
  letter-spacing: 8px;
  color: #b88b75;
  margin-bottom: 12px;
}

.pay-card h2{
  margin: 0;
  font-size: 24px;
  color: #76523d;
}

.pay-card p{
  margin: 10px 0 20px;
  font-size: 14px;
  color: #8c725f;
}

.pay-actions{
  display: grid;
  gap: 10px;
}

.pay-btn{
  border: 0;
  border-radius: 16px;
  padding: 13px 14px;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
}

.pay-btn.promptpay{
  background: #8a6848;
}

.pay-btn.truewallet{
  background: #b88972;
}

.unlock-code-box{
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.unlock-code-box input{
  flex: 1;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(164, 124, 82, .35);
  padding: 11px 12px;
  font-family: inherit;
  background: rgba(255,255,255,.6);
  color: #684733;
}

.unlock-code-box button{
  border: 0;
  border-radius: 14px;
  padding: 0 14px;
  font-family: inherit;
  background: #ead2bd;
  color: #684733;
  cursor: pointer;
}

.q-locked{
}

.q-already{
}

.q-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.q-text{
  min-width: 0;
}

.q-free{
  flex-shrink: 0;
  font-size: 11px;
  color: #7a9e6e;
  letter-spacing: .3px;
  font-weight: 600;
  background: rgba(122,158,110,.10);
  border: 1px solid rgba(122,158,110,.25);
  border-radius: 20px;
  padding: 2px 9px;
}

.q-unlock{
  flex-shrink: 0;
  font-size: 11px;
  color: #b88b75;
  letter-spacing: .3px;
  opacity: .9;
}


.pay-price{
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
  color: #7a5542;
}

.wallet-wrap{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wallet-fee{
  font-size: 11px;
  color: #9b7a63;
  opacity: .9;
}


.sub-card{
  border: 0;
  background: transparent;
  overflow: visible;
}

.sub-card + .sub-card{
  margin-top: 8px;
}

.sub-head{
  width: 100%;
  border: 0;
  background: transparent;

  padding: 13px 4px 10px;

  font-family: inherit;
  color: #7a5542;

  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor: pointer;

  font-size: 16px;
  font-weight: 700;

  border-bottom: 1px dashed rgba(154,112,82,.28);
}

.sub-head span:first-child::before{
  content: "☾ ";
  color: #b88b75;
  font-weight: 400;
}

.sub-arrow{
  color: #b88b75;
  transition: .25s;
}

.sub-card.active .sub-arrow{
  transform: rotate(180deg);
}

.sub-questions{
  display: none;
  padding: 8px 0 4px;
}

.sub-card.active .sub-questions{
  display: grid;
 
   gap: 10px;
}


.sub-questions .q-btn{
  background: rgba(255, 252, 246, .62);
  border: 1px solid rgba(184, 139, 117, .18);
  border-radius: 14px;

  padding: 12px 12px 12px 32px;

  color: #5f3f30;

  box-shadow: 0 6px 14px rgba(102,73,50,.035);
}

.sub-questions .q-btn::before{
  left: 12px;
  color: #b88b75;
  opacity: .9;
}

.sub-questions .q-btn:hover{
  background: rgba(255, 247, 236, .92);
  border-color: rgba(184, 139, 117, .32);
}

.sub-head{
  color: #8a6848;
  font-size: 15px;
  letter-spacing: .3px;
}

.already-modal{
  position: fixed;
  inset: 0;

  z-index: 9999;

  display: none;
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.already-modal.show{
  display: flex;
}

.already-backdrop{
  position: absolute;
  inset: 0;

  background: rgba(250,243,234,.42);

  backdrop-filter: blur(5px);
}

.already-card{
  position: relative;
  z-index: 2;

  width: min(92vw, 420px);

  padding: 34px 24px 24px;

  border-radius: 28px;

  background: rgba(255,249,239,.96);

  border: 1px solid rgba(164,124,82,.25);

  box-shadow:
    0 24px 60px rgba(102,73,50,.16);

  text-align: center;

  animation: fadeUp .45s ease both;
}

.already-symbol{
  font-size: 13px;
  letter-spacing: 8px;
  color: #b88b75;
  margin-bottom: 14px;
}

.already-card h2{
  margin: 0 0 12px;

  font-size: 24px;

  color: #76523d;
}

.already-card p{
  margin: 0;

  font-size: 15px;
  line-height: 1.9;

  color: #8c725f;
}

.already-btn{
  margin-top: 24px;

  border: 0;

  padding: 13px 22px;

  border-radius: 999px;

  background: rgba(184,139,117,.14);

  color: #6e4c38;

  font-family: inherit;
  font-size: 15px;

  cursor: pointer;

  transition: .2s;
}

.already-btn:hover{
  background: rgba(184,139,117,.22);
}

.already-close{
  position: absolute;
  top: 14px;
  right: 14px;

  width: 36px;
  height: 36px;

  border: 0;
  border-radius: 999px;

  background: transparent;

  color: #9b7a63;

  font-size: 24px;

  cursor: pointer;
}


/* ── SweetAlert2 vintage override ── */

.swal2-popup {
  background: #fff9ef;
  border: 1px solid rgba(164,124,82,.28);
  border-radius: 24px;
  font-family: 'Noto Serif Thai', serif;
  color: #684733;
  box-shadow: 0 24px 60px rgba(102,73,50,.18);
}

.swal2-title {
  color: #5b4636;
  font-family: 'Noto Serif Thai', serif;
  font-size: 20px;
}

.swal2-html-container {
  color: #8c725f;
  font-family: 'Noto Serif Thai', serif;
  font-size: 15px;
  line-height: 1.8;
}

.swal2-icon.swal2-success {
  border-color: #b88b75;
  color: #8a6848;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #8a6848;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(184,139,117,.3);
}

.swal2-icon.swal2-error {
  border-color: #c9907a;
  color: #c9907a;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background-color: #c9907a;
}

.swal2-confirm.swal2-styled {
  background: #8a6848 !important;
  border-radius: 999px !important;
  font-family: 'Noto Serif Thai', serif !important;
  font-size: 15px !important;
  padding: 12px 28px !important;
  box-shadow: none !important;
}

.swal2-confirm.swal2-styled:hover {
  background: #76523d !important;
}

.swal2-cancel.swal2-styled {
  background: rgba(184,139,117,.14) !important;
  color: #6e4c38 !important;
  border-radius: 999px !important;
  font-family: 'Noto Serif Thai', serif !important;
  font-size: 15px !important;
  padding: 12px 28px !important;
  box-shadow: none !important;
}

.swal2-cancel.swal2-styled:hover {
  background: rgba(184,139,117,.26) !important;
}

.swal2-loader {
  border-color: #8a6848 transparent #8a6848 transparent;
}

.swal2-backdrop-show {
  background: rgba(250,243,234,.55) !important;
  backdrop-filter: blur(4px);
}