.cs-page-wrapper{background:#faf8f4;min-height:100vh;padding-top:64px}.cs-page{margin:0 auto;display:grid;grid-template-columns:1fr 550px;gap:0;min-height:calc(100vh - 64px)}.cs-left{padding:56px 48px 80px}.cs-tag-row{display:flex;align-items:center;gap:8px;margin-bottom:28px}.cs-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}.cs-tag-accent{background:#fdeee8;color:#b84b2a}.cs-headline{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.18;color:#1e1a14;margin-bottom:20px;font-family:Lora,serif}.cs-intro{font-size:1rem;line-height:1.65;color:#524d46;margin-bottom:40px;max-width:580px}.cs-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e6e1d6;border:1px solid #e6e1d6;border-radius:12px;overflow:hidden;margin-bottom:48px}.cs-stat{background:#ffffff;padding:24px 20px;display:flex;flex-direction:column;gap:6px}.cs-stat-value{font-size:2.4rem;font-weight:800;color:#1e1a14;line-height:1;font-family:Lora,serif}.cs-stat-label{font-size:.8rem;color:#726c65;line-height:1.35}.cs-quote-block{border-left:3px solid #b84b2a;padding:4px 0 4px 24px;margin-bottom:48px}.cs-quote-text{font-family:Lora,serif;font-style:italic;font-size:1.05rem;line-height:1.65;color:#3f3a33;margin-bottom:12px}.cs-quote-attribution{font-size:.82rem;color:#726c65;font-weight:500}.cs-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af;margin-bottom:12px}.cs-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px}.cs-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;font-size:.82rem;font-weight:500;background:#f0ede6;color:#3f3a33;border:1px solid #e0dbd3}.cs-about{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;background:#f5f2eb;border-radius:10px;border:1px solid #e6e1d6}.cs-about-item-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;margin-bottom:4px}.cs-about-item-value{font-size:.88rem;font-weight:600;color:#1e1a14}.cs-right{padding:48px 32px;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto}.cs-form-card{background:#ffffff;border:1px solid #e6e1d6;border-radius:14px;padding:32px 28px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.cs-form-heading{font-size:1.25rem;font-weight:700;color:#1e1a14;margin-bottom:6px;font-family:Lora,serif}.cs-form-subtext{font-size:.83rem;color:#726c65;line-height:1.5;margin-bottom:24px}.cs-field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.cs-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.cs-field label{font-size:.78rem;font-weight:600;color:#3f3a33}.cs-field input,.cs-field select{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}.cs-field input:focus,.cs-field select:focus{border-color:#b84b2a;background:#fff}.cs-field input::-moz-placeholder{color:#b0a99f}.cs-field input::placeholder{color:#b0a99f}.cs-checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.cs-checkbox-row input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:#b84b2a;width:15px;height:15px;cursor:pointer}.cs-checkbox-row label{font-size:.78rem;color:#726c65;line-height:1.45;cursor:pointer}.cs-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}.cs-submit-btn:hover{background:#3f3a33}.cs-privacy-note{font-size:.72rem;color:#9ca3af;line-height:1.5;text-align:center}.cs-privacy-note a{color:#726c65;text-decoration:underline}.cs-input-error{border-color:#e05a3a!important;background:#fff8f6!important}.cs-error-msg{font-size:.72rem;color:#c0392b;margin-top:2px}.cs-server-error{font-size:.82rem;color:#c0392b;background:#fff0ee;border:1px solid #f5c6be;border-radius:6px;padding:8px 12px;margin-bottom:14px}.cs-submit-btn:disabled{opacity:.6;cursor:not-allowed}.cs-success{flex-direction:column;text-align:center;padding:16px 0;gap:12px}.cs-success,.cs-success-icon{display:flex;align-items:center}.cs-success-icon{width:48px;height:48px;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:1.4rem;justify-content:center;font-weight:700}@media (max-width:900px){.cs-page{grid-template-columns:1fr}.cs-left{padding:40px 5% 48px}.cs-right{position:static;height:auto;border-left:none;border-top:1px solid #e6e1d6;padding:40px 5%}.cs-about,.cs-stats{grid-template-columns:1fr 1fr}}