@charset "UTF-8";body{margin:0;padding:0;font-family:Arial,sans-serif}.content{min-height:200vh;padding:20px;box-sizing:border-box}.footerbar{position:fixed;bottom:-300px;left:0;width:100%;// background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,0.2);z-index:1000;transition:bottom 1s ease;padding:2px 20px;box-sizing:border-box;overflow:visible;display:flex;flex-direction:column;align-items:center}.footerbar.show{bottom:0}.footerbar__aside button{background:none;border:none;font-size:40px;cursor:pointer;position:absolute;right:20px;top:5px;line-height:1}.footerbar__content{background-color:#fff;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:40px;width:100%;max-width:1000px;margin:0 auto;position:relative}.footerbar__content-image{position:relative;z-index:1002;transform:rotate(-6deg);margin-top:-140px;overflow:hidden}.footerbar__content-image img{height:400px;box-shadow:0 12px 30px rgba(0,0,0,0.5);object-fit:cover;object-position:top;display:block}.footerbar__content-text{max-width:600px;text-align:left;z-index:1001;width:100%}.wly-title--footerbar{font-size:1.5em;font-weight:bold;margin-bottom:10px;white-space:nowrap}.wly-text--footerbar{margin-top:10px}.footerbar__buttons{display:flex;gap:10px;width:100%;max-width:600px;margin-top:10px}.wly-button--primary,.wly-button--secondary{flex:1 1 50%;text-align:center;background-color:red;color:white;padding:12px 10px;text-decoration:none;border:none;border-radius:5px;cursor:pointer;font-size:1em}.wly-button--secondary{background-color:#444}@media (max-width:640px){.wly-button--primary,.wly-button--secondary{flex:1 1 100%}}
