.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem;box-sizing:border-box;width:100%}.logo-container{margin-bottom:1rem;text-align:center}.hero-row{display:flex;flex-direction:row;width:100%;margin-bottom:2rem}.hero-left{width:50%;padding:1rem;text-align:right;display:flex;flex-direction:column;justify-content:center;color:#3b2a1a}.hero-left h1{font-size:3rem;font-weight:800;line-height:1.2}.hero-left p{margin-top:1rem;font-size:1.1rem;color:#4a3b30;max-width:600px;margin-left:auto}.hero-right{width:50%;display:flex;align-items:center;justify-content:flex-start;padding:1rem}.features-form{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem;max-width:1200px;width:100%}.features{flex:1;max-width:480px;color:#3b2a1a}.feature{display:flex;gap:1rem;margin-bottom:1.5rem}.icon{width:1.25rem;height:1.25rem;margin-top:.25rem}.feature h3{font-weight:700;font-size:1rem}.feature p{font-size:.875rem;color:#4a3b30}.signup-form{flex:1;max-width:400px;display:flex;flex-direction:column;gap:1rem;width:100%}.signup-form input{padding:.75rem 1rem;border:1px solid #d6b59d;background-color:white;font-size:1rem;color:black;border-radius:.375rem}.signup-form button{background-color:#c25f1d;color:white;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.375rem;transition:background-color .2s ease}.signup-form button:hover{background-color:#a44f17}.goat-hero-image{margin-top:-3rem;margin-left:-1rem;max-width:100%;height:auto;object-fit:contain}@media (max-width:768px){.hero-row{flex-direction:column;gap:2rem}.hero-left,.hero-right,.hero-row{align-items:center;text-align:center}.hero-left,.hero-right{width:100%;padding:.5rem}.hero-left h1{font-size:2rem;font-weight:800;line-height:1.2}.hero-left p{margin-left:auto;margin-right:auto}.signup-form{max-width:100%;padding:0 1rem}.goat-hero-image{margin-top:0;margin-left:0}.features-form{flex-direction:column;align-items:center;text-align:center}.features{width:100%;max-width:500px}.goat-hero-image{max-width:80%;height:auto}.feature{flex-direction:row;align-items:center;justify-content:center;gap:.75rem}.feature,.feature p{text-align:left}}