/* Shared styles for /for/* wedge pages.
   Depends on /styles/landing.css for .hero, .container, .btn-primary, .btn-outline. */

.wedge-hero { padding: 96px 0 64px; text-align: center; }
.wedge-hero .hero-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(46, 91, 255, 0.08);
  color: var(--text-link-default);
  font-weight: 500;
  font-size: 14px;
}
.wedge-hero h1 {
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 auto 20px;
  max-width: 960px;
}
.wedge-hero h1 .accent { color: var(--text-link-default); }
.wedge-hero .hero-sub {
  font-size: 18px;
  color: #475569;
  max-width: 760px;
  margin: 0 auto 28px;
  line-height: 1.55;
}
.wedge-hero .flex-box { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wedge-hero .hero-fineprint { margin-top: 14px; font-size: 13px; color: #64748b; }

.wedge-section { padding: 72px 0; }
.wedge-section.alt { background: #f8fafc; }
.wedge-section h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  margin: 0 0 12px;
  text-align: center;
}
.wedge-section .section-sub {
  text-align: center;
  color: #475569;
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.55;
}

.demo-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}
.demo-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: stretch; }
.demo-step {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
}
.demo-step .step-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 8px;
  display: block;
}
.demo-step strong { color: #0f172a; }
@media (max-width: 768px) { .demo-flow { grid-template-columns: 1fr; } }

.pain-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.pain-item, .product-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px;
}
.pain-item .icon, .product-item .icon {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 12px;
}
.pain-item .icon { background: #fef2f2; color: #dc2626; }
.product-item .icon { background: rgba(46, 91, 255, 0.1); color: var(--text-link-default); }
.pain-item h3, .product-item h3 { margin: 0 0 6px; font-size: 17px; font-weight: 600; }
.pain-item p, .product-item p { margin: 0; color: #475569; font-size: 14px; line-height: 1.5; }

.expansion-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(46, 91, 255, 0.06), rgba(46, 91, 255, 0.02));
  border: 1px solid rgba(46, 91, 255, 0.18);
}
.expansion-card h2 { margin-bottom: 14px; line-height: 1.15em; }
.expansion-card .expansion-line { font-size: 18px; color: #0f172a; margin-bottom: 20px; line-height: 1.5; }
.expansion-pills { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 18px; }
.expansion-pill {
  padding: 6px 14px; border-radius: 999px; background: #fff;
  border: 1px solid #e2e8f0; font-size: 13px; color: #334155;
}

.wedge-cta {
  text-align: center;
  padding: 80px 20px;
  background: #0b1220;
  color: #fff;
}
.wedge-cta h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); font-weight: 700; margin: 0 0 12px; }
.wedge-cta p { color: rgba(255,255,255,0.75); margin: 0 auto 24px; max-width: 560px; font-size: 16px; }
.wedge-cta .flex-box { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.proof-row {
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
  margin-top: 32px; color: #64748b; font-size: 14px;
}
.proof-row a { color: var(--text-link-default); text-decoration: none; }
.proof-row a:hover { text-decoration: underline; }

.proof-quote {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-left: 4px solid var(--text-link-default);
  border-radius: 8px;
  padding: 24px 28px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  text-align: left;
}
.proof-quote blockquote { margin: 0 0 14px; font-size: 17px; line-height: 1.55; color: #0f172a; }
.proof-quote cite { font-style: normal; font-size: 14px; color: #475569; }
.proof-quote cite strong { color: #0f172a; font-weight: 600; }

.demo-msg { font-style: italic; color: #475569; margin: 4px 0; }
