/* پلن اقتصادی وردپرس — لندینگ مارکتینگ */
.wp-eco {
  --eco-ink: #1c1917;
  --eco-muted: #57534e;
  --eco-gold: #a16207;
  --eco-gold-soft: rgba(161, 98, 7, 0.12);
  --eco-glass: rgba(255, 255, 255, 0.72);
  padding-bottom: 88px;
}
.wp-eco-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 20px 0 8px;
  font-size: 13px;
  color: var(--eco-muted);
}
.wp-eco-crumb a { color: inherit; text-decoration: none; }
.wp-eco-crumb a:hover { color: var(--accent); }
.wp-eco-crumb svg { width: 14px; height: 14px; }
.wp-eco-hero {
  position: relative;
  padding: 28px 0 56px;
  overflow: hidden;
}
.wp-eco-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  background:
    radial-gradient(720px 280px at 80% 0%, var(--accent-glow), transparent 60%),
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, #fff) 0%, transparent 70%);
  pointer-events: none;
}
.wp-eco-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: start;
}
.wp-eco-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--eco-gold-soft);
  color: var(--eco-gold);
  font-size: 13px;
  font-weight: 800;
}
.wp-eco-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.35;
  font-weight: 900;
  color: var(--eco-ink);
}
.wp-eco-hero h1 span { color: var(--accent); }
.wp-eco-lead {
  margin: 0 0 22px;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--eco-muted);
  max-width: 42rem;
}
.wp-eco-hero-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.wp-eco-hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--eco-ink);
}
.wp-eco-hero-points svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
  flex-shrink: 0;
}
.wp-eco-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}
.wp-eco-price {
  background: var(--eco-glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid color-mix(in srgb, var(--accent) 18%, #ece7e8);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 24px 60px rgba(28, 25, 23, 0.08);
}
.wp-eco-price-badge {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--eco-gold);
  letter-spacing: 0.02em;
}
.wp-eco-price h2 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 800;
}
.wp-eco-price-amount {
  margin: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.wp-eco-price-amount span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--eco-ink);
}
.wp-eco-price-pay {
  margin: 10px 0 18px;
  color: var(--eco-muted);
  font-weight: 600;
}
.wp-eco-price ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.wp-eco-price li {
  padding-right: 18px;
  position: relative;
  color: var(--eco-ink);
  font-size: 0.95rem;
  line-height: 1.6;
}
.wp-eco-price li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.wp-eco-price-btn { width: 100%; justify-content: center; }
.wp-eco-section { padding: 56px 0; }
.wp-eco-alt { background: var(--surface-2, #f7f5f4); }
.wp-eco-head { max-width: 40rem; margin: 0 auto 32px; text-align: center; }
.wp-eco-head h2,
.wp-eco-split h2,
.wp-eco-form-grid h2 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 900;
}
.wp-eco-head p,
.wp-eco-split > div > p {
  margin: 0;
  color: var(--eco-muted);
  line-height: 1.85;
}
.wp-eco-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.wp-eco-card,
.wp-eco-terms article,
.wp-eco-note {
  background: #fff;
  border: 1px solid #ece7e8;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.04);
}
.wp-eco-ico {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 8%, #fff);
  margin-bottom: 14px;
}
.wp-eco-card h3,
.wp-eco-terms h3,
.wp-eco-note h3,
.wp-eco-steps h3 { margin: 0 0 8px; font-size: 1.05rem; }
.wp-eco-card p,
.wp-eco-terms p,
.wp-eco-note p { margin: 0; color: var(--eco-muted); line-height: 1.8; }
.wp-eco-terms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.wp-eco-terms-full { grid-column: 1 / -1; border-color: color-mix(in srgb, var(--accent) 28%, #ece7e8); }
.wp-eco-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.wp-eco-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.wp-eco-list li {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ece7e8;
  font-weight: 600;
}
.wp-eco-note a { color: var(--accent); font-weight: 700; }
.wp-eco-note p + p { margin-top: 12px; }
.wp-eco-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.wp-eco-steps li {
  background: #fff;
  border: 1px solid #ece7e8;
  border-radius: 20px;
  padding: 20px;
}
.wp-eco-steps span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
}
.wp-eco-steps p { margin: 0; color: var(--eco-muted); line-height: 1.7; font-size: 0.95rem; }
.wp-eco-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.wp-eco-faq details {
  background: #fff;
  border: 1px solid #ece7e8;
  border-radius: 16px;
  padding: 4px 18px;
}
.wp-eco-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  padding: 14px 0;
}
.wp-eco-faq summary::-webkit-details-marker { display: none; }
.wp-eco-faq p {
  margin: 0 0 16px;
  color: var(--eco-muted);
  line-height: 1.85;
}
.wp-eco-form-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: start;
}
.wp-eco-call { margin-top: 16px; font-weight: 700; }
.wp-eco-call a { color: var(--accent); }
.wp-eco-form {
  background: #fff;
  border: 1px solid #ece7e8;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  gap: 8px;
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.05);
}
.wp-eco-form label { font-size: 13px; font-weight: 700; }
.wp-eco-form label span { color: var(--eco-muted); font-weight: 500; }
.wp-eco-form input,
.wp-eco-form textarea {
  width: 100%;
  border: 1px solid #e4dedf;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  font: inherit;
  background: #fff;
}
.wp-eco-form input:focus,
.wp-eco-form textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  border-color: transparent;
}
.wp-eco-form .studio-btn { margin-top: 6px; justify-content: center; }
.wp-eco-errors {
  background: #fef2f2;
  color: #991b1b;
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 8px;
}
.wp-eco-errors ul { margin: 0; padding-right: 18px; }
.wp-eco-sticky {
  position: sticky;
  bottom: 0;
  z-index: 30;
  background: color-mix(in srgb, #1c1917 92%, var(--accent));
  color: #fff;
  padding: 12px 0;
}
.wp-eco-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wp-eco-sticky p { margin: 0; font-weight: 700; }
.wp-eco-sticky .studio-btn-primary {
  background: #fff;
  color: var(--accent);
}
.wp-eco-sticky .studio-btn-primary:hover { background: #f4f4f5; }
@media (max-width: 980px) {
  .wp-eco-hero-grid,
  .wp-eco-cards,
  .wp-eco-terms,
  .wp-eco-split,
  .wp-eco-steps,
  .wp-eco-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wp-eco { padding-bottom: 100px; }
  .wp-eco-hero { padding-top: 12px; }
  .wp-eco-price-amount { font-size: 2.4rem; }
  .wp-eco-sticky-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .wp-eco-sticky .studio-btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .wp-eco * { transition: none !important; }
}
