/* ==========================================================================
   Roses Informatique — entreprise.css
   ========================================================================== */

/* HERO ---------------------------------------------------------------- */
.ent-hero-grid { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width:700px) { .ent-hero-grid { grid-template-columns: repeat(2,1fr) !important; } }

/* SOLUTIONS ----------------------------------------------------------- */
.ent-solution {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: clamp(28px,5vw,48px);
  margin-bottom: 24px;
  background: var(--color-surface);
  box-shadow: var(--shadow-xs);
}
.ent-solution--alt {
  background: var(--color-bg-soft);
}

.ent-sol-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-soft);
}
.ent-sol-icon {
  font-size: 2rem;
  width: 60px; height: 60px;
  background: var(--color-brand-soft);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ent-sol-header h3 { font-size: clamp(1.2rem,2.5vw,1.5rem); margin: 4px 0 0; }

.ent-sol-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 860px) { .ent-sol-body { grid-template-columns: 1fr; } }

.ent-sol-desc p { margin-bottom: 14px; font-size: .95rem; line-height: 1.65; }
.ent-sol-desc p:last-of-type { margin-bottom: 20px; }

.ent-sol-includes h4 {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}
.ent-sol-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ent-sol-tags span {
  background: var(--color-brand-soft);
  color: var(--color-brand);
  font-size: .78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(30,64,175,.12);
}

/* Carte prix solution */
.ent-price-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.ent-solution--alt .ent-price-card { background: #fff; }
.ent-price-label {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}
.ent-price-value {
  font-size: 1rem;
  color: var(--color-text-soft);
  margin-bottom: 12px;
  line-height: 1.4;
}
.ent-price-value strong {
  display: block;
  font-size: 2rem;
  color: var(--color-text);
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-bottom: 2px;
}
.ent-price-card p {
  font-size: .82rem;
  color: var(--color-text-muted);
  margin-bottom: 18px;
  line-height: 1.5;
}

/* CONTRATS ------------------------------------------------------------ */
.ent-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 900px) { .ent-plans { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.ent-plan {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  position: relative;
  box-shadow: var(--shadow-xs);
  transition: box-shadow var(--transition);
}
.ent-plan:hover { box-shadow: var(--shadow); }

.ent-plan--featured {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: scale(1.02);
}
.ent-plan--featured .ent-plan-name,
.ent-plan--featured .ent-plan-price strong { color: #fff; }
.ent-plan--featured .ent-plan-price span   { color: rgba(255,255,255,.5); }
.ent-plan--featured p                      { color: rgba(255,255,255,.6); }
.ent-plan--featured .ent-plan-list li      { color: rgba(255,255,255,.75); border-bottom-color: rgba(255,255,255,.07); }
.ent-plan--featured .ent-plan-no           { color: rgba(255,255,255,.3) !important; }

.ent-plan--premium {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 1px var(--color-brand), var(--shadow-sm);
}

.ent-plan-badge {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--color-brand);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.ent-plan-top { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--color-border-soft); }
.ent-plan--featured .ent-plan-top { border-bottom-color: rgba(255,255,255,.1); }

.ent-plan-name {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}
.ent-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}
.ent-plan-price strong {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--color-text);
  line-height: 1;
}
.ent-plan-price span {
  font-size: .9rem;
  color: var(--color-text-muted);
}
.ent-plan-top p {
  font-size: .88rem;
  line-height: 1.55;
  margin: 0;
}

.ent-plan-list {
  list-style: none;
  margin-bottom: 24px;
}
.ent-plan-list li {
  font-size: .88rem;
  color: var(--color-text-soft);
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-soft);
  line-height: 1.4;
}
.ent-plan-list li:last-child { border-bottom: none; }
.ent-plan-no { color: var(--color-text-muted) !important; opacity: .6; }

.ent-plans-note {
  text-align: center;
  font-size: .82rem;
  color: var(--color-text-muted);
  margin-top: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
