/* ============================================================
   Renov2026 – Page VMC
   ============================================================ */

/* ---- Hero ---- */
.vmc-hero {
  position: relative;
  background: linear-gradient(135deg, #0F172A 0%, #1B4FD8 55%, #0F3460 100%);
  padding-block: 148px 80px;
  overflow: hidden;
}
.vmc-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.vmc-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .18;
}
.vmc-hero-orb--1 {
  width: 560px; height: 560px;
  background: #3B82F6;
  top: -180px; right: -120px;
}
.vmc-hero-orb--2 {
  width: 400px; height: 400px;
  background: #10B981;
  bottom: -100px; left: -80px;
}
.vmc-hero-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.vmc-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(16,185,129,.15);
  border: 1px solid rgba(16,185,129,.35);
  color: #34D399;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .35rem .8rem;
  border-radius: 50px;
  margin-block-end: 1.25rem;
}
.vmc-hero-text h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-block-end: 1rem;
}
.vmc-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  margin-block-end: .65rem;
  line-height: 1.6;
}
.vmc-hero-desc {
  font-size: .92rem;
  color: rgba(255,255,255,.65);
  margin-block-end: 2rem;
  line-height: 1.65;
}
.vmc-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.vmc-hero-actions .btn-outline {
  border-color: rgba(255,255,255,.35);
  color: #fff;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.vmc-hero-actions .btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
}

/* Hero card */
.vmc-hero-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  color: #fff;
}
.vhc-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(16,185,129,.2);
  border-radius: 14px;
  margin-block-end: 1rem;
  color: #34D399;
}
.vhc-icon svg { width: 28px; height: 28px; }
.vmc-hero-card h3 {
  font-size: .95rem;
  font-weight: 700;
  color: rgba(255,255,255,.95);
  margin-block-end: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.vhc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.vhc-list li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .87rem;
  color: rgba(255,255,255,.82);
}
.vhc-check {
  display: flex; align-items: center; justify-content: center;
  width: 20px; height: 20px;
  background: rgba(16,185,129,.25);
  border-radius: 50%;
  color: #34D399;
  font-size: .75rem;
  flex-shrink: 0;
  font-style: normal;
}

/* ---- Sections communes ---- */
.vmc-section { padding-block: 80px; }
.vmc-section--light { background: #F8FAFC; }
.vmc-section--dark  {
  background: linear-gradient(135deg, #0F172A 0%, #1B2640 100%);
  color: #fff;
}
.vmc-section--dark .section-header h2 { color: #fff; }
.vmc-section--dark .section-header p   { color: rgba(255,255,255,.65); }

.section-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(37,99,235,.08);
  border: 1px solid rgba(37,99,235,.2);
  padding: .25rem .75rem;
  border-radius: 50px;
  margin-block-end: .75rem;
}
.section-tag--light {
  color: #60A5FA;
  background: rgba(96,165,250,.12);
  border-color: rgba(96,165,250,.25);
}

/* ---- Bâtiments ---- */
.vmc-buildings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  margin-block-start: 2.5rem;
}
.vmc-building-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 1.4rem 1rem;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.vmc-building-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(15,23,42,.09);
  border-color: #BFDBFE;
}
.vbc-icon { font-size: 1.9rem; line-height: 1; }
.vbc-label { font-size: .82rem; font-weight: 600; color: var(--dark); }

/* ---- Travaux ---- */
.vmc-travaux-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-block-start: 2.5rem;
}
.vmc-travaux-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(15,23,42,.05);
}
.vtc-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-block-end: 1.5rem;
}
.vtc-icon {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px;
  background: rgba(37,99,235,.08);
  border-radius: 12px;
  color: var(--primary);
  flex-shrink: 0;
}
.vtc-icon svg { width: 22px; height: 22px; }
.vtc-icon--green { background: rgba(16,185,129,.1); color: var(--secondary); }
.vtc-header h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-block-end: .35rem; }
.vtc-tag {
  font-size: .7rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(37,99,235,.1); color: var(--primary);
  padding: .18rem .55rem; border-radius: 50px;
}
.vtc-tag--green { background: rgba(16,185,129,.1); color: var(--secondary); }
.vtc-list {
  list-style: none;
  display: flex; flex-direction: column; gap: .55rem;
}
.vtc-list li {
  display: flex; align-items: center; gap: .7rem;
  font-size: .88rem; color: var(--text);
  padding-block: .3rem;
  border-bottom: 1px solid #F1F5F9;
}
.vtc-list li:last-child { border-bottom: none; }
.vtc-list li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}
.vmc-travaux-card:last-child .vtc-list li::before { background: var(--secondary); }

/* ---- Pourquoi ---- */
.vmc-why-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3.5rem;
  align-items: center;
}
.vmc-why-text h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; margin-block: .75rem 1rem; }
.vmc-why-text p  { color: rgba(255,255,255,.7); margin-block-end: 1.25rem; }
.vmc-why-list {
  list-style: none;
  display: flex; flex-direction: column; gap: .85rem;
}
.vmc-why-list li {
  display: flex; align-items: flex-start; gap: .85rem;
  font-size: .92rem; color: rgba(255,255,255,.85);
  line-height: 1.5;
}
.vwl-icon {
  display: flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  background: rgba(16,185,129,.25);
  border-radius: 50%;
  color: #34D399;
  font-size: .75rem;
  flex-shrink: 0;
  margin-block-start: .1rem;
}
.vmc-why-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.vws-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
}
.vws-num   { font-size: 2.2rem; font-weight: 800; line-height: 1.1; margin-block-end: .4rem; }
.vws-label { font-size: .82rem; color: rgba(255,255,255,.6); line-height: 1.4; }

/* ---- Étapes ---- */
.vmc-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-block-start: 2.5rem;
  flex-wrap: nowrap;
}
.vmc-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(15,23,42,.05);
}
.vstep-num {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-d));
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(37,99,235,.3);
}
.vstep-body h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-block-end: .4rem; }
.vstep-body p  { font-size: .86rem; color: var(--text-light); line-height: 1.55; }
.vstep-arrow {
  display: flex; align-items: center; justify-content: center;
  padding-block-start: 2rem;
  color: #CBD5E1;
  flex-shrink: 0;
}
.vstep-arrow svg { width: 24px; height: 24px; }

/* ---- Rassurance ---- */
.vmc-reassurance {
  background: linear-gradient(135deg, #EFF6FF 0%, #F0FDF4 100%);
  border-block: 1px solid #E0EEFF;
  padding-block: 3.5rem;
}
.vmc-reassurance-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.vra-icon {
  display: flex; align-items: center; justify-content: center;
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--primary), #1D4ED8);
  border-radius: 18px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 24px rgba(37,99,235,.25);
}
.vra-icon svg { width: 30px; height: 30px; }
.vra-body { flex: 1; min-width: 220px; }
.vra-body h2 { font-size: 1.25rem; font-weight: 700; color: var(--dark); margin-block-end: .5rem; }
.vra-body p  { font-size: .88rem; color: var(--text-light); line-height: 1.6; }

/* ---- Formulaire ---- */
.vmc-form-section {
  padding-block: 80px;
  background: #F8FAFC;
}
.vmc-form-wrapper {
  max-width: 760px;
  margin-inline: auto;
  background: #fff;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 12px 48px rgba(15,23,42,.1);
  border: 1px solid #E2E8F0;
}
.vmc-form-header {
  text-align: center;
  margin-block-end: 2.5rem;
}
.vmc-form-header h2 { font-size: 1.7rem; color: var(--dark); margin-block: .5rem .6rem; }
.vmc-form-header p  { color: var(--text-light); }
.vmc-form-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #15803D;
  font-size: .78rem;
  font-weight: 600;
  padding: .35rem .85rem;
  border-radius: 50px;
  margin-block-start: .75rem;
}
.vmc-form { margin-block-start: .5rem; }
.vmc-form-submit {
  margin-block-start: 1.5rem;
  text-align: center;
}
.btn-full { width: 100%; justify-content: center; }
.btn-lg {
  padding: .85rem 2rem;
  font-size: .95rem;
}
.vmc-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  font-size: .8rem;
  color: var(--text-light);
  margin-block-start: .85rem;
}
.vmc-form-note svg { color: var(--secondary); }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .vmc-hero-inner      { grid-template-columns: 1fr; }
  .vmc-hero-card       { display: none; }
  .vmc-travaux-grid    { grid-template-columns: 1fr; }
  .vmc-why-grid        { grid-template-columns: 1fr; }
  .vmc-why-stats       { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .vmc-hero            { padding-block: 130px 60px; }
  .vmc-section         { padding-block: 60px; }
  .vmc-steps           { flex-direction: column; }
  .vstep-arrow         { transform: rotate(90deg); padding-block-start: 0; padding-inline: 2rem; }
  .vmc-buildings-grid  { grid-template-columns: repeat(2, 1fr); }
  .vmc-why-stats       { grid-template-columns: 1fr; }
  .vmc-reassurance-inner { flex-direction: column; text-align: center; }
  .vra-icon            { margin-inline: auto; }
  .vmc-form-wrapper    { padding: 2rem 1.25rem; border-radius: 16px; }
}
@media (max-width: 480px) {
  .vmc-hero-actions    { flex-direction: column; }
  .vmc-hero-actions .btn { width: 100%; justify-content: center; }
}
