@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

.vpro-inf-container { max-width: 1200px; margin: 40px auto; font-family: 'Inter', sans-serif; color: #1a2a3a; padding: 0 15px; }

/* TOP BAR */
.vpro-inf-top { background: #f39c12; color: #fff; padding: 10px; border-radius: 10px; text-align: center; font-weight: 800; font-size: 13px; margin-bottom: 35px; box-shadow: 0 10px 20px rgba(243, 156, 18, 0.2); }

/* HERO SEARCH - ULTRA GLASS */
.vpro-inf-search-wrap { background: #1a2a3a; padding: 50px; border-radius: 40px; color: white; box-shadow: 0 50px 100px -20px rgba(0,0,0,0.4); text-align: center; margin-bottom: 60px; }
.vpro-inf-badge { background: #f39c12; color: white; font-size: 10px; font-weight: 900; padding: 5px 15px; border-radius: 6px; letter-spacing: 2px; }
.vpro-inf-head h2 { font-size: 38px; font-weight: 900; margin: 25px 0 40px; }
.vpro-inf-head span { color: #f39c12; }

.vpro-inf-form { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 25px; align-items: flex-end; }
.vpro-inf-input { text-align: left; }
.vpro-inf-input label { display: block; font-size: 11px; font-weight: 800; color: #9ca3af; margin-bottom: 10px; letter-spacing: 1px; }
.vpro-inf-input select { width: 100%; height: 55px; background: rgba(255,255,255,0.05); border: 2px solid rgba(255,255,255,0.1); border-radius: 15px; color: white; padding: 0 15px; font-weight: 600; appearance: none; transition: 0.3s; }
.vpro-inf-input select:focus { border-color: #f39c12; background: rgba(255,255,255,0.1); outline: none; }

#vpro-v5-submit { width: 60px; height: 55px; background: #f39c12; border: none; border-radius: 15px; color: white; cursor: pointer; transition: 0.4s; font-size: 22px; box-shadow: 0 10px 25px rgba(243, 156, 18, 0.4); }
#vpro-v5-submit:disabled { opacity: 0.2; cursor: not-allowed; }
#vpro-v5-submit:hover:not(:disabled) { transform: scale(1.1) rotate(5deg); }

.vpro-inf-help { margin-top: 30px; }
.vpro-inf-help a { color: #f39c12; font-weight: 700; font-size: 14px; text-decoration: none; border-bottom: 1px solid #f39c12; }

/* PRESENTATION GRID */
.vpro-inf-presentation { margin-bottom: 60px; background: #f8f9fa; padding: 40px; border-radius: 30px; }
.vpro-inf-p-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.vpro-inf-p-text h3 { font-size: 28px; font-weight: 900; margin-bottom: 20px; }
.vpro-inf-p-shield { display: flex; gap: 20px; align-items: center; background: #fff; padding: 25px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.vpro-shield-icon i { font-size: 40px; color: #f39c12; }

/* SOLUTIONS GRID - FULL FRAME */
.vpro-inf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.vpro-inf-card { background: #fff; border: 1px solid #eee; border-radius: 30px; overflow: hidden; text-decoration: none; color: inherit; transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.vpro-inf-card:hover { transform: translateY(-15px); border-color: #f39c12; box-shadow: 0 30px 60px rgba(0,0,0,0.08); }

.vpro-inf-img-box { height: 240px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 20px; overflow: hidden; }
.vpro-inf-img-box img { max-width: 100%; max-height: 100%; object-fit: contain; transition: 0.8s; } /* Photo entière */
.vpro-inf-card:hover img { transform: scale(1.1); }

.vpro-inf-card-body { padding: 30px; border-top: 1px solid #f8f9fa; }
.vpro-inf-card-body h4 { font-size: 19px; font-weight: 900; margin-bottom: 12px; text-transform: uppercase; }
.vpro-inf-card-body p { font-size: 14px; color: #5a6572; line-height: 1.5; margin: 0; }

.vpro-inf-contact { background: #1a2a3a; color: white; display: flex; align-items: center; justify-content: center; text-align: center; }
.vpro-inf-contact i { font-size: 45px; color: #f39c12; margin-bottom: 20px; display: block; }
.vpro-inf-tel { font-size: 28px; font-weight: 900; color: #f39c12; display: block; }

@media (max-width: 900px) {
    .vpro-inf-form { grid-template-columns: 1fr; }
    .vpro-inf-p-grid, .vpro-inf-grid { grid-template-columns: 1fr; }
    .vpro-inf-head h2 { font-size: 28px; }
}