.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#FAFAF5;padding:2rem;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.2);font-family:Poppins,sans-serif;color:#73334A}.modal-image{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.modal-gin{color:#7D825A;font-weight:600;margin-bottom:1rem}h2{font-size:1.8rem;color:#73334A;margin-bottom:.5rem}h3{color:#7D825A;margin-top:1.5rem;font-size:1.2rem}ol,ul{text-align:left;color:#73334A;margin-left:1.25rem;margin-bottom:1rem;padding-left:1rem}.modal-video{margin-top:1.5rem}.modal-video iframe{width:100%;height:315px;border-radius:8px}.close-button{position:absolute;top:10px;right:10px;font-size:40px;font-weight:700;background-color:#73334A;color:#FAFAF5;border:none;border-radius:50%;width:37px;height:37px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 6px rgba(0,0,0,.2);transition:background-color .3s ease;z-index:1001}.close-button:hover{background-color:#5e2839}@media (max-width:480px){.modal-content{padding:1.5rem}h2{font-size:1.5rem}h3{font-size:1.1rem}.modal-image{height:150px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}.fade-in{animation:fadeIn .3s ease forwards}.fade-out{animation:fadeOut .3s ease forwards}.scale-in{animation:scaleIn .3s ease forwards}.scale-out{animation:scaleOut .3s ease forwards}