/* Tienda Maza FinLab — overlays sobre styles-v6 */

.store-hero {
  padding: 132px 0 48px;
  background: #07111c;
  color: #e8eef6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.store-hero h1 {
  margin: 14px 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #fff;
}

.store-hero p {
  max-width: 620px;
  margin: 0;
  color: #9aadc2;
  font-size: 16px;
  line-height: 1.7;
}

.store-section {
  padding: 56px 0 72px;
  background: var(--ice-200, #eef3f7);
  color: var(--ink-900, #0d1b2a);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border-light, rgba(18, 54, 86, 0.1));
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(4, 23, 42, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.store-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(4, 23, 42, 0.12);
}

.store-card-media {
  height: 168px;
  overflow: hidden;
  background: #0a1420;
}

.store-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.12);
}

.store-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 18px 18px 20px;
}

.store-card-body h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.store-card-body p {
  margin: 0;
  color: #52677c;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

.store-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eff4f8;
  color: #566e85;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-tag.is-live {
  background: rgba(37, 211, 102, 0.12);
  color: #0d5c2e;
}

.store-tag.is-soon {
  background: rgba(102, 126, 234, 0.12);
  color: #3b4cca;
}

.store-price {
  margin: 4px 0 0;
  color: var(--ink-900, #0d1b2a);
  font-size: 18px;
  font-weight: 800;
}

.store-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.store-detail {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.store-detail-media {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a1420;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.store-detail-media img {
  width: 100%;
  height: auto;
  display: block;
}

.store-detail-copy h1 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 3.5vw, 44px);
  letter-spacing: -0.04em;
}

.store-detail-copy p {
  color: #52677c;
  font-size: 15px;
  line-height: 1.75;
}

.store-detail-copy ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.store-detail-copy li {
  color: #52677c;
  font-size: 14px;
}

.store-detail-copy li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--blue-600, #2f80ed);
  font-weight: 800;
}

.store-panel {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--border-light, rgba(18, 54, 86, 0.1));
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(4, 23, 42, 0.07);
}

.store-panel h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.store-panel p {
  margin: 0 0 16px;
}

.store-form {
  display: grid;
  gap: 14px;
}

.store-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #31455c;
}

.store-form input,
.store-form select,
.store-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(18, 54, 86, 0.14);
  border-radius: 12px;
  background: #f7fafc;
  color: #0d1b2a;
  font: inherit;
}

.store-form input:focus,
.store-form select:focus,
.store-form textarea:focus {
  outline: 2px solid rgba(47, 128, 237, 0.35);
  border-color: rgba(47, 128, 237, 0.45);
}

.store-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.store-method {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(18, 54, 86, 0.12);
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.store-method:hover {
  border-color: rgba(47, 128, 237, 0.45);
  transform: translateY(-2px);
}

.store-method strong {
  font-size: 16px;
}

.store-method span {
  color: #6b7c90;
  font-size: 13px;
  line-height: 1.5;
}

.store-feedback {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
}

.store-feedback[hidden] {
  display: none !important;
}

.store-feedback.ok {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #0d5c2e;
}

.store-feedback.err {
  background: rgba(232, 93, 106, 0.12);
  border: 1px solid rgba(232, 93, 106, 0.35);
  color: #8b2e38;
}

.store-note {
  margin-top: 14px;
  color: #6b7c90;
  font-size: 13px;
  line-height: 1.55;
}

.store-confirm {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.store-confirm h1 {
  margin: 0 0 12px;
  font-size: 34px;
  letter-spacing: -0.03em;
}

.store-confirm .license-box {
  margin: 22px 0;
  padding: 16px;
  border-radius: 12px;
  background: #0a1420;
  color: #d8e2ed;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  letter-spacing: 0.08em;
  word-break: break-all;
}

.nequi-box {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  background: #f4f8fb;
  border: 1px solid rgba(18, 54, 86, 0.1);
}

.nequi-box img {
  width: min(220px, 100%);
  margin: 0 auto;
  border-radius: 12px;
}

#paypal-buttons {
  min-height: 48px;
}

@media (max-width: 980px) {
  .store-grid,
  .store-detail,
  .store-methods {
    grid-template-columns: 1fr;
  }
}
