.lce-wrap { max-width: 680px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e; }
.lce-section-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #888; margin-bottom: 1rem; }

.lce-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 1.25rem 1.5rem; margin-bottom: 1rem; box-shadow: 0 1px 3px rgba(0,0,0,.04); }

.lce-step-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.25rem; }
.lce-step-num { width: 26px; height: 26px; border-radius: 50%; background: #f4f4f6; border: 1px solid #e0e0e0; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: #666; flex-shrink: 0; }
.lce-step-title { font-size: 15px; font-weight: 600; }

.lce-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .lce-row-2 { grid-template-columns: 1fr; } }

.lce-field { margin-bottom: 0; }
.lce-field label { display: block; font-size: 13px; color: #555; margin-bottom: 6px; font-weight: 500; }
.lce-required { color: #e74c3c; }
.lce-field-note { display: block; font-size: 11px; color: #aaa; margin-top: 4px; }

.lce-field input[type="text"],
.lce-field input[type="email"],
.lce-field input[type="number"],
.lce-field select { width: 100%; height: 38px; border: 1px solid #ddd; border-radius: 8px; background: #fafafa; color: #1a1a2e; font-size: 14px; padding: 0 12px; outline: none; box-sizing: border-box; transition: border-color .15s; }
.lce-field input:focus, .lce-field select:focus { border-color: #667eea; box-shadow: 0 0 0 3px rgba(102,126,234,.12); background: #fff; }

.lce-slider-row { display: flex; align-items: center; gap: 12px; }
.lce-slider-row input[type="range"] { flex: 1; accent-color: #667eea; }
.lce-slider-val { font-size: 15px; font-weight: 600; min-width: 36px; text-align: right; color: #1a1a2e; }
.lce-slider-ticks { display: flex; justify-content: space-between; font-size: 11px; color: #aaa; margin-top: 4px; }

.lce-error { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; border-radius: 8px; padding: 10px 14px; font-size: 13px; margin-bottom: 12px; }

.lce-btn { width: 100%; height: 48px; background: #1a1a2e; color: #fff; border: none; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; transition: opacity .15s, transform .1s; letter-spacing: .01em; }
.lce-btn:hover { opacity: .88; }
.lce-btn:active { transform: scale(.98); }
.lce-btn:disabled { opacity: .6; cursor: not-allowed; }

.lce-result { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; margin-top: 1.25rem; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.lce-result-header { padding: 1rem 1.5rem; border-bottom: 1px solid #f0f0f0; }
.lce-result-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #888; margin: 0; }

.lce-line-item { display: flex; justify-content: space-between; align-items: center; padding: .75rem 1.5rem; border-bottom: 1px solid #f5f5f5; }
.lce-li-label { font-size: 14px; color: #555; }
.lce-li-amount { font-size: 14px; font-weight: 600; color: #1a1a2e; }

.lce-total-row { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background: #f7f7fb; border-top: 1px solid #e8e8e8; }
.lce-total-label { font-size: 13px; font-weight: 600; color: #555; }
.lce-total-amount { font-size: 24px; font-weight: 700; color: #1a1a2e; }

.lce-disclaimer { font-size: 12px; color: #aaa; padding: .75rem 1.5rem 0; margin: 0; line-height: 1.5; }
.lce-email-note { font-size: 12px; color: #667eea; padding: .5rem 1.5rem .75rem; margin: 0; font-weight: 500; }
