html,body{margin:0;padding:0;height:100%;font-family:Arial,sans-serif;background-color:#fff;color:#0c1620}body{display:flex;flex-direction:column;min-height:100vh}.logo-hero{width:350px;margin-bottom:.5rem}.hero{position:relative;text-align:center;padding:8rem 5rem;min-height:60vh;background:url(/hero-bg.jpg) center/cover no-repeat;color:#fff;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.hero img,.hero h1,.hero p,.hero form,.hero-buttons{position:relative;z-index:2}.hero h1{font-size:2.5rem;margin-bottom:1rem;max-width:800px;text-align:center;line-height:1.2;font-weight:700}.hero p{font-size:1.25rem;line-height:1.4;margin-bottom:2rem;max-width:800px}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center}.hero-buttons .btn{margin:.5rem;padding:1rem 3.75rem;border-radius:25px;font-weight:700;font-size:1rem;transition:all .3s ease;border:2px solid white;background-color:transparent;color:#fff;cursor:pointer}.hero-buttons .btn:hover,.hero-buttons .btn.btn-primary{background-color:#fff;color:#0c1620}.hero-buttons .btn.btn-primary:hover{background-color:#e5e5e5}.info-section{display:flex;flex-wrap:wrap;justify-content:space-around;padding:4rem 2rem;background-color:#f9f9f9}.info-column{flex:1 1 300px;margin:1rem;max-width:500px}.info-column h3{font-size:2rem;margin-bottom:1rem}.info-column p{font-size:1.2rem;line-height:1.5}.beta{text-align:center;padding:3rem 2rem;background-color:#eaeaea}.beta h2{font-size:2rem;margin-bottom:1rem}.footer{text-align:center;padding:1rem;background-color:#0c1620;color:#fff}.footer a{color:#fff;margin-left:1rem;text-decoration:underline}.demo-section{text-align:center;padding:5rem 2rem;background-color:#f4f7fa}.demo-section h2{font-size:2rem;margin-bottom:.5rem}.demo-section p{font-size:1.1rem;margin-bottom:2rem;color:#555}.form-container{max-width:700px;margin:0 auto;padding:0 1rem}.grid-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-weight:600;color:#0c1620;text-align:left}.grid-form label{display:flex;flex-direction:column;font-weight:600;font-size:.95rem;color:#0c1620;text-align:left}.grid-form label input,.grid-form label select,.demo-form label textarea{margin-top:.3rem;width:100%;padding:.9rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fff;box-sizing:border-box}.grid-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%230c1620' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.65rem auto}.demo-form label textarea{width:100%;resize:vertical;margin-top:.3rem;margin-bottom:1.5rem}.demo-form button{width:100%;padding:.9rem 1.5rem;border-radius:5px;border:none;background-color:#0c1620;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.demo-form button:hover{background-color:#1a2a3b}@media (max-width: 768px){.grid-form{grid-template-columns:1fr}}@media (max-width: 600px){.hero-buttons{flex-direction:column;align-items:center}.hero h1{font-size:2rem}.hero p{font-size:1rem}}.text-danger{color:#dc3545;font-size:.875rem;margin-top:.25rem}.is-invalid{border-color:#dc3545}.alert-success{background-color:#d9edd9;padding:12px 20px;margin:16px 0;border:1px solid #d9edd9;border-radius:4px;color:#3c763d}.success-btn{margin:.5rem;padding:1rem 3.75rem;border-radius:25px;font-weight:700;font-size:1rem;transition:all .3s ease;border:2px solid white;background-color:transparent;color:#fff;cursor:pointer}
