*{box-sizing:border-box;margin:0;padding:0}body{font-family:Playfair,serif,Georgia,Times,Times New Roman;background-color:#f5f5f5;min-height:100vh}.container{display:flex;flex-direction:row;width:100%;height:100vh}.left-side{flex:1;min-height:600px;padding:6rem 2rem 0;display:flex;flex-direction:column;justify-content:flex-start}.logo-placeholder{width:140px;min-height:110px;background-image:url(/assets/logo-nilce-b12lk0FR.png);background-position:center;background-size:contain;background-repeat:no-repeat;margin-bottom:1.5rem}h1{font-weight:300;font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1rem;line-height:1.2}h1 strong{font-weight:700}p{font-size:clamp(1rem,2.5vw,1.5rem);max-width:90%;font-weight:300;margin-bottom:2rem;line-height:1.4}button{background-color:#22c55e;color:#fff;font-weight:700;font-size:clamp(1.2rem,2.5vw,1.7rem);padding:1.5rem clamp(2rem,8vw,10rem);border-radius:.375rem;border:none;cursor:pointer;width:100%;max-width:750px;transition:background-color .3s ease;position:relative;z-index:1}button:hover{background-color:#16a34a}button:focus{outline:2px solid #16a34a;outline-offset:2px}.right-side{flex:1;min-height:600px;display:flex;justify-content:center;align-items:flex-end}.picture-struct{width:100%;min-height:100%;display:flex;justify-content:center;align-items:flex-end}.image-placeholder{width:100%;min-height:100%;display:block;object-fit:contain}@media (max-width: 768px){.container{flex-direction:column;max-height:100%}.left-side{width:100%;max-width:100%;padding:2rem 2rem 0;min-height:600px}.right-side{width:100%;max-width:100%;min-height:400px}button{padding:1.5rem}}
