/* Page Restaurant partenaire — Wise Eat */
.vendor-breadcrumb {
  padding-top: 1.5rem;
}

.vendor-main {
  max-width: var(--site-max-width, 1200px);
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.vendor-hero {
  position: relative;
  margin: 0 -1.5rem 2.5rem;
  padding: 3.5rem 1.5rem 3.75rem;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(145deg, #392800 0%, #5a3d00 40%, #aa6900 115%);
  color: #fff;
}

.vendor-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 174, 0, 0.22) 0%, transparent 44%),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.1) 0%, transparent 46%);
  pointer-events: none;
}

.vendor-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.vendor-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 174, 0, 0.2);
  border: 1px solid rgba(255, 174, 0, 0.45);
  color: #ffe8b0;
}

.vendor-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.vendor-hero-lead {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.vendor-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.vendor-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vendor-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.vendor-btn--primary {
  background: #fff;
  color: #392800;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

.vendor-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.vendor-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.vendor-btn--dark {
  background: var(--primary, #392800);
  color: #fff;
}

.vendor-pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.vendor-pill-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.12);
  box-shadow: 0 2px 8px rgba(57, 40, 0, 0.06);
  text-decoration: none;
}

.vendor-pill-nav a:hover {
  border-color: var(--accent);
  color: var(--primary);
  text-decoration: none;
}

.vendor-highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.vendor-highlight-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.08);
  box-shadow: 0 4px 20px rgba(57, 40, 0, 0.06);
}

.vendor-highlight-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.vendor-highlight-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
}

.vendor-highlight-card p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.vendor-highlight-card a {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-light);
}

.vendor-section {
  margin-bottom: 3.5rem;
  scroll-margin-top: 6rem;
}

.vendor-section-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.vendor-section-lead {
  margin: 0 0 1.75rem;
  max-width: 42rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.vendor-perks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.vendor-perk {
  padding: 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.08);
}

.vendor-perk-icon {
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
}

.vendor-perk h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
}

.vendor-perk p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.vendor-tools-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.vendor-tools-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(57, 40, 0, 0.12);
}

.vendor-tools-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vendor-tools-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.vendor-tools-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.08);
}

.vendor-tools-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--primary);
}

.vendor-tools-list span {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.vendor-tools-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 174, 0, 0.18);
  font-size: 1.1rem;
}

.vendor-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.vendor-step {
  padding: 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.08);
}

.vendor-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--primary);
  background: rgba(255, 174, 0, 0.25);
}

.vendor-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
}

.vendor-step p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.vendor-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.vendor-plans-grid.is-loading {
  min-height: 220px;
  opacity: 0.55;
}

.vendor-plan-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.1);
  box-shadow: 0 4px 20px rgba(57, 40, 0, 0.06);
}

.vendor-plan-card--featured {
  border-color: var(--accent);
  box-shadow: 0 8px 32px rgba(255, 174, 0, 0.18);
}

.vendor-plan-badge {
  position: absolute;
  top: -0.65rem;
  right: 1rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--primary);
}

.vendor-plan-name {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
}

.vendor-plan-desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.vendor-plan-price {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary);
}

.vendor-plan-period {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
}

.vendor-plan-trial {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--primary-light);
}

.vendor-plan-features {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.vendor-plan-features li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.45rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.vendor-commission {
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: rgba(255, 174, 0, 0.1);
  border: 1px solid rgba(255, 174, 0, 0.35);
  margin-bottom: 1rem;
}

.vendor-commission h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
}

.vendor-commission p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.vendor-commission-rate {
  font-weight: 800;
  color: var(--primary);
}

.vendor-pricing-link {
  display: inline-flex;
  font-weight: 700;
  font-size: 0.9375rem;
}

.vendor-state {
  padding: 2rem;
  text-align: center;
  color: var(--text-muted);
}

.vendor-state button {
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(57, 40, 0, 0.2);
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}

.vendor-cta {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #392800 0%, #5a3d00 100%);
  color: #fff;
}

.vendor-cta h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #fff;
}

.vendor-cta p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.vendor-disclaimer {
  margin-top: 2rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .vendor-tools-layout {
    grid-template-columns: 1fr;
  }

  .vendor-tools-image {
    order: -1;
  }
}
