.talklet-container{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#faf7f4;color:#1a1a1a}.talklet-header{padding:2rem 5%}.talklet-logo{font-weight:700;font-size:1.8rem;color:#7c3aed}.talklet-main{flex:1 1;display:flex;align-items:center;justify-content:center}.talklet-hero{max-width:600px;text-align:center;padding:3rem 2.5rem;background:white;border-radius:16px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.talklet-headline{font-size:2.5rem;font-weight:700;margin-bottom:1.2rem;line-height:1.2;color:#1a1a1a}.talklet-subheadline{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.5}.talklet-form{margin-bottom:2.5rem}.form-group{margin-bottom:1.5rem}.talklet-form input{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s ease;width:94%}.talklet-form input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.helper-text{font-size:.875rem;color:#666;margin-top:.5rem;line-height:1.5}.cta-button{background-color:#7c3aed;color:white;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;width:100%}.cta-button:hover{background-color:#6d28d9}.success-message{background-color:#10b981;color:white;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.success-message a{color:white;text-decoration:underline;font-weight:600;margin:0 .25rem}.micro-badges{display:flex;justify-content:center;gap:1.5rem;font-size:.875rem;color:#666}.micro-badges span{position:relative}.micro-badges span:not(:last-child):after{content:"•";position:absolute;right:-.875rem}.talklet-footer{text-align:center;padding:2rem;color:#666;font-size:.875rem}@media (max-width:768px){.talklet-hero{padding:2rem 1.5rem}.talklet-headline{font-size:2rem}.talklet-subheadline{font-size:1.1rem}.micro-badges{flex-direction:column;gap:.5rem}.micro-badges span:not(:last-child):after{display:none}}