/* ═══════════════════════════════════════════
   DesClics INFO — veterinaire.css
   Page dédiée monde vétérinaire
   ═══════════════════════════════════════════ */

:root {
  --vet: #00dc82;
  --vet-dim: rgba(0,220,130,0.12);
  --vet-border: rgba(0,220,130,0.25);
}

/* ── NAV ── */
.btn-vet-cta { background: var(--vet) !important; color: #04080f !important; }
.btn-vet-cta:hover { background: #fff !important; }

/* ── HERO ── */
.vet-hero {
  position: relative;
  height: 88vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.vet-hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center; }
.vet-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,15,.92) 0%, rgba(4,8,15,.6) 55%, rgba(4,8,15,.2) 100%); }
.vet-hero-scanlines { position: absolute; inset: 0; background: repeating-linear-gradient(180deg, transparent 0, transparent 3px, rgba(0,220,130,.01) 3px, rgba(0,220,130,.01) 4px); pointer-events: none; }
.vet-hero-content { position: relative; z-index: 2; padding: 0 7%; max-width: 700px; }
.vet-tag { display: inline-block; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--vet); border: 1px solid var(--vet-border); padding: .3rem 1rem; margin-bottom: 1.2rem; }
.vet-hero-content h1 { font-family: 'Orbitron', monospace; font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 900; line-height: 1.1; color: #e8f4fd; letter-spacing: 2px; margin-bottom: .8rem; }
.vet-hero-content h1 em { color: var(--vet); font-style: normal; display: block; }
.vet-hero-sub { color: rgba(200,240,220,.85); font-size: 1rem; font-weight: 300; max-width: 540px; margin-bottom: 1rem; line-height: 1.7; }
.vet-hero-zone { display: inline-flex; align-items: center; gap: .6rem; background: rgba(0,220,130,.06); border: 1px solid var(--vet-border); padding: .45rem 1.2rem; font-size: 14.5px; letter-spacing: 1.5px; color: rgba(200,240,220,.85); }
.vet-hero-zone::before { content: '◈'; color: var(--vet); font-size: 9px; }
.vet-hero-corner { position: absolute; width: 20px; height: 20px; border-color: rgba(0,220,130,.5); border-style: solid; z-index: 2; }
.vet-hero-corner.tl { top: 18px; left: 18px; border-width: 2px 0 0 2px; }
.vet-hero-corner.br { bottom: 18px; right: 18px; border-width: 0 2px 2px 0; }

/* ── STATS ── */
.vet-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--vet-border); border-bottom: 1px solid var(--vet-border); background: rgba(0,220,130,.03); }
.vet-stat { text-align: center; padding: 2rem 1rem; border-right: 1px solid var(--vet-border); }
.vet-stat:last-child { border-right: none; }
.vstat-num { display: block; font-family: 'Orbitron', monospace; font-size: 2rem; font-weight: 700; color: var(--vet); margin-bottom: .3rem; }
.vstat-label { font-size: 13px; letter-spacing: 1px; color: var(--text2); text-transform: uppercase; }

/* ── SERVICES ── */
.vet-services { padding: 5rem 2rem; background: var(--bg2); border-top: 1px solid rgba(0,180,255,.08); }

/* Blocs featured (grands services) */
.vet-svc-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto 2rem;
  border: 1px solid var(--vet-border);
  overflow: hidden;
  background: var(--bg);
}
.vet-svc-featured--reverse { direction: rtl; }
.vet-svc-featured--reverse > * { direction: ltr; }

.vet-svc-feat-photo { position: relative; min-height: 340px; background-size: cover; background-position: center; }
.vet-svc-feat-overlay { position: absolute; inset: 0; background: rgba(4,8,15,.35); }

.vet-svc-feat-content { padding: 2.5rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.vet-feat-tag { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--vet); margin-bottom: .8rem; }
.vet-svc-feat-content h3 { font-family: 'Orbitron', monospace; font-size: 1rem; color: var(--vet); letter-spacing: 1px; margin-bottom: 1rem; line-height: 1.4; }
.vet-svc-feat-content p { font-size: 15.5px; color: var(--text2); font-weight: 300; line-height: 1.8; margin-bottom: 1rem; }
.vet-svc-feat-content p strong { color: #e8f4fd; font-weight: 600; }

.vet-feat-list { list-style: none; margin-bottom: 1.5rem; }
.vet-feat-list li { font-size: 14.5px; color: var(--text2); padding: .4rem 0 .4rem 1rem; border-bottom: 1px solid var(--vet-border); position: relative; }
.vet-feat-list li::before { content: '›'; color: var(--vet); position: absolute; left: 0; font-size: 1rem; }
.vet-feat-cta { margin-top: .5rem; }

/* Grille 4 services -->  */
.vet-svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; max-width: 1100px; margin: 0 auto; }
.vet-svc-card { border: 1px solid var(--vet-border); background: var(--bg); overflow: hidden; transition: border-color .3s; }
.vet-svc-card:hover { border-color: var(--vet); }
.vet-svc-photo { position: relative; height: 130px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: flex-end; padding-right: 1.2rem; }
.vet-svc-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,15,.8) 0%, rgba(4,8,15,.35) 100%); }
.vet-svc-ico { position: relative; z-index: 1; font-size: 2rem; }
.vet-svc-body { padding: 1.2rem 1.3rem; }
.vet-svc-body h3 { font-family: 'Orbitron', monospace; font-size: .8rem; letter-spacing: 1px; color: var(--vet); margin-bottom: .5rem; }
.vet-svc-body p { font-size: 14.5px; color: var(--text2); font-weight: 300; line-height: 1.65; margin-bottom: .7rem; }
.vet-list { list-style: none; }
.vet-list li { font-size: 14.5px; color: var(--text2); padding: .28rem 0 .28rem .9rem; border-bottom: 1px solid rgba(0,220,130,.07); position: relative; }
.vet-list li::before { content: '›'; color: var(--vet); position: absolute; left: 0; }

/* ── LOGICIELS ── */
.vet-logiciels { padding: 4rem 2rem; border-top: 1px solid rgba(0,220,130,.12); }
.logiciels-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; max-width: 1000px; margin: 0 auto 1.5rem; }
.logiciel-card { border: 1px solid var(--vet-border); padding: 1.3rem 1rem; text-align: center; background: rgba(0,220,130,.025); transition: border-color .2s; }
.logiciel-card:hover { border-color: var(--vet); }
.logiciel-card--open { border-style: dashed; }
.log-icon { font-size: 1.6rem; margin-bottom: .5rem; }
.log-name { font-family: 'Orbitron', monospace; font-size: .78rem; color: var(--vet); letter-spacing: 1px; margin-bottom: .3rem; }
.log-desc { font-size: 13px; color: var(--text2); letter-spacing: .5px; }
.log-note { text-align: center; font-size: 14.5px; color: var(--text2); font-weight: 300; max-width: 700px; margin: 0 auto; font-style: italic; }

/* ── CONTRATS ── */
.vet-contrat { padding: 5rem 2rem; background: var(--bg2); border-top: 1px solid rgba(0,220,130,.15); }
.contrat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1000px; margin: 0 auto 2rem; align-items: start; }
.contrat-card { border: 1px solid var(--vet-border); background: var(--bg); padding: 1.8rem 1.5rem; position: relative; }
.contrat-card--featured { border: 2px solid var(--vet); }
.contrat-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--vet); color: #04080f; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: .2rem .9rem; white-space: nowrap; }
.contrat-header { text-align: center; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--vet-border); }
.contrat-header h3 { font-family: 'Orbitron', monospace; font-size: 1rem; color: var(--vet); letter-spacing: 1px; margin-bottom: .3rem; }
.contrat-header p { font-size: 14.5px; color: var(--text2); }
.contrat-list { list-style: none; margin-bottom: 1.5rem; }
.contrat-list li { font-size: 14.5px; color: var(--text2); padding: .4rem 0; border-bottom: 1px solid rgba(0,220,130,.06); }
.contrat-list li.na { color: rgba(122,154,176,.35); }
.btn-contrat { display: block; text-align: center; border: 1px solid var(--vet-border); color: var(--vet); padding: .65rem; font-size: 14.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; transition: all .2s; }
.btn-contrat:hover { background: var(--vet-dim); }
.btn-contrat--featured { background: var(--vet); color: #04080f; border-color: var(--vet); }
.btn-contrat--featured:hover { background: #fff; }
.contrat-note { text-align: center; font-size: 14.5px; color: var(--text2); font-weight: 300; max-width: 600px; margin: 0 auto; }

/* ── CONTACT VÉT ── */
.vet-contact-section { padding: 5rem 2rem; border-top: 1px solid rgba(0,220,130,.15); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .vet-svc-featured { grid-template-columns: 1fr; }
  .vet-svc-featured--reverse { direction: ltr; }
  .vet-svc-feat-photo { min-height: 220px; }
}
@media (max-width: 768px) {
  .vet-stats { grid-template-columns: repeat(2, 1fr); }
  .vet-stat { border-bottom: 1px solid var(--vet-border); }
  .vet-hero { height: 100vh; }
  .vet-hero-content { padding: 0 1.5rem; }
}
@media (max-width: 480px) {
  .contrat-grid { grid-template-columns: 1fr; }
  .logiciels-grid { grid-template-columns: repeat(2, 1fr); }
}
