.sign-page{min-height:100vh;background:linear-gradient(135deg,#fdfbf7,#f7f3eb);display:flex;flex-direction:column;justify-content:center;padding:20px}.sign-hero{text-align:center;padding:0 20px 18px;max-width:480px;margin:0 auto}.sign-hero h1{font-family:Georgia,serif;font-size:clamp(26px,5vw,32px);font-weight:600;color:var(--ink);margin:0 0 8px;letter-spacing:-.5px;line-height:1.15}.sign-hero p{font-size:14px;color:var(--page-muted);line-height:1.4;max-width:400px;margin:0 auto}.sign-form-container{max-width:540px;width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}.sign-form{background:white;border-radius:12px;padding:20px;box-shadow:0 2px 12px rgba(237,104,71,.08),0 1px 4px rgba(0,0,0,.06);border:1px solid rgba(237,104,71,.12)}.form-section{margin-bottom:10px}.form-label{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:#1f2937;margin-bottom:6px;letter-spacing:-.01em}.char-count{font-size:12px;color:#6b7280;font-weight:500}.optional{font-size:12px;color:#9ca3af;font-weight:400}.form-input{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:9px 12px;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fafbfc;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none}.form-input:hover{background:white;border-color:#d1d5db}.form-input:focus{border-color:var(--coral);background:white;box-shadow:0 0 0 3px rgba(237,104,71,.08)}.form-input::-moz-placeholder{color:#9ca3af}.form-input::placeholder{color:#9ca3af}textarea.form-input{resize:vertical;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;transition:all .2s}.form-row.hidden{opacity:.35;pointer-events:none;height:62px;overflow:hidden}.slot-selected-banner{background:#fafbfc;border:1.5px solid #e5e7eb;border-radius:8px;padding:10px 14px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.slot-selected-header{display:flex;align-items:center;gap:6px;color:#6b7280;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.slot-selected-header svg{width:14px;height:14px;color:#10b981}.slot-selected-details{display:flex;align-items:center;gap:12px}.slot-selected-info{display:flex;align-items:center;gap:8px}.slot-number-badge{font-size:13px;font-weight:700;color:var(--ink)}.slot-features{font-size:11px;color:#6b7280;font-weight:500}.slot-selected-price{font-size:16px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.pricing-section{display:flex;flex-direction:column;gap:4px;margin:14px 0 12px;border:1.5px solid #e5e7eb;border-radius:8px;padding:3px;background:linear-gradient(180deg,#fafbfc 0,#f9fafb)}.pricing-row{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;cursor:pointer;border-radius:6px;transition:all .15s}.pricing-row:hover{background:white}.pricing-row input[type=radio]{margin-top:3px;width:18px;height:18px;cursor:pointer;accent-color:#ed6847;flex-shrink:0}.pricing-row:has(input[type=radio]:checked){background:rgba(237,104,71,.04)}.pricing-info{flex:1;display:flex;flex-direction:column;gap:2px}.pricing-main{display:flex;justify-content:space-between;align-items:center;gap:12px}.price-name{font-size:14px}.price-amount,.price-name{font-weight:600;color:var(--ink)}.price-amount{font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.price-desc{font-size:12px;color:#6b7280;line-height:1.3}.custom-input-container{display:flex;flex-direction:column;gap:4px}.custom-input-wrapper-inline{display:flex;align-items:center;gap:6px}.custom-amount-input,.dollar-sign{font-size:14px;font-weight:600;color:var(--ink)}.custom-amount-input{border:1.5px solid #e5e7eb;background:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none;width:70px;padding:4px 8px;border-radius:6px;transition:all .15s}.custom-amount-input:hover{border-color:#d1d5db}.custom-amount-input:focus{border-color:var(--coral);box-shadow:0 0 0 2px rgba(237,104,71,.08)}.custom-amount-input.error{border-color:#dc2626}.custom-amount-input::-moz-placeholder{color:#9ca3af}.custom-amount-input::placeholder{color:#9ca3af}.input-error{font-size:11px;color:#dc2626;font-weight:500;line-height:1.2}.checkbox-option{display:flex;align-items:center;gap:9px;padding:8px 10px;border:1.5px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-bottom:12px;background:#fafbfc}.checkbox-option:hover{border-color:#d1d5db;background:white}.checkbox-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--coral)}.checkbox-option span{font-size:14px;font-weight:500;color:var(--ink)}.checkbox-option.checkbox-disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6}.checkbox-option.checkbox-disabled:hover{border-color:#e5e7eb;background:#f3f4f6}.checkbox-option.checkbox-disabled input[type=checkbox]{cursor:not-allowed}.checkbox-option.checkbox-disabled span{color:#9ca3af}.submit-btn{width:100%;padding:12px 20px;background:linear-gradient(135deg,#ed6847,#e85533);color:white;border:0;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(237,104,71,.3),0 1px 3px rgba(0,0,0,.1);position:relative;overflow:hidden}.submit-btn:before{content:"✍";position:absolute;left:18px;font-size:18px;opacity:.9}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#e85533,#d94522);transform:translateY(-2px);box-shadow:0 4px 12px rgba(237,104,71,.4),0 2px 6px rgba(0,0,0,.15)}.submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px rgba(237,104,71,.3),0 1px 2px rgba(0,0,0,.1)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.secure-note{text-align:center;margin-top:10px;font-size:12px;color:var(--page-muted)}.secure-note a{color:var(--coral);text-decoration:none}.secure-note a:hover{text-decoration:underline}@media (max-width:768px){.sign-page{padding:15px}.sign-hero{padding:0 15px 15px}.sign-form-container{padding:0 15px}.sign-form{padding:18px}.form-row{grid-template-columns:1fr}.form-row.hidden{height:auto}}.website-input-with-logo{position:relative}.logo-indicator{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center}.logo-indicator.logo-loading{background:#f3f4f6}.logo-indicator.logo-success{background:white;border:1px solid #e5e7eb;overflow:hidden}.logo-indicator.logo-success img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.spinner-tiny{width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#8b5cf6;border-radius:50%;animation:spin .6s linear infinite}.website-input-with-logo .form-input{padding-left:48px}@keyframes spin{to{transform:rotate(1turn)}}