/* pages/landing/computer-3d/css/pricing-faq.css
   Pricing card + FAQ accordion.
*/

.pricing-band {
  background: linear-gradient(180deg, var(--navy-dark) 0%, var(--navy) 100%);
  color: white;
}
.pricing-band .h2, .pricing-band .eyebrow { color: white; }
.pricing-band .eyebrow { color: var(--orange); }

/* ════════════════════════════════════════════════════════════════
   PRICE CARD V2 (26/5/2026), עיצוב מחודש אחרי התייעצות עם Gemini +
   GPT. עקרונות,
   1. רקע לבן נקי, אין קופסה בתוך קופסה
   2. היררכיה ברורה, 397₪ הכי גדול
   3. צבע אחד מוביל (כתום), בלי תגי הנחה אדומים/ירוקים
   4. ריווח אוורירי בין סקציות (24-32px)
   5. שורת אחריות עדינה, לא קופסה תכולה
   ════════════════════════════════════════════════════════════════ */
.price-card-v2 {
  background: white;
  color: var(--text);
  max-width: 480px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 36px 32px 32px;
  text-align: center;
  border: 1.5px solid var(--border);
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}

/* Pill נקי בראש הכרטיס (לא צף, פנימי) */
.price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--orange-deep) 0%, var(--orange) 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px rgba(232,133,74,0.35);
}
.price-pill .icon {
  width: 18px;
  height: 18px;
}
.price-pill strong {
  font-weight: 800;
  color: var(--cream);
  margin-inline: 2px;
}

/* בלוק המחיר */
.price-block {
  margin-bottom: 8px;
}
.price-anchor-top {
  font-size: 1rem;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.price-anchor-top s {
  font-weight: 700;
}
.price-current {
  /* clamp במקום 5.2rem קבוע, מונע overflow על iPhone SE 1 (320px).
     מינימום 3rem בטוח גם על מסכים זעירים, מקסימום 5.2rem על דסקטופ.
     27/5/2026, ישיבת קבינט Gemini 3.5 + GPT. */
  font-size: clamp(3rem, 14vw, 5.2rem);
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
  /* overflow-wrap, גיבוי במקרה של overflow לא צפוי */
  overflow-wrap: break-word;
}
.price-shekel {
  font-size: 2rem;
  font-weight: 800;
  vertical-align: 0.8em;
  color: var(--navy-mid);
  margin-inline-end: 2px;
}
.price-savings-pill {
  display: inline-block;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.35);
  padding: 5px 16px;
  border-radius: 100px;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.price-tag {
  color: var(--orange-deep);
  font-weight: 700;
  font-size: 0.98rem;
}

/* קו הפרדה רך בין בלוקים */
.price-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 28px 0 24px;
}

/* רשימת features ללא קופסה, רק טקסט נקי עם וי */
.price-features {
  text-align: start;
  margin-bottom: 28px;
  padding: 0;
  background: transparent;
  list-style: none;
}
.price-features li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.55;
}
.price-features li strong {
  color: var(--navy);
  font-weight: 700;
}
.price-features li::before {
  content: '';
  width: 22px;
  height: 22px;
  background: var(--orange-deep);
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='white'%3E%3Cpath d='M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

/* שורת אחריות עדינה (במקום קופסה כחולה) */
.price-trust-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  background: rgba(26, 74, 107, 0.05);
  border-radius: 12px;
  margin-bottom: 22px;
  font-size: 0.92rem;
  color: var(--navy);
  text-align: start;
  line-height: 1.55;
}
.price-trust-row .icon {
  width: 28px;
  height: 28px;
  color: var(--orange-deep);
  flex-shrink: 0;
}
.price-trust-row strong {
  color: var(--navy);
  font-weight: 800;
}

/* CTA, גדול וברור */
.price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--orange-deep);
  color: white;
  padding: 20px;
  border-radius: 14px;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 12px 30px rgba(232,133,74,0.4);
  font-family: inherit;
}
.price-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(232,133,74,0.5);
}
.price-mini {
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--text-light);
}

/* Mobile */
@media (max-width: 760px) {
  .price-card-v2 {
    padding: 28px 22px;
    border-radius: 20px;
  }
  .price-current {
    font-size: 4.2rem;
  }
  .price-shekel {
    font-size: 1.6rem;
  }
  .price-pill {
    font-size: 0.84rem;
    padding: 8px 16px;
  }
  .price-features li {
    font-size: 0.95rem;
  }
  .price-trust-row {
    font-size: 0.88rem;
  }
  .price-cta {
    padding: 18px;
    font-size: 1.05rem;
  }

  /* FAQ במובייל */
  .faq-item summary {
    padding: 16px 18px;
    font-size: 0.96rem;
    line-height: 1.55;
  }
  .faq-body {
    padding: 0 18px 16px;
    font-size: 0.93rem;
  }
}

/* ─── FAQ ───────────────────────────────────────────────── */
.faq-band { background: white; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--cream);
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.faq-item summary {
  padding: 20px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--orange-deep);
  font-weight: 800;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body {
  padding: 0 24px 20px;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ─── FINAL CTA ─────────────────────────────────────────── */
