.ct-page-wrapper{background:#faf8f4;min-height:100vh;padding-top:64px}.ct-page{margin:0 auto;display:grid;grid-template-columns:1fr 550px;gap:0;min-height:calc(100vh - 64px);align-items:stretch}.ct-left{padding:56px 48px 80px}.ct-tag-row{display:flex;align-items:center;gap:8px;margin-bottom:28px}.ct-tag{display:inline-block;padding:4px 10px;border-radius:100px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;background:#edeae2;color:#524d46}.ct-headline{font-family:Lora,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.18;color:#1e1a14;margin-bottom:20px}.ct-intro{font-size:1rem;line-height:1.65;color:#524d46;margin-bottom:40px;max-width:580px}.ct-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af;margin-bottom:12px}.ct-steps{display:flex;flex-direction:column;gap:28px;margin-bottom:40px}.ct-step{display:flex;align-items:flex-start;gap:20px}.ct-step-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:6px 10px;border-radius:8px;background:rgba(36,61,39,.08);border:1px solid rgba(36,61,39,.18);font-size:.78rem;color:#2c5c30;letter-spacing:.03em;flex-shrink:0;margin-top:2px}.ct-step-body{display:flex;flex-direction:column;gap:5px}.ct-step-heading{font-size:.9rem;font-weight:700;color:#1e1a14;line-height:1.25;margin-bottom:0}.ct-step-text{font-size:.88rem;color:#726c65;line-height:1.55;margin-bottom:0}.ct-left-footer{display:flex;flex-direction:column;gap:6px}.ct-prefer-email{font-size:.83rem;color:#726c65;line-height:1.5;margin-bottom:0}.ct-prefer-email a{color:#243d27;font-weight:600;text-decoration:none}.ct-prefer-email a:hover{text-decoration:underline}.ct-compliance{font-size:.75rem;color:#9ca3af}.ct-right{padding:48px 32px;position:sticky;top:64px}.ct-form-card{background:#ffffff;border:1px solid #e6e1d6;border-radius:14px;padding:32px 28px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.ct-form-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e6e1d6}.ct-form-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1e1a14;font-family:ui-monospace,Source Code Pro,Menlo,monospace}.ct-form-meta{font-size:.78rem;color:#9ca3af}.ct-field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.ct-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.ct-field label,.ct-question{font-size:.78rem;font-weight:600;color:#3f3a33;display:flex;flex-direction:column;gap:2px}.ct-question-hint{font-size:.72rem;font-weight:400;color:#9ca3af}.ct-field input,.ct-field textarea{padding:9px 12px;border-radius:7px;border:1px solid #ddd8d0;background:#faf8f4;font-size:.875rem;color:#1e1a14;outline:none;transition:border-color .15s ease;font-family:inherit;width:100%;box-sizing:border-box}.ct-field input:focus,.ct-field textarea:focus{border-color:#243d27;background:#fff}.ct-field input::-moz-placeholder,.ct-field textarea::-moz-placeholder{color:#b0a99f}.ct-field input::placeholder,.ct-field textarea::placeholder{color:#b0a99f}.ct-field textarea{resize:vertical;min-height:80px;line-height:1.55}.ct-pill-group{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}.ct-pill{padding:6px 13px;border-radius:100px;font-size:.8rem;font-weight:500;background:#f5f2eb;color:#3f3a33;border:1px solid #e0dbd3;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;font-family:inherit;line-height:1}.ct-pill:hover{background:#edeae2;border-color:#c8c2b8}.ct-pill-active{background:#243d27;border-color:#243d27;color:#ffffff}.ct-pill-active:hover{background:#1a2e1c;border-color:#1a2e1c}.ct-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;margin-top:4px;border-top:1px solid #e6e1d6}.ct-privacy-note{font-size:.72rem;color:#9ca3af;line-height:1.5;flex:1}.ct-submit-btn{width:100%;padding:11px 20px;background:#1e1a14;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease;font-family:inherit;margin-bottom:14px}.ct-submit-btn:hover{background:#3f3a33}.ct-submit-btn:disabled{opacity:.6;cursor:not-allowed}.ct-input-error{border-color:#e05a3a!important;background:#fff8f6!important}.ct-error-msg{font-size:.72rem;color:#c0392b;margin-top:2px}.ct-server-error{font-size:.82rem;color:#c0392b;background:#fff0ee;border:1px solid #f5c6be;border-radius:6px;padding:8px 12px;margin-bottom:14px}.ct-success{flex-direction:column;text-align:center;padding:16px 0;gap:12px}.ct-success,.ct-success-icon{display:flex;align-items:center}.ct-success-icon{width:48px;height:48px;border-radius:50%;background:#e8f5e9;color:#243d27;font-size:1.4rem;justify-content:center;font-weight:700}.ct-success-heading{font-family:Lora,serif;font-size:1.25rem;font-weight:700;color:#1e1a14}.ct-success-text{font-size:.88rem;color:#524d46;line-height:1.6}@media (max-width:900px){.ct-page{grid-template-columns:1fr}.ct-left{padding:40px 5% 48px}.ct-right{position:static;height:auto;border-top:1px solid #e6e1d6;padding:40px 5%}}@media (max-width:500px){.ct-field-row{grid-template-columns:1fr}.ct-form-footer{flex-direction:column;align-items:stretch}.ct-privacy-note{text-align:center}}