.stars-at-night-module{overflow:hidden;position:relative;width:100%}.stars-at-night-background{position:relative;transition:transform 1.5s ease-out;width:100%}.stars-at-night-background.animate-scale{transform:scale(1.05)}.stars-at-night-background img{display:block;height:auto;width:100%}.stars-at-night-overlay{display:flex;flex-direction:row;height:100%;left:0;position:absolute;top:0;width:100%}.stars-at-night-column-left{width:67%}.stars-at-night-column-right{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;opacity:0;padding:2rem;transform:translateX(30px);transition:opacity .8s ease,transform .8s ease;width:33%}.stars-at-night-column-right.animate-slide-in{opacity:1;transform:translateX(0)}.stars-at-night-text{max-width:100%}.stars-at-night-title{color:#fff;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.2;margin:0 0 .5rem;opacity:0;transform:translateY(-20px);transition:opacity .7s ease,transform .7s ease}.stars-at-night-title.animate-fade-down{opacity:1;transform:translateY(0)}.stars-at-night-subtitle{color:#fff;font-size:clamp(1.2rem,2vw,1.5rem);margin:0 0 1rem;opacity:0;transition:opacity .7s ease}.stars-at-night-subtitle.animate-fade-in{opacity:1}.stars-at-night-description{color:#fff;font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6;margin:0 0 2rem;opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.stars-at-night-description.animate-fade-up{opacity:1;transform:translateY(0)}.stars-at-night-button{background-color:#fff;border-radius:4px;color:#333;display:inline-block;font-weight:600;opacity:0;padding:.8rem 1.5rem;text-decoration:none;transform:scale(.9);transition:all .3s ease;transition:opacity .7s ease,transform .7s ease,background-color .3s ease,box-shadow .3s ease}.stars-at-night-button.animate-scale-in{opacity:1;transform:scale(1)}.stars-at-night-button:hover{background-color:#f8f8f8;box-shadow:0 4px 8px rgba(0,0,0,.1)}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:992px) and (min-width:592px){.stars-at-night-background img{aspect-ratio:3/4;display:block;height:auto;object-fit:cover;width:100%}.stars-at-night-column-right{justify-content:flex-start;padding:2rem;width:100%}.stars-at-night-column-left{width:0}}@media (max-width:591px){.stars-at-night-overlay{display:flex;flex-direction:row;height:100%;left:0;position:relative;top:0;width:100%}.stars-at-night-background img{aspect-ratio:1/1;display:block;height:auto;object-fit:cover;width:100%}.stars-at-night-column-left{height:0;width:0}.stars-at-night-column-right{justify-content:flex-start;padding:2rem;width:100%}.stars-at-night-description,.stars-at-night-subtitle,.stars-at-night-title{color:#000}}