.ca-wrap {
    max-width: 1100px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1c1c1c;
}

.ca-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 24px;
}

.ca-col-full {
    max-width: 640px;
    margin: 0 auto;
}

@media (max-width: 782px) {
    .ca-grid {
        grid-template-columns: 1fr;
    }
}

.ca-card {
    background: #fff;
    border: 1px solid #e5e1d8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
}

.ca-card-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8a6d3b;
    margin: 0 0 16px 0;
}

.ca-card-title-sm {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8a6d3b;
    margin: 0 0 12px 0;
}

.ca-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ca-field-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 600px) {
    .ca-field-grid,
    .ca-field-grid-3 {
        grid-template-columns: 1fr;
    }
}

.ca-field {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.ca-field span {
    color: #6b6558;
    margin-bottom: 4px;
    font-size: 12px;
}

.ca-field input,
.ca-field textarea {
    border: 1px solid #d8d3c8;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
}

.ca-field input:focus {
    outline: none;
    border-color: #8a6d3b;
    box-shadow: 0 0 0 2px rgba(138, 109, 59, 0.15);
}

.ca-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ca-radio-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ca-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.ca-radio-sublist {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #d8d3c8;
    flex-direction: column;
    gap: 10px;
}

.ca-radio input {
    width: 18px;
    height: 18px;
    accent-color: #8a6d3b;
}

.ca-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
}

.ca-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #8a6d3b;
}

.ca-btn-secondary {
    background: transparent;
    color: #8a6d3b;
    border: 1px dashed #8a6d3b;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.ca-btn-secondary:hover {
    background: #fbf4e4;
}

.ca-sesion-row {
    position: relative;
    background: #fbfaf7;
    border: 1px solid #e5e1d8;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 10px;
}

.ca-sesion-quitar {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: #a89f8c;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 2px 6px;
}

.ca-sesion-quitar:hover {
    color: #c0392b;
}

.ca-btn-primary {
    background: #1c1c1c;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.ca-btn-primary:hover {
    background: #333;
}

.ca-btn-enviar {
    background: #8a6d3b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 18px 24px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.ca-btn-enviar:hover {
    background: #74592f;
}

.ca-texto-persuasivo {
    font-size: 13px;
    color: #6b6558;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}

.ca-note-inline {
    font-size: 12px;
    color: #6b6558;
    margin-top: 8px;
}

.ca-sticky {
    position: sticky;
    top: 24px;
}

.ca-total-box {
    background: #1c1c1c;
    color: #fff;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 16px;
}

.ca-total-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #b8af9c;
    margin-bottom: 4px;
}

.ca-total-value {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.ca-total-sub {
    font-size: 12px;
    color: #b8af9c;
    margin-top: 8px;
}

.ca-incluye-list {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ca-incluye-list li {
    font-size: 13px;
    color: #1c1c1c;
    padding-left: 18px;
    position: relative;
}

.ca-incluye-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8a6d3b;
    font-weight: 700;
}

.ca-rows-cliente {
    border-top: 1px solid #e5e1d8;
    padding-top: 12px;
}

.ca-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
}

.ca-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.ca-row-label {
    color: #6b6558;
}

.ca-row-value {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.ca-row-bold .ca-row-label,
.ca-row-bold .ca-row-value {
    color: #1c1c1c;
    font-weight: 600;
}

.ca-row-inactive {
    opacity: 0.4;
}

.ca-row-sub {
    font-size: 12px;
    opacity: 0.8;
}

.ca-row-divider {
    border-top: 1px solid #e5e1d8;
    margin: 4px 0;
}

.ca-row-total .ca-row-label,
.ca-row-total .ca-row-value {
    font-size: 16px;
    font-weight: 700;
}

.ca-note-box {
    background: #fbf4e4;
    border: 1px solid #e8d9b0;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 12px;
    color: #6b5a2e;
}

.ca-card-foto {
    border-color: #d8c9a8;
    background: #fffaf0;
}

.ca-foto-desc {
    font-size: 13px;
    color: #6b6558;
    margin: 0 0 10px 0;
}

.ca-field-inline {
    margin-top: 12px;
    max-width: 260px;
}

.ca-foto-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
