@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");body{background:linear-gradient(180deg,#f9fbff,#ffffff,#f2f2f2);color:#1f2937;font-family:Inter,sans-serif;margin:0;padding:0}.container{display:flex;flex-direction:column;min-height:100vh;background-color:white}.main{flex-grow:1}.hero{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#6590cb,#87aacd);color:white}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.form-container{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:20px}.input{width:100%;max-width:500px;padding:10px 15px;border:1px solid #ccc;border-radius:5px;font-size:1rem}.button-primary{padding:10px 20px;background-color:#3a5a9a;color:white;font-weight:700;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.button-primary:hover{background-color:#2e4a7d}.button-primary:disabled{background-color:#7a8fb3;cursor:not-allowed}.description{font-size:1.2rem;margin-bottom:30px}.button-secondary{padding:12px 25px;background-color:#38a89d;color:white;font-size:1.1rem;font-weight:700;border:none;border-radius:5px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.button-secondary:hover{transform:scale(1.05);box-shadow:0 4px 10px rgba(0,0,0,.2)}.response-section{padding:40px 20px;background-color:#f9f9f9}.response-container{max-width:600px;margin:0 auto;background:white;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.response-title{font-size:1.8rem;font-weight:700;margin-bottom:15px}.response-content{font-size:1rem;color:#4a5568}.tech-reel-section{padding:40px 20px;background-color:white}.tech-reel-container{max-width:800px;margin:0 auto;text-align:center}.tech-reel-title{font-size:2rem;font-weight:700;margin-bottom:20px}