html,body,#root{height:100%;width:100%;margin:0;padding:0}.App{font-family:Segoe UI,sans-serif;margin:0;padding:0;text-align:center;height:100vh;display:flex;flex-direction:column}.hero{position:relative;color:#fff;padding:80px 20px;overflow:hidden;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:url(/assets/safari.webp) center/cover no-repeat;opacity:.65;z-index:-1}.hero h1{font-size:4em;margin-bottom:.5em}.hero p{font-size:2em;margin-bottom:1em}.cta{background:#2f855a;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700;transition:background .3s}.cta:hover{background:#276749}.products{padding:50px 20px;background:#5a870081;flex-shrink:0}.products h2{font-size:2em;margin-bottom:20px}.product-list{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.product{background:gray;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:20px;width:250px}.product img{max-width:100%;border-radius:4px}.product h3{margin:10px 0 5px}.product p{font-weight:700;color:#2f855a;text-align:bottom}
