.email-form{width:100%;max-width:500px;margin:0 auto 2rem}.form-row{display:flex;gap:0;border-radius:50px;overflow:hidden;box-shadow:0 4px 20px #00000026}.email-input{flex:1;padding:1rem 1.5rem;font-size:1rem;border:none;outline:none;background:#fffffff2;color:#333}.email-input::placeholder{color:#999}.email-input:focus{background:#fff}.email-input:disabled{opacity:.7}.submit-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff6b8a,#e84a6f);border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff7a96,#ec5a7d);transform:translate(2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.arrow{font-size:1.5rem;line-height:1;transition:transform .3s ease}.submit-btn:hover:not(:disabled) .arrow{transform:translate(4px)}.form-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-message.success{background:#48bb7833;color:#c6f6d5}.form-message.error{background:#f5656533;color:#fed7d7}@media (max-width: 480px){.form-row{flex-direction:column;border-radius:12px}.email-input{border-radius:12px 12px 0 0;text-align:center}.submit-btn{justify-content:center;border-radius:0 0 12px 12px;padding:1rem}}.links-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.links-title{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;color:#fffc;text-align:center}.links-list,.expand-toggle{border-radius:14px}.links-list{list-style:none;display:flex;flex-direction:column}.link{display:flex;align-items:center;justify-content:center;text-align:center;padding:1.1rem 1.5rem;background:#ffffff26;border-radius:14px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.link:hover{background:#ffffff40;transform:translateY(-2px)}.link-title{font-weight:600;font-size:1rem;color:#fff;line-height:1.4}.expand-toggle{display:flex;align-items:center;justify-content:center;width:100%;padding:1.1rem 1.5rem;background:#ffffff26;border:none;color:#fff;font-size:1rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.expand-toggle:hover{background:#ffffff40;transform:translateY(-2px)}.expand-toggle-text{text-align:center}.expand-chevron{margin-left:.75rem;font-size:1.4rem;line-height:1;transition:transform .3s ease;transform:rotate(0)}.expand-toggle.open .expand-chevron{transform:rotate(90deg)}.expand-content{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s ease;opacity:0;margin-top:-.375rem}.expand-content.expanded{max-height:800px;opacity:1}.resource-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.resource-item{width:100%}.resource-link{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease;text-decoration:none}.resource-link:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translate(4px)}.resource-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#ffffff26;color:#fff;font-size:.8rem;font-weight:700;margin-top:.1rem}.resource-text{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0;text-align:center}.resource-title{font-weight:600;font-size:.95rem;color:#fff;line-height:1.3}.resource-subtitle{font-size:.8rem;color:#fff9;line-height:1.4}.resource-arrow{flex-shrink:0;font-size:.9rem;color:#fff6;transition:all .3s ease;margin-top:.15rem}.resource-link:hover .resource-arrow{color:#ffffffe6;transform:translate(2px,-2px)}@media (max-width: 480px){.links-section{gap:.625rem}.link{padding:1rem 1.25rem}.link-title{font-size:.95rem}.expand-toggle{padding:1rem 1.25rem;font-size:.95rem}.resource-link{padding:.75rem 1rem;gap:.625rem}.resource-number{width:1.5rem;height:1.5rem;font-size:.75rem}.resource-title{font-size:.875rem}.resource-subtitle{font-size:.75rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5a558,#e8924a,#d4803c);position:relative;overflow:hidden}.app:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.05) 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);pointer-events:none}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.hero-content{max-width:600px;width:100%;text-align:center}.logo{width:280px;height:280px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.2));border-radius:24px}.tagline{font-size:1.25rem;font-weight:400;line-height:1.5;margin-bottom:2rem;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer{padding:1.5rem;text-align:center;font-size:.875rem;color:#ffffffb3;position:relative;z-index:1}@media (max-width: 640px){.logo{width:200px;height:200px}.tagline{font-size:1.1rem}.hero{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit}
