/* HYDPOLL - NOUVELLES SECTIONS */
.hp-new-section{padding:70px 0;position:relative;overflow:hidden}
.hp-new-section .hp-container{max-width:1200px;margin:0 auto;padding:0 24px}
.hp-new-section .hp-stitle{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#0b2140;margin-bottom:10px;line-height:1.2}
.hp-new-section .hp-stitle span{background:linear-gradient(90deg,#1d70b7,#55e639);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hp-new-section .hp-sdesc{text-align:center;color:#4a6584;font-size:1rem;max-width:600px;margin:0 auto 40px;line-height:1.6}
.hp-new-section .hp-eyebrow{text-align:center;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1d70b7;margin-bottom:10px}
.hp-chiffres{background:linear-gradient(135deg,#0b2140 0%,#122d4f 100%);color:#fff}
.hp-chiffres .hp-stitle{color:#fff}.hp-chiffres .hp-sdesc{color:#94adc8}.hp-chiffres .hp-eyebrow{color:#55e639}
.hp-chiffres-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media(max-width:768px){.hp-chiffres-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.hp-chiffres-grid{grid-template-columns:1fr}}
.hp-chiffre-card{text-align:center;padding:32px 20px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px);transition:transform .3s,box-shadow .3s}
.hp-chiffre-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(29,112,183,.2);border-color:rgba(29,112,183,.3)}
.hp-chiffre-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.5rem}
.hp-chiffre-icon--blue{background:rgba(29,112,183,.15)}.hp-chiffre-icon--green{background:rgba(85,230,57,.12)}.hp-chiffre-icon--red{background:rgba(223,52,92,.12)}
.hp-chiffre-number{font-size:2.6rem;font-weight:900;line-height:1;margin-bottom:6px}
.hp-chiffre-number--blue{color:#4db8ff}.hp-chiffre-number--green{color:#55e639}.hp-chiffre-number--red{color:#f4476e}
.hp-chiffre-label{font-size:.85rem;color:#94adc8;font-weight:500}
.hp-processus{background:#f6f9ff}
.hp-processus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
@media(max-width:768px){.hp-processus-grid{grid-template-columns:1fr;gap:20px}}
.hp-step{text-align:center;padding:24px 20px;position:relative}
.hp-step::after{content:'\2192';position:absolute;right:-14px;top:50%;transform:translateY(-50%);font-size:1.4rem;color:#1d70b7;font-weight:700}
.hp-step:last-child::after{display:none}
@media(max-width:768px){.hp-step::after{content:'\2193';right:auto;left:50%;top:auto;bottom:-14px;transform:translateX(-50%)}}
.hp-step-num{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:1.1rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#1d70b7,#55e639);box-shadow:0 4px 16px rgba(29,112,183,.3)}
.hp-step-title{font-size:1.05rem;font-weight:700;color:#0b2140;margin-bottom:8px}
.hp-step-desc{font-size:.85rem;color:#4a6584;line-height:1.5}
.hp-certifs{background:#fff}
.hp-certifs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:768px){.hp-certifs-grid{grid-template-columns:1fr}}
.hp-certif-card{padding:28px 24px;border-radius:16px;border:1px solid #e8edf5;background:#fafcff;text-align:center;transition:transform .3s,box-shadow .3s}
.hp-certif-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(11,33,64,.08);border-color:rgba(29,112,183,.2)}
.hp-certif-badge{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:1.6rem;background:linear-gradient(135deg,rgba(29,112,183,.1),rgba(85,230,57,.06))}
.hp-certif-name{font-size:1.05rem;font-weight:700;color:#0b2140;margin-bottom:6px}
.hp-certif-desc{font-size:.85rem;color:#4a6584;line-height:1.5}
.hp-faq{background:#f6f9ff}
.hp-faq-list{max-width:800px;margin:0 auto}
.hp-faq-item{margin-bottom:12px;border-radius:14px;border:1px solid #e8edf5;background:#fff;overflow:hidden;transition:box-shadow .3s}
.hp-faq-item:hover{box-shadow:0 4px 20px rgba(11,33,64,.05)}
.hp-faq-q{padding:18px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.95rem;font-weight:600;color:#0b2140;background:none;border:none;width:100%;text-align:left;font-family:inherit;transition:color .2s}
.hp-faq-q:hover{color:#1d70b7}
.hp-faq-arrow{font-size:1.2rem;transition:transform .3s;color:#1d70b7;flex-shrink:0;margin-left:16px}
.hp-faq-item.active .hp-faq-arrow{transform:rotate(180deg)}
.hp-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.hp-faq-item.active .hp-faq-a{max-height:300px}
.hp-faq-a-inner{padding:0 24px 18px;font-size:.88rem;color:#4a6584;line-height:1.65}
.hp-contact{background:linear-gradient(135deg,#0b2140 0%,#122d4f 100%);color:#fff}
.hp-contact .hp-stitle{color:#fff}.hp-contact .hp-sdesc{color:#94adc8}.hp-contact .hp-eyebrow{color:#55e639}
.hp-contact-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start}
@media(max-width:768px){.hp-contact-wrapper{grid-template-columns:1fr}}
.hp-contact-info h3{font-size:1.2rem;margin-bottom:16px;color:#fff}
.hp-contact-detail{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:.9rem;color:#b8cce0}
.hp-contact-detail-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(29,112,183,.15);font-size:1.1rem;flex-shrink:0}
.hp-contact-form{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px;backdrop-filter:blur(8px)}
.hp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
@media(max-width:480px){.hp-form-row{grid-template-columns:1fr}}
.hp-form-group{margin-bottom:14px}
.hp-form-group label{display:block;font-size:.78rem;font-weight:600;color:#b8cce0;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}
.hp-form-group input,.hp-form-group select,.hp-form-group textarea{width:100%;padding:12px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;font-size:.9rem;font-family:inherit;transition:border-color .3s}
.hp-form-group input::placeholder,.hp-form-group textarea::placeholder{color:rgba(255,255,255,.35)}
.hp-form-group input:focus,.hp-form-group select:focus,.hp-form-group textarea:focus{outline:none;border-color:#1d70b7;box-shadow:0 0 0 3px rgba(29,112,183,.15)}
.hp-form-group select option{color:#0b2140;background:#fff}
.hp-form-group textarea{resize:vertical;min-height:100px}
.hp-form-submit{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border:none;border-radius:12px;background:linear-gradient(135deg,#1d70b7,#55e639);color:#fff;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px rgba(29,112,183,.35)}
.hp-form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(29,112,183,.5)}
.hp-form-success{display:none;text-align:center;padding:24px;font-size:1rem;color:#55e639}