
.jybs-shell{
  max-width:980px;
  margin:42px auto;
  padding:38px;
  background:linear-gradient(180deg,#fffdf9 0%,#fbf4eb 100%);
  border:1px solid rgba(165,117,70,.24);
  border-radius:28px;
  box-shadow:0 24px 65px rgba(67,44,25,.10);
  color:#34271e;
}
.jybs-heading{text-align:center;margin-bottom:28px}
.jybs-kicker{font-size:12px;font-weight:700;letter-spacing:.22em;color:#a36d38}
.jybs-heading h2{margin:9px 0 8px;font-size:38px;line-height:1.15;color:#2f241c}
.jybs-heading p{margin:0;color:#75675c}
.jybs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.jybs-form label span{display:block;margin-bottom:7px;font-size:14px;font-weight:700;color:#49382c}
.jybs-form input,.jybs-form select,.jybs-form textarea{
  width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #ddc7b0;
  border-radius:12px;background:#fff;color:#30261f;font:inherit
}
.jybs-form input:focus,.jybs-form select:focus,.jybs-form textarea:focus{
  outline:3px solid rgba(186,130,72,.12);border-color:#b9834d
}
.jybs-full{grid-column:1/-1}
.jybs-submit{
  display:block;margin:26px auto 0;min-width:280px;padding:15px 30px;border:0;border-radius:999px;
  background:linear-gradient(90deg,#ac7039,#d49c61);color:#fff;font-size:16px;font-weight:800;
  cursor:pointer;box-shadow:0 8px 20px rgba(147,91,41,.18)
}
.jybs-submit:hover{filter:brightness(.98)}
.jybs-submit[disabled]{opacity:.65;cursor:wait}
.jybs-footnote{text-align:center;margin:12px 0 0;color:#8d7c6d;font-size:12px}
.jybs-message{display:none;margin:0 0 18px;padding:14px 16px;border-radius:12px}
.jybs-message.success{display:block;background:#edf8f0;border:1px solid #badfc5;color:#146532}
.jybs-message.error{display:block;background:#fff1f0;border:1px solid #ecc5c2;color:#992e28}
.jybs-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:720px){
  .jybs-shell{margin:22px 10px;padding:24px 18px;border-radius:20px}
  .jybs-heading h2{font-size:30px}
  .jybs-grid{grid-template-columns:1fr}
  .jybs-full{grid-column:auto}
  .jybs-submit{width:100%;min-width:0}
}


/* v1.0.5 success popup */
.jybs-modal{
  position:fixed;inset:0;z-index:999999;display:none;
  align-items:center;justify-content:center;padding:20px;
  background:rgba(35,25,18,.48);backdrop-filter:blur(3px)
}
.jybs-modal.is-open{display:flex}
.jybs-modal-card{
  width:min(92vw,520px);background:#fffdf9;border:1px solid #e4cdb7;
  border-radius:24px;padding:34px 30px;text-align:center;
  box-shadow:0 28px 80px rgba(45,31,20,.25)
}
.jybs-modal-check{
  width:58px;height:58px;margin:0 auto 14px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#edf7ef;color:#24713e;font-size:30px;font-weight:800
}
.jybs-modal-card h3{margin:0 0 12px;font-size:28px;color:#30241c}
.jybs-modal-message{margin:0 auto 22px;max-width:430px;line-height:1.6;color:#66584d;font-size:16px}
.jybs-modal-close{
  min-width:150px;border:0;border-radius:999px;padding:13px 24px;
  background:linear-gradient(90deg,#ac7039,#d49c61);color:#fff;
  font-size:15px;font-weight:800;cursor:pointer
}
