/* ==========================================================================
   Webcomimmo — Pages de service (template générique)
   ========================================================================== */

.wc-service-hero {
  background: linear-gradient(160deg, #0a2230, #0d3547);
  color: #fff;
  padding: 3.5rem 0 3rem;
}
.wc-service-hero__title {
  font-family: var(--wc-font-display, serif);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: #fff;
  line-height: 1.12;
  margin: .5rem 0 1rem;
}
.wc-service-hero__lead {
  color: #cfe0e5;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 62ch;
  margin: 0 0 1.6rem;
}
.wc-service-hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; }

.wc-service-intro {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  align-items: start;
  padding-block: 3rem;
}
.wc-service-intro__txt p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--wc-ink);
  margin: 0;
}
.wc-service-points {
  list-style: none;
  padding: 1.4rem;
  margin: 0;
  background: var(--wc-paper);
  border: 1px solid var(--wc-line);
  border-left: 3px solid var(--wc-teal);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.wc-service-points li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--wc-ink);
  line-height: 1.4;
}
.wc-service-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wc-teal);
  font-weight: 700;
}

.wc-service-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  padding-bottom: 3rem;
}
.wc-service-block {
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: 16px;
  padding: 1.8rem;
}
.wc-service-block h2 {
  font-family: var(--wc-font-display, serif);
  font-size: 1.35rem;
  color: var(--wc-marine);
  margin: 0 0 .7rem;
}
.wc-service-block p {
  color: var(--wc-muted);
  line-height: 1.65;
  margin: 0;
}
.wc-service-block__link {
  display: inline-block;
  margin-top: .9rem;
  color: var(--wc-teal);
  font-weight: 600;
  text-decoration: none;
}
.wc-service-block__link:hover { text-decoration: underline; }

.wc-service-cta {
  background: linear-gradient(120deg, var(--wc-teal), var(--wc-marine));
  color: #fff;
  padding: 3rem 0;
}
.wc-service-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.wc-service-cta__txt { flex: 1 1 420px; }
.wc-service-cta__txt h2 {
  font-family: var(--wc-font-display, serif);
  font-size: 1.7rem;
  color: #fff;
  margin: 0 0 .5rem;
}
.wc-service-cta__txt p { color: rgba(255,255,255,.9); margin: 0 0 1rem; line-height: 1.6; }
.wc-service-cta__contacts { display: flex; flex-direction: column; gap: .5rem; }
.wc-service-cta__contacts a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.wc-service-cta__contacts a:hover { text-decoration: underline; }
.wc-service-cta__actions { display: flex; flex-direction: column; gap: .7rem; flex: 0 0 auto; }

.wc-service-mentions {
  padding-block: 1.6rem 2.5rem;
}
.wc-service-mentions p {
  font-size: .8rem;
  color: var(--wc-muted);
  line-height: 1.55;
  border-top: 1px solid var(--wc-line);
  padding-top: 1.2rem;
  margin: 0;
}

@media (max-width: 820px) {
  .wc-service-intro,
  .wc-service-sections { grid-template-columns: 1fr; }
  .wc-service-cta__inner { flex-direction: column; align-items: stretch; }
  .wc-service-cta__actions { flex-direction: row; }
  .wc-service-cta__actions .wc-btn { flex: 1; text-align: center; }
}
@media (max-width: 480px) {
  .wc-service-cta__actions { flex-direction: column; }
}

/* =========================================================================
   PROGRAMMES ÉLIGIBLES JEANBRUN (page defiscalisation-jeanbrun)
   Les styles des cartes (.wc-card) et des pastilles (.wc-flag) viennent de
   catalogue.css, chargée en dépendance de cette feuille.
   ========================================================================= */
.wc-jb-progs {
	background: var(--wc-paper);
	padding: 3.4rem 0;
}
.wc-jb-progs__head {
	max-width: 62ch;
	margin: 0 auto 2rem;
	text-align: center;
}
.wc-jb-progs__head h2 {
	margin: .5rem 0 .7rem;
	color: var(--wc-marine);
}
.wc-jb-progs__head p {
	color: var(--wc-muted);
	font-size: .96rem;
	line-height: 1.65;
	margin: 0;
}
.wc-jb-progs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	align-items: stretch;
}
.wc-jb-progs__note {
	margin: 1.8rem auto 0;
	max-width: 78ch;
	padding: .85rem 1.1rem;
	background: rgba(255, 102, 0, .07);
	border: 1px solid rgba(255, 102, 0, .28);
	border-radius: 8px;
	font-size: .82rem;
	line-height: 1.6;
	color: #8a3800;
	text-align: center;
}
.wc-jb-progs__cta {
	margin-top: 1.6rem;
	text-align: center;
}

@media (max-width: 1024px) {
	.wc-jb-progs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
	.wc-jb-progs { padding: 2.6rem 0; }
	.wc-jb-progs__grid { grid-template-columns: 1fr; gap: 1.1rem; }
	.wc-jb-progs__head { text-align: left; }
}

/* ---- Comparatif de prix TVA 5,5 % vs TVA 20 % (page dédiée) ----
   L'écart est l'argument central : on le montre chiffré plutôt que
   de le décrire. */
.wc-t55-prix {
	background: rgba(0, 122, 140, .06);
	border: 1px solid rgba(0, 122, 140, .2);
	border-radius: 10px;
	padding: .8rem .9rem;
	margin: .9rem 0;
}
.wc-t55-prix__reduit,
.wc-t55-prix__normal {
	display: flex; align-items: baseline; justify-content: space-between; gap: .6rem;
}
.wc-t55-prix__reduit span,
.wc-t55-prix__normal span {
	font-size: .74rem; color: var(--wc-muted); font-weight: 600;
}
.wc-t55-prix__reduit b {
	font-size: 1.15rem; color: var(--wc-teal);
	font-family: var(--wc-font-display, serif);
}
.wc-t55-prix__normal b {
	font-size: .9rem; color: var(--wc-muted);
	text-decoration: line-through; font-weight: 500;
}
.wc-t55-prix__gain {
	margin-top: .5rem; padding-top: .5rem;
	border-top: 1px solid rgba(0, 122, 140, .18);
	font-size: .8rem; font-weight: 700; color: #b34700; text-align: center;
}
