:root{--blue-light: #86c7ed;--blue-dark: #1836b2;--purple: #a066cb;--white: #ffffff;--dark-gray: #545454}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--white);color:var(--blue-dark)}.hero{position:relative;min-height:100vh;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden}.waves{position:absolute;top:-120px;left:0;width:100%;height:320px;background:linear-gradient(120deg,var(--blue-light),var(--blue-dark),var(--purple));border-bottom-left-radius:60% 40%;border-bottom-right-radius:60% 40%;opacity:.9}.content{position:relative;z-index:1;max-width:640px;text-align:center;padding:0 24px}.brand{display:inline-block;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:16px;font-size:clamp(3rem,8vw,5rem)}h1{font-size:clamp(2.5rem,5vw,3.5rem);margin:0 0 12px;color:var(--blue-dark)}.subtitle{font-size:1.1rem;font-weight:600;color:var(--blue-dark);margin-bottom:8px}.description{color:#5f6f91;margin-bottom:32px}.notify{display:flex;max-width:420px;margin:0 auto;background:var(--white);border-radius:999px;box-shadow:0 12px 30px #00000014;overflow:hidden}.notify input{flex:1;border:none;padding:14px 18px;font-size:1rem;outline:none}.notify button{border:none;padding:0 28px;font-size:1rem;font-weight:600;cursor:pointer;color:var(--white);background:linear-gradient(135deg,var(--blue-light),var(--purple));transition:transform .15s ease,box-shadow .15s ease}.notify button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #a066cb59}.brand-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.brand-mark{position:relative;width:180px;height:150px}.brand-shape{position:absolute;width:120px;height:120px;border-radius:45% 55% 60% 40%/50% 45% 55% 50%}.brand-shape.blue-light{background:var(--blue-light);left:0;top:30px}.brand-shape.purple{background:var(--purple);left:40px;top:0}.brand-shape.blue-dark{background:var(--blue-dark);left:70px;top:50px}.brand-text{margin-top:20px;font-size:clamp(3rem,7vw,4.5rem);font-weight:800;color:var(--purple);letter-spacing:-.02em}
