.nara-modal-open { overflow: hidden; }
.nara-lead-modal { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; padding: 20px; font-family: Arial, Helvetica, sans-serif; }
.nara-lead-modal.is-open { display: flex; }
.nara-lead-backdrop { position: absolute; inset: 0; background: rgba(13, 25, 18, .66); backdrop-filter: blur(8px); }
.nara-lead-dialog { position: relative; z-index: 1; width: min(100%, 590px); max-height: calc(100vh - 32px); overflow: auto; box-sizing: border-box; padding: clamp(28px, 5vw, 46px); border-radius: 30px; background: #f8faf7; border: 1px solid rgba(45,109,51,.12); box-shadow: 0 34px 90px rgba(0,0,0,.28); color: #1d2b24; }
.nara-lead-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; color: #2d3a32; font-size: 34px; line-height: 1; cursor: pointer; padding: 8px; }
.nara-lead-kicker { margin-bottom: 12px; color: #8b6d10; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.nara-lead-dialog h2 { margin: 0 0 14px; max-width: 500px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 5vw, 44px); line-height: 1.05; letter-spacing: -.35px; font-weight: 500; color: #1e2923; }
.nara-lead-intro { margin: 0 0 25px; color: #46534c; font-size: 16px; line-height: 1.65; }
.nara-lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.nara-field { margin-bottom: 14px; }
.nara-field label { display: block; margin: 0 0 7px; color: #203029; font-size: 14px; font-weight: 800; }
.nara-field label span { font-weight: 500; color: #68746d; }
.nara-field input { width: 100%; height: 52px; box-sizing: border-box; border: 1px solid rgba(45,109,51,.20); border-radius: 13px; padding: 0 14px; background: #fff; color: #1e2923; font-size: 16px; outline: none; box-shadow: none; }
.nara-field input:focus { border-color: #2f6e2d; box-shadow: 0 0 0 3px rgba(47,110,45,.10); }
.nara-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 2px 0 18px; color: #4b5851; font-size: 13px; line-height: 1.45; }
.nara-consent input { margin-top: 3px; }
.nara-lead-submit { width: 100%; min-height: 58px; border: 0; border-radius: 999px; padding: 0 26px; display: flex; justify-content: center; align-items: center; gap: 10px; background: #d8b546; color: #17221c; font-size: 16px; font-weight: 900; cursor: pointer; box-shadow: 0 18px 38px rgba(151,116,17,.20); transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.nara-lead-submit:hover { transform: translateY(-2px); background: #e3c65e; }
.nara-lead-submit:disabled { opacity: .68; cursor: wait; transform: none; }
.nara-lead-privacy { margin: 12px 0 0; text-align: center; color: #69756e; font-size: 12px; line-height: 1.5; }
.nara-lead-privacy a { color: #2f6e2d; }
.nara-lead-status { min-height: 0; margin-top: 10px; text-align: center; font-size: 13px; font-weight: 700; }
.nara-lead-status.is-success { color: #2f6e2d; }
.nara-lead-status.is-error { color: #a02f2f; }
.nara-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 620px) {
  .nara-lead-modal { padding: 10px; align-items: flex-end; }
  .nara-lead-dialog { width: 100%; max-height: 92vh; border-radius: 26px 26px 18px 18px; padding: 30px 20px 24px; }
  .nara-lead-dialog h2 { font-size: 32px; }
  .nara-lead-grid { grid-template-columns: 1fr; gap: 0; }
}
