.informations-container{max-width:1172px;margin:0 auto;padding:32px 16px 48px;background:none}.informations-title{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:28px;color:#1e293b;letter-spacing:.5px}.informations-intro{font-size:1.13rem;font-weight:500;color:#334155;margin-bottom:32px;line-height:1.7;background:#f8fafc;border-radius:10px;padding:18px 20px;box-shadow:0 2px 8px rgba(30,41,59,.04)}.informations-cards{display:flex;flex-direction:column;gap:28px}.informations-accordion{width:100%}.informations-card{background:#fff;border-radius:16px;box-shadow:0 4px 18px 0 rgba(30,41,59,.1),0 1.5px 4px 0 rgba(30,41,59,.04);transition:box-shadow .2s,max-height .3s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;overflow:hidden;margin-bottom:0}.informations-card:hover{box-shadow:0 8px 32px 0 rgba(30,41,59,.16),0 2px 8px 0 rgba(30,41,59,.08)}.informations-card-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:24px 24px 18px;background:none;border:none;outline:none;width:100%}.informations-card-header h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0}.informations-card-toggle{font-size:1.5rem;color:#0ea5e9;transition:transform .2s}.informations-card-toggle.open{transform:rotate(90deg)}.informations-card-content{padding:0 24px 22px;max-height:1000px;opacity:1;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .2s}.informations-card-content.closed{max-height:0;opacity:0;padding-bottom:0}.informations-card-content p{font-size:1.08rem;color:#334155;margin-bottom:10px;line-height:1.7}.informations-card-content ol{margin-left:18px;margin-bottom:10px}.informations-note{color:#0ea5e9;font-size:1rem;font-style:italic;margin-top:8px}@media (max-width:600px){.informations-container{padding:12px 2vw 32px}.informations-title{font-size:1.3rem}.informations-card-header{padding:14px 8px 10px}.informations-card-content{padding:0 8px 10px}.informations-intro{font-size:1rem;padding:10px 8px}}