/* Print2List — Websites pricing page */

.ws-page {
  padding-bottom: 3rem;
}

.ws-hero {
  padding: 2.5rem 0 1.5rem;
  max-width: 42rem;
}

.ws-hero .hero-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.ws-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 6vw, 2.45rem);
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.ws-hero-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.ws-note {
  margin: 1.25rem 0 0;
  padding: 0.9rem 1.1rem;
  background: var(--accent-soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0;
  color: var(--ink);
  font-size: 0.95rem;
}

.ws-jump {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
  gap: 0.75rem;
  margin: 1.75rem 0 2rem;
}

.ws-jump-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  font: inherit;
  color: inherit;
  width: 100%;
}

.ws-jump-btn:hover,
.ws-jump-btn:focus-visible {
  border-color: var(--accent);
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 14px 36px rgba(15, 92, 76, 0.12);
}

.ws-jump-btn strong {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.ws-jump-btn span {
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
}

.ws-cta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin: 0 0 2.25rem;
  background: linear-gradient(135deg, #0f5c4c 0%, #1a7a66 55%, #c45c26 160%);
  color: #fff;
  border-radius: 16px;
}

.ws-cta-bar p {
  margin: 0;
  font-weight: 650;
  font-size: 1.05rem;
}

.ws-cta-bar .btn-ws {
  background: #fff;
  color: var(--accent);
}

.ws-cta-bar .btn-ws:hover {
  background: var(--accent-soft);
}

.btn-ws {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.15rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 650;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-ws-primary {
  background: var(--accent);
  color: #fff;
}

.btn-ws-primary:hover {
  background: #0c4a3d;
  color: #fff;
}

.btn-ws-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ws-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.ws-section {
  scroll-margin-top: 5.5rem;
  margin-bottom: 2.75rem;
  padding-top: 0.25rem;
}

.ws-section-head {
  margin-bottom: 1rem;
}

.ws-section-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 750;
  letter-spacing: -0.01em;
}

.ws-section-head h3 {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.ws-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.ws-includes li {
  font-size: 0.8rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--muted);
}

.ws-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ws-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-width: 0;
}

.ws-card.is-popular {
  border-color: var(--accent);
  box-shadow: 0 14px 40px rgba(15, 92, 76, 0.14);
}

.ws-card-ribbon {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  background: var(--accent-2);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
}

.ws-card-head {
  padding: 1.25rem 1.15rem 0.85rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(15, 92, 76, 0.06), transparent 70%);
}

.ws-card-head h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ws-card-tag {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}

.ws-card-body {
  padding: 1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.85rem;
}

.ws-price {
  font-size: clamp(1.55rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.ws-price.is-call {
  font-size: 1.35rem;
  color: var(--accent-2);
}

.ws-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.ws-features li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: start;
  font-size: 0.86rem;
  line-height: 1.35;
}

.ws-features .label {
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
}

.ws-features .value {
  font-weight: 650;
  color: var(--muted);
  text-align: end;
  white-space: nowrap;
}

.ws-features .value.is-yes {
  color: var(--accent);
}

.ws-features .value.is-no {
  color: #b0aaa0;
}

.ws-check,
.ws-x {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.ws-check {
  background: var(--accent-soft);
  color: var(--accent);
}

.ws-x {
  background: #f0ebe4;
  color: #9a9388;
}

.ws-card-actions {
  margin-top: auto;
  padding-top: 0.35rem;
  display: grid;
  gap: 0.45rem;
}

.ws-card-actions .btn-ws {
  width: 100%;
}

@media (max-width: 1100px) {
  .ws-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ws-grid {
    grid-template-columns: 1fr;
  }

  .ws-jump {
    grid-template-columns: 1fr 1fr;
  }

  .ws-cta-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ws-features .value {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .ws-jump {
    grid-template-columns: 1fr;
  }
}

[dir="rtl"] .ws-note {
  border-left: none;
  border-right: 3px solid var(--accent);
  border-radius: 10px 0 0 10px;
}

/* Product page (website.php) */
.ws-product-crumb {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--muted, #6b6560);
}
.ws-product-crumb a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}
.ws-product-crumb a:hover { text-decoration: underline; }

.ws-product-badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--accent-soft, rgba(15, 92, 76, 0.12));
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ws-product-tagline {
  margin: -0.35rem 0 0.75rem;
  color: var(--muted, #6b6560);
  font-size: 1rem;
}

.ws-product-price {
  margin: 0 0 1rem;
  font-size: 1.65rem;
  font-weight: 750;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.ws-product-price.is-call {
  font-size: 1.25rem;
}

.ws-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.ws-order-form {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem 1.15rem;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
}
.ws-order-title {
  margin: 0 0 .85rem;
  font-size: 1.05rem;
  font-weight: 700;
}
.ws-field {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin: 0 0 .75rem;
  font-size: .9rem;
}
.ws-field input,
.ws-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: .55rem .65rem;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  font: inherit;
  background: #fff;
}
.ws-field textarea {
  resize: vertical;
  min-height: 4.5rem;
}
.ws-op {
  opacity: .65;
  font-size: .8rem;
}
.ws-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.ws-legal {
  margin: .65rem 0 0;
  font-size: .78rem;
  opacity: .7;
  line-height: 1.35;
}
.ws-form-msg {
  margin: .65rem 0 0;
  padding: .55rem .7rem;
  border-radius: 8px;
  font-size: .88rem;
}
.ws-form-msg.is-ok {
  background: #e4f2ee;
  color: #0f5c4c;
}
.ws-form-msg.is-err {
  background: #fdecec;
  color: #9b2c2c;
}

.ws-product-features {
  margin-top: 0.25rem;
  padding: 1.35rem 1.35rem 1.1rem;
}

.ws-product-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 520px;
}

/* Feature glossary tips + modal — solo abre con click en la “i” */
.ws-feature-tip.has-gloss {
  border-radius: 10px;
}

.ws-features .ws-feature-tip.has-gloss {
  padding: .2rem .35rem;
  margin-inline: -.35rem;
}

.ws-includes .ws-feature-tip.has-gloss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .45rem .65rem;
}

.ws-feature-info {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1;
  background: color-mix(in srgb, var(--accent, #0f5c4c) 14%, #fff);
  color: var(--accent, #0f5c4c);
  margin-left: .35rem;
  flex: 0 0 auto;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ws-feature-info:hover,
.ws-feature-info:focus-visible {
  background: color-mix(in srgb, var(--accent, #0f5c4c) 22%, #fff);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent, #0f5c4c) 28%, transparent);
  outline: none;
  transform: scale(1.06);
}

.ws-features .value {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}

body.ws-feat-modal-open {
  overflow: hidden;
}

.ws-feat-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.ws-feat-modal[hidden] {
  display: none !important;
}

.ws-feat-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 22, .55);
  backdrop-filter: blur(4px);
}

.ws-feat-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(86vh, 720px);
  overflow: auto;
  background: linear-gradient(165deg, #fffdf8 0%, #f4f7f5 55%, #eef3f0 100%);
  border: 1px solid rgba(15, 92, 76, .14);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  padding: 1.6rem 1.5rem 1.45rem;
  transform: translateY(12px) scale(.98);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.ws-feat-modal.is-open .ws-feat-modal-dialog {
  transform: none;
  opacity: 1;
}

.ws-feat-modal-close {
  position: absolute;
  top: .7rem;
  right: .75rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 92, 76, .1);
  color: #133;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.ws-feat-modal-close:hover {
  background: rgba(15, 92, 76, .18);
}

.ws-feat-modal-kicker {
  margin: 0 2rem .55rem 0;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  font-weight: 700;
  color: #0f5c4c;
  line-height: 1.35;
}

.ws-feat-modal-title {
  margin: 0 2rem .85rem 0;
  font-size: clamp(1.85rem, 5vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: #152018;
  font-weight: 800;
}

.ws-feat-modal-body {
  display: grid;
  gap: .85rem;
}

.ws-feat-modal-body p {
  margin: 0;
  font-size: clamp(1.05rem, 2.5vw, 1.22rem);
  line-height: 1.55;
  color: #2a332d;
  font-weight: 500;
}

.ws-feat-modal-example {
  margin-top: 1.15rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed color-mix(in srgb, #0f5c4c 35%, #ccc);
}

.ws-feat-modal-example strong {
  display: block;
  margin-bottom: .35rem;
  color: #0f5c4c;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ws-feat-modal-example p {
  margin: 0;
  font-size: clamp(1rem, 2.3vw, 1.15rem);
  line-height: 1.5;
  color: #243028;
}

@media (max-width: 640px) {
  .ws-feat-modal-dialog {
    padding: 1.25rem 1.1rem 1.2rem;
    border-radius: 18px;
  }
}
