/* pod.meshx.uk additions — eco-system bar, why-grid, IC banner, pricing grid */

/* ── Ecosystem breadcrumb bar (top) ── */
.eco-bar {
  background: linear-gradient(90deg, #0b0d12, #161a23);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
}
.eco-inner {
  max-width: var(--max, 1200px);
  margin: 0 auto;
  padding: 0.45rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.eco-bar a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-weight: 500;
}
.eco-bar a:hover {
  color: #fff;
  text-decoration: underline;
}
.eco-sep {
  opacity: 0.4;
}

/* ── Enlarged hero stats ── */
.hero-pod .hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-pod .hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-pod .hero-stat strong {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--mono, ui-monospace, monospace);
  margin-bottom: 0.25rem;
}

/* ── Bigger primary CTA variant ── */
.btn-xl {
  font-size: 1.05rem;
  padding: 0.95rem 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* ── Why section (marketing slab) ── */
.why-section {
  background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.why-card {
  background: #fff;
  border: 1px solid #eef0f6;
  border-radius: 16px;
  padding: 1.75rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.why-card:hover {
  border-color: #c7d2fe;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(67, 56, 202, 0.12);
}
.why-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.why-card h3 {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: #0b0d12;
}
.why-card p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #586173;
}

/* ── Inner Circle banner (high-prominence) ── */
.ic-banner {
  background:
    radial-gradient(ellipse at top right, rgba(251, 191, 36, 0.18), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(139, 92, 246, 0.15), transparent 60%),
    linear-gradient(135deg, #1a1d2e 0%, #0b0d12 100%);
  color: #fff;
  padding: 5rem 1.5rem !important;
  border-top: 1px solid rgba(251, 191, 36, 0.2);
  border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}
.ic-inner {
  max-width: 900px;
  margin: 0 auto;
}
.ic-pill {
  display: inline-block;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  margin: 0 0 1rem;
}
.ic-banner h2 {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.ic-lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 1.5rem;
  line-height: 1.55;
}
.ic-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.6rem 1.5rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.92);
}
.ic-bullets li strong {
  color: #fbbf24;
}

/* ── Mini IC nudge inside pricing ── */
.ic-mini {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #fef3c7 0%, #fffbeb 100%);
  border: 1px solid #fcd34d;
  border-radius: 16px;
  padding: 1.75rem 2rem;
}
.ic-mini h3 {
  margin: 0.25rem 0 0.5rem;
  font-size: 1.1rem;
  color: #0b0d12;
}
.ic-mini p {
  margin: 0;
  font-size: 0.92rem;
  color: #5b4517;
  max-width: 56ch;
}
.ic-mini .ic-pill {
  background: rgba(245, 158, 11, 0.18);
  color: #92400e;
  border-color: rgba(245, 158, 11, 0.35);
  margin: 0;
}

/* ── Pricing note (sits under the .tier-grid) ── */
.pricing-note {
  margin: 2.5rem auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #586173;
  background: #f8fafc;
  border: 1px solid #e6e9f2;
  border-radius: 12px;
  padding: 1.1rem 1.5rem;
}
/* Give the featured ribbon a touch more polish over the existing site.css base */
.tier-card.is-highlight .tier-popular {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  box-shadow: 0 6px 18px -4px rgba(79, 70, 229, 0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
/* ── Workflow strip (Create → Mockup → List → Fulfil) ── */
/* Now lives INSIDE the MeshX Create section (#meshx-create > .workflow-inner) */
.workflow-inner {
  margin-top: 3rem;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #e6e9f2;
  border-radius: 20px;
  text-align: center;
}
.workflow-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #0b0d12;
  letter-spacing: -0.01em;
}
.workflow-title span {
  background: linear-gradient(90deg, #4f46e5, #7c3aed, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.workflow-sub {
  margin: 0 auto 1.5rem;
  max-width: 56ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #586173;
}
.flow-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 1100px;
}
.flow-step {
  flex: 1 1 200px;
  max-width: 240px;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e6e9f2;
  border-radius: 18px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  position: relative;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.flow-step:hover {
  transform: translateY(-3px);
  border-color: #c7d2fe;
  box-shadow: 0 12px 28px -12px rgba(79, 70, 229, 0.22);
}
.flow-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -2px rgba(79, 70, 229, 0.45);
}
.flow-icon {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0.25rem 0 0.75rem;
}
.flow-step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b0d12;
}
.flow-step p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #586173;
}
.flow-arrow {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 300;
  color: #c7d2fe;
  padding: 0 0.25rem;
}
@media (max-width: 900px) {
  .flow-arrow {
    display: none;
  }
  .flow-step {
    flex: 1 1 100%;
    max-width: 360px;
  }
}

/* ── Print Network application banner ── */
.pn-apply-banner {
  margin-top: 2.5rem;
  background:
    radial-gradient(ellipse at top right, rgba(99, 102, 241, 0.16), transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(6, 182, 212, 0.14), transparent 55%),
    linear-gradient(135deg, #1a1d2e 0%, #0b0d12 100%);
  color: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid rgba(99, 102, 241, 0.2);
}
.pn-apply-content {
  max-width: 720px;
  margin: 0 auto;
}
.pn-apply-pill {
  display: inline-block;
  background: rgba(99, 102, 241, 0.18);
  color: #a5b4fc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.32);
  margin: 0 0 1rem;
}
.pn-apply-banner h3 {
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
  font-weight: 800;
  margin: 0 0 1rem;
  color: #fff;
  letter-spacing: -0.01em;
}
.pn-apply-banner p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.75rem;
}
.pn-apply-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ── Pricing tier feature list — override site.css's flex layout ──
 * site.css uses display:flex on .tier-features li which puts <strong>
 * and trailing text into separate flex columns — terrible for readable
 * bullets ("15 AI image / generations / per day" stacked oddly).
 * Override to a normal block list with absolute-positioned check icon.
 */
.tier-features li {
  display: block !important;
  padding: 0.45rem 0 0.45rem 1.5rem;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #374151;
  margin: 0;
}
.tier-features li + li {
  border-top: 1px solid rgba(99, 102, 241, 0.06);
}
.tier-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.55rem;
  color: #10b981;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 0;
}
.tier-card.is-highlight .tier-features li::before {
  color: #6d28d9;
}
.tier-features li strong {
  font-weight: 700;
  color: #0b0d12;
}

/* Featured "Most popular" ribbon polish (uses original .tier-popular base) */
.tier-card.is-highlight .tier-popular {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  box-shadow: 0 6px 18px -4px rgba(79, 70, 229, 0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
