/* Store · Subscriber Pro */
.geo-subscriber-pro-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  padding: .5rem .7rem;
  border: 1px solid rgba(212, 154, 67, .35);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff8eb, #edf7ef);
  color: #7a5520;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.geo-subscriber-pro-btn:hover { transform: translateY(-1px); border-color: rgba(212, 154, 67, .55); }
.geo-subscriber-pro-btn.is-active {
  border-color: rgba(29, 91, 55, .35);
  background: linear-gradient(135deg, #edf7ef, #fff);
  color: #1d5b37;
  cursor: default;
}
.geo-subscriber-pro-btn span[aria-hidden="true"] { font-size: 13px; line-height: 1; }
.geo-subscriber-pro-btn[hidden] { display: none !important; }
.geo-module-rail-profile-label.is-subscriber {
  color: #1d5b37;
  font-size: 13px;
  line-height: 1.35;
}

.geo-subscriber-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.geo-subscriber-modal[hidden] { display: none !important; }
.geo-subscriber-backdrop { position: absolute; inset: 0; background: rgba(4, 10, 8, .55); }
.geo-subscriber-dialog {
  position: relative;
  width: min(460px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(29, 91, 55, .14);
  background: linear-gradient(180deg, #fff, #f4faf6);
  box-shadow: 0 28px 70px rgba(8, 18, 16, .28);
}
.geo-subscriber-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 91, 55, .12);
  border-radius: 10px;
  background: #fff;
  color: #173326;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.geo-subscriber-kicker {
  display: block;
  margin-bottom: .25rem;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1d5b37;
}
.geo-subscriber-dialog h2 {
  margin: 0 0 .35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  color: #173326;
}
.geo-subscriber-intro { margin: 0 0 1rem; font-size: 13px; line-height: 1.55; color: #607268; }
.geo-subscriber-form label { display: block; margin-bottom: .65rem; font-size: 12px; font-weight: 700; color: #4a6358; }
.geo-subscriber-form input[type="text"],
.geo-subscriber-form input[type="email"] {
  display: block;
  width: 100%;
  margin-top: .3rem;
  padding: .62rem .7rem;
  border: 1px solid rgba(29, 91, 55, .14);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #173326;
}
.geo-subscriber-lines {
  margin: .85rem 0 1rem;
  padding: .75rem;
  border: 1px solid rgba(29, 91, 55, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .8);
}
.geo-subscriber-lines legend {
  padding: 0 .2rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7a8d84;
}
.geo-subscriber-line {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-top: .45rem;
  font-size: 13px;
  color: #173326;
  cursor: pointer;
}
.geo-subscriber-line input { margin-top: 2px; accent-color: #1d5b37; }
.geo-subscriber-line small { display: block; margin-top: 1px; font-size: 11px; color: #6f8178; }
.geo-subscriber-submit {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d5b37, #247459);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.geo-subscriber-submit:disabled { opacity: .65; cursor: wait; }
.geo-subscriber-status { min-height: 1.2em; margin: .55rem 0 0; font-size: 12px; color: #1d5b37; }
body.geo-subscriber-open { overflow: hidden; }
