@keyframes fadeInDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-18px)rotate(6deg)}66%{transform:translateY(-8px)rotate(-4deg)}}@keyframes floatReverse{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(14px)rotate(-5deg)}66%{transform:translateY(6px)rotate(3deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.cs-page{background:#faf9f7;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:60px 20px;font-family:Instrument Sans,sans-serif;display:flex;position:relative;overflow:hidden}.cs-blob{pointer-events:none;filter:blur(60px);opacity:.12;border-radius:50%;position:absolute}.cs-blob-1{background:#e96737;width:500px;height:500px;top:-120px;right:-100px}.cs-blob-2{background:#9cad09;width:380px;height:380px;bottom:-80px;left:-80px}.cs-blob-3{opacity:.06;background:#e96737;width:280px;height:280px;bottom:30%;left:10%}.cs-deco{pointer-events:none;animation:6s ease-in-out infinite float;position:absolute}.cs-deco:nth-child(2n){animation-name:floatReverse}.cs-deco-1{animation-duration:7s;animation-delay:0s;top:8%;left:6%}.cs-deco-2{animation-duration:5.5s;animation-delay:1.5s;top:15%;right:8%}.cs-deco-3{animation-duration:8s;animation-delay:.8s;top:50%;left:3%}.cs-deco-4{animation-duration:6.5s;animation-delay:2.2s;top:55%;right:4%}.cs-deco-5{animation-duration:7.5s;animation-delay:1.1s;bottom:12%;left:12%}.cs-deco-6{animation-duration:6s;animation-delay:.4s;bottom:18%;right:10%}.cs-container{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;max-width:660px;display:flex;position:relative}.cs-logo{align-items:center;gap:10px;margin-bottom:32px;animation:.6s both scaleIn;display:flex}.cs-logo img{object-fit:contain;width:48px;height:48px}.cs-logo-text{color:#e96737;letter-spacing:-.3px;font-size:22px;font-weight:700}.cs-eyebrow{color:#e96737;letter-spacing:-.01em;margin:0 0 20px;font-size:15px;font-weight:600;animation:.6s .2s both fadeInDown}.cs-headline{color:#1a1a1a;letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2rem,5.5vw,3.2rem);font-weight:800;line-height:1.15;animation:.7s .35s both fadeInUp}.cs-headline span{color:#e96737;display:inline-block;position:relative}.cs-headline span:after{content:"";background:linear-gradient(90deg,#e96737 0%,#9cad09 100%) 0 0/200%;border-radius:2px;width:100%;height:3px;animation:2s linear infinite shimmer;position:absolute;bottom:-3px;left:0}.cs-subtext{color:#57534e;max-width:520px;margin-bottom:40px;font-size:17px;font-weight:400;line-height:1.6;animation:.7s .5s both fadeInUp}.cs-form{align-items:center;gap:10px;width:100%;margin-bottom:16px;animation:.7s .65s both fadeInUp;display:flex}.cs-email-input{color:#1a1a1a;background:#fff;border:1.5px solid #e5e0d8;border-radius:1000px;outline:none;flex:1;min-width:0;height:43px;padding:14px 20px;font-family:Instrument Sans,sans-serif;font-size:15px;transition:border-color .25s,box-shadow .25s}.cs-email-input::placeholder{color:#a39e98}.cs-email-input:focus{border-color:#e96737;box-shadow:0 0 0 3px #e967371f}.cs-btn-wrap{flex-shrink:0;transition:opacity .2s}.cs-btn-wrap.cs-btn-disabled{opacity:.5;pointer-events:none}.cs-form-message{text-align:center;border-radius:10px;margin-bottom:16px;padding:10px 16px;font-size:14px;font-weight:500;animation:.4s both fadeInUp}.cs-form-message.success{color:#15803d;background:#dcfce7}.cs-form-message.error{color:#dc2626;background:#fee2e2}.cs-form-message.already{color:#92400e;background:#fff4de}.cs-counter{color:#a39e98;margin-bottom:52px;font-size:13.5px;font-weight:450;animation:.7s .75s both fadeInUp}.cs-counter strong{color:#57534e;font-weight:600}.cs-features{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:660px;animation:.7s .9s both fadeInUp;display:grid}.cs-feature-card{text-align:left;cursor:default;background:#fff;border:1.5px solid #f0ece6;border-radius:18px;padding:22px 18px;transition:transform .25s,box-shadow .25s,border-color .25s}.cs-feature-card:hover{border-color:#e96737;transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.cs-feature-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.cs-feature-icon.orange{background:#fff4ee}.cs-feature-icon.green{background:#f3f8e0}.cs-feature-icon.blue{background:#e8f3ff}.cs-feature-card h3{color:#1a1a1a;letter-spacing:-.1px;margin:0 0 6px;font-size:15px;font-weight:700}.cs-feature-card p{color:#57534e;margin:0;font-size:13px;line-height:1.5}.cs-footer-strip{text-align:center;color:#b5b0aa;font-size:12.5px;animation:.6s 1.1s both fadeInUp;position:absolute;bottom:24px;left:0;right:0}.cs-footer-strip a{color:#a39e98;text-decoration:none;transition:color .2s}.cs-footer-strip a:hover{color:#e96737}@media (max-width:640px){.cs-page{padding:48px 16px 80px}.cs-deco-1,.cs-deco-2,.cs-deco-3,.cs-deco-4,.cs-deco-5,.cs-deco-6{opacity:.4}.cs-form{flex-direction:column;align-items:stretch}.cs-email-input{width:100%;height:43px}.cs-btn-wrap .button{justify-content:space-between;width:100%;max-width:100%!important}.cs-features{grid-template-columns:1fr}.cs-logo{margin-bottom:24px}.cs-counter{margin-bottom:36px}}@media (max-width:400px){.cs-headline{font-size:1.75rem}.cs-subtext{font-size:15px}}
